ports/151300: Add LaTeX Project Public Licenses to bsd.licenses.db.mk

Christopher Key cjk32 at cam.ac.uk
Fri Oct 8 11:00:07 UTC 2010


>Number:         151300
>Category:       ports
>Synopsis:       Add LaTeX Project Public Licenses to bsd.licenses.db.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 08 11:00:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Key
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD chacal.wzl33 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Sat Jun 19 15:45:05 BST 2010 root at chacal.wzl33:/usr/obj/usr/src/sys/CHACAL amd64


	
>Description:
The LaTeX Project Public License (LPPL) [1] is frequently used by LaTeX packages.  This patch adds versions 1.0, 1.1, 1.2 and 1.3c of the LPPL to the BSD ports licence framework.  The licence compatiblity is based upon [2], and is assumed the same for each version.  The permissions are based upon a non-lawyers reading of the licenses [1], but should be checked by someone familiar with the area.  The criteria for adding auto-accept were not known, so this hasn't been added either.

[1] http://www.latex-project.org/lppl/
[2] http://en.wikipedia.org/wiki/Comparison_of_free_software_licenses#Approvals

>How-To-Repeat:
	
>Fix:
	

--- latex-licences.diff begins here ---
Index: Mk/bsd.licenses.db.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.licenses.db.mk,v
retrieving revision 1.6
diff -u -r1.6 bsd.licenses.db.mk
--- Mk/bsd.licenses.db.mk	2 Aug 2010 18:24:26 -0000	1.6
+++ Mk/bsd.licenses.db.mk	8 Oct 2010 10:20:16 -0000
@@ -33,7 +33,8 @@
 # _LICENSE_LIST_GROUPS	- List of defined license groups
 #
 
-_LICENSE_LIST=			ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 LGPL20 LGPL21 LGPL3 MIT MPL
+_LICENSE_LIST=			ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 LGPL20 LGPL21 LGPL3 \
+						LPPL10 LPL11 LPPL12 LPPL13c MIT MPL
 
 # List of groups (only names must be present)
 
@@ -100,6 +101,22 @@
 _LICENSE_NAME_LGPL3=	GNU Lesser General Public License version 3
 _LICENSE_GROUPS_LGPL3=	FSF GPL OSI
 
+_LICENSE_NAME_LPPL10=	LaTeX Project Public License version 1.0
+_LICENSE_GROUPS_LPPL10=	FSF OSI
+_LICENSE_PERMS_LPPL10=	dist-mirror dist-sell
+
+_LICENSE_NAME_LPPL11=	LaTeX Project Public License version 1.1
+_LICENSE_GROUPS_LPPL11=	FSF OSI
+_LICENSE_PERMS_LPPL11=	dist-mirror dist-sell
+
+_LICENSE_NAME_LPPL12=	LaTeX Project Public License version 1.2
+_LICENSE_GROUPS_LPPL12=	FSF OSI
+_LICENSE_PERMS_LPPL12=	dist-mirror dist-sell
+
+_LICENSE_NAME_LPPL13c=	LaTeX Project Public License version 1.3c
+_LICENSE_GROUPS_LPPL13c=	FSF OSI
+_LICENSE_PERMS_LPPL13c=	dist-mirror dist-sell
+
 _LICENSE_NAME_MIT=		MIT license / X11 license
 _LICENSE_GROUPS_MIT=	FSF GPL OSI
 
--- latex-licences.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list