diff options
author | araujo <araujo@FreeBSD.org> | 2009-03-16 03:11:43 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-03-16 03:11:43 +0800 |
commit | c671cd144cd99db3a85fe47ff497838526dd3341 (patch) | |
tree | 8b9f0c5b24507630746914d0c7ec976771b7d5ff /www | |
parent | 10480aed4944749ffb0fad36744c1b53b82879a6 (diff) | |
download | freebsd-ports-gnome-c671cd144cd99db3a85fe47ff497838526dd3341.tar.gz freebsd-ports-gnome-c671cd144cd99db3a85fe47ff497838526dd3341.tar.zst freebsd-ports-gnome-c671cd144cd99db3a85fe47ff497838526dd3341.zip |
CGI::Session::ExpireSessions is a pure Perl module.
It deletes CGI::Session-type sessions which have passed their use-by date.
It works with CGI::Session-type sessions in a database or in disk files,
but does not appear to work with CGI::Session::PureSQL-type sessions.
The recommended way to use this module is via method expire_sessions(),
which requires CGI::Session V 4 or later.
WWW: http://search.cpan.org/~rsavage/CGI-Session-ExpireSessions-1.09/
PR: ports/132558
Submitted by: Gerard Seibert <gerard@seibercom.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 9 | ||||
-rw-r--r-- | www/p5-CGI-Session-ExpireSessions/Makefile | 27 | ||||
-rw-r--r-- | www/p5-CGI-Session-ExpireSessions/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CGI-Session-ExpireSessions/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-CGI-Session-ExpireSessions/pkg-plist | 9 |
5 files changed, 55 insertions, 4 deletions
diff --git a/www/Makefile b/www/Makefile index e956e6bbe30e..083ab1412789 100644 --- a/www/Makefile +++ b/www/Makefile @@ -210,11 +210,11 @@ SUBDIR += ffproxy SUBDIR += fhttpd SUBDIR += firefox - SUBDIR += firefox3 SUBDIR += firefox-devel SUBDIR += firefox-i18n - SUBDIR += firefox3-i18n SUBDIR += firefox-remote + SUBDIR += firefox3 + SUBDIR += firefox3-i18n SUBDIR += flashplugin-mozilla SUBDIR += flat-frog SUBDIR += flickcurl @@ -685,6 +685,7 @@ SUBDIR += p5-CGI-Response SUBDIR += p5-CGI-SSI SUBDIR += p5-CGI-Session + SUBDIR += p5-CGI-Session-ExpireSessions SUBDIR += p5-CGI-Simple SUBDIR += p5-CGI-SpeedyCGI SUBDIR += p5-CGI-Untaint @@ -1188,8 +1189,6 @@ SUBDIR += php4-session SUBDIR += php5-session SUBDIR += php5-tidy - SUBDIR += phpsysinfo - SUBDIR += phpsysinfo-dev SUBDIR += phpbb SUBDIR += phpbb-devel SUBDIR += phpbb3 @@ -1199,6 +1198,8 @@ SUBDIR += phprecipebook SUBDIR += phproxy SUBDIR += phpsurveyor + SUBDIR += phpsysinfo + SUBDIR += phpsysinfo-dev SUBDIR += phpwebapp SUBDIR += phpwebgallery SUBDIR += phpwiki diff --git a/www/p5-CGI-Session-ExpireSessions/Makefile b/www/p5-CGI-Session-ExpireSessions/Makefile new file mode 100644 index 000000000000..67758ee78c3d --- /dev/null +++ b/www/p5-CGI-Session-ExpireSessions/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-CGI-Session-ExpireSessions +# Date created: Wed, 11 March 2009 17:21:32 GMT +# Whom: Gerard Seibert <gerard@seibercom.net> +# +# $FreeBSD$ + +PORTNAME= CGI-Session-ExpireSessions +PORTVERSION= 1.09 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= gerard@seibercom.net +COMMENT= Perl module to delete expired CGI::Session-type sessions + +BUILD_DEPENDS= p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod +RUN_DEPENDS= p5-CGI-Session>=4.40:${PORTSDIR}/www/p5-CGI-Session \ + p5-PathTools>=3.2900:${PORTSDIR}/devel/p5-PathTools + +MAN3= CGI::Session::ExpireSessions.3 +MANCOMPRESSED= no + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-CGI-Session-ExpireSessions/distinfo b/www/p5-CGI-Session-ExpireSessions/distinfo new file mode 100644 index 000000000000..dbbf8f36939e --- /dev/null +++ b/www/p5-CGI-Session-ExpireSessions/distinfo @@ -0,0 +1,3 @@ +MD5 (CGI-Session-ExpireSessions-1.09.tgz) = e9dfc509f6aa228650c3a55d4dc7bc5c +SHA256 (CGI-Session-ExpireSessions-1.09.tgz) = c022c84fc2e436ba62efc1ede80ba24d53399672a6abcfe31ddebecef141cf83 +SIZE (CGI-Session-ExpireSessions-1.09.tgz) = 12356 diff --git a/www/p5-CGI-Session-ExpireSessions/pkg-descr b/www/p5-CGI-Session-ExpireSessions/pkg-descr new file mode 100644 index 000000000000..a91952a5a7a5 --- /dev/null +++ b/www/p5-CGI-Session-ExpireSessions/pkg-descr @@ -0,0 +1,11 @@ +CGI::Session::ExpireSessions is a pure Perl module. + +It deletes CGI::Session-type sessions which have passed their use-by date. + +It works with CGI::Session-type sessions in a database or in disk files, +but does not appear to work with CGI::Session::PureSQL-type sessions. + +The recommended way to use this module is via method expire_sessions(), +which requires CGI::Session V 4 or later. + +WWW: http://search.cpan.org/~rsavage/CGI-Session-ExpireSessions-1.09/ diff --git a/www/p5-CGI-Session-ExpireSessions/pkg-plist b/www/p5-CGI-Session-ExpireSessions/pkg-plist new file mode 100644 index 000000000000..5178aa8cf4d6 --- /dev/null +++ b/www/p5-CGI-Session-ExpireSessions/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Session/ExpireSessions/.packlist +%%SITE_PERL%%/CGI/Session/ExpireSessions.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Session +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Session/ExpireSessions +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/CGI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/CGI/Session |