initial import of docbook-guide-2.0.8

--
DocBook: The Definitive Guide, written by Norman Walsh and Leonard
Muellner and published by O'Reilly & Associates, Inc., is the
official documentation for the DocBook technical documentation
framework.
This commit is contained in:
avsm 2003-05-28 14:39:47 +00:00
parent 92542f9a5a
commit 12261a03b3
5 changed files with 1480 additions and 0 deletions

View File

@ -0,0 +1,46 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/28 14:39:47 avsm Exp $
COMMENT= "the definite guide to DocBook"
V= 2.0.8
DISTNAME= tdg-en-html-${V}
PKGNAME= docbook-guide-${V}
EXTRACT_SUFX= .zip
CATEGORIES= books
MASTER_SITES= http://docbook.org/tdg/en/
HOMEPAGE= http://docbook.org/tdg/en/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
# GNU Free Documentation License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/tdg/en
NO_BUILD= Yes
NO_REGRESS= Yes
SUBST_VARS= INSTALL_LOC
INSTALL_LOC= ${PREFIX}/share/doc/docbook-guide
DOC_SUBDIRS= html html/figures html/figures/admon html/figures/callouts \
glyphs/100dpi
ISO_GLYPHS= amsa amsb amsc amsn amso amsr box cyr1 cyr2 dia grk1 \
grk2 grk3 grk4 lat1 lat2 num pub tech
do-install:
.for i in ${DOC_SUBDIRS}
${INSTALL_DATA_DIR} ${INSTALL_LOC}/$i
${INSTALL_DATA} `find ${WRKDIST}/$i -maxdepth 1 -type f` \
${INSTALL_LOC}/$i
.endfor
.for i in ${ISO_GLYPHS}
@sed 's,http://www.oasis-open.org/docbook/xmlcharent/,../,g' \
<${WRKSRC}/html/iso-${i}.html >${INSTALL_LOC}/html/iso-${i}.html
.endfor
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (tdg-en-html-2.0.8.zip) = cbf35fa7927bfe4850af6da26dac995e
RMD160 (tdg-en-html-2.0.8.zip) = bb98aa0a61e69579abfd5fbe3f213d26dc1469ba
SHA1 (tdg-en-html-2.0.8.zip) = 74e881f7610d6309dc064a8d35425b37adc625e2

View File

@ -0,0 +1,6 @@
DocBook: The Definitive Guide, written by Norman Walsh and Leonard
Muellner and published by O'Reilly & Associates, Inc., is the
official documentation for the DocBook technical documentation
framework.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,4 @@
==============================================================
To read the DocBook guide, point your favourite browser at:
${INSTALL_LOC}/html/docbook.html
==============================================================

File diff suppressed because it is too large Load Diff