summaryrefslogtreecommitdiff
path: root/converters/txt2man
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-13 15:12:09 +0000
committerzuntum <zuntum>2001-06-13 15:12:09 +0000
commit2e72fb01c0fc37140e8ec126fab5cafeba03bb5f (patch)
tree123312e042633ba9d00a400315fdc188f033730b /converters/txt2man
parent4d9d5d8d8925fbd91baf41040cf27a5ae90e166d (diff)
downloadpkgsrc-2e72fb01c0fc37140e8ec126fab5cafeba03bb5f.tar.gz
Initial import of txt2man-1.4.1
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.
Diffstat (limited to 'converters/txt2man')
-rw-r--r--converters/txt2man/Makefile16
-rw-r--r--converters/txt2man/distinfo4
-rw-r--r--converters/txt2man/pkg/DESCR6
-rw-r--r--converters/txt2man/pkg/PLIST3
4 files changed, 29 insertions, 0 deletions
diff --git a/converters/txt2man/Makefile b/converters/txt2man/Makefile
new file mode 100644
index 00000000000..40bb25721a1
--- /dev/null
+++ b/converters/txt2man/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/13 15:12:09 zuntum Exp $
+#
+
+DISTNAME= txt2man-1.4.1
+CATEGORIES= converters
+MASTER_SITES= http://mvertes.free.fr/download/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mvertes.free.fr/
+COMMENT= txt2man converts flat ASCII text to man page format
+
+NO_BUILD= YES
+
+INSTALL_TARGET= install prefix="${PREFIX}"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/txt2man/distinfo b/converters/txt2man/distinfo
new file mode 100644
index 00000000000..e844a837672
--- /dev/null
+++ b/converters/txt2man/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/06/13 15:12:09 zuntum Exp $
+
+SHA1 (txt2man-1.4.1.tar.gz) = 8f9562231f2a3d892205e37ed2c9cdc6612a5231
+Size (txt2man-1.4.1.tar.gz) = 10699 bytes
diff --git a/converters/txt2man/pkg/DESCR b/converters/txt2man/pkg/DESCR
new file mode 100644
index 00000000000..bbabbadad5e
--- /dev/null
+++ b/converters/txt2man/pkg/DESCR
@@ -0,0 +1,6 @@
+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.
diff --git a/converters/txt2man/pkg/PLIST b/converters/txt2man/pkg/PLIST
new file mode 100644
index 00000000000..819a852baf1
--- /dev/null
+++ b/converters/txt2man/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/13 15:12:09 zuntum Exp $
+bin/txt2man
+man/man1/txt2man.1