summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordanw <danw>2003-11-15 02:16:31 +0000
committerdanw <danw>2003-11-15 02:16:31 +0000
commit2a1553986217352541e3f793eac07a923aea0467 (patch)
treea2cfacda09ac9c01198f8a7feb967375f0ab3d50 /textproc
parentfc9e26185db5c068186ffd084c9647b291f1f71f (diff)
downloadpkgsrc-2a1553986217352541e3f793eac07a923aea0467.tar.gz
Use SITES_${DISTFILE} variables to avoid lots of unnecessary 404s.
Update some out-of-date references in DESCR
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docbook/DESCR22
-rw-r--r--textproc/docbook/Makefile17
2 files changed, 19 insertions, 20 deletions
diff --git a/textproc/docbook/DESCR b/textproc/docbook/DESCR
index b52297b21ec..650845928a1 100644
--- a/textproc/docbook/DESCR
+++ b/textproc/docbook/DESCR
@@ -1,13 +1,13 @@
- 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/).
+ The DocBook DTD defines structural and content-based SGML and XML
+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
+DocBook Technical Committee of OASIS (the Organization for the
+Advancement of Structured Information Standards), www.oasis-open.org.
- This package contains DocBook versions 2.4.1, 3.0, 3.1 and 4.0.
+ Documentation on DocBook is available at http://docbook.org
+
+ This package contains DocBook SGML versions 2.4.1, 3.0, 3.1, 4.0,
+4.1, and 4.2. XML versions are in the docbook-xml package.
- Some documentation for DocBook is available in ASCII and PDF
-at http://www.freebsd.org/~wosch/docbook/
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile
index 70459f036d4..2c28701f010 100644
--- a/textproc/docbook/Makefile
+++ b/textproc/docbook/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/03/29 12:42:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2003/11/15 02:16:31 danw Exp $
# FreeBSD Id: Makefile,v 1.4 1998/06/27 05:19:35 asami Exp
#
@@ -6,18 +6,17 @@ DISTNAME= docbook-4.2
PKGREVISION= 3
WRKSRC= ${WRKDIR}
CATEGORIES= textproc
-MASTER_SITES= \
- http://www.oasis-open.org/docbook/sgml/4.2/ \
- http://www.oasis-open.org/docbook/sgml/4.1/ \
- 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/
+MASTER_SITES= http://www.oasis-open.org/docbook/sgml/4.2/
+SITES_docbk41.zip= http://www.oasis-open.org/docbook/sgml/4.1/
+SITES_docbk40.zip= http://www.oasis-open.org/docbook/sgml/4.0/
+SITES_docbk31.zip= http://www.oasis-open.org/docbook/sgml/3.1/
+SITES_docbk30.zip= http://www.oasis-open.org/docbook/sgml/3.0/
+SITES_docbk241.zip= http://www.oasis-open.org/docbook/sgml/2.4.1/
DISTFILES= docbk241.zip docbk30.zip docbk31.zip docbk40.zip docbk41.zip \
docbook-4.2.zip
MAINTAINER= rh@NetBSD.ORG
-HOMEPAGE= http://www.ora.com/davenport/
+HOMEPAGE= http://www.oasis-open.org/docbook
COMMENT= SGML DTD designed for computer documentation
BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip