1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add docbook-tdg 2.0.2, Norman Walsh's book,

"DocBook: The Definitive Guide".
This commit is contained in:
Johann Visagie 2001-08-24 09:53:16 +00:00
parent 21fa498494
commit 560dc61d67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46774
7 changed files with 1443 additions and 0 deletions

View File

@ -29,6 +29,7 @@
SUBDIR += docbook-310
SUBDIR += docbook-400
SUBDIR += docbook-410
SUBDIR += docbook-tdg
SUBDIR += docbook-xml
SUBDIR += docproj
SUBDIR += dsssl-docbook-cygnus

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: docbook-tdg
# Date created: 24 August 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= docbook-tdg
PORTVERSION= 2.0.2
CATEGORIES= textproc
MASTER_SITES= http://www.docbook.org/tdg/en/
DISTNAME= tdg-en-html-${PORTVERSION}
MAINTAINER= wjv@FreeBSD.org
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/tdg/en
CPIO= cpio --quiet -pdum -R
do-install:
@ ${MKDIR} ${DOCSDIR}
@ cd ${WRKSRC} && find * \
| ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
@ cd ${DOCSDIR}/html/figures && ${LN} -s . 100dpi
@ ${INSTALL_DATA} ${FILESDIR}/index.html ${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (tdg-en-html-2.0.2.zip) = df3ba37f244ea569b31799bafcb32469

View File

@ -0,0 +1 @@
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=html/docbook.html">

View File

@ -0,0 +1 @@
Norman Walsh's book "DocBook: The Definitive Guide"

View File

@ -0,0 +1,17 @@
"DocBook: The Definitive Guide"
by Norman Walsh and Leonard Muellner
with contributions from Bob Stayton
ISBN: 156592-580-7
This book is a gentle yet thorough introduction to the DocBook DTD (which is
used by, amongst others, the FreeBSD Documentation Project). A dead-tree
edition of the book is published by O'Reilly & Associates, Inc., but the text
is freely licensed under the GNU FDL.
Note that the current edition, which documents DocBook v4.1.2, is considered
to be a work in progress and may contain inconsistencies.
Author: <nwalsh@nwalsh.com>
WWW: http://www.docbook.org/
-- Johann Visagie <wjv@FreeBSD.org>

File diff suppressed because it is too large Load Diff