FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 2:29 PM GMT
Port details
p5-CGI-SpeedyCGI 2.22_7 www on this many watch lists=36 search for ports that depend on this port
Speed up perl CGI scripts by running them persistently
Maintained by: lth@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Mar 2002 13:42:50
Also Listed In: perl5
License: not specified in port
SpeedyCGI is a way to run CGI perl scripts persistently, which usually
makes them run much more quickly. A script can be converted to
SpeedyCGI by changing the interpreter line at the top of the
script. After the script is initially run, instead of exiting,
SpeedyCGI keeps the perl interpreter running. During subsequent runs,
this interpreter is used to handle new requests instead of starting a
new perl interpreter for each execution.

WWW: http://daemoninc.com/SpeedyCGI/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8, www/apache22
Required To Run: lang/perl5.8, www/apache22
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/p5-CGI-SpeedyCGI/ && make install clean
To add the package: pkg_add -r p5-CGI-SpeedyCGI


Configuration Options
===> The following configuration options are available for p5-CGI-SpeedyCGI-2.22_7:
     APACHE=On (default) "Enable mod_speedycgi"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/CGI/
http://www.cpan.dk/modules/by-module/CGI/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/CGI/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/CGI/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/CGI/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/CGI/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/CGI/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/CGI/
http://at.cpan.org/modules/by-module/CGI/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/CGI/
http://backpan.perl.org/modules/by-module/CGI/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/CGI/
http://cpan.nctu.edu.tw/modules/by-module/CGI/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/CGI/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 28

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 Jan 2012 16:47:41
Original commit files touched by this commit  2.22_7
ohauer search for other commits by this committer
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
24 Oct 2011 04:17:38
Original commit files touched by this commit  2.22_7
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- 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.
20 Aug 2011 17:27:52
Original commit files touched by this commit  2.22_7
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.22_6
miwi search for other commits by this committer
- Get Rid MD5 support
10 Sep 2010 03:51:09
Original commit files touched by this commit  2.22_6
pgollucci search for other commits by this committer
- Fix pkg-plist for WITH_APACHE

PR:             ports/149684
Submitted by:   ohauer
Approved by:    maintainer timeout (lth ; 26 days)
12 Oct 2009 19:55:37
Original commit files touched by this commit  2.22_5
lth search for other commits by this committer
Avoid segfault on perl 5.10

PR:             ports/139259
Submitted by:   Vivek Khera <vivek@khera.org>
Obtained from:  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537996
19 Jun 2009 09:49:57
Original commit files touched by this commit  2.22_4
lth search for other commits by this committer
Mark MAKE_JOBS_UNSAFE=yes

PR:             ports/135551
Submitted by:   pgollucci
28 Mar 2009 20:45:10
Original commit files touched by this commit  2.22_4
skv search for other commits by this committer
Introduce Perl 5.10.0
17 Apr 2008 14:30:31
Original commit files touched by this commit  2.22_4
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${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)
20 Feb 2007 05:33:41
Original commit files touched by this commit  2.22_4
kuriyama search for other commits by this committer
- Add a simple program to dump status file (/tmp/speedy.6.*.F).
  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)
02 May 2006 08:52:30
Original commit files touched by this commit  2.22_3
lth search for other commits by this committer
Fix building of mod_speedycgi.

PR:             ports/91212
Submitted by:   Rong-En Fan <rafan@infor.org>
24 Jan 2006 03:14:23
Original commit files touched by this commit  2.22_2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:58:25
Original commit files touched by this commit  2.22_2
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
06 Oct 2005 14:09:56
Original commit files touched by this commit  2.22_2
lth search for other commits by this committer
Added patch to fix SF#1279867, 'error messages from die() are lost'.

Obtained from: 
http://sourceforge.net/tracker/index.php?func=detail&aid=1279867&group_id=2208&atid=102208
30 Apr 2005 11:10:26
Original commit files touched by this commit  2.22_1
lth search for other commits by this committer
Make the module build honor the APXS variable.

PR:             ports/79810
Noticed by:     Jeremy Reed <reed@reedmedia.net>
05 Feb 2005 12:51:04
Original commit files touched by this commit  2.22_1
kuriyama search for other commits by this committer
Add a patch to unbreak with apr-1.x.  This patch was already submitted
to dev site on sf.net.
06 Aug 2004 17:37:00
Original commit files touched by this commit  2.22_1
leeym search for other commits by this committer
Perl 5.8.4 and above add several security check when doing setuid.
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
01 Jun 2004 12:32:33
Original commit files touched by this commit  2.22
lth search for other commits by this committer
Change of email address.

Approved by:    erwin (mentor)
19 Mar 2004 01:51:15
Original commit files touched by this commit  2.22
trevor search for other commits by this committer
Add size data, approved by maintainers.
25 Dec 2003 12:51:45
Original commit files touched by this commit  2.22
krion search for other commits by this committer
- Add optional mod_speedycgi.so

PR:             60553
Submitted by:   leeym
Approved by:    maintainer
30 Oct 2003 13:04:22
Original commit files touched by this commit  2.22
foxfair search for other commits by this committer
PR:             57925
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Reviewed by:    [1]
Upgrade p5-CGI-SpeedyCGI to 2.22

[1] Actually use the patch provided by the maintainer.
24 Oct 2003 12:05:09
Original commit files touched by this commit  2.21_3
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
21 May 2003 10:43:18
Original commit files touched by this commit  2.21_3
tobez search for other commits by this committer
Fix coredumps.

PR:             52522
Submitted by:   maintainer
29 Apr 2003 15:58:06
Original commit files touched by this commit  2.21_2
leeym search for other commits by this committer
Fix PREFIX under perl-5.005
bump PORTREVISION

PR:             51507
Submitted by:   leeym
Approved by:    Lars Thegler <lars@thegler.dk>
11 Apr 2003 02:17:22
Original commit files touched by this commit  2.21_1
leeym search for other commits by this committer
add SUID support, which is required by mail/openwebmail
bump PORTREVISION

PR:             50441
Submitted by:   leeym
Reviewed by:    lars@thegler.dk (MAINTAINER)
Approved by:    lars@thegler.dk (MAINTAINER)
01 Mar 2003 01:32:56
Original commit files touched by this commit  2.21
leeym search for other commits by this committer
Update port www/p5-CGI-SpeedyCGI to version 2.21
disable installing mod_speedycgi.

PR:             46723
Submitted by:   Lars Thegler <lars@thegler.dk>
Reviewed by:    petef, tobez
21 Feb 2003 14:01:38
Original commit files touched by this commit  2.11
knu search for other commits by this committer
De-pkg-comment.
25 Mar 2002 13:42:31
Original commit files touched by this commit  2.11
kuriyama search for other commits by this committer
Add p5-CGI-SpeedyCGI 2.11,
speed up perl CGI scripts by running them persistently.

PR:             ports/35741
Submitted by:   Lars Thegler <lars@thegler.dk>

Number of commits found: 28

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days43
new fortnight69
new month136

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.133 seconds.