Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2021 10:19:27 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561906 - in head: . archivers/kzip archivers/kzip/files
Message-ID:  <202101181019.10IAJRUZ099720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Mon Jan 18 10:19:27 2021
New Revision: 561906
URL: https://svnweb.freebsd.org/changeset/ports/561906

Log:
  archivers/kzip: license change
  
  After discussion with the author, the license terms of kzip where updated to
  allow repackaging and redistribution of the original binaries by non-commercial
  projects that distribute it freely.
  
  http://advsys.net/ken/utils.htm#pngoutkziplicense
  
  - Update the LICENCE_* in the port
  - Add a license file with the lew license terms displayed in the website
  - Update LEGAL accordingly

Added:
  head/archivers/kzip/files/
  head/archivers/kzip/files/license.txt   (contents, props changed)
Modified:
  head/LEGAL
  head/archivers/kzip/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Mon Jan 18 09:42:49 2021	(r561905)
+++ head/LEGAL	Mon Jan 18 10:19:27 2021	(r561906)
@@ -116,7 +116,7 @@ jmf-*-alljava.zip	java/jmf		Redistribution of pre-comp
 jre-8*-i586.tar.gz	java/linux-oracle-jre18	License does not allow distribution with fee
 jta-*.zip		java/jta		See the license
 komodo-*		editors/komodo-edit	Distribution not permitted
-kzip-*			archivers/kzip		License does not allow redistribution
+kzip-*			archivers/kzip		License does not allow commercial redistribution
 l0phtcrack/*		security/l0phtcrack	Parts are under GPL, so binaries should not be distributed.  Contains crypto code from OpenSSL
 ladder.tar		games/ladder		Possible copyright problems
 lha-1.14i-ac*		archivers/lha-ac	No redistribution allowed

Modified: head/archivers/kzip/Makefile
==============================================================================
--- head/archivers/kzip/Makefile	Mon Jan 18 09:42:49 2021	(r561905)
+++ head/archivers/kzip/Makefile	Mon Jan 18 10:19:27 2021	(r561906)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kzip
 DISTVERSION=	20200115
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://static.jonof.id.au/dl/kenutils/
 DISTNAME=	kzipmix-${DISTVERSION}-bsd-static
@@ -10,12 +11,12 @@ DISTNAME=	kzipmix-${DISTVERSION}-bsd-static
 MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	PKZIP-compatible compressor focusing on space over speed
 
-ONLY_FOR_ARCHS=	amd64 i386
+LICENSE=		KZIP
+LICENSE_NAME=	KZIP License
+LICENSE_FILE=   ${FILESDIR}/license.txt
+LICENSE_PERMS=	pkg-mirror no-dist-sell no-pkg-sell auto-accept
 
-LICENSE_PERMS=no-pkg-mirror
-
-NO_CDROM=	License does not allow redistribution
-RESTRICTED=	${NO_CDROM}
+ONLY_FOR_ARCHS=	amd64 i386
 
 NO_BUILD=	yes
 

Added: head/archivers/kzip/files/license.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/kzip/files/license.txt	Mon Jan 18 10:19:27 2021	(r561906)
@@ -0,0 +1,11 @@
+KZIP license:
+
+ - The command line versions of KZIP.EXE is free for use, as are the Mac and Linux ports.
+ - You may use KZIP-compressed content for non-commercial or commercial purposes.
+ - Redistributing, repackaging, or reusing the KZIP executable is permitted for non-commercial projects that are distributed freely.
+ - For commercial requests (such as bundling with a commercial product), please write to my business partner, David Blake[1].
+ - When bundling, my credit (both my name and website) must be clearly displayed in some reasonable fashion that can be seen by an average user. 
+
+More details available here : http://advsys.net/ken/utils.htm#pngoutkziplicense
+
+[1] http://www.ardfry.com/Contact.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101181019.10IAJRUZ099720>