pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/nltk_data



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 24 17:26:15 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/nltk_data: common.mk

Log Message:
nltk_data: mark all nltk data packages as NO_*_ON_*

Some are CC-*, some are non-commercial, and there are some unclear ones.
Err on the restrictive side.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/nltk_data/common.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/nltk_data/common.mk
diff -u pkgsrc/meta-pkgs/nltk_data/common.mk:1.1 pkgsrc/meta-pkgs/nltk_data/common.mk:1.2
--- pkgsrc/meta-pkgs/nltk_data/common.mk:1.1    Wed Nov 24 15:56:18 2021
+++ pkgsrc/meta-pkgs/nltk_data/common.mk        Wed Nov 24 17:26:15 2021
@@ -1,4 +1,4 @@
-# $NetBSD: common.mk,v 1.1 2021/11/24 15:56:18 wiz Exp $
+# $NetBSD: common.mk,v 1.2 2021/11/24 17:26:15 wiz Exp $
 
 MASTER_SITES=  https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/${TYPE}/
 EXTRACT_SUFX?= .zip
@@ -11,6 +11,12 @@ INSTALLATION_DIRS+=  share/nltk_data/${TY
 
 UNPACK?=       no
 
+RESTRICTED?=           Not investigated if this may be re-distributed.
+NO_BIN_ON_CDROM?=      ${RESTRICTED}
+NO_SRC_ON_CDROM?=      ${RESTRICTED}
+NO_BIN_ON_FTP?=                ${RESTRICTED}
+NO_SRC_ON_FTP?=                ${RESTRICTED}
+
 do-build:
 
 .if ${UNPACK} == "no"



Home | Main Index | Thread Index | Old Index