aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-SpeedyCGI
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportohauer2014-04-157-26/+42
| | | | | | | | | | - use modern OPTION syntax - remove useless PERL_LEVEL check (meanwhile always >= 501000) - regenerate patch files so they match the `make makepatch' naming schema - add LICENSE (GPLv2) - remove BROKEN ... with hat apache@
* Mark as broken unstaged perl portsbapt2014-04-091-0/+1
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | www)
* - Convert to new Uses/perl5.mk frameworkaz2013-07-311-1/+2
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* Fix build with clangbapt2013-05-271-0/+2
|
* - USE_APACHE s/22+/22/ohauer2012-09-251-9/+9
| | | | | | | | | some additional cleanups/fixes - adopt new Makefile header - convert to optionsNG - use BROKEN instead IGNORE in bsd.apache.mk with hat apache@
* - remove www/apache20 and devel/apr0ohauer2012-08-181-1/+1
| | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-0/+2
| | | | | | | | | 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)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-091-2/+0
| | | | | | | | | | | | | | | 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
* - change required APACHE version from 13+ to 20+ohauer2012-01-021-1/+1
| | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-2/+2
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Fix pkg-plist for WITH_APACHEpgollucci2010-09-102-1/+3
| | | | | | PR: ports/149684 Submitted by: ohauer Approved by: maintainer timeout (lth ; 26 days)
* Avoid segfault on perl 5.10lth2009-10-132-1/+16
| | | | | | PR: ports/139259 Submitted by: Vivek Khera <vivek@khera.org> Obtained from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537996
* Mark MAKE_JOBS_UNSAFE=yeslth2009-06-191-0/+1
| | | | | PR: ports/135551 Submitted by: pgollucci
* Introduce Perl 5.10.0skv2009-03-291-0/+4
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* - Add a simple program to dump status file (/tmp/speedy.6.*.F).kuriyama2007-02-203-1/+165
| | | | | | | Original distribution contains similar utility (speedy_dump.pl), but I cannot compile (actually c2ph) it, so I reinvent a wheel with C. Approved by: lth (maintainer)
* Fix building of mod_speedycgi.lth2006-05-022-16/+8
| | | | | PR: ports/91212 Submitted by: Rong-En Fan <rafan@infor.org>
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Added patch to fix SF#1279867, 'error messages from die() are lost'.lth2005-10-062-1/+33
| | | | Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=1279867&group_id=2208&atid=102208
* Make the module build honor the APXS variable.lth2005-04-301-2/+6
| | | | | PR: ports/79810 Noticed by: Jeremy Reed <reed@reedmedia.net>
* Add a patch to unbreak with apr-1.x. This patch was already submittedkuriyama2005-02-051-0/+48
| | | | to dev site on sf.net.
* Perl 5.8.4 and above add several security check when doing setuid.leeym2004-08-072-5/+5
| | | | | | | | | | | | | | | | One of these checks is that the interpreter must have string "perl" with it. http://sourceforge.net/mailarchive/forum.php?thread_id=4823748&forum_id=7581 - rename speedy_suid to speedy_suidperl (or speedyperl_suid will be fine, too) - utilize ECHO - replace all /usr/local with PREFIX will cause some problems when PREFIX isn't /usr/local (missing PERL5 libraries and modules... blah blah...) - bump PORTREVISION PR: 69970 Submitted by: leeym Reviewed by: lth
* Change of email address.lth2004-06-011-1/+1
| | | | Approved by: erwin (mentor)
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* - Add optional mod_speedycgi.sokrion2003-12-251-0/+1
| | | | | | PR: 60553 Submitted by: leeym Approved by: maintainer
* PR: 57925foxfair2003-10-304-60/+36
| | | | | | | | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Reviewed by: [1] Approved by: Obtained from: MFC after: Upgrade p5-CGI-SpeedyCGI to 2.22 [1] Actually use the patch provided by the maintainer.
* utilize SITE_PERLijliao2003-10-241-5/+5
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Fix coredumps.tobez2003-05-212-1/+21
| | | | | PR: 52522 Submitted by: maintainer
* Fix PREFIX under perl-5.005leeym2003-04-291-1/+4
| | | | | | | | bump PORTREVISION PR: 51507 Submitted by: leeym Approved by: Lars Thegler <lars@thegler.dk>
* add SUID support, which is required by mail/openwebmailleeym2003-04-113-1/+16
| | | | | | | | | bump PORTREVISION PR: 50441 Submitted by: leeym Reviewed by: lars@thegler.dk (MAINTAINER) Approved by: lars@thegler.dk (MAINTAINER)
* Update port www/p5-CGI-SpeedyCGI to version 2.21leeym2003-03-013-2/+67
| | | | | | | | disable installing mod_speedycgi. PR: 46723 Submitted by: Lars Thegler <lars@thegler.dk> Reviewed by: petef, tobez
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add p5-CGI-SpeedyCGI 2.11,kuriyama2002-03-255-0/+41
speed up perl CGI scripts by running them persistently. PR: ports/35741 Submitted by: Lars Thegler <lars@thegler.dk>