New Port: www/p5-CGI-Session-ExpireSessions Description: Perl module to delete expired CGI::Session-type sessions Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
araujo 2009-03-15 19:11:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-CGI-Session-ExpireSessions Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.2289 +5 -4 ports/www/Makefile 1.1 +27 -0 ports/www/p5-CGI-Session-ExpireSessions/Makefile (new) 1.1 +3 -0 ports/www/p5-CGI-Session-ExpireSessions/distinfo (new) 1.1 +11 -0 ports/www/p5-CGI-Session-ExpireSessions/pkg-descr (new) 1.1 +9 -0 ports/www/p5-CGI-Session-ExpireSessions/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!