aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-EBook-Tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-23/+23
| | | | | | | | 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-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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
* textproc/p5-EBook-Tools: update 0.4.9_2 -> 0.5.4Jason Unovitch2015-08-115-6/+36
| | | | | | | | | | | | | | - Update to p5-EBook-Tools-0.5.4 - Update tidy dependency to tidy-html5 - Take maintainership - Add NO_ARCH PR: 201703 Approved by: simond@irrelevant.org (outgoing maintainer), feld (mentor) Differential Revision: https://reviews.freebsd.org/D3348 Notes: svn path=/head/; revision=393977
* - Fix *_DEPENDS: version 0.74+ is already in all supported Perl releasesSunpoet Po-Chuan Hsieh2015-03-211-2/+1
| | | | | | | | | - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=381844
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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
* * Convert to stagingMathieu Arnold2014-01-212-12/+12
| | | | | | | | | | * Add license * pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340601
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326920
* - Do not remove directories not created by this portMartin Wilke2013-06-142-7/+1
| | | | | | | Reported by: pkg (DEV_MODE) Notes: svn path=/head/; revision=320870
* - Update to 0.4.9Steve Wills2012-04-102-16/+18
| | | | | | | | PR: ports/166095 Approved by: maintainer timeout (simond@irrelevant.org, >3 weeks) Notes: svn path=/head/; revision=294461
* - Unbreak this port: update RUN_DEPEDNDS (LOCALBASE/bin/tidy -> ↵Sunpoet Po-Chuan Hsieh2011-12-121-3/+1
| | | | | | | | | | LOCALBASE/bin/tidy4) PR: ports/163207 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Notes: svn path=/head/; revision=287262
* - Mark BROKEN: tidy now installs as tidy-4Pav Lucistnik2011-12-051-0/+2
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=286936
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 0.4.8Philip M. Gollucci2010-08-222-5/+4
| | | | | | | | | | PR: ports/147400 Submitted by: pgollucci (myself) Reviewed by: az Approved by: maintainer timeout (simond@irrelevant.org ; > 2.5 months) Notes: svn path=/head/; revision=259773
* Add more dependencies, switch to Module::Build, bump PORTREVISION.Anton Berezin2010-02-032-4/+6
| | | | | | | Approved by: portmgr (pav), implicit Notes: svn path=/head/; revision=249166
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-1/+1
| | | | | | | | | (part 7). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248607
* - Update to 0.4.6Philip M. Gollucci2009-12-293-12/+17
| | | | | | | | | PR: ports/141611 Approved by: maintainer timeout (simond@irrelevant.org; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246824
* EBook-Tools contains a library and a command-line tool for unpacking,Martin Wilke2009-02-234-0/+66
creating, correcting, and repacking electronic books. Current unpacking support is limited to PalmDoc and Mobipocket and generation is limited to EPub. The metadata correction tools are quite extensive, however. For more details, see the POD information on EBook::Tools and EBook::Tools::Unpack. WWW: http://search.cpan.org/dist/EBook-Tools/ PR: ports/131901 Submitted by: simond at irrelevant.org Notes: svn path=/head/; revision=228948