| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Dec 2012 12:24:19
0.5
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
05 Jun 2012 07:44:03
0.5
|
az  |
- Remove SITE_PERL from *_DEPENDS |
13 Mar 2012 16:15:36
0.5
|
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
0.5
|
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 |
20 Jun 2011 09:22:15
0.5
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
19 Mar 2011 12:38:54
0.5
|
miwi  |
- Get Rid MD5 support |
12 Feb 2011 09:30:23
0.5
|
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
20 Nov 2008 11:06:24
0.5
|
koitsu  |
Maintainer moved to ports@FreeBSD.org. |
01 Sep 2008 11:40:46
0.5
|
koitsu  |
- Fixup: only require p5-CGI.pm if perl version is < 5.8.5. Earlier
perl releases do include CGI.pm, but that version is fairly buggy. |
01 Sep 2008 10:21:54
0.5
|
koitsu  |
This perl module allows the embedding of perl code within CGI scripts
using simple tags, <perl> and </perl>, to begin and end perl parsing.
Once the perl module is included via "use", all text gets output to
stdout except for code within the above tags.
Despite what's in the CPAN README, this module does not require
Filter::Simple, only CGI.pm.
WWW: http://search.cpan.org/~mmathews/Markup-Perl/
Tindy testing by: itetcu |