Port details |
- p5-CGI-SpeedyCGI Speed up perl CGI scripts by running them persistently
- 2.22_9 www =35 2.22_9Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2002-03-25 13:42:50
- Last Update: 2023-07-26 00:48:20
- Commit Hash: 95274bf
- People watching this port, also watch:: libiconv, p5-HTML-Tagset, gettext, unzip, p5-HTML-Parser
- Also Listed In: perl5
- License: GPLv2
- WWW:
- http://daemoninc.com/SpeedyCGI/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-CGI-SpeedyCGI>0:www/p5-CGI-SpeedyCGI
- To install the port:
- cd /usr/ports/www/p5-CGI-SpeedyCGI/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-CGI-SpeedyCGI
- pkg install p5-CGI-SpeedyCGI
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-CGI-SpeedyCGI
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (CGI-SpeedyCGI-2.22.tar.gz) = 9021a5c6d8ed205422f091209addf7d1be27222adbcbd17bc52fbc527bcc6f98
SIZE (CGI-SpeedyCGI-2.22.tar.gz) = 151946
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- apxs : www/apache24
- perl5>=5.32.r0<5.33 : lang/perl5.32
-
- This port is required by:
- for Run
-
- net-mgmt/routers2
Configuration Options:
- ===> The following configuration options are available for p5-CGI-SpeedyCGI-2.22_9:
APACHE=on: Build mod_speedycgi
===> Use 'make config' to modify these settings
- Options name:
- www_p5-CGI-SpeedyCGI
- USES:
- perl5 apache
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.22_9 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.22_9 25 Jun 2023 21:42:46 |
Muhammad Moinur Rahman (bofh) |
www/p5-CGI-SpeedyCGI: Fix build with llvm16
- Replace deprecated @exec/@unexec with @postexec/@postunexec
Sponsored by: The FreeBSD Foundation |
2.22_9 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.22_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.22_9 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.22_9 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.22_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.22_9 06 Oct 2020 10:57:12 |
se |
Fix build with -fno-common |
2.22_8 07 Apr 2017 18:50:22 |
lth |
Moving maintainership burden onto broader shoulders |
2.22_8 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.22_7 13 Aug 2014 12:47:35 |
mat |
This work with apache 2.4 too. (plus cleanup a stray .include)
Sponsored by: Absolight |
2.22_7 15 Apr 2014 13:28:06 |
ohauer |
- add stage support
- 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@ |
2.22_7 09 Apr 2014 09:49:03 |
bapt |
Mark as broken unstaged perl ports
With hat: portmgr |
2.22_7 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.22_7 31 Jul 2013 06:54:10 |
az |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
2.22_7 27 May 2013 13:02:14 |
bapt |
Fix build with clang |
2.22_7 24 Sep 2012 20:55:01 |
ohauer |
- USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk
with hat apache@ |
2.22_7 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
2.22_7 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
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) |
2.22_7 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
2.22_7 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
2.22_7 24 Oct 2011 04:17:38 |
dougb |
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. |
2.22_7 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.22_6 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.22_6 10 Sep 2010 03:51:09 |
pgollucci |
- Fix pkg-plist for WITH_APACHE
PR: ports/149684
Submitted by: ohauer
Approved by: maintainer timeout (lth ; 26 days) |
2.22_5 12 Oct 2009 19:55:37 |
lth |
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 |
2.22_4 19 Jun 2009 09:49:57 |
lth |
Mark MAKE_JOBS_UNSAFE=yes
PR: ports/135551
Submitted by: pgollucci |
2.22_4 28 Mar 2009 20:45:10 |
skv |
Introduce Perl 5.10.0 |
2.22_4 17 Apr 2008 14:30:31 |
araujo |
- 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) |
2.22_4 20 Feb 2007 05:33:41 |
kuriyama |
- 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) |
2.22_3 02 May 2006 08:52:30 |
lth |
Fix building of mod_speedycgi.
PR: ports/91212
Submitted by: Rong-En Fan <rafan@infor.org> |
2.22_2 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
2.22_2 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.22_2 06 Oct 2005 14:09:56 |
lth |
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 |
2.22_1 30 Apr 2005 11:10:26 |
lth |
Make the module build honor the APXS variable.
PR: ports/79810
Noticed by: Jeremy Reed <reed@reedmedia.net> |
2.22_1 05 Feb 2005 12:51:04 |
kuriyama |
Add a patch to unbreak with apr-1.x. This patch was already submitted
to dev site on sf.net. |
2.22_1 06 Aug 2004 17:37:00 |
leeym |
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 |
2.22 01 Jun 2004 12:32:33 |
lth |
Change of email address.
Approved by: erwin (mentor) |
2.22 19 Mar 2004 01:51:15 |
trevor |
Add size data, approved by maintainers. |
2.22 25 Dec 2003 12:51:45 |
krion |
- Add optional mod_speedycgi.so
PR: 60553
Submitted by: leeym
Approved by: maintainer |
2.22 30 Oct 2003 13:04:22 |
foxfair |
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. |
2.21_3 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.21_3 21 May 2003 10:43:18 |
tobez |
Fix coredumps.
PR: 52522
Submitted by: maintainer |
2.21_2 29 Apr 2003 15:58:06 |
leeym |
Fix PREFIX under perl-5.005
bump PORTREVISION
PR: 51507
Submitted by: leeym
Approved by: Lars Thegler <lars@thegler.dk> |
2.21_1 11 Apr 2003 02:17:22 |
leeym |
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) |
2.21 01 Mar 2003 01:32:56 |
leeym |
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 |
2.11 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
2.11 25 Mar 2002 13:42:31 |
kuriyama |
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> |