aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-FCGI
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | www)
* - Convert to new perl frameworkmat2013-08-031-6/+3
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Convert to new options frameworkbapt2012-05-311-2/+3
|
* - Update to 0.74sunpoet2011-09-252-3/+3
| | | | Changes: http://search.cpan.org/dist/FCGI/ChangeLog
* Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.az2011-08-234-0/+52
|
* - Remove p5-FCGI: we have p5-FastCGI alreadysunpoet2011-08-204-53/+0
| | | | Notified by: az
* - Add p5-FCGI 0.73sunpoet2011-08-204-0/+53
| | | | | | | | | | | | | | FCGI is a Fast CGI module for Perl. It's based on the FCGI module that comes with Open Market's FastCGI Developer's Kit. FCGI.pm isn't Unicode aware, only characters within the range 0x00-0xFF are supported. Attempts to output strings containing characters above 0xFF results in a exception: (F) Wide character in %s. Users who wants the previous (FCGI.pm <= 0.68) incorrect behavior can disable the exception by using the bytes pragma. WWW: http://search.cpan.org/dist/FCGI/
* Remove www/p5-FCGI, it is a duplicate of www/p5-FastCGIswills2011-05-114-33/+0
| | | | Pointy hat to: swills
* Perl Fast CGI moduleswills2011-05-114-0/+33
WWW: http://search.cpan.org/dist/FCGI/