aboutsummaryrefslogtreecommitdiff
path: root/textproc/po4a
Commit message (Collapse)AuthorAgeFilesLines
* Pod::Parser was removed from perl5 in 5.31.0.Mathieu Arnold2020-07-201-8/+3
| | | | | | | | | | Add a P5_POD_PARSER variable to use in dependencies for ports that need it. PR: 247826 Notes: svn path=/head/; revision=542642
* Fix build with recent perl5-devel.Mathieu Arnold2019-06-041-3/+9
| | | | Notes: svn path=/head/; revision=503473
* Update textproc/po4a to 0.51Renato Botelho2017-03-294-90/+105
| | | | Notes: svn path=/head/; revision=437236
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-1/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* Remove duplicate ports.Mathieu Arnold2016-08-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=420253
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-142-274/+275
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Fix installation when PREFIX != /usr/localRenato Botelho2015-04-061-3/+10
| | | | | | | | Submitted by: John Hein <john.hein@microsemi.com> Obtained from: https://alioth.debian.org/tracker/index.php?func=detail&aid=315040 Notes: svn path=/head/; revision=383450
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-231-1/+1
| | | | | | | as a directory name can't be attributed to a package Notes: svn path=/head/; revision=377770
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistAntoine Brodin2014-11-151-37/+0
| | | | Notes: svn path=/head/; revision=372605
* - Stop removing directories from BSD.local.dist.Bryan Drewery2014-04-192-58/+1
| | | | | | | | | | | | | | This fixes false-positive leftover (files removed) warnings in Redports/QAT/Tinderbox. Note that some of these ports still have Orphans which I did not address. With hat: portmgr Spotted by: new 'check-plist' Notes: svn path=/head/; revision=351583
* Add missing dependencyRenato Botelho2014-03-261-0/+2
| | | | Notes: svn path=/head/; revision=349242
* Fix MASTER_SITESRenato Botelho2014-03-251-2/+1
| | | | Notes: svn path=/head/; revision=349195
* - Update to 0.45Renato Botelho2014-03-254-45/+430
| | | | | | | | - Support STAGE - Add LICENSE Notes: svn path=/head/; revision=349146
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-3/+2
| | | | Notes: svn path=/head/; revision=325961
* Unbreak po4a using old distfile while a proper solution with new one is notRenato Botelho2013-08-192-7/+5
| | | | | | | | | ready Thanks to: John Marino <marino@FreeBSD.org> Notes: svn path=/head/; revision=324972
* Mark it as broken while I find a solution, there are a number of issues onRenato Botelho2013-07-301-0/+2
| | | | | | | installation process Notes: svn path=/head/; revision=323975
* - Fix MASTER_SITESRenato Botelho2013-07-222-4/+5
| | | | | | | | | | | | | | * Use LOCAL and fedora first since fetch cannot get file from alioth - Tarball was rerolled at some point, I couldn't find the old version to compare but I noted other projects like debian, gentoo and fedora are using the same tarball. - Make WRKSRC point to right place PR: ports/179647 [1], ports/180676 [2] Submitted by: John Marino <draco@marino.st> [1], Holger Freyther <holger@freyther.de> Notes: svn path=/head/; revision=323440
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update to 0.44Renato Botelho2013-01-092-3/+3
| | | | Notes: svn path=/head/; revision=310117
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Update to 0.41Renato Botelho2012-04-143-20/+4
| | | | Notes: svn path=/head/; revision=294810
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Cleanup MASTER_SITES and since i'm here, remove MD5Renato Botelho2010-11-122-2/+1
| | | | Notes: svn path=/head/; revision=264446
* Add a patch to fix CDATA parser for xml filesRenato Botelho2010-10-192-0/+12
| | | | | | | Obtained from: http://alioth.debian.org/tracker/index.php?func=detail&aid=312773&group_id=30267&atid=410622 Notes: svn path=/head/; revision=263286
* - Update to 0.40.1Renato Botelho2010-10-192-6/+7
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=263276
* - Catch up with p5-gettext renamingPav Lucistnik2010-10-121-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=262914
* Update to 0.39.Anton Berezin2010-07-014-151/+22
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257272
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Introduce Perl 5.10.0Sergey Skvortsov2009-03-281-0/+63
| | | | Notes: svn path=/head/; revision=231213
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.32Andrew Pantyukhin2007-08-295-156/+140
| | | | | | | - Rework Notes: svn path=/head/; revision=198505
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Reset meno.abels@adviser.com due to maintainer-timeouts and no responseMark Linimon2007-02-271-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=186103
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* tools for helping translation of documentationAndrey Slusar2006-01-245-0/+202
The po4a (po for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation. This package contains the main libraries of po4a, and the following sub-modules: - KernelHelp: Help messages of each kernel compilation option. - Man: Good old manual page format. - Pod: Perl documentation format. - Sgml: either debiandoc or docbook DTD. - Dia: uncompressed Dia diagrams. - LaTeX: generic TeX or LaTeX format WWW: http://packages.debian.org/unstable/text/po4a PR: ports/91532 Submitted by: Meno Abels <meno.abels@adviser.com> Notes: svn path=/head/; revision=154377