View | Details | Raw Unified | Return to bug 222372 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+9 lines)
Lines 11-16 Link Here
11
MAINTAINER=	doceng@FreeBSD.org
11
MAINTAINER=	doceng@FreeBSD.org
12
COMMENT=	DocBook SGML DTD
12
COMMENT=	DocBook SGML DTD
13
13
14
LICENSE=	DOCBOOK ISO8879
15
LICENSE_COMB=	multi
16
LICENSE_NAME_DOCBOOK=	DocBook License
17
LICENSE_NAME_ISO8879=	ISO 8879 License
18
LICENSE_FILE_DOCBOOK=	${FILESDIR}/LICENSE.DOCBOOK
19
LICENSE_FILE_ISO8879=	${FILESDIR}/LICENSE.ISO8879
20
LICENSE_PERMS_DOCBOOK=	${_LICENSE_PERMS_DEFAULT}
21
LICENSE_PERMS_ISO8879=	${_LICENSE_PERMS_DEFAULT}
22
14
RUN_DEPENDS=	${LOCALBASE}/${ISOCAT}:textproc/iso8879 \
23
RUN_DEPENDS=	${LOCALBASE}/${ISOCAT}:textproc/iso8879 \
15
		xmlcatmgr:textproc/xmlcatmgr
24
		xmlcatmgr:textproc/xmlcatmgr
16
25
(-)files/LICENSE.DOCBOOK (+22 lines)
Line 0 Link Here
1
(Frollowing sentences are from docbookx.dtd of docbook-4.5.zip.)
2
3
Copyright 1992-2006 HaL Computer Systems, Inc.,
4
O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
5
Corporation, Norman Walsh, Sun Microsystems, Inc., and the
6
Organization for the Advancement of Structured Information
7
Standards (OASIS).
8
9
See also http://docbook.org/specs/
10
11
Permission to use, copy, modify and distribute the DocBook XML DTD
12
and its accompanying documentation for any purpose and without fee
13
is hereby granted in perpetuity, provided that the above copyright
14
notice and this paragraph appear in all copies.  The copyright
15
holders make no representation about the suitability of the DTD for
16
any purpose.  It is provided "as is" without expressed or implied
17
warranty.
18
19
If you modify the DocBook DTD in any way, except for declaring and
20
referencing additional sets of general entities and declaring
21
additional notations, label your DTD as a variant of DocBook.  See
22
the maintenance documentation for more information.
(-)files/LICENSE.ISO8879 (+6 lines)
Line 0 Link Here
1
(Following sentences are from iso-amsa.gml of docbk241.zip.)
2
3
(C) International Organization for Standardization 1986
4
Permission to copy in any form is granted for use with
5
conforming SGML systems and applications as defined in
6
ISO 8879, provided this notice is included in all copies.

Return to bug 222372