aboutsummaryrefslogtreecommitdiff
path: root/print/a2pdf
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* print/a2pdf : Update MAINTAINERDmitri Goutnik2019-10-161-1/+1
| | | | | | | | | | | | - Pass maintainership to the submitter PR: 241277 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D22047 Notes: svn path=/head/; revision=514591
* Add NO_ARCHSunpoet Po-Chuan Hsieh2018-11-191-5/+7
| | | | | | | - Sort *_DEPENDS Notes: svn path=/head/; revision=485345
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Bump PORTREVISION after updating runtime dependencies in previous commitThomas Zander2015-11-151-1/+1
| | | | | | | | | PR: 204137 Submitted by: freebsd@oldach.net MFH: 2015Q4 (ports-secteam fix blanket) Notes: svn path=/head/; revision=401699
* Fix runtime dependency: a2pdf requires lang/p5-SwitchThomas Zander2015-11-151-0/+1
| | | | | | | | | PR: 204137 Submitted by: freebsd@oldach.net MFH: 2015Q4 (ports-secteam fix blanket) Notes: svn path=/head/; revision=401692
* 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+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
* - Stage supportMartin Wilke2014-02-032-2/+1
| | | | Notes: svn path=/head/; revision=342441
* Chase up perltidy new name.Mathieu Arnold2013-11-151-1/+1
| | | | | | | | Pointy hat to: mat Reported by: portsnap's cperciva. Notes: svn path=/head/; revision=333896
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Update MASTER_SITESJason E. Hale2012-10-201-11/+4
| | | | | | | | | | | | | | | - Add perl5 to CATEGORIES - Remove DEPRECATED/EXPIRATION_DATE since port fetches now - Remove LICENSE_FILE for license in Templates/Licenses - Trim Makefile header PR: ports/172048 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306164
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵Baptiste Daroussin2012-09-211-0/+3
| | | | | | | distilator) Notes: svn path=/head/; revision=304618
* - Fix MASTER_SITESFrederic Culot2011-08-251-1/+4
| | | | | | | | | | - Add LICENSE (Artistic 2) PR: ports/160134 Submitted by: Kato Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=280383
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-1/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Add port print/a2pdf:Andrew Pantyukhin2007-06-114-0/+39
a2pdf converts ASCII text to PDF format, with optional line/page numbering and Perl syntax highlighting. WWW: http://perl.jonallen.info/projects/a2pdf Author: Jon Allen <jj@jonallen.info> Notes: svn path=/head/; revision=193274