summaryrefslogtreecommitdiff
path: root/textproc/docbook/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-06-07 20:32:00 +0000
committerhubertf <hubertf>2000-06-07 20:32:00 +0000
commit51912b22e7ff8b6da05b65635067947146cf44fe (patch)
tree8d0cdb9d72dd3e32d427523ce6db116ee536d1be /textproc/docbook/Makefile
parent25ba6969ad71eb49f6522ac8ca126c59ae17cff1 (diff)
downloadpkgsrc-51912b22e7ff8b6da05b65635067947146cf44fe.tar.gz
Update to DocBook V4.0. Changes from DocBook V3.1 to DocBook V4.0:
Markup: - RFE 17: Added a common attribute 'Condition' for generic effectivity - RFE 38: The nav.class elements (ToC|LoT|Index|Glossary|Bibliography) are now allowed at the beginning and end of components and sections - RFE 58: The 'optmult' and 'reqmult' attribute values have been removed from Group - RFE 65: Added several class attribute values to Filename and SystemItem at the request of the Linux community - RFE 73: Removed BookBiblio and SeriesInfo - RFE 81: Added SidebarInfo to Sidebar - RFE 87: Added 'xmlpi' and 'emptytag' as class values of SGMLTag - RFE 92: Added 'CO' to Synopsis and LiteralLayout - RFE 99: Added SimpleMsgEntry as an alternative to MsgEntry in order to provide a simpler MsgSet construct - RFE 103: Added RevDescription as an alternative to RevRemark in RevHistory; this allows longer descriptive text in a revision - RFE 104: Added 'Specification' to the list of document classes on Article - RFE 108: Allow admonitions in Answers - RFE 110: Allow a RevHistory on QandAEntry - RFE 115: Allow optional Title on OrderedList and ItemizedList - RFE 116: Added LineNumbering attribute to linespecific environments for presentation of line numbers - Added a common attribute 'Security' for effectivity - Added synopsis markup for modern programming languages (e.g, object oriented languages like Java, C++, and IDL) - Renamed DocInfo to PrefaceInfo, ChapterInfo, AppendixInfo, etc. Other: - RFE 88: Added PEs to include/ignore dbnotn.mod and dbcent.mod - RFE 102: Fixed some outstanding namecase problems - RFE 105: Added PNG notation - RFE 106: Removed some odd *.content PEs that interfered with customization layers - RFE 109: Added FPI to content of dbgenent.mod (for consistency) - RFE 111: Added the Euro symbol - Fixed bug in cals-tbl.dtd; a model group was used for the element declaration, but the attlist declaration used "Table" literally.
Diffstat (limited to 'textproc/docbook/Makefile')
-rw-r--r--textproc/docbook/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile
index 6116c958cea..d68c6dda0cf 100644
--- a/textproc/docbook/Makefile
+++ b/textproc/docbook/Makefile
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2000/05/12 18:18:18 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2000/06/07 20:32:00 hubertf Exp $
# FreeBSD Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp
#
-DISTNAME= docbook-3.1
+DISTNAME= docbook-4.0
CATEGORIES= textproc
-MASTER_SITES= http://www.oasis-open.org/docbook/sgml/3.1/ \
+MASTER_SITES= http://www.oasis-open.org/docbook/sgml/4.0/ \
+ http://www.oasis-open.org/docbook/sgml/3.1/ \
http://www.oasis-open.org/docbook/sgml/3.0/ \
http://www.oasis-open.org/docbook/sgml/2.4.1/
-DISTFILES= docbk241.zip docbk30.zip docbk31.zip
+DISTFILES= docbk241.zip docbk30.zip docbk31.zip docbk40.zip
MAINTAINER= rh@NetBSD.ORG
HOMEPAGE= http://www.ora.com/davenport/
@@ -27,6 +28,7 @@ pre-install:
@[ -d ${INSTDIR}/2.4.1 ] || ${MKDIR} ${INSTDIR}/2.4.1
@[ -d ${INSTDIR}/3.0 ] || ${MKDIR} ${INSTDIR}/3.0
@[ -d ${INSTDIR}/3.1 ] || ${MKDIR} ${INSTDIR}/3.1
+ @[ -d ${INSTDIR}/4.0 ] || ${MKDIR} ${INSTDIR}/4.0
do-install:
@(cd ${INSTDIR}/2.4.1; unzip ${DISTDIR}/docbk241.zip)
@@ -39,9 +41,13 @@ do-install:
@(cd ${INSTDIR}/3.1; unzip ${DISTDIR}/docbk31.zip)
@${INSTALL_DATA} ${FILESDIR}/catalog31 ${INSTDIR}/3.1/catalog
@${ECHO} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/3.1/catalog
+ @(cd ${INSTDIR}/4.0; unzip ${DISTDIR}/docbk40.zip)
+ @${INSTALL_DATA} ${FILESDIR}/catalog40 ${INSTDIR}/4.0/catalog
+ @${ECHO} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/4.0/catalog
@${CHMOD} ${SHAREMODE} ${INSTDIR}/2.4.1/*
@${CHMOD} ${SHAREMODE} ${INSTDIR}/3.0/*
@${CHMOD} ${SHAREMODE} ${INSTDIR}/3.1/*
+ @${CHMOD} ${SHAREMODE} ${INSTDIR}/4.0/*
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include "../../mk/bsd.pkg.mk"