From 2e72fb01c0fc37140e8ec126fab5cafeba03bb5f Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 13 Jun 2001 15:12:09 +0000 Subject: 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. --- converters/txt2man/Makefile | 16 ++++++++++++++++ converters/txt2man/distinfo | 4 ++++ converters/txt2man/pkg/DESCR | 6 ++++++ converters/txt2man/pkg/PLIST | 3 +++ 4 files changed, 29 insertions(+) create mode 100644 converters/txt2man/Makefile create mode 100644 converters/txt2man/distinfo create mode 100644 converters/txt2man/pkg/DESCR create mode 100644 converters/txt2man/pkg/PLIST (limited to 'converters/txt2man') 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 -- cgit v1.2.3