diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 14:33:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 14:33:21 +0000 |
commit | 94817f078473a40920b4a61d9d46edf052f3c1c9 (patch) | |
tree | 9419015f28d81d3b8c7f8074afa8e5cf158c0e64 | |
parent | d861678bdefc371a8cb6bf3d2c316437130a0b33 (diff) | |
download | freebsd-ports-94817f078473a40920b4a61d9d46edf052f3c1c9.zip |
Add Public Domain support to ports license framework. You can now use
LICENSE= PD
Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).
Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.
Approved by: portmgr (bapt)
Differential Revision: D4149
-rw-r--r-- | Mk/bsd.licenses.db.mk | 5 | ||||
-rw-r--r-- | archivers/xdms/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/ttcp/Makefile | 5 | ||||
-rw-r--r-- | biology/ncbi-blast+/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 5 | ||||
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 5 | ||||
-rw-r--r-- | devel/android-tools-fastboot/Makefile | 6 | ||||
-rw-r--r-- | games/magicor/Makefile | 2 | ||||
-rw-r--r-- | games/naev-data/Makefile | 4 | ||||
-rw-r--r-- | games/robocalypto/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-pyggel/Makefile | 5 | ||||
-rw-r--r-- | japanese/csrd/Makefile | 4 | ||||
-rw-r--r-- | lang/s9fes/Makefile | 4 | ||||
-rw-r--r-- | mail/sieve-connect/Makefile | 4 | ||||
-rw-r--r-- | math/mumps/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/pktstat/Makefile | 5 | ||||
-rw-r--r-- | security/libtomcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/nist-kat/Makefile | 5 | ||||
-rw-r--r-- | sysutils/daemontools/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pydf/Makefile | 4 | ||||
-rw-r--r-- | textproc/html-pretty/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-hexdump/Makefile | 5 | ||||
-rw-r--r-- | textproc/qprint/Makefile | 4 | ||||
-rw-r--r-- | textproc/words/Makefile | 7 | ||||
-rw-r--r-- | www/mod_log_mysql/Makefile | 5 | ||||
-rw-r--r-- | x11-fonts/symbola/Makefile | 5 |
26 files changed, 24 insertions, 87 deletions
diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk index 1df90cf68ac9..61f977ae2472 100644 --- a/Mk/bsd.licenses.db.mk +++ b/Mk/bsd.licenses.db.mk @@ -40,7 +40,7 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org # _LICENSE_LIST= BSL CC0-1.0 CDDL CPAL-1.0 ClArtistic EPL GFDL GMGPL \ - ISCL MIT MPL OFL10 OFL11 OWL OpenSSL PSFL PostgreSQL \ + ISCL MIT MPL OFL10 OFL11 OWL OpenSSL PD PSFL PostgreSQL \ RUBY ZLIB ZPL21 # GNU family @@ -247,6 +247,9 @@ _LICENSE_GROUPS_OWL= COPYFREE _LICENSE_NAME_PostgreSQL= PostgreSQL Licence _LICENSE_GROUPS_PostgreSQL= FSF GPL OSI COPYFREE +_LICENSE_NAME_PD= Public Domain +_LICENSE_GROUPS_PD= GPL COPYFREE + _LICENSE_NAME_PHP202= PHP License version 2.02 _LICENSE_GROUPS_PHP202= FSF OSI diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index b26726dc1a72..b320d12f7000 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -10,9 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for decompressing Amiga DMS files LICENSE= PD -LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:bzip2 HAS_CONFIGURE= yes diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 0d87abdb45eb..28b098223072 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -13,10 +13,7 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance -LICENSE= PUBLIC_DOMAIN -LICENSE_NAME= ${LICENSE:S/_/ /} -LICENSE_TEXT= The license: ${_LICENSE} (${_LICENSE_NAME}) is standard, please read from the web. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD NO_WRKSUBDIR= yes diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 40290aa49580..338b29313c50 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -13,10 +13,8 @@ DISTNAME= ncbi-blast-${PORTVERSION}+-src MAINTAINER= bacon4000@gmail.com COMMENT= NCBI implementation of Basic Local Alignment Search Tool -LICENSE= Public_domain -LICENSE_NAME= Public Domain +LICENSE= PD LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libbz2.so:${PORTSDIR}/archivers/bzip2 diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 361cd6cae993..72e123e21f4c 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -10,10 +10,7 @@ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library -LICENSE= public -LICENSE_NAME= Public Domain -LICENSE_TEXT= Description of the license can be obtained from the following URL: https://www.sqlite.org/copyright.html -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD CONFLICTS= sqlcipher-[0-9]* diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 30fd712d19ff..1615bfd0eaf0 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -10,10 +10,7 @@ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) -LICENSE= public -LICENSE_NAME= Public Domain -LICENSE_TEXT= Description of the license can be obtained from the following URL: http://www.sqlite.org/copyright.html -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 diff --git a/devel/android-tools-fastboot/Makefile b/devel/android-tools-fastboot/Makefile index 3434a3364cac..ce189aae61b7 100644 --- a/devel/android-tools-fastboot/Makefile +++ b/devel/android-tools-fastboot/Makefile @@ -12,11 +12,9 @@ EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} MAINTAINER= jbeich@FreeBSD.org COMMENT= Android Fastboot protocol CLI tool -LICENSE= APACHE20 BSD2CLAUSE PUBLIC_DOMAIN +LICENSE= APACHE20 BSD2CLAUSE PD LICENSE_COMB= multi -LICENSE_NAME_PUBLIC_DOMAIN= Public Domain -LICENSE_FILE_PUBLIC_DOMAIN= ${WRKSRC}/libselinux/NOTICE -LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_FILE_PD= ${WRKSRC}/libselinux/NOTICE LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre diff --git a/games/magicor/Makefile b/games/magicor/Makefile index 7d7c6897fe56..9f75af08f5ff 100644 --- a/games/magicor/Makefile +++ b/games/magicor/Makefile @@ -13,8 +13,6 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Old-school, puzzle game similar to Solomon's Key LICENSE= PD -LICENSE_NAME= Public Domain -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game diff --git a/games/naev-data/Makefile b/games/naev-data/Makefile index 9ac492563a34..8887bd1b37f7 100644 --- a/games/naev-data/Makefile +++ b/games/naev-data/Makefile @@ -16,16 +16,12 @@ LICENSE= GPLv2 GPLv3 CCBYv3 CCBYSAv3 PD LICENSE_COMB= multi LICENSE_NAME_CCBYv3= Creative Commons Attribution 3.0 Unported license LICENSE_NAME_CCBYSAv3= Creative Commons Attribution-ShareAlike 3.0 Unported license -LICENSE_NAME_PD= Public Domain license LICENSE_TEXT_CCBYv3= The license: CCBYv3 (${LICENSE_NAME_CCBYv3}) is standard,\ please read from the web: http://creativecommons.org/licenses/by/3.0/ LICENSE_TEXT_CCBYSAv3= The license: CCBYSAv3 (${LICENSE_NAME_CCBYSAv3}) is standard,\ please read from the web: http://creativecommons.org/licenses/by-sa/3.0/ -LICENSE_TEXT_PD= The license: PD (${LICENSE_NAME_PD}), please read possible explanation on the web:\ - http://www.teachingcopyright.org/handout/public-domain-faq LICENSE_PERMS_CCBYv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_CCBYSAv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_PERMS_PD= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= zip NO_ARCH= yes diff --git a/games/robocalypto/Makefile b/games/robocalypto/Makefile index edda6af6a876..9ab0ae05d175 100644 --- a/games/robocalypto/Makefile +++ b/games/robocalypto/Makefile @@ -17,10 +17,7 @@ EXTRACT_ONLY= PYGGEL-V${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= PYGGEL demo game -LICENSE= Public_Domain_LICENSE -LICENSE_NAME= Public Domain License -LICENSE_TEXT= Public Domain -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyggel>=0:${PORTSDIR}/graphics/py-pyggel diff --git a/graphics/py-pyggel/Makefile b/graphics/py-pyggel/Makefile index 5d5250041de3..3685193422c9 100644 --- a/graphics/py-pyggel/Makefile +++ b/graphics/py-pyggel/Makefile @@ -14,11 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koalative@gmail.com COMMENT= Python Graphical Game Engine and Libraries -LICENSE= LGPL3 Public_Domain +LICENSE= LGPL3 PD LICENSE_COMB= dual -LICENSE_NAME_Public_Domain= Public Domain -LICENSE_TEXT_Public_Domain= Public Domain -LICENSE_PERMS_Public_Domain=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${PYNUMPY} \ ${PYGAME} \ diff --git a/japanese/csrd/Makefile b/japanese/csrd/Makefile index d5a020205430..580e2a6c383f 100644 --- a/japanese/csrd/Makefile +++ b/japanese/csrd/Makefile @@ -13,10 +13,8 @@ PATCHFILES= csrd.c.diff.gz MAINTAINER= yasu@utahime.org COMMENT= Utility for Shogakukan Random House English-Japanese Dictionary -LICENSE= PUBLIC_DOMAIN -LICENSE_NAME= Public Domain +LICENSE= PD LICENSE_FILE= ${WRKSRC}/csrd.doc -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept MAKEFILE= makefile.unx MAKE_ARGS= CC="${CC}" diff --git a/lang/s9fes/Makefile b/lang/s9fes/Makefile index 7701038a0494..8ea41c9e1fb8 100644 --- a/lang/s9fes/Makefile +++ b/lang/s9fes/Makefile @@ -11,10 +11,8 @@ COMMENT= Portable Scheme interpreter with a Unix interface BROKEN= unfetchable -LICENSE= public -LICENSE_NAME= Public Domain +LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIBDIR= ${DATADIR} MAKE_ARGS= ${MAKE_ENV} diff --git a/mail/sieve-connect/Makefile b/mail/sieve-connect/Makefile index e15ffac40d0c..08152047ea4a 100644 --- a/mail/sieve-connect/Makefile +++ b/mail/sieve-connect/Makefile @@ -11,10 +11,8 @@ MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \ MAINTAINER= alexey@renatasystems.org COMMENT= Command-line client for the MANAGESIEVE protocol -LICENSE= unknown -LICENSE_NAME= Public Domain +LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ diff --git a/math/mumps/Makefile b/math/mumps/Makefile index c0aebf377785..db6878ecde5b 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -14,10 +14,8 @@ DISTNAME= MUMPS_${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver -LICENSE= Public_Domain -LICENSE_NAME= "Public Domain" +LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept #----------------------------------------------------------------------- diff --git a/net-mgmt/pktstat/Makefile b/net-mgmt/pktstat/Makefile index a60060e07f24..a418d50b5e53 100644 --- a/net-mgmt/pktstat/Makefile +++ b/net-mgmt/pktstat/Makefile @@ -9,10 +9,7 @@ CATEGORIES= net-mgmt MAINTAINER= freebsd@sosend.de COMMENT= Network traffic viewer -LICENSE= PUBLIC_DOMAIN -LICENSE_NAME= Public Domain -LICENSE_TEXT= The principal author has placed the entire work (source) in the public domain, thus choosing to not exercise copyright control over it. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD USE_GITHUB= yes GH_ACCOUNT= dleonard0 diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index e8059d860e88..af1b0a845deb 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -12,9 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Comprehensive, modular, and portable cryptographic toolkit LICENSE= PD -LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CFLAGS+= -I${LOCALBASE}/include EXTRALIBS= -L${LOCALBASE}/lib diff --git a/security/nist-kat/Makefile b/security/nist-kat/Makefile index 9fb3a144d3f5..2cadb8588436 100644 --- a/security/nist-kat/Makefile +++ b/security/nist-kat/Makefile @@ -17,10 +17,7 @@ DISTFILES+= hmactestvectors.zip:mac MAINTAINER= jmg@FreeBSD.org COMMENT= Collection of NIST's Know Answer Test Vectors -LICENSE= Public_domain -LICENSE_NAME= Public Domain -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_TEXT= Public Domain, US Gov't work is not copyrighted in the US. +LICENSE= PD # We want each dist file in it's own subdir EXTRACT_AFTER_ARGS= -s ":^:nist-kat/$${file%.zip}/:" diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index a869e9a7e0fd..82040c303223 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -14,9 +14,6 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Service monitoring and logging utilities by djb LICENSE= PD -LICENSE_NAME= public domain -LICENSE_TEXT= The daemontools-0.76.tar.gz archive is in the public domain as of 2007.12.28. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= freedt-[0-9]* serialmail-[0-9]* diff --git a/sysutils/pydf/Makefile b/sysutils/pydf/Makefile index 6aeaa586a5d4..2f9e5986b7c4 100644 --- a/sysutils/pydf/Makefile +++ b/sysutils/pydf/Makefile @@ -10,10 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= baptiste@bapt.name COMMENT= Python implementation of df -LICENSE= unknown -LICENSE_NAME= Public Domain +LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept SUB_FILES= pkg-message diff --git a/textproc/html-pretty/Makefile b/textproc/html-pretty/Makefile index ba4c3bf76d42..41e51044abb7 100644 --- a/textproc/html-pretty/Makefile +++ b/textproc/html-pretty/Makefile @@ -12,9 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= HTML and SGML prettyprinter and text-to-HTML/SGML converter LICENSE= PD -LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes diff --git a/textproc/py-hexdump/Makefile b/textproc/py-hexdump/Makefile index 3c9aadd28fcf..3a9143a75d40 100644 --- a/textproc/py-hexdump/Makefile +++ b/textproc/py-hexdump/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@rawbw.com COMMENT= Print binary in hex format -LICENSE= unknown -LICENSE_NAME= Public Domain -LICENSE_TEXT= This software us in the public domain -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD WRKSRC= ${WRKDIR} USES= python zip diff --git a/textproc/qprint/Makefile b/textproc/qprint/Makefile index 996c630d0c63..a761632727fd 100644 --- a/textproc/qprint/Makefile +++ b/textproc/qprint/Makefile @@ -8,10 +8,8 @@ MASTER_SITES= http://www.fourmilab.ch/webtools/qprint/ MAINTAINER= takefu@airport.fm COMMENT= Encode and decode Quoted-Printable files -LICENSE= public -LICENSE_NAME= Public Domain +LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes diff --git a/textproc/words/Makefile b/textproc/words/Makefile index 73042b61f55d..48c3711b9a7f 100644 --- a/textproc/words/Makefile +++ b/textproc/words/Makefile @@ -11,12 +11,7 @@ DISTNAME= ${PORTNAME}all MAINTAINER= marino@FreeBSD.org COMMENT= Latin-English Dictionary Program -LICENSE= public -LICENSE_NAME= Public Domain -LICENSE_TEXT= All parts of the WORDS system, source code and data files, \ - are made freely available to anyone that wishes to use them, \ - for whatever purpose. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD USES= ada zip NO_WRKSUBDIR= yes diff --git a/www/mod_log_mysql/Makefile b/www/mod_log_mysql/Makefile index 68c2bd4142d2..874b6d3e3c2c 100644 --- a/www/mod_log_mysql/Makefile +++ b/www/mod_log_mysql/Makefile @@ -11,11 +11,8 @@ DIST_SUBDIR= apache2 MAINTAINER= portmaster@bsdforge.com COMMENT= Allows Apache 2.2.x to log to a MySQL database -LICENSE= PUBLIC_DOMAIN APACHE11 +LICENSE= PD APACHE11 LICENSE_COMB= multi -LICENSE_NAME_PUBLIC_DOMAIN= Public Domain -LICENSE_TEXT_PUBLIC_DOMAIN= mod_log_mysql.c is in the Public Domain as of 2003.10.23. -LICENSE_PERMS_PUBLIC_DOMAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:xz RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st diff --git a/x11-fonts/symbola/Makefile b/x11-fonts/symbola/Makefile index 7b503fd3a671..0e3cc610d4c9 100644 --- a/x11-fonts/symbola/Makefile +++ b/x11-fonts/symbola/Makefile @@ -10,11 +10,8 @@ DISTNAME= Symbola MAINTAINER= elizabeth@interlinked.me COMMENT= Basic Latin, Greek, Cyrillic and many Symbol blocks of Unicode -LICENSE= Public_domain -LICENSE_GROUPS= COPYFREE FONTS -LICENSE_NAME= Disclaimer of rights +LICENSE= PD LICENSE_FILE= ${FILESDIR}/COPYING -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept NO_WRKSUBDIR= yes NO_BUILD= yes |