diff --git a/devel/help2man/Makefile b/devel/help2man/Makefile new file mode 100644 index 00000000000..5884d6f157e --- /dev/null +++ b/devel/help2man/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/08/26 22:18:42 brad Exp $ + +COMMENT= "GNU help2man" + +DISTNAME= help2man-1.24 +CATEGORIES= devel +NEED_VERSION= 1.435 +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= help2man + +HOMEPAGE= http://www.gnu.org/software/help2man/ + +MAINTAINER= Brad Smith + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +SEPARATE_BUILD= concurrent +CONFIGURE_STYLE= gnu + +post-extract: + @rm -f ${WRKSRC}/help2man.info* + +.include diff --git a/devel/help2man/files/md5 b/devel/help2man/files/md5 new file mode 100644 index 00000000000..82906d26f6b --- /dev/null +++ b/devel/help2man/files/md5 @@ -0,0 +1,3 @@ +MD5 (help2man-1.24.tar.gz) = 0501539d5b7f8dfef557676c06fda586 +RMD160 (help2man-1.24.tar.gz) = 602b2faa1e0585fb8d64f3dc6e4ffc54a8102b51 +SHA1 (help2man-1.24.tar.gz) = f586cd890f7f57bd3f1176e2ea9e942cf59e4d0a diff --git a/devel/help2man/patches/patch-help2man_texi b/devel/help2man/patches/patch-help2man_texi new file mode 100644 index 00000000000..f9c6784b24a --- /dev/null +++ b/devel/help2man/patches/patch-help2man_texi @@ -0,0 +1,12 @@ +$OpenBSD$ +--- help2man.texi.orig Sun Aug 26 18:04:33 2001 ++++ help2man.texi Sun Aug 26 18:05:11 2001 +@@ -9,7 +9,7 @@ + + @dircategory GNU admin + @direntry +-* help2man: (help2man). Automatic manual page generation. ++* Help2man: (help2man). Automatic manual page generation. + @end direntry + + @ifinfo diff --git a/devel/help2man/pkg/DESCR b/devel/help2man/pkg/DESCR new file mode 100644 index 00000000000..69c431b4584 --- /dev/null +++ b/devel/help2man/pkg/DESCR @@ -0,0 +1,12 @@ +help2man is a tool for automatically generating simple manual pages from +program output. + +It is intended to provide an easy way for software authors to include a +manual page in their distribution without having to maintain that +document. + +Given a program which produces resonably standard --help and --version +outputs, help2man will attempt to re-arrange that output into something +which resembles a manual page. + +WWW: ${HOMEPAGE} diff --git a/devel/help2man/pkg/PLIST b/devel/help2man/pkg/PLIST new file mode 100644 index 00000000000..ad71f24d189 --- /dev/null +++ b/devel/help2man/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/26 22:18:42 brad Exp $ +bin/help2man +@unexec install-info --delete --info-dir=%D/info %D/info/help2man.info +info/help2man.info +@exec install-info --info-dir=%D/info %D/info/help2man.info +man/man1/help2man.1