| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 Mar 2012 02:00:50
1.18
|
swills  |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket) |
03 Jul 2011 14:59:23
1.18
|
ohauer  |
-remove MD5 |
22 Jul 2009 16:27:08
1.18
|
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) |
17 Apr 2008 14:30:31
1.18
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Feb 2008 15:28:48
1.18
|
demon  |
Update to 1.18.
PR: 120385
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> |
08 Sep 2007 00:59:21
1.17
|
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 |
02 Dec 2006 14:12:13
1.17
|
demon  |
Update to 1.17.
PR: 106180
Submitted by: Christopher Boumenot <boumenot@gmail.com> |
17 Jul 2006 08:35:32
1.16
|
demon  |
Update to 1.16.
Based on PRs: 98868, 99577, 99817 |
22 Jan 2006 08:30:12
1.15
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
1.15
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
10 Oct 2005 12:07:18
1.15
|
demon  |
Upgrade to version 1.15.
PR: 86731
Submitted by: Emanuel Haupt <ehaupt@critical.ch> |
28 Apr 2005 08:42:26
1.14
|
demon  |
Update to version 1.14. |
13 Oct 2004 06:45:51
1.12
|
demon  |
Update to version 1.12.
PR: 72596
Submitted by: Aaron Dalton <aaron@daltons.ca> |
01 Sep 2004 09:05:56
1.10
|
demon  |
Update to version 1.10.
Remove unneeded dependency.
Take maintainership. |
17 Aug 2004 16:01:59
1.07
|
vanilla  |
- this port does not build under perl 5.00503
- add new DEPENDS
- add WWW in pkg-descr
- add files in pkg-plist
PR: ports/70538
Submitted by: Cheng-Lung Sung <clsung_at_tw.freebsd.org> |
02 Aug 2004 10:14:35
1.07
|
demon  |
Update to version 1.07. |
12 Jul 2004 09:14:49
1.06
|
demon  |
Add dependency on Test::More for ancient versions of perl
Spotted by: kris |
07 Jul 2004 13:20:11
1.06
|
demon  |
New port: Tree::Simple.
This module in an fully object-oriented implementation of a simple n-
ary tree. It is built upon the concept of parent-child relationships,
so therefore every Tree::Simple object has both a parent and a set of
children (who themselves may have children, and so on). Every
Tree::Simple object also has siblings, as they are just the children of
their immediate parent. |