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:
parent
21fa498494
commit
560dc61d67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46774
@ -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
|
||||
|
28
textproc/docbook-tdg/Makefile
Normal file
28
textproc/docbook-tdg/Makefile
Normal 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>
|
1
textproc/docbook-tdg/distinfo
Normal file
1
textproc/docbook-tdg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tdg-en-html-2.0.2.zip) = df3ba37f244ea569b31799bafcb32469
|
1
textproc/docbook-tdg/files/index.html
Normal file
1
textproc/docbook-tdg/files/index.html
Normal file
@ -0,0 +1 @@
|
||||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=html/docbook.html">
|
1
textproc/docbook-tdg/pkg-comment
Normal file
1
textproc/docbook-tdg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Norman Walsh's book "DocBook: The Definitive Guide"
|
17
textproc/docbook-tdg/pkg-descr
Normal file
17
textproc/docbook-tdg/pkg-descr
Normal 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>
|
1394
textproc/docbook-tdg/pkg-plist
Normal file
1394
textproc/docbook-tdg/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user