Commit graph

95 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c9944dffec Update to 1.47.16
Changes:	https://salsa.debian.org/bod/help2man/-/blob/master/debian/changelog
2020-07-08 18:55:35 +00:00
Sunpoet Po-Chuan Hsieh
b3d06aaaba Update to 1.47.15
Changes:	https://salsa.debian.org/bod/help2man/-/blob/master/debian/changelog
2020-04-29 15:47:48 +00:00
Sunpoet Po-Chuan Hsieh
b682cb4c0a Update to 1.47.14
- Revert --version parsing change from 1.47.13, which had unintended
  consequences for some version strings. In short, it is not possible to
  unambiguously determine the split between the package/program name and version
  in some of the supported formats. Multi-word package names are supported only
  in the "program (GNU package) version" variant (closes: #958345).
2020-04-26 11:55:46 +00:00
Sunpoet Po-Chuan Hsieh
fb9edd0a1f Update to 1.47.13
- Merge change from Po-Chuan Hsieh to suppress creation of an empty pkglibdir
  when nls is disabled.
- Remove install_dirs target entirely, add explicit $(MKINSTALLDIRS) before each
  $(INSTALL_{DATA,PROGRAM}) call.
- Update parsing of --version to allow multi-word programs when constructing the
  placeholder NAME paragraph (thanks to Jarno Suni).
2020-03-28 12:46:04 +00:00
Sunpoet Po-Chuan Hsieh
6a4fc9fe83 Add NO_ARCH when NLS is disabled 2020-02-03 19:45:17 +00:00
Sunpoet Po-Chuan Hsieh
0bd455131f Revert bindtextdomain.so location change in r267248
- Bump PORTREVISION for package change

help2man (with NLS enabled) installs bindtextdomain.so to ${PREFIX}/lib/help2man/ now.

Reported by:	swills
2020-02-02 11:07:51 +00:00
Sunpoet Po-Chuan Hsieh
b1a95a25ea - Cosmetic change 2020-01-19 11:10:02 +00:00
Sunpoet Po-Chuan Hsieh
c76aa21877 Update to 1.47.12
- Fix minor error in po/es.po.
- Fix ordering of "other" sections in manual page (as reported by Reuben
  Thomas).
2020-01-05 04:07:37 +00:00
Sunpoet Po-Chuan Hsieh
5784029f37 Update to 1.47.11
- Adjust maintainer sanity check again, this time to handle binary NMUs (closes:
  #934601).
2019-08-13 20:50:07 +00:00
Sunpoet Po-Chuan Hsieh
de68d8feee Update to 1.47.10
- Change maintainer sanity check in debian/rules to use the contents of README
  rather than the mtime, which may be have been modified by dpkg-source (closes:
  #925136).
2019-03-24 14:31:21 +00:00
Sunpoet Po-Chuan Hsieh
2080db9842 Update to 1.47.9
- Add Tamil translation (thanks to Arun Isaac).
2019-03-20 18:01:59 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Sunpoet Po-Chuan Hsieh
31ac268468 Update to 1.47.8
- Use $(DEB_VERSION) from pkg-info.mk [lintian].
- Fix git repository link in generated README.
- Update debian/copyright to machine readable format [lintian].
- Update standards version to 4.2.1 (no changes).
2018-10-16 20:03:38 +00:00
Sunpoet Po-Chuan Hsieh
81af13e573 Update to 1.47.7
- Remove trailing spaces from changelog [lintian].
- Update years in debian/copyright.
- Reference version-specific /usr/share/common-licenses/GPL-3 in copyright rather than the unversioned GPL symlink [lintian].
- Add Swedish translation of info page (thanks to Sebastian Rasmussen).
2018-09-24 11:11:44 +00:00
Sunpoet Po-Chuan Hsieh
4a44942b0f Update to 1.47.6
- Update to debhelper v11.
- Move repository to salsa.debian.org.
- Update Vcs-Git/Vcs-Browser.
- Update standards version to 4.1.3:
  - update config.{guess,sub} at build time
- Add Brazilian Portuguese translation of info page (thanks to Rafael Fontenelle).
- Update Hungarian translation (thanks to Balázs Úr)
- Update Brazilian Portuguese translation (thanks to Rafael Fontenelle).
2018-03-01 15:19:18 +00:00
Sunpoet Po-Chuan Hsieh
64a65708db Simplify MASTER_SITES 2018-01-28 14:07:21 +00:00
Sunpoet Po-Chuan Hsieh
aeb40d1836 Add CONFIGURE_FAIL_MESSAGE again to avoid receiving more mails 2017-09-26 15:55:41 +00:00
Sunpoet Po-Chuan Hsieh
e25e97e9c3 Update to 1.47.5
- Refresh Brazilian Portuguese translation from translation project copy (trivial date change).
- Update Swedish translation (thanks to Sebastian Rasmussen).
- Use POSIX compliant TZ when setting UTC (thanks to Paul Eggert).
- Update copyright years.
2017-09-24 19:08:02 +00:00
Sunpoet Po-Chuan Hsieh
ebaa61e253 - 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.
2016-12-09 07:51:54 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
a0a3b1dad0 Remove a patch from devel/gmake so the port no longer depends on
print/texinfo which requires gmake.  To break this circular dependency
gmake-lite was introduced.  This can be removed now as well.

PR:		210623
Reviewed by:	bapt
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-07-08 11:24:18 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Sunpoet Po-Chuan Hsieh
c33959cd3f - Add LICENSE_FILE
- Use LIBS instead of CFLAGS
- Cleanup Makefile
2015-10-15 20:16:31 +00:00
Sunpoet Po-Chuan Hsieh
998ca0dbe2 - Put back CONFIGURE_FAIL_MESSAGE as I still get mails of build failure caused by 2-year-old infrastructure change 2015-09-19 05:10:08 +00:00
Sunpoet Po-Chuan Hsieh
d48f045a09 - Cleanup Makefile 2015-08-30 03:56:26 +00:00
Sunpoet Po-Chuan Hsieh
c0d4b09ba8 - Fix typo in URL
Submitted by:	ryusuke
2015-06-16 17:29:27 +00:00
Sunpoet Po-Chuan Hsieh
011afc7e75 - Cleanup PLIST 2014-12-20 18:15:24 +00:00
Sunpoet Po-Chuan Hsieh
6da647b62f - Use PLIST_DIRS instead of deprecated PLIST_DIRSTRY 2014-09-30 15:23:19 +00:00
Baptiste Daroussin
19262850ed Avoid circular dependency is base is built WITHOUT_INFO 2014-06-25 06:36:10 +00:00
Sunpoet Po-Chuan Hsieh
095c6deb0c - Use CONFIGURE_FAIL_MESSAGE instead of pre-configure: because nobody scrolls up to read the message 2013-11-29 15:58:28 +00:00
Sunpoet Po-Chuan Hsieh
e6105e1f27 - Add temporary note of build failure caused by Perl infrastructure change in 20130612 2013-11-27 20:42:50 +00:00
Sunpoet Po-Chuan Hsieh
607a2c5631 - Fix STAGEDIR support
- Convert to new options helper
- Bump PORTREVISION for package change
2013-11-22 23:14:42 +00:00
Sunpoet Po-Chuan Hsieh
29d185b9b6 - Support STAGEDIR 2013-11-21 20:47:43 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
bc221a68c1 - Use USES=gmake 2013-08-21 12:03:51 +00:00
Sunpoet Po-Chuan Hsieh
d733768a2e - Update to 1.43.3
Changes:
- Update Ukranian translation (thanks to Yuri Chornoivan).
- Update Esperanto translation (thanks to Felipe Castro).
- Update Polish translation (thanks to Jakub Bogusz).
- Update Russian translation (thanks to Yuri Kozlov).
- Update Japanese translation (thanks to Yasumichi Akahoshi).
- Update Vietnamese translation (thanks to Tran Ngoc Quan).
- Update French translation (thanks to David Prevot).
2013-07-10 03:40:21 +00:00
Sunpoet Po-Chuan Hsieh
652aab01f8 - Update to 1.43.2
Changes:

1.43.2:
- Use the generic term "section" in the documentation rather than "name", which
  could be confused to mean only the literal "NAME" section.

1.43.1:
- Add explicit include syntax for prepending, replacing or appending to
  generated output for a section (thanks to Daniil Baturin for the idea).
- Update Vietnamese translation (thanks to Tran Ngoc Quan).
- Update Esperanto translation (thanks to Felipe Castro).
2013-06-13 11:52:18 +00:00
Sunpoet Po-Chuan Hsieh
83d9d6f5f9 - Update to 1.42.1
Changes:
- Update Vietnamese translation (thanks to Tran Ngoc Quan).
- Update Croatian translation (thanks to Tomislav Krznar).
- Consistently strip path and/or libtool "lt-" prefix from any instance of
  $program derived from --help or --version (thanks to Eric Shattow for
  identifying the issue).
2013-06-08 21:06:31 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Sunpoet Po-Chuan Hsieh
2c463f264c - Update to 1.41.2
Changes:
- Update Vietnamese translation (thanks to Tran Ngoc Quan).
- Update Croatian translation (thanks to Tomislav Krznar).
- Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro Gomes).

Feature safe:	yes
2013-04-18 16:58:08 +00:00
Sunpoet Po-Chuan Hsieh
22410da943 - Update to 1.41.1
Changes:
- Rename configure.in to .ac, and revise use of AC_INIT/AC_OUTPUT macros to meet
  current autoconf guidelines.
- Add copyright headers to supporting files (GNU All-Permissive License).
- Fix section name comparisons ($sect is localised).
- Set filenames in italics (as suggested by Yann Soubeyrand).
- Suppress option/filename handling in EXAMPLES section.
2013-01-30 16:41:12 +00:00
Sunpoet Po-Chuan Hsieh
0f1223101e - Update to 1.40.13
- Cleanup Makefile header

Changes:
- Add "Multi-Arch: foreign" control field to permit any installable architecture
  to satisfy a build dependency when cross-building packages (closes: #694586).

Feature safe:	yes
2012-12-08 16:19:14 +00:00
Sunpoet Po-Chuan Hsieh
1b9539a55d - Update to 1.40.12
Changes:
- Update Croatian translation (thanks to Tomislav Krznar).
- Fix updating of help2man.pot to occur only when help2man.PL is changed, not
  help2man generated.
2012-09-14 02:05:46 +00:00
Sunpoet Po-Chuan Hsieh
07f77f073c - Update to 1.40.11
Changes:
- Add Croatian translation (thanks to Tomislav Krznar).
2012-07-30 19:17:19 +00:00
Sunpoet Po-Chuan Hsieh
2cb5e8bfc2 - Convert to new options framework 2012-06-30 01:53:44 +00:00
Sunpoet Po-Chuan Hsieh
aa31ce349e - Update to 1.40.10
- Remove SITE_PERL from *_DEPENDS
- Pet portlint: use += instead of =

Changes:
- Update Greek translation (thanks to Savvas Radevic).
- Update Serbian translation (thanks to Miroslav Nikolic).
- Update German translation (thanks to Arun Persaud).
2012-06-05 13:23:24 +00:00
Sunpoet Po-Chuan Hsieh
204dcc6bf5 - Update to 1.40.9
Changes:
- Update Japanese translation (thanks to Yasumichi Akahoshi).
- Update Esperanto translation (thanks to Felipe Castro).
- Update Vietnamese translation (thanks to Trần Ngọc Quân).
- Update German translation (thanks to Chris Leick, closes: #669564).
2012-04-21 06:14:19 +00:00
Sunpoet Po-Chuan Hsieh
bf06fab09c - Update to 1.40.8
Changes:
- Update French translation (thanks to David Prevot).
- Update Italian translation (thanks to Sergio Zanchetta).
- Update Polish translation (thanks to Jakub Bogusz).
- Update Russian translation (thanks to Yuri Kozlov).
- Update Ukranian translation (thanks to Yuri Chornoivan).
- Modify self-extracting scripts to output to a temporary file.
- Ensure that help2man exists before building manual pages (as reported by
  Richard Maw).

Feature safe:	yes
2012-04-09 16:25:23 +00:00
Sunpoet Po-Chuan Hsieh
5988d94c4b - Update to 1.40.7
Changes:
- Update Greek translation (thanks to Savvas Radevic).

Feature safe:	yes
2012-03-28 02:55:32 +00:00