diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 39 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9e2334585cae..7084a255afd4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -32,6 +32,7 @@ SUBDIR += eruby SUBDIR += expat SUBDIR += expat2 + SUBDIR += fdp-tools SUBDIR += freegrep SUBDIR += fribidi SUBDIR += gaspell 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 |