CVS log for ports/www/p5-Markup-Perl/Makefile
Up to [FreeBSD] / ports / www / p5-Markup-Perl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 20 09:22:11 2011 UTC (7 months, 3 weeks ago) by az
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- 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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 20 11:06:24 2008 UTC (3 years, 2 months ago) by koitsu
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Maintainer moved to ports@FreeBSD.org.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 1 11:40:46 2008 UTC (3 years, 5 months ago) by koitsu
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -3 lines
- 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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 1 10:21:53 2008 UTC (3 years, 5 months ago) by koitsu
Branches: MAIN
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
