DocBook XML DTD.
This commit is contained in:
parent
7925f0f9af
commit
80604e2b6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17415
45
textproc/docbook-sk/Makefile
Normal file
45
textproc/docbook-sk/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: DocBook XML DTD
|
||||
# Version required: 3.1.2
|
||||
# Date created: 28 March 1999
|
||||
# Whom: kuriyama
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= db3x312
|
||||
PKGNAME= docbook-xml-3.1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://nwalsh.com/docbook/xml/3.1.2/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
EXTRACT_CMD= unzip
|
||||
EXTRACT_BEFORE_ARGS= -a -q -L
|
||||
EXTRACT_AFTER_ARGS= # empty
|
||||
NO_MTREE= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
INSTDIR= ${PREFIX}/share/xml
|
||||
DTDDIR= ${INSTDIR}/dtd/docbook
|
||||
ENTDIR= ${INSTDIR}/entity
|
||||
MISCDIR= ${INSTDIR}/misc/docbook
|
||||
DTDFILES= calstblx.dtd dbcentx.mod dbgenent.ent dbhierx.mod \
|
||||
dbnotnx.mod dbpoolx.mod docbookx.dtd soextblx.dtd
|
||||
MISCFILES= COPYRIGHT ChangeLog README VERSION test.xml
|
||||
|
||||
pre-install:
|
||||
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
|
||||
@[ -d ${DTDDIR} ] || ${MKDIR} ${DTDDIR}
|
||||
@[ -d ${ENTDIR} ] || ${MKDIR} ${ENTDIR}
|
||||
@[ -d ${MISCDIR} ] || ${MKDIR} ${MISCDIR}
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} ${DTDFILES} ${DTDDIR})
|
||||
@(cd ${WRKSRC}/ent; ${INSTALL_DATA} *.ent ${ENTDIR})
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} ${MISCFILES} ${MISCDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/docbook-sk/distinfo
Normal file
1
textproc/docbook-sk/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (db3x312.zip) = 60ac772a7d474a569cd032de339c5c96
|
1
textproc/docbook-sk/pkg-comment
Normal file
1
textproc/docbook-sk/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XML version of the DocBook V3.1 DTD.
|
8
textproc/docbook-sk/pkg-descr
Normal file
8
textproc/docbook-sk/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
XML version of the DocBook V3.1 DTD.
|
||||
|
||||
Please use the following formal public identifier to identify this DTD:
|
||||
|
||||
"-//Norman Walsh//DTD DocBk XML V3.1.2//EN"
|
||||
|
||||
For further information:
|
||||
http://nwalsh.com/docbook/xml/
|
34
textproc/docbook-sk/pkg-plist
Normal file
34
textproc/docbook-sk/pkg-plist
Normal file
@ -0,0 +1,34 @@
|
||||
share/xml/dtd/docbook/calstblx.dtd
|
||||
share/xml/dtd/docbook/dbcentx.mod
|
||||
share/xml/dtd/docbook/dbgenent.ent
|
||||
share/xml/dtd/docbook/dbhierx.mod
|
||||
share/xml/dtd/docbook/dbnotnx.mod
|
||||
share/xml/dtd/docbook/dbpoolx.mod
|
||||
share/xml/dtd/docbook/docbookx.dtd
|
||||
share/xml/dtd/docbook/soextblx.dtd
|
||||
share/xml/entity/iso-amsa.ent
|
||||
share/xml/entity/iso-amsb.ent
|
||||
share/xml/entity/iso-amsc.ent
|
||||
share/xml/entity/iso-amsn.ent
|
||||
share/xml/entity/iso-amso.ent
|
||||
share/xml/entity/iso-amsr.ent
|
||||
share/xml/entity/iso-box.ent
|
||||
share/xml/entity/iso-cyr1.ent
|
||||
share/xml/entity/iso-cyr2.ent
|
||||
share/xml/entity/iso-dia.ent
|
||||
share/xml/entity/iso-grk1.ent
|
||||
share/xml/entity/iso-grk2.ent
|
||||
share/xml/entity/iso-grk3.ent
|
||||
share/xml/entity/iso-grk4.ent
|
||||
share/xml/entity/iso-lat1.ent
|
||||
share/xml/entity/iso-lat2.ent
|
||||
share/xml/entity/iso-num.ent
|
||||
share/xml/entity/iso-pub.ent
|
||||
share/xml/entity/iso-tech.ent
|
||||
share/xml/misc/docbook/README
|
||||
share/xml/misc/docbook/VERSION
|
||||
share/xml/misc/docbook/COPYRIGHT
|
||||
share/xml/misc/docbook/ChangeLog
|
||||
share/xml/misc/docbook/test.xml
|
||||
@dirrm share/xml/dtd/docbook
|
||||
@dirrm share/xml/misc/docbook
|
45
textproc/docbook-xml/Makefile
Normal file
45
textproc/docbook-xml/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
# New ports collection makefile for: DocBook XML DTD
|
||||
# Version required: 3.1.2
|
||||
# Date created: 28 March 1999
|
||||
# Whom: kuriyama
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= db3x312
|
||||
PKGNAME= docbook-xml-3.1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://nwalsh.com/docbook/xml/3.1.2/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
EXTRACT_CMD= unzip
|
||||
EXTRACT_BEFORE_ARGS= -a -q -L
|
||||
EXTRACT_AFTER_ARGS= # empty
|
||||
NO_MTREE= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
INSTDIR= ${PREFIX}/share/xml
|
||||
DTDDIR= ${INSTDIR}/dtd/docbook
|
||||
ENTDIR= ${INSTDIR}/entity
|
||||
MISCDIR= ${INSTDIR}/misc/docbook
|
||||
DTDFILES= calstblx.dtd dbcentx.mod dbgenent.ent dbhierx.mod \
|
||||
dbnotnx.mod dbpoolx.mod docbookx.dtd soextblx.dtd
|
||||
MISCFILES= COPYRIGHT ChangeLog README VERSION test.xml
|
||||
|
||||
pre-install:
|
||||
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
|
||||
@[ -d ${DTDDIR} ] || ${MKDIR} ${DTDDIR}
|
||||
@[ -d ${ENTDIR} ] || ${MKDIR} ${ENTDIR}
|
||||
@[ -d ${MISCDIR} ] || ${MKDIR} ${MISCDIR}
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} ${DTDFILES} ${DTDDIR})
|
||||
@(cd ${WRKSRC}/ent; ${INSTALL_DATA} *.ent ${ENTDIR})
|
||||
@(cd ${WRKSRC}; ${INSTALL_DATA} ${MISCFILES} ${MISCDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/docbook-xml/distinfo
Normal file
1
textproc/docbook-xml/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (db3x312.zip) = 60ac772a7d474a569cd032de339c5c96
|
1
textproc/docbook-xml/pkg-comment
Normal file
1
textproc/docbook-xml/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XML version of the DocBook V3.1 DTD.
|
8
textproc/docbook-xml/pkg-descr
Normal file
8
textproc/docbook-xml/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
XML version of the DocBook V3.1 DTD.
|
||||
|
||||
Please use the following formal public identifier to identify this DTD:
|
||||
|
||||
"-//Norman Walsh//DTD DocBk XML V3.1.2//EN"
|
||||
|
||||
For further information:
|
||||
http://nwalsh.com/docbook/xml/
|
34
textproc/docbook-xml/pkg-plist
Normal file
34
textproc/docbook-xml/pkg-plist
Normal file
@ -0,0 +1,34 @@
|
||||
share/xml/dtd/docbook/calstblx.dtd
|
||||
share/xml/dtd/docbook/dbcentx.mod
|
||||
share/xml/dtd/docbook/dbgenent.ent
|
||||
share/xml/dtd/docbook/dbhierx.mod
|
||||
share/xml/dtd/docbook/dbnotnx.mod
|
||||
share/xml/dtd/docbook/dbpoolx.mod
|
||||
share/xml/dtd/docbook/docbookx.dtd
|
||||
share/xml/dtd/docbook/soextblx.dtd
|
||||
share/xml/entity/iso-amsa.ent
|
||||
share/xml/entity/iso-amsb.ent
|
||||
share/xml/entity/iso-amsc.ent
|
||||
share/xml/entity/iso-amsn.ent
|
||||
share/xml/entity/iso-amso.ent
|
||||
share/xml/entity/iso-amsr.ent
|
||||
share/xml/entity/iso-box.ent
|
||||
share/xml/entity/iso-cyr1.ent
|
||||
share/xml/entity/iso-cyr2.ent
|
||||
share/xml/entity/iso-dia.ent
|
||||
share/xml/entity/iso-grk1.ent
|
||||
share/xml/entity/iso-grk2.ent
|
||||
share/xml/entity/iso-grk3.ent
|
||||
share/xml/entity/iso-grk4.ent
|
||||
share/xml/entity/iso-lat1.ent
|
||||
share/xml/entity/iso-lat2.ent
|
||||
share/xml/entity/iso-num.ent
|
||||
share/xml/entity/iso-pub.ent
|
||||
share/xml/entity/iso-tech.ent
|
||||
share/xml/misc/docbook/README
|
||||
share/xml/misc/docbook/VERSION
|
||||
share/xml/misc/docbook/COPYRIGHT
|
||||
share/xml/misc/docbook/ChangeLog
|
||||
share/xml/misc/docbook/test.xml
|
||||
@dirrm share/xml/dtd/docbook
|
||||
@dirrm share/xml/misc/docbook
|
Loading…
Reference in New Issue
Block a user