diff options
author | gdt <gdt@pkgsrc.org> | 2013-01-05 00:35:32 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-01-05 00:35:32 +0000 |
commit | b3e50dcad2f3512106d61f1112bb0281dd4b9b58 (patch) | |
tree | d215a07e63feabbfc9e342c85dea32c008d1d117 /print | |
parent | f41ed223bb81ccf86d4ba4bc046017ee460f9178 (diff) | |
download | pkgsrc-b3e50dcad2f3512106d61f1112bb0281dd4b9b58.tar.gz |
Add LICENSE=, set NO_*_ON_*.
The licensing for this package is unclear. In particular, it appears
to contain an embedded copy of pdflib. Mark it non-redistributable
until someone analyzes and addresses the issues.
Diffstat (limited to 'print')
-rw-r--r-- | print/bg5pdf/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index c250154616d..c8fe72ce8e5 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/08 13:45:35 asau Exp $ +# $NetBSD: Makefile,v 1.27 2013/01/05 00:35:32 gdt Exp $ DISTNAME= bg5pdf-1.0.0 PKGREVISION= 12 @@ -9,6 +9,15 @@ MAINTAINER= rxg@NetBSD.org # HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/ COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib +# The package is a confusing mix of GPL and pdflib license. +# Err on the side of caution until this is understood. +LICENSE= bg5pdf-license +RESTRICTED= "No clear permission to redistribute". +NO_SOURCE_ON_FTP= ${RESTRICTED} +NO_SOURCE_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + WRKSRC= ${WRKDIR}/bg5pdf PY_PATCHPLIST= yes PYTHON_PATCH_SCRIPTS= bg5pdf |