diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-27 14:44:12 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-27 14:44:12 +0000 |
commit | d98269155c69a8275215c9a58d47ec3d6243e2f3 (patch) | |
tree | 976c99d690fb0d135b4b3b8a58cb75b7823c79e8 /textproc/sgmltools | |
parent | 99ec874f95e26c67d9360e2dafc48d553482034a (diff) | |
download | ports-d98269155c69a8275215c9a58d47ec3d6243e2f3.tar.gz ports-d98269155c69a8275215c9a58d47ec3d6243e2f3.zip |
SGMLtools is a text-formatting package based on SGML.
PR: 17769
Submitted by: Benno Rice <benno@netizen.com.au>
Notes
Notes:
svn path=/head/; revision=28781
Diffstat (limited to 'textproc/sgmltools')
-rw-r--r-- | textproc/sgmltools/Makefile | 33 | ||||
-rw-r--r-- | textproc/sgmltools/distinfo | 1 | ||||
-rw-r--r-- | textproc/sgmltools/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/sgmltools/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/sgmltools/pkg-plist | 36 |
5 files changed, 78 insertions, 0 deletions
diff --git a/textproc/sgmltools/Makefile b/textproc/sgmltools/Makefile new file mode 100644 index 000000000000..92af6b7f13be --- /dev/null +++ b/textproc/sgmltools/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: sgmltools +# Date created: 7 Apr 2000 +# Whom: Benno Rice <benno@netizen.com.au> +# +# $FreeBSD$ +# + +PORTNAME= sgmltools +PORTVERSION= 2.0.2 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.us.sgmltools.org/pub/SGMLtools/v2.0/source/ \ + ftp://ftp.nllgg.nl/pub/SGMLtools/v2.0/source/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.base + +MAINTAINER= benno@netizen.com.au + +BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \ + jade:${PORTSDIR}/textproc/jade \ + ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX +RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ + ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular + +USE_BZIP2= yes +USE_PERL5= yes +WRKSRC= ${WRKDIR}/${PKGNAME} +MAN1= sgmltools.1 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml +USE_GMAKE= yes +MAKEFILE= GNUmakefile +ALL_TARGET= default + +.include <bsd.port.mk> diff --git a/textproc/sgmltools/distinfo b/textproc/sgmltools/distinfo new file mode 100644 index 000000000000..93541c83e5c3 --- /dev/null +++ b/textproc/sgmltools/distinfo @@ -0,0 +1 @@ +MD5 (sgmltools-2.0.2.base.tar.bz2) = a9a303e864064f25db45f2ae1ac9f074 diff --git a/textproc/sgmltools/pkg-comment b/textproc/sgmltools/pkg-comment new file mode 100644 index 000000000000..28169e5a1a70 --- /dev/null +++ b/textproc/sgmltools/pkg-comment @@ -0,0 +1 @@ +Generates various output formats from DocBook SGML documents diff --git a/textproc/sgmltools/pkg-descr b/textproc/sgmltools/pkg-descr new file mode 100644 index 000000000000..e00d4003b04f --- /dev/null +++ b/textproc/sgmltools/pkg-descr @@ -0,0 +1,7 @@ +SGMLtools is a text-formatting package based on SGML (Standard Generalized +Markup Language), which allows you to produce TeX/DVI/PS/PDF, HTML, and RTF +from a single source; due to the flexible nature of SGML many other target +formats are possible. As the front-end is written in Python, it is relatively +easy to adapt to your needs. + +WWW: http://www.sgmltools.org/ diff --git a/textproc/sgmltools/pkg-plist b/textproc/sgmltools/pkg-plist new file mode 100644 index 000000000000..7da118c877a1 --- /dev/null +++ b/textproc/sgmltools/pkg-plist @@ -0,0 +1,36 @@ +bin/sgmltools +bin/buildcat +bin/sgmlwhich +etc/sgml/aliases +etc/sgml/sgml.conf +etc/sgml/catalog.d/75sgmltools-convert.cat +etc/sgml/catalog.d/75sgmltools.cat +share/sgml/stylesheets/sgmltools/ascii-lynx.dsl +share/sgml/stylesheets/sgmltools/html.dsl +share/sgml/stylesheets/sgmltools/ld2db.dsl +share/sgml/stylesheets/sgmltools/print.dsl +share/sgml/stylesheets/sgmltools/sgmltools.cat +share/sgml/dtd/sgmltools/catalog +share/sgml/dtd/sgmltools/common +share/sgml/dtd/sgmltools/deprec96 +share/sgml/dtd/sgmltools/isoent +share/sgml/dtd/sgmltools/linuxdoc96.dtd +share/sgml/dtd/sgmltools/linuxdoc97.dtd +share/sgml/misc/sgmltools/COPYING +share/sgml/misc/sgmltools/VERSION +share/sgml/misc/sgmltools/python/Backend.py +share/sgml/misc/sgmltools/python/SGMLtools.py +share/sgml/misc/sgmltools/python/utils.py +share/sgml/misc/sgmltools/python/backends/Dvi.py +share/sgml/misc/sgmltools/python/backends/Html.py +share/sgml/misc/sgmltools/python/backends/Ld2db.py +share/sgml/misc/sgmltools/python/backends/Lynx.py +share/sgml/misc/sgmltools/python/backends/Ps.py +share/sgml/misc/sgmltools/python/backends/Rtf.py +@dirrm etc/sgml/catalog.d +@dirrm share/sgml/stylesheets/sgmltools +@dirrm share/sgml/dtd/sgmltools +@dirrm share/sgml/misc/sgmltools/python/backends +@dirrm share/sgml/misc/sgmltools/python +@dirrm share/sgml/misc/sgmltools/site-backends +@dirrm share/sgml/misc/sgmltools |