mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
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>
This commit is contained in:
parent
d8e2ac325c
commit
405616748a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230152
@ -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
|
||||
|
27
www/p5-CGI-Session-ExpireSessions/Makefile
Normal file
27
www/p5-CGI-Session-ExpireSessions/Makefile
Normal file
@ -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>
|
3
www/p5-CGI-Session-ExpireSessions/distinfo
Normal file
3
www/p5-CGI-Session-ExpireSessions/distinfo
Normal file
@ -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
|
11
www/p5-CGI-Session-ExpireSessions/pkg-descr
Normal file
11
www/p5-CGI-Session-ExpireSessions/pkg-descr
Normal file
@ -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/
|
9
www/p5-CGI-Session-ExpireSessions/pkg-plist
Normal file
9
www/p5-CGI-Session-ExpireSessions/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user