pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/nltk_data nltk_data: mark all nltk data pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0b788f6abd9
branches:  trunk
changeset: 770092:e0b788f6abd9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 24 17:26:15 2021 +0000

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

diffstat:

 meta-pkgs/nltk_data/common.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r f164d52ff2f9 -r e0b788f6abd9 meta-pkgs/nltk_data/common.mk
--- a/meta-pkgs/nltk_data/common.mk     Wed Nov 24 16:55:08 2021 +0000
+++ b/meta-pkgs/nltk_data/common.mk     Wed Nov 24 17:26:15 2021 +0000
@@ -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 @@
 
 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