pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unrar Drop NO_BIN_ON_FTP per private corresp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea02a4f19660
branches:  trunk
changeset: 547400:ea02a4f19660
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Sep 16 11:59:02 2008 +0000

description:
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:

 archivers/unrar/DESCR    |  13 +++++++------
 archivers/unrar/Makefile |  13 ++++++++++---
 2 files changed, 17 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 9bde1848cef3 -r ea02a4f19660 archivers/unrar/DESCR
--- a/archivers/unrar/DESCR     Tue Sep 16 11:41:33 2008 +0000
+++ b/archivers/unrar/DESCR     Tue Sep 16 11:59:02 2008 +0000
@@ -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 -r 9bde1848cef3 -r ea02a4f19660 archivers/unrar/Makefile
--- a/archivers/unrar/Makefile  Tue Sep 16 11:41:33 2008 +0000
+++ b/archivers/unrar/Makefile  Tue Sep 16 11:59:02 2008 +0000
@@ -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 @@
 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@localhost>
+# You can redistribute either original or modified binaries or sources.
 NO_SRC_ON_CDROM=${RESTRICTED}
 NO_BIN_ON_CDROM=${RESTRICTED}
 



Home | Main Index | Thread Index | Old Index