Bug 132558

Summary: New Port: www/p5-CGI-Session-ExpireSessions, Perl module to delete expired CGI::Session-type sessions
Product: Ports & Packages Reporter: Gerard Seibert <gerard>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Gerard Seibert 2009-03-11 20:20:01 UTC
New Port: www/p5-CGI-Session-ExpireSessions
Description: Perl module to delete expired CGI::Session-type sessions

Fix: Patch attached with submission follows:
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2009-03-11 20:47:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-15 19:11:57 UTC
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"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2009-03-15 19:12:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!