diff options
author | zuntum <zuntum> | 2001-06-13 15:12:09 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-13 15:12:09 +0000 |
commit | 602c6560b8f56a14e478b8daa2a670680b720f94 (patch) | |
tree | 123312e042633ba9d00a400315fdc188f033730b | |
parent | b3db04d6f5fac9c0a4b23e18d37c663d02223a89 (diff) | |
download | pkgsrc-602c6560b8f56a14e478b8daa2a670680b720f94.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.
-rw-r--r-- | converters/txt2man/Makefile | 16 | ||||
-rw-r--r-- | converters/txt2man/distinfo | 4 | ||||
-rw-r--r-- | converters/txt2man/pkg/DESCR | 6 | ||||
-rw-r--r-- | converters/txt2man/pkg/PLIST | 3 |
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 |