aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-SSI
Commit message (Collapse)AuthorAgeFilesLines
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* - Update to 0.92Cheng-Lung Sung2007-08-102-4/+4
| | | | Notes: svn path=/head/; revision=197406
* - Update to 0.91Cheng-Lung Sung2007-05-302-4/+4
| | | | Notes: svn path=/head/; revision=192348
* - Update to 0.90Cheng-Lung Sung2007-04-252-4/+4
| | | | Notes: svn path=/head/; revision=190854
* - update to 0.89Yen-Ming Lee2007-04-212-13/+7
| | | | Notes: svn path=/head/; revision=190563
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> 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 Notes: svn path=/head/; revision=146850
* Update to 0.88. Require perl from ports. Assign maintainer to perl@.Anton Berezin2005-09-202-5/+12
| | | | Notes: svn path=/head/; revision=143234
* - update to p5-CGI-SSI-0.86Yen-Ming Lee2005-07-142-3/+3
| | | | Notes: svn path=/head/; revision=139182
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Add CGI/SSI.pmAdam Weinberger2003-11-104-0/+40
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 Notes: svn path=/head/; revision=93619