| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Mar 2012 10:35:52
5.71
|
ashish  |
Update to 5.71
Feature safe: yes |
13 Mar 2012 16:15:36
5.70
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
5.70
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
26 Jan 2012 08:44:57
5.70
|
ashish  |
- Update to 5.70 |
01 Dec 2011 13:14:23
5.63
|
ashish  |
- Update to 5.63
Feature safe: yes |
20 May 2011 18:13:44
5.62
|
ashish  |
- Upgrade to 5.62. |
03 Jan 2011 18:06:56
5.50
|
ashish  |
- Update to 5.50.
Approved by: pgj (mentor, implicit) |
14 Jun 2010 12:56:44
5.48
|
ashish  |
- Adopt unmaintained ports.
Approved by: pgj, tabthorpe (mentors) |
08 Jun 2010 07:31:58
5.48
|
gabor  |
- Drop maintainership |
20 Jan 2010 22:22:52
5.48
|
gabor  |
- Update to 5.48
PR: ports/142669
Submitted by: pgollucci |
22 Jul 2009 16:27:08
5.47
|
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) |
28 Mar 2009 20:45:10
5.47
|
skv  |
Introduce Perl 5.10.0 |
14 Jun 2008 22:26:23
5.47
|
gabor  |
- Update to 5.47 |
26 May 2008 18:04:57
5.46
|
gabor  |
- Update to 5.46 |
17 Apr 2008 14:30:31
5.45
|
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) |
19 Aug 2007 14:12:18
5.45
|
gabor  |
- Update to 5.45
- Install example dups file when NOPORTEXAMPLES unset
PR: ports/115347
Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> |
31 Mar 2007 20:33:58
5.44
|
gabor  |
- Remove support for old Perl from my ports |
08 Dec 2006 13:46:35
5.44
|
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
31 Oct 2006 09:21:03
5.44
|
clsung  |
- Update to 5.44
PR: ports/104415
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (gabor) |
07 Aug 2006 21:22:30
5.43
|
pav  |
- Fix typo, unbreak INDEX, salvage the world
Pointy hat to: clsung |
07 Aug 2006 15:03:13
5.43
|
clsung  |
- Update to 5.43
- PurePerl.pm has used "eval" to try MIME::Base64 & Digest::base, so
add these dependencies.
PR: ports/101406
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (gkovesdan_AT_t-hosting dot hu) |
06 Jun 2006 17:26:21
5.41
|
erwin  |
Update to 5.41
PR: 98562
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: gabor (maintainer) |
05 Jun 2006 13:44:01
5.39
|
erwin  |
Update to 5.39
PR: 98288
Submitted by: Rong-En Fan <rafan@infor.org>
Approved by: maintainer |
29 May 2006 00:52:25
5.37
|
clsung  |
- Update to 5.37
PR: 97639
Submitted by: Christopher Boumenot <boumenot_AT_gmail dot com>
Approved by: maintainer |
20 Feb 2006 20:50:22
5.32
|
fenner  |
Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in. |
22 Jan 2006 02:50:55
5.32
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
22 Dec 2005 09:25:35
5.32
|
erwin  |
Digest::SHA::PurePerl is a complete implementation of the NIST
Secure Hash Standard. It gives Perl programmers a convenient way
to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message
digests. The module can handle all types of input, including
partial-byte data.
Digest::SHA::PurePerl is written entirely in Perl. If your platform
has a C compiler, you should install the functionally-equivalent
(but much faster) Digest::SHA module.
WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl
PR: ports/90773
Submitted by: Gabor Kovesdan |