Bug 222674

Summary: textproc/docbook-xml: Add license information
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Document Engineering Group (Nobody) <doceng>
Status: Closed Not Accepted    
Severity: Affects Some People CC: blackend, wblock
Priority: --- Flags: bugzilla: maintainer-feedback? (doceng)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file
none
updated patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2017-09-29 08:01:24 UTC
Created attachment 186793 [details]
patch file

Add license information.
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2017-10-03 17:40:11 UTC
Comment on attachment 186793 [details]
patch file

>Index: Makefile
>===================================================================
>--- Makefile	(revision 450875)
>+++ Makefile	(working copy)
>@@ -11,6 +11,15 @@
> MAINTAINER=	doceng@FreeBSD.org
> COMMENT=	DocBook XML DTD
> 
>+LICENSE=	DOCBOOK ISO8879
>+LICENSE_COMB=	multi
>+LICENSE_NAME_DOCBOOK=	DocBook License
>+LICENSE_NAME_ISO8879=	ISO 8879 License
>+LICENSE_FILE_DOCBOOK=	${FILESDIR}/LICENSE.DOCBOOK
>+LICENSE_FILE_ISO8879=	${FILESDIR}/LICENSE.ISO8879
>+LICENSE_PERMS_DOCBOOK=	${_LICENSE_PERMS_DEFAULT}
>+LICENSE_PERMS_ISO8879=	${_LICENSE_PERMS_DEFAULT}
>+
> BUILD_DEPENDS=	${LOCALBASE}/share/xml/xmlcharent/catalog.xml:textproc/xmlcharent \
> 		xmlcatmgr:textproc/xmlcatmgr
> RUN_DEPENDS=	${LOCALBASE}/share/xml/xmlcharent/catalog.xml:textproc/xmlcharent \
>Index: files/LICENSE.DOCBOOK
>===================================================================
>--- files/LICENSE.DOCBOOK	(nonexistent)
>+++ files/LICENSE.DOCBOOK	(working copy)
>@@ -0,0 +1,29 @@
>+(Following sentences are gotten from docbook-5.0/rng/docbook.rng

"are gotten" sounds weird, what about "are excerpt from"?

>+extracted from docbook-5.0.zip.)
>+
>+This file is part of DocBook V5.0
>+
>+Copyright 1992-2008 HaL Computer Systems, Inc.,
>+O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
>+Corporation, Norman Walsh, Sun Microsystems, Inc., and the
>+Organization for the Advancement of Structured Information
>+Standards (OASIS).
>+
>+Release: $Id: docbook.rnc 7661 2008-02-06 13:52:59Z nwalsh $
>+
>+Permission to use, copy, modify and distribute the DocBook schema
>+and its accompanying documentation for any purpose and without fee
>+is hereby granted in perpetuity, provided that the above copyright
>+notice and this paragraph appear in all copies. The copyright
>+holders make no representation about the suitability of the schema
>+for any purpose. It is provided "as is" without expressed or implied
>+warranty.
>+
>+If you modify the DocBook schema in any way, label your schema as a
>+variant of DocBook. See the reference documentation
>+(http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
>+for more information.
>+
>+Please direct all questions, bug reports, or suggestions for changes
>+to the docbook@lists.oasis-open.org mailing list. For more
>+information, see http://www.oasis-open.org/docbook/.
>Index: files/LICENSE.ISO8879
>===================================================================
>--- files/LICENSE.ISO8879	(nonexistent)
>+++ files/LICENSE.ISO8879	(working copy)
>@@ -0,0 +1,7 @@
>+(Following sentences are gotten from docbook-xml-4.5/ent/isoamsa.ent
>+extracted from docbook-xml-4.5.zip)
>+
>+(C) International Organization for Standardization 1986
>+Permission to copy in any form is granted for use with
>+conforming SGML systems and applications as defined in
>+ISO 8879, provided this notice is included in all copies.
Comment 2 Warren Block freebsd_committer freebsd_triage 2017-10-04 18:08:12 UTC
It would be "are excerpted from", but I think we can do better:

This text is from docbook-5.0/rng/docbook.rng
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-10-05 09:15:59 UTC
Created attachment 186918 [details]
updated patch file

Thank you for comments. I updated patch so please commit it instead of original one.
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2019-08-10 02:01:04 UTC
Give up this bug report.