summaryrefslogtreecommitdiff
path: root/textproc/fdp-tools
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-12-23 10:10:20 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-12-23 10:10:20 +0000
commit19771db9c71a17786face5951816659d0f29eaac (patch)
tree4e33573e4e6b0fcfd2fafce6acd5d5b95da5b193 /textproc/fdp-tools
parentFix a typo. (diff)
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>
Notes
Notes: svn path=/head/; revision=36266
Diffstat (limited to 'textproc/fdp-tools')
-rw-r--r--textproc/fdp-tools/Makefile27
-rw-r--r--textproc/fdp-tools/distinfo1
-rw-r--r--textproc/fdp-tools/pkg-comment1
-rw-r--r--textproc/fdp-tools/pkg-descr5
-rw-r--r--textproc/fdp-tools/pkg-plist4
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