diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-16 11:59:02 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-16 11:59:02 +0000 |
commit | 41d9facf16e4be97c89d6bb2bef3c0c1518c4dd9 (patch) | |
tree | 41da6a7440e592512ab78ea67823938f8b64d750 /archivers/unrar/Makefile | |
parent | b60aecbc5c74710ea36c74df885e407779199e69 (diff) | |
download | pkgsrc-41d9facf16e4be97c89d6bb2bef3c0c1518c4dd9.tar.gz |
Drop NO_BIN_ON_FTP per private correspondence with upstream author,
and include permission grant. Simplify DESCR and add note about the
prohibition on using unrar to develop an rar-compatible archiver.
PKGREVISION++ due to DESCR change.
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r-- | archivers/unrar/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 0e929e3acd3..6001c755b7c 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2008/09/10 00:25:14 gdt Exp $ +# $NetBSD: Makefile,v 1.57 2008/09/16 11:59:02 gdt Exp $ DISTNAME= unrarsrc-3.7.8 PKGNAME= ${DISTNAME:S/src//} +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ \ ftp://ftp.rarlab.com/rar/ @@ -19,8 +20,14 @@ USE_LANGUAGES= c++ MAKE_FILE= makefile.unix LICENSE= unrar-license -RESTRICTED= Do not modify. Do not charge a fee for redistribution. -NO_BIN_ON_FTP= ${RESTRICTED} +RESTRICTED= Do not charge a fee for redistribution. Do not use to develop a rar archiver. +# Reading the license implies NO_BIN_ON_FTP should be set because no +# permission is granted to distribute derived works (e.g., binaries). +# From private mail addressed to pkgsrc maintainers: +# +# Date: Wed, 10 Sep 2008 18:27:35 +0600 +# From: Eugene Roshal <roshal@rarlab.com> +# You can redistribute either original or modified binaries or sources. NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} |