| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
0.92_1
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
04 Jun 2012 17:17:22
0.92_1
|
az  |
- Remove SITE_PERL from *_DEPENDS |
19 Mar 2011 12:38:54
0.92_1
|
miwi  |
- Get Rid MD5 support |
25 Jan 2010 22:42:58
0.92_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6).
Approved by: portmgr (itetcu) |
17 Apr 2008 14:30:31
0.92
|
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) |
10 Aug 2007 06:26:38
0.92
|
clsung  |
- Update to 0.92 |
30 May 2007 02:15:31
0.91
|
clsung  |
- Update to 0.91 |
25 Apr 2007 07:03:08
0.90
|
clsung  |
- Update to 0.90 |
21 Apr 2007 17:01:01
0.89
|
leeym  |
- update to 0.89 |
22 Jan 2006 02:58:25
0.88
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 15:05:17
0.88
|
mat  |
Take a perl@ hat and add SHA256 checksums |
31 Oct 2005 18:24:21
0.88
|
erwin  |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
20 Sep 2005 17:32:55
0.88
|
tobez  |
Update to 0.88. Require perl from ports. Assign maintainer to perl@. |
14 Jul 2005 08:21:41
0.86
|
leeym  |
- update to p5-CGI-SSI-0.86 |
29 Jan 2004 16:13:06
0.53
|
trevor  |
SIZEify. |
10 Nov 2003 03:12:22
0.53
|
adamw  |
Add CGI/SSI.pm
CGI::SSI is meant to be used as an easy way to filter shtml through CGI
scripts in a loose imitation of Apache's mod_include. If you're using
Apache, you may want to use either mod_include or the Apache::SSI module
instead of CGI::SSI. Limitations in a CGI script's knowledge of how the
server behaves make some SSI directives impossible to imitate from a CGI
script.
Requested by: db_@besmirched.org |