Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Oct 2019 13:30:20
1.13_2

|
dmgk  |
print/a2pdf : Update MAINTAINER
- 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 |
19 Nov 2018 18:20:23
1.13_2

|
sunpoet  |
Add NO_ARCH
- Sort *_DEPENDS |
01 Apr 2016 14:16:20
1.13_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
15 Nov 2015 12:11:01
1.13_2

|
riggs  |
Bump PORTREVISION after updating runtime dependencies in previous commit
PR: 204137
Submitted by: freebsd@oldach.net
MFH: 2015Q4 (ports-secteam fix blanket) |
15 Nov 2015 11:39:25
1.13_1

|
riggs  |
Fix runtime dependency: a2pdf requires lang/p5-Switch
PR: 204137
Submitted by: freebsd@oldach.net
MFH: 2015Q4 (ports-secteam fix blanket) |
14 Sep 2015 12:19:50
1.13_1

|
mat  |
Make it so that the default Perl is always called perl5.
- 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 |
26 Nov 2014 13:08:38
1.13_1

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
03 Feb 2014 13:40:41
1.13

|
miwi  |
- Stage support |
15 Nov 2013 17:40:36
1.13

|
mat  |
Chase up perltidy new name.
Pointy hat to: mat
Reported by: portsnap's cperciva. |
20 Sep 2013 22:44:00
1.13

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
02 Aug 2013 18:21:06
1.13

|
az  |
- Convert to new perl framework |
20 Oct 2012 07:03:04
1.13

|
jhale  |
- Update MASTER_SITES
- 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 |
21 Sep 2012 10:07:34
1.13

|
bapt  |
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's
distilator) |
25 Aug 2011 06:48:44
1.13
|
culot  |
- Fix MASTER_SITES
- Add LICENSE (Artistic 2)
PR: ports/160134
Submitted by: Kato Tsuguru <tkato432@yahoo.com> |
03 Jul 2011 06:14:57
1.13
|
miwi  |
- Kick MD5 Support |
21 Dec 2009 02:19:12
1.13
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
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. |
07 Sep 2008 00:19:05
1.13
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
08 Sep 2007 01:04:03
1.13
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
11 Jun 2007 15:04:34
1.13
|
sat  |
Add port print/a2pdf:
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> |