mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Version 3.0 of the DocBook DTD. Continued splitting of the current
docbook port.
This commit is contained in:
parent
42c8a752f6
commit
d62a0f8821
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17881
38
textproc/docbook-300/Makefile
Normal file
38
textproc/docbook-300/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: docbook-300
|
||||
# Version required: 3.0
|
||||
# Date created: 7 April 1999
|
||||
# Whom: nclayton
|
||||
#
|
||||
# Based heavily on work by jfieber
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= docbook-3.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.ora.com/pub/davenport/
|
||||
DISTFILES= docbk30.tar.Z
|
||||
|
||||
MAINTAINER= nclayton@FreeBSD.ORG
|
||||
|
||||
RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879
|
||||
|
||||
NO_MTREE= yes
|
||||
EXTRACT_ONLY= # empty
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
INSTDIR= ${PREFIX}/share/sgml/docbook
|
||||
ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog
|
||||
|
||||
pre-install:
|
||||
@[ -d ${INSTDIR}/3.0 ] || ${MKDIR} ${INSTDIR}/3.0
|
||||
|
||||
do-install:
|
||||
@zcat ${DISTDIR}/docbk30.tar.Z |(cd ${INSTDIR}/3.0; pax -r)
|
||||
@${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/3.0/catalog
|
||||
@echo "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/3.0/catalog
|
||||
@chmod ${SHAREMODE} ${INSTDIR}/3.0/*
|
||||
@/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/docbook-300/distinfo
Normal file
1
textproc/docbook-300/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (docbk30.tar.Z) = 09bb7511c5f58ead035a4747400ac93d
|
8
textproc/docbook-300/files/catalog
Normal file
8
textproc/docbook-300/files/catalog
Normal file
@ -0,0 +1,8 @@
|
||||
-- Catalog file for Docbook 3.0 --
|
||||
|
||||
-- DTDDECL "-//Davenport//DTD DocBook V3.0//EN" "docbook.dcl" --
|
||||
PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd"
|
||||
PUBLIC "-//USA-DOD//DTD Table Model 951010//EN" "cals-tbl.dtd"
|
||||
PUBLIC "-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN" "dbpool.mod"
|
||||
PUBLIC "-//Davenport//ELEMENTS DocBook Document Hierarchy V3.0//EN" "dbhier.mod"
|
||||
PUBLIC "-//Davenport//ENTITIES DocBook Additional General Entities V3.0//EN" "dbgenent.mod"
|
1
textproc/docbook-300/pkg-comment
Normal file
1
textproc/docbook-300/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
v3.0 of the DocBook DTD, designed for technical documentation.
|
16
textproc/docbook-300/pkg-descr
Normal file
16
textproc/docbook-300/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
The DocBook DTD defines structural and content-based SGML markup
|
||||
for computer documentation, with a primary emphasis on software
|
||||
documentation and related classes of technical documents. Its
|
||||
main high-level hierarchical structures are for books, reference
|
||||
entries (for example, ``man pages''), and articles. It is
|
||||
maintained by the Davenport Group (about which see the Davenport
|
||||
archive at http://www.ora.com/davenport/ or
|
||||
ftp://ftp.ora.com/pub/davenport/).
|
||||
|
||||
This port contains DocBook 3.0
|
||||
|
||||
The DocBook documentation is available in ASCII and PDF
|
||||
at http://www.freebsd.org/~wosch/docbook/
|
||||
|
||||
Nik Clayton
|
||||
nik@freebsd.org
|
13
textproc/docbook-300/pkg-plist
Normal file
13
textproc/docbook-300/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
share/sgml/docbook/3.0/30chg.txt
|
||||
share/sgml/docbook/3.0/40issues.txt
|
||||
share/sgml/docbook/3.0/announce.txt
|
||||
share/sgml/docbook/3.0/cals-tbl.dtd
|
||||
share/sgml/docbook/3.0/dbgenent.mod
|
||||
share/sgml/docbook/3.0/dbhier.mod
|
||||
share/sgml/docbook/3.0/dbpool.mod
|
||||
share/sgml/docbook/3.0/docbook.cat
|
||||
share/sgml/docbook/3.0/docbook.dcl
|
||||
share/sgml/docbook/3.0/docbook.dtd
|
||||
share/sgml/docbook/3.0/catalog
|
||||
@dirrm share/sgml/docbook/3.0
|
||||
@dirrm share/sgml/docbook
|
Loading…
Reference in New Issue
Block a user