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 (+27 lines)
Line 0 Link Here
1
<!-- Copyright 1992-2006 HaL Computer Systems, Inc.,
2
     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
3
     Corporation, Norman Walsh, Sun Microsystems, Inc., and the
4
     Organization for the Advancement of Structured Information
5
     Standards (OASIS).
6
7
     See also http://docbook.org/specs/
8
9
     $Id: docbookx.dtd 6340 2006-10-03 13:23:24Z nwalsh $
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.
23
24
     Please direct all questions, bug reports, or suggestions for
25
     changes to the docbook@lists.oasis-open.org mailing list. For more
26
     information, see http://www.oasis-open.org/docbook/.
27
-->
(-)files/LICENSE.ISO8879 (+5 lines)
Line 0 Link Here
1
<!-- (C) International Organization for Standardization 1986
2
     Permission to copy in any form is granted for use with
3
     conforming SGML systems and applications as defined in
4
     ISO 8879, provided this notice is included in all copies.
5
-->

Return to bug 222372