Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 May 2016 10:44:12
1.0_1
 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
1.0_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 ) |
10 Jun 2014 12:14:14
1.0
 |
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
06 Feb 2014 13:59:21
1.0
 |
ehaupt  |
Support staging. |
20 Sep 2013 22:10:25
1.0
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
31 Jul 2013 06:54:10
1.0
 |
az  |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
12 Dec 2012 21:40:55
1.0
 |
wxs  |
Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).
Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer, private mail) |
20 Mar 2011 12:54:45
1.0
|
miwi  |
- Get Rid MD5 support |
22 Jan 2006 21:24:05
1.0
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:46:07
1.0
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
20 Mar 2004 21:03:41
1.0
|
trevor  |
Add size data, approved by maintainers. |
24 Oct 2003 12:05:09
1.0
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
09 May 2003 01:02:59
1.0
|
edwin  |
fix build on 4.x for net/p5-Net-RawSock
- fix build for perl 5.005_03
- add missing directories to plist
Informed maintainer.
PR: ports/51868
Submitted by: Erwin Lansing <erwin@lansing.dk> |
21 Feb 2003 13:15:09
1.0
|
knu  |
De-pkg-comment. |
05 Feb 2003 02:37:04
1.0
|
edwin  |
New port: net/p5-Net-RawSock
Net::RawSock provides a base function to send raw IP datagrams
from Perl. The raw IP datagram is packed into a buffer and
written on the network layer with the write_ip() function.
PR: ports/47868
Submitted by: Nicolas Jombart <ecu@ipv42.net> |