diff options
author | Greg Lehey <grog@FreeBSD.org> | 2001-01-11 03:37:02 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2001-01-11 03:37:02 +0000 |
commit | 27a740e0afaea682ab2b7e997f23c22608f3e3b5 (patch) | |
tree | 0d4333eab753565548beecbd69154925ad461838 /textproc | |
parent | 8c1558cbbcf6467974d62401669ebe03de7c70c4 (diff) | |
download | freebsd-ports-27a740e0afaea682ab2b7e997f23c22608f3e3b5.zip |
Add more dependencies (ghostview, DocBook 3.1)
Add longer descriptions.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gmat/Makefile | 12 | ||||
-rw-r--r-- | textproc/gmat/pkg-descr | 17 |
2 files changed, 28 insertions, 1 deletions
diff --git a/textproc/gmat/Makefile b/textproc/gmat/Makefile index 7b7472cc7b73..73e012249a6f 100644 --- a/textproc/gmat/Makefile +++ b/textproc/gmat/Makefile @@ -14,6 +14,16 @@ MASTER_SITES= ftp://ftp.ora.com/pub/gmat/ MAINTAINER= grog RUN_DEPENDS= ${LOCALBASE}/bin/nsgmls:${PORTSDIR}/textproc/sp \ - ${LOCALBASE}/bin/procmail:${PORTSDIR}/mail/procmail + ${LOCALBASE}/bin/procmail:${PORTSDIR}/mail/procmail \ + ${LOCALBASE}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \ + ${LOCALBASE}/bin/ghostview:${PORTSDIR}/print/ghostview +post-install: + (cd ${WRKSRC}; tar cf - test) | (cd ${LOCALBASE}/share/gmat; tar xvf -) +# Change the pathnames in CATALOG + (cd ${WRKSRC}/test; \ + sed < CATALOG "s:/usr/local/prod/sgml/DocBook:${LOCALBASE}/share/sgml/docbook:g; \ + s:/usr/local/prod:${LOCALBASE}/share/gmat:g" \ + > ${LOCALBASE}/share/gmat/test/CATALOG ) + .include <bsd.port.mk> diff --git a/textproc/gmat/pkg-descr b/textproc/gmat/pkg-descr index 7044c7390aab..47aeb09c207d 100644 --- a/textproc/gmat/pkg-descr +++ b/textproc/gmat/pkg-descr @@ -2,3 +2,20 @@ O'Reilly's SGML formatting package. This package processes the complete sources for a book in DocBook format and formats it with groff. + +This port is the first port of what was previously an internal +O'Reilly product. Consider it beta quality. The copyright +information in the README file states: + + # This is ALPHA software. Permission to redistribute this alpha + # version is expressly denied. + +According to Lenny Muellner <len@oreilly.com>, this is out of date, +but the archive has not yet been updated. + +The only documentation is gmat.sgm. To format, + + # gmat gmat.sgm + +The results of the formatting are not exactly production quality. +There is still a lot of work to be done. |