head	1.9;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.9
date	2010.09.10.03.51.09;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2007.02.20.05.33.40;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.02.08.52.30;	author lth;	state Exp;
branches;
next	1.6;

1.6
date	2006.01.22.02.57.45;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2004.08.06.17.37.00;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.25.12.51.45;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.04.43;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.11.02.17.22;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.25.13.42.29;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.9
log
@- Fix pkg-plist for WITH_APACHE

PR:             ports/149684
Submitted by:   ohauer
Approved by:    maintainer timeout (lth ; 26 days)
@
text
@%%APACHE%%%%APACHEMODDIR%%/mod_speedycgi.so
%%APACHE%%@@exec %D/sbin/apxs -e -a -n speedycgi %D/%F
%%APACHE%%@@unexec %D/sbin/apxs -e -A -n speedycgi %D/%F
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/SpeedyCGI/.packlist
%%SITE_PERL%%/CGI/SpeedyCGI.pm
bin/speedy
bin/speedy_backend
bin/speedy_suidperl
bin/speedy_dump
@@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/SpeedyCGI
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI
@@dirrmtry %%SITE_PERL%%/CGI
@


1.8
log
@- 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)
@
text
@d2 2
@


1.7
log
@Fix building of mod_speedycgi.

PR:		ports/91212
Submitted by:	Rong-En Fan <rafan@@infor.org>
@
text
@d7 1
@


1.6
log
@Replace ugly "@@unexec rmdir %D... 2>/dev/null || true" with @@dirrmtry

Approved by:    krion@@
PR:             ports/88711 (related)
@
text
@d1 1
a1 1
%%APACHE%%%%AP_LIBEXEC%%/mod_speedycgi.so
@


1.5
log
@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
@
text
@d8 2
a9 2
@@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
@@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true
@


1.4
log
@- Add optional mod_speedycgi.so

PR:		60553
Submitted by:	leeym
Approved by:	maintainer
@
text
@d6 1
a6 1
bin/speedy_suid
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d1 1
@


1.2
log
@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)
@
text
@d1 2
a2 2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/SpeedyCGI/.packlist
lib/perl5/site_perl/%%PERL_VER%%/CGI/SpeedyCGI.pm
d6 3
a8 3
@@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/SpeedyCGI
@@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
@@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true
@


1.1
log
@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>
@
text
@d5 1
@

