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 | cb06fe749c29f6526afc74bb7de12392faa3ae02 (patch) | |
tree | 41da6a7440e592512ab78ea67823938f8b64d750 /archivers | |
parent | 5359edb3be3ed8e92710b391810200da5adc7dde (diff) | |
download | pkgsrc-cb06fe749c29f6526afc74bb7de12392faa3ae02.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')
-rw-r--r-- | archivers/unrar/DESCR | 13 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 13 |
2 files changed, 17 insertions, 9 deletions
diff --git a/archivers/unrar/DESCR b/archivers/unrar/DESCR index 17ee0e1f1b6..f126d2716b0 100644 --- a/archivers/unrar/DESCR +++ b/archivers/unrar/DESCR @@ -1,7 +1,8 @@ -The unRAR utility is a freeware program, distributed with source -code and developed for extracting, testing and viewing the contents -of archives created with the RAR archiver, version 1.50 and above. +unRAR is a utility to extract, test and view the contents of archives +created with the RAR archiver, version 1.50 and above. The unRAR +utility is a minor part of the RAR archiver and contains RAR +uncompression algorithm. UnRAR requires very small volume of memory to +operate. -The unRAR utility is a minor part of the RAR archiver and contains -RAR uncompression algorithm. UnRAR requires very small volume of -memory to operate. +The license for this software states that "the code may not be used to +develop a RAR (WinRAR) compatible archiver." 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} |