summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-01-11 03:37:02 +0000
committergrog <grog@FreeBSD.org>2001-01-11 03:37:02 +0000
commita52a903c83fc2c6354ba2ec6d7b323f3eb6a63e3 (patch)
tree7709567be0a23493ce95cf2ffa31843fbf7802c4 /textproc
parent97afcec64d89d5b242c7790499ff55622bb62183 (diff)
downloadFreeBSD-ports-a52a903c83fc2c6354ba2ec6d7b323f3eb6a63e3.zip
FreeBSD-ports-a52a903c83fc2c6354ba2ec6d7b323f3eb6a63e3.tar.gz
Add more dependencies (ghostview, DocBook 3.1)
Add longer descriptions.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gmat/Makefile12
-rw-r--r--textproc/gmat/pkg-descr17
2 files changed, 28 insertions, 1 deletions
diff --git a/textproc/gmat/Makefile b/textproc/gmat/Makefile
index 7b7472c..73e0122 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 7044c73..47aeb09 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.
OpenPOWER on IntegriCloud