diff options
author | alex <alex@FreeBSD.org> | 2000-12-23 18:10:20 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-12-23 18:10:20 +0800 |
commit | 7edf659ec9e312956802e343cb21cd4116c9e63a (patch) | |
tree | 1e8404f016cf7587c93b624e5e1a64f746e088b9 /textproc/fdp-tools | |
parent | 777501681b15a34419854830a20448e461978a61 (diff) | |
download | freebsd-ports-gnome-7edf659ec9e312956802e343cb21cd4116c9e63a.tar.gz freebsd-ports-gnome-7edf659ec9e312956802e343cb21cd4116c9e63a.tar.zst freebsd-ports-gnome-7edf659ec9e312956802e343cb21cd4116c9e63a.zip |
Add ftp-tools-1.1, a nice set of perl scripts for manipulating
SGML documents, e.g. indenting (!) (still experimental, though),
written by the submitter.
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Diffstat (limited to 'textproc/fdp-tools')
-rw-r--r-- | textproc/fdp-tools/Makefile | 27 | ||||
-rw-r--r-- | textproc/fdp-tools/distinfo | 1 | ||||
-rw-r--r-- | textproc/fdp-tools/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/fdp-tools/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/fdp-tools/pkg-plist | 4 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/fdp-tools/Makefile b/textproc/fdp-tools/Makefile new file mode 100644 index 000000000000..15c953ce06d6 --- /dev/null +++ b/textproc/fdp-tools/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: fdp-tools +# Date created: 25 July 2000 +# Whom: ue@nathan.ruhr.de +# +# $FreeBSD$ +# + +PORTNAME= fdp-tools +PORTVERSION= 1.1 +CATEGORIES= textproc +MASTER_SITES= http://www.ruhr.de/home/nathan/FreeBSD/ + +MAINTAINER= ue@nathan.ruhr.de + +NO_BUILD= yes +NO_WRKSUBDIR= yes +USE_PERL5= yes + +MAN1= makemanent.1 sortmanent.1 slashexpand.1 suppe.1 +TOOLS= makemanent sortmanent slashexpand suppe + +do-install: + cd ${WRKDIR} && \ + ${INSTALL_SCRIPT} ${TOOLS} ${PREFIX}/bin &&\ + ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/textproc/fdp-tools/distinfo b/textproc/fdp-tools/distinfo new file mode 100644 index 000000000000..8f629c8d993a --- /dev/null +++ b/textproc/fdp-tools/distinfo @@ -0,0 +1 @@ +MD5 (fdp-tools-1.1.tar.gz) = 26dbf104d4a38fb75b86f21e71327c96 diff --git a/textproc/fdp-tools/pkg-comment b/textproc/fdp-tools/pkg-comment new file mode 100644 index 000000000000..0677c4af57f5 --- /dev/null +++ b/textproc/fdp-tools/pkg-comment @@ -0,0 +1 @@ +A set of small utilities for the FreeBSD Documentation Projekt diff --git a/textproc/fdp-tools/pkg-descr b/textproc/fdp-tools/pkg-descr new file mode 100644 index 000000000000..f6b680fe8e4e --- /dev/null +++ b/textproc/fdp-tools/pkg-descr @@ -0,0 +1,5 @@ +A set of small utilities for the FreeBSD Documentation Projekt + +makemanent/sortmanent -- create and sort entries for man-refs.ent +slashexpand -- replace </> with proper closing tags +suppe -- format and indent diff --git a/textproc/fdp-tools/pkg-plist b/textproc/fdp-tools/pkg-plist new file mode 100644 index 000000000000..644548e6acb2 --- /dev/null +++ b/textproc/fdp-tools/pkg-plist @@ -0,0 +1,4 @@ +bin/makemanent +bin/slashexpand +bin/sortmanent +bin/suppe |