From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 27 13:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 D05FEF39 for ; Sun, 27 Oct 2013 13:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B03B42885 for ; Sun, 27 Oct 2013 13:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RDe03p090712 for ; Sun, 27 Oct 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9RDe0Ha090711; Sun, 27 Oct 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 27 Oct 2013 13:40:00 GMT Resent-Message-Id: <201310271340.r9RDe0Ha090711@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D2412F2A for ; Sun, 27 Oct 2013 13:36:50 +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 BFF36287A for ; Sun, 27 Oct 2013 13:36:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9RDao2P047569 for ; Sun, 27 Oct 2013 13:36:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9RDaouC047566; Sun, 27 Oct 2013 13:36:50 GMT (envelope-from nobody) Message-Id: <201310271336.r9RDaouC047566@oldred.freebsd.org> Date: Sun, 27 Oct 2013 13:36:50 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183362: [patch] Add new OFL(1.0 and 1.1 versions) font licenses X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 13:40:01 -0000 >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: