From 27a740e0afaea682ab2b7e997f23c22608f3e3b5 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Thu, 11 Jan 2001 03:37:02 +0000 Subject: Add more dependencies (ghostview, DocBook 3.1) Add longer descriptions. --- textproc/gmat/Makefile | 12 +++++++++++- textproc/gmat/pkg-descr | 17 +++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) (limited to 'textproc/gmat') 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 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 , 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. -- cgit v1.2.3