From nobody@FreeBSD.org  Sun Oct 27 13:40:18 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 289A2F9A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Oct 2013 13:40:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 16CAE288B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Oct 2013 13:40:18 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9RDeHB7066995
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Oct 2013 13:40:17 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9RDeHDC066991;
	Sun, 27 Oct 2013 13:40:17 GMT
	(envelope-from nobody)
Message-Id: <201310271340.r9RDeHDC066991@oldred.freebsd.org>
Date: Sun, 27 Oct 2013 13:40:17 GMT
From: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Add new OFL(1.0 and 1.1 versions) font licenses
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183363
>Category:       ports
>Synopsis:       [patch] Add new OFL(1.0 and 1.1 versions) font licenses
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 27 13:50:00 UTC 2013
>Closed-Date:    Tue Oct 29 09:26:41 CDT 2013
>Last-Modified:  Tue Oct 29 14:50:00 UTC 2013
>Originator:     Ilya A. Arkhipov
>Release:        10.0-CURRENT(it's not a current ;(()
>Organization:
Home Inc. ^_^
>Environment:
>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
Licenses you can find there:
http://m1cro.tk/ports/licenses/OFL10.txt
http://m1cro.tk/ports/licenses/OFL11.txt
or
http://scripts.sil.org/OFL
Patch:
http://m1cro.tk/ports/licenses/add_OFL.patch or attach
>How-To-Repeat:

>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:
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Sun Oct 27 16:02:19 UTC 2013 
Responsible-Changed-Why:  
Take for -exp run please 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183363 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Tue Oct 29 09:26:40 CDT 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183363 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183363: commit references a PR
Date: Tue, 29 Oct 2013 14:26:39 +0000 (UTC)

 Author: bdrewery
 Date: Tue Oct 29 14:26:31 2013
 New Revision: 331950
 URL: http://svnweb.freebsd.org/changeset/ports/331950
 
 Log:
   - Add new OFL(1.0 and 1.1 versions) font licenses
   
   PR:		ports/183363
   Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
   Reviewed by:	tabthorpe
   With hat:	portmgr
 
 Modified:
   head/Mk/bsd.licenses.db.mk
 
 Modified: head/Mk/bsd.licenses.db.mk
 ==============================================================================
 --- head/Mk/bsd.licenses.db.mk	Tue Oct 29 14:17:59 2013	(r331949)
 +++ head/Mk/bsd.licenses.db.mk	Tue Oct 29 14:26:31 2013	(r331950)
 @@ -38,7 +38,8 @@ Licenses_db_Include_MAINTAINER=         
  
  _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_OSI=	OSI Approved
  
  _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_GROUPS_MIT=	FSF GPL OSI COPYFRE
  _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
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183363: commit references a PR
Date: Tue, 29 Oct 2013 14:44:52 +0000 (UTC)

 Author: bdrewery
 Date: Tue Oct 29 14:44:44 2013
 New Revision: 331955
 URL: http://svnweb.freebsd.org/changeset/ports/331955
 
 Log:
   - Add license templates for OFL 1.0 and 1.1
   
   PR:		ports/183363
   Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
   With hat:	portmgr
 
 Added:
   head/Templates/Licenses/OFL10   (contents, props changed)
   head/Templates/Licenses/OFL11   (contents, props changed)
 
 Added: head/Templates/Licenses/OFL10
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/Templates/Licenses/OFL10	Tue Oct 29 14:44:44 2013	(r331955)
 @@ -0,0 +1,93 @@
 +This Font Software is licensed under the SIL Open Font License, Version 1.0.
 +No modification of the license is permitted, only verbatim copy is allowed.
 +This license is copied below, and is also available with a FAQ at:
 +http://scripts.sil.org/OFL
 +
 +
 +-----------------------------------------------------------
 +SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
 +-----------------------------------------------------------
 +
 +PREAMBLE
 +The goals of the Open Font License (OFL) are to stimulate worldwide
 +development of cooperative font projects, to support the font creation
 +efforts of academic and linguistic communities, and to provide an open
 +framework in which fonts may be shared and improved in partnership with
 +others.
 +
 +The OFL allows the licensed fonts to be used, studied, modified and
 +redistributed freely as long as they are not sold by themselves. The
 +fonts, including any derivative works, can be bundled, embedded, 
 +redistributed and sold with any software provided that the font
 +names of derivative works are changed. The fonts and derivatives,
 +however, cannot be released under any other type of license.
 +
 +DEFINITIONS
 +"Font Software" refers to any and all of the following:
 +	- font files
 +	- data files
 +	- source code
 +	- build scripts
 +	- documentation
 +
 +"Reserved Font Name" refers to the Font Software name as seen by
 +users and any other names as specified after the copyright statement.
 +
 +"Standard Version" refers to the collection of Font Software
 +components as distributed by the Copyright Holder.
 +
 +"Modified Version" refers to any derivative font software made by
 +adding to, deleting, or substituting -- in part or in whole --
 +any of the components of the Standard Version, by changing formats
 +or by porting the Font Software to a new environment.
 +
 +"Author" refers to any designer, engineer, programmer, technical
 +writer or other person who contributed to the Font Software.
 +
 +PERMISSION & CONDITIONS
 +Permission is hereby granted, free of charge, to any person obtaining
 +a copy of the Font Software, to use, study, copy, merge, embed, modify,
 +redistribute, and sell modified and unmodified copies of the Font
 +Software, subject to the following conditions:
 +
 +1) Neither the Font Software nor any of its individual components,
 +in Standard or Modified Versions, may be sold by itself.
 +
 +2) Standard or Modified Versions of the Font Software may be bundled,
 +redistributed and sold with any software, provided that each copy
 +contains the above copyright notice and this license. These can be
 +included either as stand-alone text files, human-readable headers or
 +in the appropriate machine-readable metadata fields within text or
 +binary files as long as those fields can be easily viewed by the user.
 +
 +3) No Modified Version of the Font Software may use the Reserved Font
 +Name(s), in part or in whole, unless explicit written permission is
 +granted by the Copyright Holder. This restriction applies to all 
 +references stored in the Font Software, such as the font menu name and
 +other font description fields, which are used to differentiate the
 +font from others.
 +
 +4) The name(s) of the Copyright Holder or the Author(s) of the Font
 +Software shall not be used to promote, endorse or advertise any
 +Modified Version, except to acknowledge the contribution(s) of the
 +Copyright Holder and the Author(s) or with their explicit written
 +permission.
 +
 +5) The Font Software, modified or unmodified, in part or in whole,
 +must be distributed using this license, and may not be distributed
 +under any other license.
 +
 +TERMINATION
 +This license becomes null and void if any of the above conditions are
 +not met.
 +
 +DISCLAIMER
 +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
 +OTHER DEALINGS IN THE FONT SOFTWARE.
 
 Added: head/Templates/Licenses/OFL11
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/Templates/Licenses/OFL11	Tue Oct 29 14:44:44 2013	(r331955)
 @@ -0,0 +1,91 @@
 +This Font Software is licensed under the SIL Open Font License, Version 1.1.
 +This license is copied below, and is also available with a FAQ at:
 +http://scripts.sil.org/OFL
 +
 +
 +-----------------------------------------------------------
 +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
 +-----------------------------------------------------------
 +
 +PREAMBLE
 +The goals of the Open Font License (OFL) are to stimulate worldwide
 +development of collaborative font projects, to support the font creation
 +efforts of academic and linguistic communities, and to provide a free and
 +open framework in which fonts may be shared and improved in partnership
 +with others.
 +
 +The OFL allows the licensed fonts to be used, studied, modified and
 +redistributed freely as long as they are not sold by themselves. The
 +fonts, including any derivative works, can be bundled, embedded, 
 +redistributed and/or sold with any software provided that any reserved
 +names are not used by derivative works. The fonts and derivatives,
 +however, cannot be released under any other type of license. The
 +requirement for fonts to remain under this license does not apply
 +to any document created using the fonts or their derivatives.
 +
 +DEFINITIONS
 +"Font Software" refers to the set of files released by the Copyright
 +Holder(s) under this license and clearly marked as such. This may
 +include source files, build scripts and documentation.
 +
 +"Reserved Font Name" refers to any names specified as such after the
 +copyright statement(s).
 +
 +"Original Version" refers to the collection of Font Software components as
 +distributed by the Copyright Holder(s).
 +
 +"Modified Version" refers to any derivative made by adding to, deleting,
 +or substituting -- in part or in whole -- any of the components of the
 +Original Version, by changing formats or by porting the Font Software to a
 +new environment.
 +
 +"Author" refers to any designer, engineer, programmer, technical
 +writer or other person who contributed to the Font Software.
 +
 +PERMISSION & CONDITIONS
 +Permission is hereby granted, free of charge, to any person obtaining
 +a copy of the Font Software, to use, study, copy, merge, embed, modify,
 +redistribute, and sell modified and unmodified copies of the Font
 +Software, subject to the following conditions:
 +
 +1) Neither the Font Software nor any of its individual components,
 +in Original or Modified Versions, may be sold by itself.
 +
 +2) Original or Modified Versions of the Font Software may be bundled,
 +redistributed and/or sold with any software, provided that each copy
 +contains the above copyright notice and this license. These can be
 +included either as stand-alone text files, human-readable headers or
 +in the appropriate machine-readable metadata fields within text or
 +binary files as long as those fields can be easily viewed by the user.
 +
 +3) No Modified Version of the Font Software may use the Reserved Font
 +Name(s) unless explicit written permission is granted by the corresponding
 +Copyright Holder. This restriction only applies to the primary font name as
 +presented to the users.
 +
 +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
 +Software shall not be used to promote, endorse or advertise any
 +Modified Version, except to acknowledge the contribution(s) of the
 +Copyright Holder(s) and the Author(s) or with their explicit written
 +permission.
 +
 +5) The Font Software, modified or unmodified, in part or in whole,
 +must be distributed entirely under this license, and must not be
 +distributed under any other license. The requirement for fonts to
 +remain under this license does not apply to any document created
 +using the Font Software.
 +
 +TERMINATION
 +This license becomes null and void if any of the above conditions are
 +not met.
 +
 +DISCLAIMER
 +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
 +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
 +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
 +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
 +OTHER DEALINGS IN THE FONT SOFTWARE.
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
