add GNU help2man port
This commit is contained in:
parent
342e56b4c3
commit
fffdc64142
27
devel/help2man/Makefile
Normal file
27
devel/help2man/Makefile
Normal file
@ -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 <brad@openbsd.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
3
devel/help2man/files/md5
Normal file
3
devel/help2man/files/md5
Normal file
@ -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
|
12
devel/help2man/patches/patch-help2man_texi
Normal file
12
devel/help2man/patches/patch-help2man_texi
Normal file
@ -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
|
12
devel/help2man/pkg/DESCR
Normal file
12
devel/help2man/pkg/DESCR
Normal file
@ -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}
|
6
devel/help2man/pkg/PLIST
Normal file
6
devel/help2man/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user