| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 18:20:50
0.011
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.011
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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 |
03 Jul 2011 14:59:23
0.011
|
ohauer  |
-remove MD5 |
17 Jan 2010 19:56:33
0.011
|
lippe  |
Update to 0.111. |
22 Jul 2009 16:27:08
0.0.9
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
07 Sep 2008 05:17:53
0.0.9
|
lippe  |
- Take maintainership. |
07 Sep 2008 00:19:05
0.0.9
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
14 Apr 2008 10:40:32
0.0.9
|
sat  |
- Update to 0.0.9 |
08 Sep 2007 00:56:04
0.0.8_1
|
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 |
30 Jul 2006 22:46:04
0.0.8_1
|
sat  |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes |
20 Jul 2006 20:43:20
0.0.8_1
|
sat  |
- Data::Dumper and Test::More is in perl base
- Scalar::Util is in perl base 5.7.2 and later versions
PR: ports/100337
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
30 May 2006 18:14:55
0.0.8
|
sat  |
Add port devel/p5-Class-Std:
Most programmers who use Perl's object-oriented features construct their
objects by blessing a hash. But, in doing so, they undermine the
robustness of the OO approach. Hash-based objects are unencapsulated:
their entries are open for the world to access and modify.
Objects without effective encapsulation are vulnerable. Instead of
politely respecting their public interface, some clever client coder
inevitably will realize that it's marginally faster to interact directly
with the underlying implementation, pulling out attribute values
directly from the hash of an object.
WWW: http://search.cpan.org/dist/Class-Std/
Approved by: krion (mentor) |