Marcel Telka
2022-02-01 2eb1daf92d2333f5c8b2153a557f818223016e6f
cl-ppcre: update to 2.1.1

4 files modified
31 ■■■■■ changed files
components/common-lisp/cl-ppcre/Makefile 11 ●●●● patch | view | raw | blame | history
components/common-lisp/cl-ppcre/cl-ppcre.p5m 15 ●●●● patch | view | raw | blame | history
components/common-lisp/cl-ppcre/manifests/sample-manifest.p5m 4 ●●●● patch | view | raw | blame | history
components/common-lisp/cl-ppcre/pkg5 1 ●●●● patch | view | raw | blame | history
components/common-lisp/cl-ppcre/Makefile
@@ -15,17 +15,18 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        cl-ppcre
COMPONENT_VERSION=    2.0.11
COMPONENT_PROJECT_URL=    http://weitz.de/cl-ppcre/
COMPONENT_VERSION=    2.1.1
COMPONENT_PROJECT_URL=    https://edicl.github.io/cl-ppcre/
COMPONENT_FMRI=        library/common-lisp/cl-ppcre
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_NAME).tar.gz
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:626d4e1f78659d0b6e4d675c94e39afb1f602427724c961b1e4f029b348f4cb6
COMPONENT_ARCHIVE_URL=    http://weitz.de/files/$(COMPONENT_ARCHIVE)
    sha256:89631179b71648d9e6c565a928f6896a9d5742aa2083b9c1b705fe0b45d85def
COMPONENT_ARCHIVE_URL=    https://github.com/edicl/cl-ppcre/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
COMPONENT_LICENSE=    BSD-style
COMPONENT_LICENSE_FILE=    $(COMPONENT_NAME).license
COMPONENT_SUMMARY=    CL-PPCRE is a portable regular expression library for Common Lisp
COMPONENT_CLASSIFICATION=Development/Other Languages
include ../../../make-rules/prep.mk
include ../../../make-rules/common-lisp.mk
components/common-lisp/cl-ppcre/cl-ppcre.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,35 +14,28 @@
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/flexi-streams type=optional
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/cl-ppcre
file path=usr/share/common-lisp/source/cl-ppcre/CHANGELOG
file path=usr/share/common-lisp/source/cl-ppcre/README.md
file path=usr/share/common-lisp/source/cl-ppcre/api.lisp
file path=usr/share/common-lisp/source/cl-ppcre/charmap.lisp
file path=usr/share/common-lisp/source/cl-ppcre/charset.lisp
file path=usr/share/common-lisp/source/cl-ppcre/chartest.lisp
dir  path=usr/share/common-lisp/source/cl-ppcre/cl-ppcre-unicode
file path=usr/share/common-lisp/source/cl-ppcre/cl-ppcre-unicode.asd
file path=usr/share/common-lisp/source/cl-ppcre/cl-ppcre-unicode/packages.lisp
file path=usr/share/common-lisp/source/cl-ppcre/cl-ppcre-unicode/resolver.lisp
file path=usr/share/common-lisp/source/cl-ppcre/cl-ppcre.asd
file path=usr/share/common-lisp/source/cl-ppcre/closures.lisp
file path=usr/share/common-lisp/source/cl-ppcre/convert.lisp
dir  path=usr/share/common-lisp/source/cl-ppcre/doc
file path=usr/share/common-lisp/source/cl-ppcre/doc/index.html
file path=usr/share/common-lisp/source/cl-ppcre/docs/index.html
file path=usr/share/common-lisp/source/cl-ppcre/errors.lisp
file path=usr/share/common-lisp/source/cl-ppcre/lexer.lisp
file path=usr/share/common-lisp/source/cl-ppcre/optimize.lisp
@@ -53,7 +46,6 @@
file path=usr/share/common-lisp/source/cl-ppcre/repetition-closures.lisp
file path=usr/share/common-lisp/source/cl-ppcre/scanner.lisp
file path=usr/share/common-lisp/source/cl-ppcre/specials.lisp
dir  path=usr/share/common-lisp/source/cl-ppcre/test
file path=usr/share/common-lisp/source/cl-ppcre/test/packages.lisp
file path=usr/share/common-lisp/source/cl-ppcre/test/perl-tests.lisp
file path=usr/share/common-lisp/source/cl-ppcre/test/perltest.pl
@@ -64,6 +56,5 @@
file path=usr/share/common-lisp/source/cl-ppcre/test/unicode-tests.lisp
file path=usr/share/common-lisp/source/cl-ppcre/test/unicodetestdata
file path=usr/share/common-lisp/source/cl-ppcre/util.lisp
dir  path=usr/share/common-lisp/systems
link path=usr/share/common-lisp/systems/cl-ppcre.asd \
    target=../source/cl-ppcre/cl-ppcre.asd
components/common-lisp/cl-ppcre/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)
@@ -34,7 +34,7 @@
file path=usr/share/common-lisp/source/cl-ppcre/cl-ppcre.asd
file path=usr/share/common-lisp/source/cl-ppcre/closures.lisp
file path=usr/share/common-lisp/source/cl-ppcre/convert.lisp
file path=usr/share/common-lisp/source/cl-ppcre/doc/index.html
file path=usr/share/common-lisp/source/cl-ppcre/docs/index.html
file path=usr/share/common-lisp/source/cl-ppcre/errors.lisp
file path=usr/share/common-lisp/source/cl-ppcre/lexer.lisp
file path=usr/share/common-lisp/source/cl-ppcre/optimize.lisp
components/common-lisp/cl-ppcre/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library"
    ],
    "fmris": [