aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Session-ExpireSessions
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - stage supportAndrej Zverev2014-01-052-5/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338778
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-031-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326150
* - Fix buildMartin Wilke2013-05-301-2/+0
| | | | Notes: svn path=/head/; revision=319426
* - Lower requirements on dependencies version to match vendor's recommendationsFrederic Culot2011-05-301-2/+3
| | | | | | | | | | - Add TEST_DEPENDS Reported by: sunpoet@ Approved by: Gerard Seibert <gerard@seibercom.net> (maintainer, via email) Notes: svn path=/head/; revision=274801
* - Update to 1.12Frederic Culot2011-05-292-6/+5
| | | | | | | | | Changes: http://search.cpan.org/dist/CGI-Session-ExpireSessions/CHANGES PR: ports/157384 Submitted by: Gerard Seibert <gerard@seibercom.net> (maintainer) Notes: svn path=/head/; revision=274778
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autoPhilip M. Gollucci2010-09-242-2/+1
| | | | | | | | | | are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@ Notes: svn path=/head/; revision=261734
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-221-2/+2
| | | | | | | | | (part 2). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248359
* - Force commit to fix a mistake in Makefile.Marcelo Araujo2009-03-171-2/+3
| | | | | | | Submitted by: Gerard <gerard@seibercom.net> (maintainer) Notes: svn path=/head/; revision=230295
* CGI::Session::ExpireSessions is a pure Perl module.Marcelo Araujo2009-03-154-0/+50
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> Notes: svn path=/head/; revision=230152