mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Common Lisp ports: Add missing license information
Approved by: olgeni (maintainer, implicit) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48090
This commit is contained in:
parent
7f68336ed1
commit
6be2aff143
13 changed files with 26 additions and 0 deletions
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Charset encoding/decoding library written in Common Lisp
|
||||
WWW= https://www.cliki.net/Babel
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/babel/babel.asd:converters/cl-babel \
|
||||
${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/sbclfasl/alexandria-1/arrays.fasl:devel/cl-alexandria-sbcl \
|
||||
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/sbclfasl/src/tf-sbcl.fasl:devel/cl-trivial-features-sbcl \
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Charset encoding/decoding library written in Common Lisp
|
||||
WWW= https://www.cliki.net/Babel
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:devel/cl-alexandria \
|
||||
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features \
|
||||
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Partitioning Common Lisp sequences
|
||||
WWW= https://www.cliki.net/SPLIT-SEQUENCE
|
||||
|
||||
LICENSE= PD
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence
|
||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:devel/cl-split-sequence
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Partitioning Common Lisp sequences
|
||||
WWW= https://www.cliki.net/SPLIT-SEQUENCE
|
||||
|
||||
LICENSE= PD
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Ensures consistent *FEATURES* in Common Lisp
|
||||
WWW= https://www.cliki.net/trivial-features
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features
|
||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:devel/cl-trivial-features
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Ensures consistent *FEATURES* in Common Lisp
|
||||
WWW= https://www.cliki.net/trivial-features
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES= cl
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Thin compatibility layer for Gray streams
|
||||
WWW= https://www.cliki.net/trivial-gray-streams
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams
|
||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:devel/cl-trivial-gray-streams
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Thin compatibility layer for Gray streams
|
||||
WWW= https://www.cliki.net/trivial-gray-streams
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES= cl
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Native MD5 implementation in Common Lisp
|
||||
WWW= https://www.cliki.net/MD5
|
||||
|
||||
LICENSE= PD
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Native MD5 implementation in Common Lisp
|
||||
WWW= https://www.cliki.net/MD5
|
||||
|
||||
LICENSE= PD
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION}
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
|
||||
WWW= http://www.weitz.de/cl-ppcre/
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre
|
||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/cl-ppcre/cl-ppcre.asd:textproc/cl-ppcre
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Lisp Markup Language
|
||||
WWW= http://lml.b9.com/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml
|
||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:www/cl-lml
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ MAINTAINER= olgeni@FreeBSD.org
|
|||
COMMENT= Lisp Markup Language
|
||||
WWW= http://lml.b9.com/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES= cl
|
||||
|
|
Loading…
Add table
Reference in a new issue