Bug 132558 - New Port: www/p5-CGI-Session-ExpireSessions, Perl module to delete expired CGI::Session-type sessions
Summary: New Port: www/p5-CGI-Session-ExpireSessions, Perl module to delete expired CG...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-11 20:20 UTC by Gerard Seibert
Modified: 2009-03-15 19:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.59 KB, text/plain)
2009-03-11 20:20 UTC, Gerard Seibert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!