pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jpeg_ls



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jan 25 14:32:28 UTC 2024

Modified Files:
        pkgsrc/graphics/jpeg_ls: Makefile

Log Message:
graphics/jpeg_ls: Remediate no-commercial-use

Change to generic-nonlicense.  While this has some text and could be
added, the text is self contradictory, both granting permission to
redistribute and then prohibiting it.  The text also intends to
restrict running the program, which is not a right reserved to the
copyright holder.  It seems more reasonable to propose deletion of the
package than cause clutter by adding this text.

Set NO_*_ON_CDROM.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/jpeg_ls/Makefile

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

Modified files:

Index: pkgsrc/graphics/jpeg_ls/Makefile
diff -u pkgsrc/graphics/jpeg_ls/Makefile:1.11 pkgsrc/graphics/jpeg_ls/Makefile:1.12
--- pkgsrc/graphics/jpeg_ls/Makefile:1.11       Sat Apr  6 15:46:36 2013
+++ pkgsrc/graphics/jpeg_ls/Makefile    Thu Jan 25 14:32:28 2024
@@ -1,15 +1,22 @@
-# $NetBSD: Makefile,v 1.11 2013/04/06 15:46:36 rodent Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/25 14:32:28 gdt Exp $
 #
 
 DISTNAME=              jpeg_ls_v2.2
 PKGNAME=               jpeg_ls-2.2
+PKGREVISION=           1
 CATEGORIES=            graphics
 MASTER_SITES=          http://kt.ijs.si/aleks/jpeg-ls/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://kt.ijs.si/aleks/jpeg-ls/mirror.htm
 COMMENT=               JPEG-LS codec (lossless/near-lossless codec)
-LICENSE=               no-commercial-use
+# Boutique license not in pkgsrc: self contradictory and vague, referring to
+# "commercial programs".
+LICENSE=               generic-nonlicense
+
+RESTRICTED=            No commercial use, no distribution fee.
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
 
 BUILD_DIRS=            Decoder Encoder
 MAKE_FILE=             makefile



Home | Main Index | Thread Index | Old Index