Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146666845
D48090.id147985.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
D48090.id147985.diff
View Options
Index: converters/cl-babel-sbcl/Makefile
===================================================================
--- converters/cl-babel-sbcl/Makefile
+++ converters/cl-babel-sbcl/Makefile
@@ -9,6 +9,8 @@
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 \
Index: converters/cl-babel/Makefile
===================================================================
--- converters/cl-babel/Makefile
+++ converters/cl-babel/Makefile
@@ -9,6 +9,8 @@
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
Index: devel/cl-alexandria-sbcl/Makefile
===================================================================
--- devel/cl-alexandria-sbcl/Makefile
+++ devel/cl-alexandria-sbcl/Makefile
@@ -11,6 +11,7 @@
WWW= https://common-lisp.net/project/alexandria/
LICENSE= PD
+LICENSE_FILE= ${WRKSRC}/LICENCE
USES= cl
FASL_TARGET= sbcl
Index: devel/cl-split-sequence-sbcl/Makefile
===================================================================
--- devel/cl-split-sequence-sbcl/Makefile
+++ devel/cl-split-sequence-sbcl/Makefile
@@ -9,6 +9,8 @@
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
Index: devel/cl-split-sequence/Makefile
===================================================================
--- devel/cl-split-sequence/Makefile
+++ devel/cl-split-sequence/Makefile
@@ -12,6 +12,8 @@
COMMENT= Partitioning Common Lisp sequences
WWW= https://www.cliki.net/SPLIT-SEQUENCE
+LICENSE= PD
+
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
Index: devel/cl-trivial-features-sbcl/Makefile
===================================================================
--- devel/cl-trivial-features-sbcl/Makefile
+++ devel/cl-trivial-features-sbcl/Makefile
@@ -9,6 +9,8 @@
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
Index: devel/cl-trivial-features/Makefile
===================================================================
--- devel/cl-trivial-features/Makefile
+++ devel/cl-trivial-features/Makefile
@@ -9,6 +9,8 @@
COMMENT= Ensures consistent *FEATURES* in Common Lisp
WWW= https://www.cliki.net/trivial-features
+LICENSE= MIT
+
NO_BUILD= yes
USES= cl
Index: devel/cl-trivial-gray-streams-sbcl/Makefile
===================================================================
--- devel/cl-trivial-gray-streams-sbcl/Makefile
+++ devel/cl-trivial-gray-streams-sbcl/Makefile
@@ -9,6 +9,8 @@
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
Index: devel/cl-trivial-gray-streams/Makefile
===================================================================
--- devel/cl-trivial-gray-streams/Makefile
+++ devel/cl-trivial-gray-streams/Makefile
@@ -9,6 +9,8 @@
COMMENT= Thin compatibility layer for Gray streams
WWW= https://www.cliki.net/trivial-gray-streams
+LICENSE= MIT
+
NO_BUILD= yes
USES= cl
Index: security/cl-md5-sbcl/Makefile
===================================================================
--- security/cl-md5-sbcl/Makefile
+++ security/cl-md5-sbcl/Makefile
@@ -9,6 +9,8 @@
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
Index: security/cl-md5/Makefile
===================================================================
--- security/cl-md5/Makefile
+++ security/cl-md5/Makefile
@@ -10,6 +10,8 @@
COMMENT= Native MD5 implementation in Common Lisp
WWW= https://www.cliki.net/MD5
+LICENSE= PD
+
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION}
NO_BUILD= yes
Index: textproc/cl-ppcre-sbcl/Makefile
===================================================================
--- textproc/cl-ppcre-sbcl/Makefile
+++ textproc/cl-ppcre-sbcl/Makefile
@@ -8,6 +8,8 @@
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
Index: www/cl-lml-sbcl/Makefile
===================================================================
--- www/cl-lml-sbcl/Makefile
+++ www/cl-lml-sbcl/Makefile
@@ -9,6 +9,8 @@
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
Index: www/cl-lml/Makefile
===================================================================
--- www/cl-lml/Makefile
+++ www/cl-lml/Makefile
@@ -10,6 +10,8 @@
COMMENT= Lisp Markup Language
WWW= http://lml.b9.com/
+LICENSE= GPLv2
+
NO_BUILD= yes
USES= cl
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 1:40 PM (11 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29286918
Default Alt Text
D48090.id147985.diff (6 KB)
Attached To
Mode
D48090: Common Lisp ports: Add missing license information
Attached
Detach File
Event Timeline
Log In to Comment