pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/docbook Use SITES_${DISTFILE} variables to av...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f50d114e35c
branches:  trunk
changeset: 463522:3f50d114e35c
user:      danw <danw%pkgsrc.org@localhost>
date:      Sat Nov 15 02:16:31 2003 +0000

description:
Use SITES_${DISTFILE} variables to avoid lots of unnecessary 404s.
Update some out-of-date references in DESCR

diffstat:

 textproc/docbook/DESCR    |  22 +++++++++++-----------
 textproc/docbook/Makefile |  17 ++++++++---------
 2 files changed, 19 insertions(+), 20 deletions(-)

diffs (63 lines):

diff -r 56e7c2230861 -r 3f50d114e35c textproc/docbook/DESCR
--- a/textproc/docbook/DESCR    Sat Nov 15 00:20:28 2003 +0000
+++ b/textproc/docbook/DESCR    Sat Nov 15 02:16:31 2003 +0000
@@ -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
 
-  Some documentation for DocBook is available in ASCII and PDF
-at http://www.freebsd.org/~wosch/docbook/
+  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.
+
diff -r 56e7c2230861 -r 3f50d114e35c textproc/docbook/Makefile
--- a/textproc/docbook/Makefile Sat Nov 15 00:20:28 2003 +0000
+++ b/textproc/docbook/Makefile Sat Nov 15 02:16:31 2003 +0000
@@ -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 @@
 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@localhost
-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



Home | Main Index | Thread Index | Old Index