Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/help2man,
Generate simple manual pages from program output
Branch: CURRENT,
Version: 1.36.4,
Package name: help2man-1.36.4,
Maintainer: arvedhelp2man 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.
Required to run:[
lang/perl5] [
devel/p5-gettext]
Required to build:[
devel/gmake]
Master sites: (Expand)
SHA1: f3ffd89d50ee158589f2d0ccdc476d2ac3ebff70
RMD160: 1c2e18f86c2d689dbc4bbc1d85e60a2273308c42
Filesize: 83.623 KB
Version history: (Expand)
- (2009-01-19) Package deleted from pkgsrc
- (2008-07-09) Updated to version: help2man-1.36.4
- (2005-10-05) Package added to pkgsrc.se, version help2man-1.33.1 (created)
CVS history: (Expand)
2009-01-17 21:44:43 by Thomas Klausner | Files touched by this commit (7) | |
Log message:
Remove help2man, imported to pkgsrc/converters/help2man.
|
2008-07-08 18:17:46 by Blair Sadewitz | Files touched by this commit (8) |
Log message:
Update to help2man-1.36.4. Use conventional patch names. Misc Makefile
changes/fixes. pkglint says "fine".
|
2007-01-13 23:18:04 by Sergey Svishchev | Files touched by this commit (2) |
Log message:
distfile name changed. Package does not build on NetBSD, though:
checking for pre-loadable libintl... no
configure: error: libpreloadable_libintl.so required (gettext 0.12+)
|
2006-04-09 00:14:02 by Johnny C. Lam | Files touched by this commit (18) |
Log message:
List the info files directly in the PLIST and change USE_MAKEINFO into
USE_TOOLS+=makeinfo.
|
2005-10-10 16:00:13 by Roland Illig | Files touched by this commit (9) |
Log message:
Don't use ${PKGNAME} in the definition of WRKSRC, since that might
contain the PKGREVISION. ${PKGNAME_NOREV} is a better choice.
|
2005-04-11 23:13:01 by Todd Vierling | Files touched by this commit (1) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-05-10 17:13:14 by Tilman Linneweh | Files touched by this commit (6) | |
Log message:
Import help2man,
------------
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.
------------
Things that may not be correct:
patch-hacklocaledir.c was inspired by audio/arts/patches/patch-ab
REPLACE_PERL may be necessary.
Tested on: NetBSD/i386 1.6.2
|