Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 13:36:50 GMT
From:      "Ilya A. Arkhipov" <rum1cro@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183362: [patch] Add new OFL(1.0 and 1.1 versions) font licenses
Message-ID:  <201310271336.r9RDaouC047566@oldred.freebsd.org>
Resent-Message-ID: <201310271340.r9RDe0Ha090711@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183362
>Category:       ports
>Synopsis:       [patch] Add new OFL(1.0 and 1.1 versions) font licenses
>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:   Sun Oct 27 13:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ilya A. Arkhipov
>Release:        10.0-CURRENT(it's not a current ;(()
>Organization:
Home Inc. ^_^
>Environment:
FreeBSD mhome 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Mar 29 18:04:50 UTC 2012     root@mhome:/usr/obj/usr/src/sys/MICROKERNEL  amd64

>Description:
For my new port(http://m1cro.tk/ports/inconsolata-lgc-ttf/inconsolata-lgc-ttf.shar) need add new license OFL 1.1 version, could you please review patch for adding OFL 1.0 and OFL 1.1
>How-To-Repeat:
just apply patch ^_^
>Fix:


Patch attached with submission follows:

Index: Mk/bsd.licenses.db.mk
===================================================================
--- Mk/bsd.licenses.db.mk	(revision 331768)
+++ Mk/bsd.licenses.db.mk	(working copy)
@@ -38,7 +38,8 @@
 
 _LICENSE_LIST= 	AGPLv3 AL2 ART10 ARTPERL10 ART20 BSD BSL CDDL EPL GFDL GPLv1 GPLv2 \
 		GPLv3 ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \
-		LPPL13b LPPL13c MIT MPL OWL PHP202 PHP30 PHP301 PSFL ZLIB ZPL21
+		LPPL13b LPPL13c MIT MPL OFL10 OFL11 OWL PHP202 PHP30 PHP301 PSFL   \
+		ZLIB ZPL21
 
 # List of groups (only names must be present)
 
@@ -50,6 +51,8 @@
 
 _LICENSE_NAME_COPYFREE= Comply with Copyfree Standard Definition.
 
+_LICENSE_NAME_FONTS=	Font licenses
+
 # Default permissions for licenses here, if not defined
 
 _LICENSE_PERMS_DEFAULT=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
@@ -151,6 +154,12 @@
 _LICENSE_NAME_MPL=	Mozilla Public License
 _LICENSE_GROUPS_MPL=	FSF OSI
 
+_LICENSE_NAME_OFL10=	SIL Open Font License version 1.0 (http://scripts.sil.org/OFL)
+_LICENSE_GROUPS_OFL10=	FONTS
+
+_LICENSE_NAME_OFL11=	SIL Open Font License version 1.1 (http://scripts.sil.org/OFL)
+_LICENSE_GROUPS_OFL11=	FONTS
+
 _LICENSE_NAME_OWL=	Open Works License (owl.apotheon.org)
 _LICENSE_GROUPS_OWL=	COPYFREE
 


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



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