Use SITES_${DISTFILE} variables to avoid lots of unnecessary 404s.
Update some out-of-date references in DESCR
This commit is contained in:
parent
c7200fbce3
commit
cc350517cb
2 changed files with 19 additions and 20 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue