mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
- Update to 1.47.4
- Use USES=localbase - Remove the 3-year-old CONFIGURE_FAIL_MESSAGE of a 3.5-year-old infrastructure change - Update WWW: use https:// 1.47: - Set document language for localised info pages. - Add French and Spanish translation of info documentation. - Add Spanish and Danish translations. - Add support for reproducible builds by using $SOURCE_DATE_EPOCH as the date for the generated pages. 1.46: - Add German, Ukranian and Polish translations of info documentation. - Add Hungarian and Norwegian Bokmaal translations. 1.45: - Add recognition of explicit section headings indicated with *Heading*. - Improve handling of tagged paragraphs when body is on a following line. - Add escapes to adjust spacing of italic text at roman/italic boundaries. 1.44: - Parse option lines in the header section of include files using shell word splitting which allows quoting of multiple words and backslash-escaping of spaces.
This commit is contained in:
parent
54de16e080
commit
ebaa61e253
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428170
3 changed files with 13 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= help2man
|
||||
PORTVERSION= 1.43.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.47.4
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= GNU/${PORTNAME}
|
||||
|
||||
|
@ -15,27 +14,25 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake perl5
|
||||
USES= gmake localbase perl5 tar:xz
|
||||
|
||||
INFO= ${PORTNAME}
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/help2man.1.gz
|
||||
|
||||
LANGS= de el eo fi fr hr it pl pt_BR ru sr sv uk vi
|
||||
LANGS_MTREE= ja # languages that already exist in BSD.local.dist
|
||||
man/man1/${PORTNAME}.1.gz
|
||||
|
||||
NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
# Add note of build failure caused by Perl infrastructure change in 20130612
|
||||
NLS_VARS= CONFIGURE_FAIL_MESSAGE="Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=320679\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\"."
|
||||
NLS_PLIST_FILES= lib/bindtextdomain.so
|
||||
NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext
|
||||
NLS_USES= gettext
|
||||
|
||||
.for lang in ${LANGS} ${LANGS_MTREE}
|
||||
NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \
|
||||
.for lang in de es fr pl uk zh_CN
|
||||
NLS_INFO+= ${PORTNAME}-${lang}
|
||||
.endfor
|
||||
|
||||
.for lang in da de el eo es fi fr hr hu it ja nb pl pt_BR ru sr sv uk vi zh_CN
|
||||
NLS_PLIST_FILES+= man/${lang}/man1/${PORTNAME}.1.gz \
|
||||
share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
|
||||
.endfor
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (help2man-1.43.3.tar.gz) = 67978d118980ebd9f0c60be5db129527900a7b997b9568fc795ba9bdb341d303
|
||||
SIZE (help2man-1.43.3.tar.gz) = 199611
|
||||
TIMESTAMP = 1479577891
|
||||
SHA256 (help2man-1.47.4.tar.xz) = d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753
|
||||
SIZE (help2man-1.47.4.tar.xz) = 189456
|
||||
|
|
|
@ -8,4 +8,4 @@ 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: http://www.gnu.org/software/help2man/
|
||||
WWW: https://www.gnu.org/software/help2man/
|
||||
|
|
Loading…
Add table
Reference in a new issue