summaryrefslogtreecommitdiff
path: root/textproc/txt2man
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-14 06:39:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-14 06:39:19 +0000
commita010a20ed116dfdb50aafbde548e25c3cc048b63 (patch)
tree082d14e00f36537745833fc6a8a7991bffd4a06b /textproc/txt2man
parentUpdated to 1.6.1. Removed patch in favor of a regex. (diff)
add txt2man
Converts flat ASCII text to man page format
Notes
Notes: svn path=/head/; revision=43975
Diffstat (limited to 'textproc/txt2man')
-rw-r--r--textproc/txt2man/Makefile23
-rw-r--r--textproc/txt2man/distinfo1
-rw-r--r--textproc/txt2man/pkg-comment1
-rw-r--r--textproc/txt2man/pkg-descr7
-rw-r--r--textproc/txt2man/pkg-plist1
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile
new file mode 100644
index 000000000000..a23de9848e0d
--- /dev/null
+++ b/textproc/txt2man/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# New ports collection makefile for: txt2man
+# Date created: Jun 14, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= txt2man
+PORTVERSION= 1.4.1
+CATEGORIES= textproc
+MASTER_SITES= http://mvertes.free.fr/download/
+
+MAINTAINER= ijliao@FreeBSD.org
+
+ALL_TARGET= txt2man.1
+
+MAN1= txt2man.1
+
+post-patch:
+ @${PERL} -pi -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/textproc/txt2man/distinfo b/textproc/txt2man/distinfo
new file mode 100644
index 000000000000..a24f5a7bda93
--- /dev/null
+++ b/textproc/txt2man/distinfo
@@ -0,0 +1 @@
+MD5 (txt2man-1.4.1.tar.gz) = 9a9bee48f4304208d98cf61542760fb3
diff --git a/textproc/txt2man/pkg-comment b/textproc/txt2man/pkg-comment
new file mode 100644
index 000000000000..b232919793ed
--- /dev/null
+++ b/textproc/txt2man/pkg-comment
@@ -0,0 +1 @@
+Converts flat ASCII text to man page format
diff --git a/textproc/txt2man/pkg-descr b/textproc/txt2man/pkg-descr
new file mode 100644
index 000000000000..304a23d4555b
--- /dev/null
+++ b/textproc/txt2man/pkg-descr
@@ -0,0 +1,7 @@
+txt2man converts the input text into nroff commands using man(7) macros for
+man pages. Smart argument processing is available either for commands using
+"-" sign for flags (including long options used in GNU tools). If ifile is
+omitted, standard input is taken as argument. Result is displayed on standard
+output.
+
+WWW: http://mvertes.free.fr/
diff --git a/textproc/txt2man/pkg-plist b/textproc/txt2man/pkg-plist
new file mode 100644
index 000000000000..df01b15d0d7c
--- /dev/null
+++ b/textproc/txt2man/pkg-plist
@@ -0,0 +1 @@
+bin/txt2man