Marcel Telka
2022-02-01 3f566e6e0b854bd1ccdc2a17b11abfea583c8ecf
chunga: update to 1.1.7

4 files modified
29 ■■■■■ changed files
components/common-lisp/chunga/Makefile 11 ●●●● patch | view | raw | blame | history
components/common-lisp/chunga/chunga.p5m 13 ●●●● patch | view | raw | blame | history
components/common-lisp/chunga/manifests/sample-manifest.p5m 4 ●●●● patch | view | raw | blame | history
components/common-lisp/chunga/pkg5 1 ●●●● patch | view | raw | blame | history
components/common-lisp/chunga/Makefile
@@ -15,17 +15,18 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        chunga
COMPONENT_VERSION=    1.1.6
COMPONENT_PROJECT_URL=    http://weitz.de/chunga
COMPONENT_VERSION=    1.1.7
COMPONENT_PROJECT_URL=    https://edicl.github.io/chunga/
COMPONENT_FMRI=        library/common-lisp/chunga
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_NAME).tar.gz
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:4edbba3132b8fc0785ffb8f7bd60db0c648b99e8cf44e927b4c3c350f3dc6639
COMPONENT_ARCHIVE_URL=    http://weitz.de/files/$(COMPONENT_ARCHIVE)
    sha256:c7060cc60681779672f301bbd5e32776b19043089e0e00b85af8d0c4fc3c4165
COMPONENT_ARCHIVE_URL=    https://github.com/edicl/chunga/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
COMPONENT_LICENSE=    BSD-style
COMPONENT_LICENSE_FILE=    $(COMPONENT_NAME).license
COMPONENT_SUMMARY=    Portable chunked streams for Common Lisp
COMPONENT_CLASSIFICATION=Development/Other Languages
include ../../../make-rules/prep.mk
include ../../../make-rules/common-lisp.mk
components/common-lisp/chunga/chunga.p5m
@@ -4,7 +4,7 @@
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
@@ -14,26 +14,20 @@
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
depend fmri=library/common-lisp/trivial-gray-streams type=require
dir  path=usr
dir  path=usr/share
dir  path=usr/share/common-lisp
dir  path=usr/share/common-lisp/source
dir  path=usr/share/common-lisp/source/chunga
file path=usr/share/common-lisp/source/chunga/CHANGELOG
file path=usr/share/common-lisp/source/chunga/CHANGELOG.txt
file path=usr/share/common-lisp/source/chunga/chunga.asd
file path=usr/share/common-lisp/source/chunga/conditions.lisp
dir  path=usr/share/common-lisp/source/chunga/doc
file path=usr/share/common-lisp/source/chunga/doc/index.html
file path=usr/share/common-lisp/source/chunga/docs/index.html
file path=usr/share/common-lisp/source/chunga/input.lisp
file path=usr/share/common-lisp/source/chunga/known-words.lisp
file path=usr/share/common-lisp/source/chunga/output.lisp
@@ -42,6 +36,5 @@
file path=usr/share/common-lisp/source/chunga/specials.lisp
file path=usr/share/common-lisp/source/chunga/streams.lisp
file path=usr/share/common-lisp/source/chunga/util.lisp
dir  path=usr/share/common-lisp/systems
link path=usr/share/common-lisp/systems/chunga.asd \
    target=../source/chunga/chunga.asd
components/common-lisp/chunga/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2016 <contributor>
# Copyright 2022 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -26,7 +26,7 @@
file path=usr/share/common-lisp/source/chunga/CHANGELOG.txt
file path=usr/share/common-lisp/source/chunga/chunga.asd
file path=usr/share/common-lisp/source/chunga/conditions.lisp
file path=usr/share/common-lisp/source/chunga/doc/index.html
file path=usr/share/common-lisp/source/chunga/docs/index.html
file path=usr/share/common-lisp/source/chunga/input.lisp
file path=usr/share/common-lisp/source/chunga/known-words.lisp
file path=usr/share/common-lisp/source/chunga/output.lisp
components/common-lisp/chunga/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library"
    ],
    "fmris": [