pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Added LICENSE information for zip/unzip. The licens...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0e8de4ea471
branches:  trunk
changeset: 569958:a0e8de4ea471
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Jan 21 16:32:21 2010 +0000

description:
Added LICENSE information for zip/unzip. The license is not approved by
OSI but it is derived from BSD so I added it to the acceptable set of
licenses.

diffstat:

 archivers/unzip/Makefile |  3 ++-
 archivers/zip/Makefile   |  3 ++-
 mk/license.mk            |  5 ++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 923ecf43f5ad -r a0e8de4ea471 archivers/unzip/Makefile
--- a/archivers/unzip/Makefile  Thu Jan 21 16:28:51 2010 +0000
+++ b/archivers/unzip/Makefile  Thu Jan 21 16:32:21 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2009/08/08 16:01:31 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2010/01/21 16:32:21 heinz Exp $
 
 DISTNAME=      unzip552
 PKGNAME=       unzip-5.52
@@ -10,6 +10,7 @@
 MAINTAINER=    wiz%NetBSD.org@localhost
 HOMEPAGE=      http://www.info-zip.org/pub/infozip/UnZip.html
 COMMENT=       List, test and extract compressed files in a ZIP archive
+LICENSE=       info-zip
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 923ecf43f5ad -r a0e8de4ea471 archivers/zip/Makefile
--- a/archivers/zip/Makefile    Thu Jan 21 16:28:51 2010 +0000
+++ b/archivers/zip/Makefile    Thu Jan 21 16:32:21 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2009/11/01 18:55:12 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2010/01/21 16:32:21 heinz Exp $
 
 DISTNAME=      zip30
 PKGNAME=       zip-3.0
@@ -10,6 +10,7 @@
 MAINTAINER=    wiz%NetBSD.org@localhost
 HOMEPAGE=      http://www.info-zip.org/pub/infozip/Zip.html
 COMMENT=       Create/update ZIP files compatible with pkzip
+LICENSE=       info-zip
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 923ecf43f5ad -r a0e8de4ea471 mk/license.mk
--- a/mk/license.mk     Thu Jan 21 16:28:51 2010 +0000
+++ b/mk/license.mk     Thu Jan 21 16:32:21 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.31 2010/01/21 16:28:51 heinz Exp $
+# $NetBSD: license.mk,v 1.32 2010/01/21 16:32:21 heinz Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -113,6 +113,9 @@
        zpl \
        python-software-foundation
 
+# not approved by OSI, derived from BSD
+DEFAULT_ACCEPTABLE_LICENSES+=  info-zip
+
 ##### Variant spellings
 
 .if defined(ACCEPTABLE_LICENCES) && !defined(ACCEPTABLE_LICENSES)



Home | Main Index | Thread Index | Old Index