-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.38 April 26, 2010 * Support ENVIRONMENT and FILES sections. * Move all translated text into .po files (previously .h2m include files were handled seperately). * Submit package to the Translation Project (translationproject.org). * Add Vietnamese translation. * Add some comments for translators. Version 1.37 November 14, 2009 * Update GPL to v3. * Add --version-string option. * Add --no-discard-stderr option. * Add line breaks into bug reporting section. * Add Brazilian Portuguese and German translations. * Select a reasonable configure default for --enable-nls. * Revise preload mechanism to not require preloadable libintl.
- Loading branch information
Showing
6 changed files
with
26 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2009/01/17 20:43:27 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.2 2010/05/02 11:25:29 wiz Exp $ | ||
# | ||
|
||
DISTNAME= help2man-1.36.4 | ||
DISTNAME= help2man-1.38.2 | ||
CATEGORIES= converters | ||
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.gnu.org/software/help2man/ | ||
COMMENT= Generate simple manual pages from program output | ||
LICENSE= gnu-gpl-v3 | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:39:09 joerg Exp $ | ||
@comment $NetBSD: PLIST,v 1.3 2010/05/02 11:25:29 wiz Exp $ | ||
bin/help2man | ||
info/help2man.info | ||
lib/hacklocaledir.so | ||
lib/bindtextdomain.so | ||
man/de/man1/help2man.1 | ||
man/fi/man1/help2man.1 | ||
man/fr/man1/help2man.1 | ||
man/man1/help2man.1 | ||
man/pl/man1/help2man.1 | ||
man/pt_BR/man1/help2man.1 | ||
man/ru/man1/help2man.1 | ||
man/sv/man1/help2man.1 | ||
man/vi/man1/help2man.1 | ||
share/locale/de/LC_MESSAGES/help2man.mo | ||
share/locale/fi/LC_MESSAGES/help2man.mo | ||
share/locale/fr/LC_MESSAGES/help2man.mo | ||
share/locale/pl/LC_MESSAGES/help2man.mo | ||
share/locale/pt_BR/LC_MESSAGES/help2man.mo | ||
share/locale/ru/LC_MESSAGES/help2man.mo | ||
share/locale/sv/LC_MESSAGES/help2man.mo | ||
share/locale/vi/LC_MESSAGES/help2man.mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2009/01/17 20:43:27 wiz Exp $ | ||
$NetBSD: distinfo,v 1.2 2010/05/02 11:25:29 wiz Exp $ | ||
|
||
SHA1 (help2man-1.36.4.tar.gz) = f3ffd89d50ee158589f2d0ccdc476d2ac3ebff70 | ||
RMD160 (help2man-1.36.4.tar.gz) = 1c2e18f86c2d689dbc4bbc1d85e60a2273308c42 | ||
Size (help2man-1.36.4.tar.gz) = 85630 bytes | ||
SHA1 (patch-aa) = d285c85af63fe4477203a532814b0d22f3710191 | ||
SHA1 (patch-ab) = 0f37b43ee53dfad50de340082c8b1684fb18b8c5 | ||
SHA1 (patch-ac) = 71ddc4490430f972b3be44049117edfb0d314daa | ||
SHA1 (help2man-1.38.2.tar.gz) = 6f0109589eca3286c2619b03efd3f85433696039 | ||
RMD160 (help2man-1.38.2.tar.gz) = 8edf87341eef27195006a264d29685b0f85ae099 | ||
Size (help2man-1.38.2.tar.gz) = 136509 bytes | ||
SHA1 (patch-aa) = 4adc2686570056d8839698a9243ba8c516729e0a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.