summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-Store-FastMmap
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-11-02Add missing reference to p5-Class-Data-Inheritableabs1-1/+5
bump pkgrevision
2009-10-24Updating www/p5-Catalyst-Plugin-Session-Store-FastMmap from 0.11nb1 to 0.13sno2-9/+8
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.13 18 Oct 2009 - Fixup copyright ino 0.12 16 Oct 2009 - Port to new session config key
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-07-07Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmapsno2-6/+6
from 0.10 to 0.11 Upstream changes: 0.11 16 June 2009 - Fixed warning during basic.t on Win32 - Added comment into doc about not being "thread-safe"
2009-05-19pkgsrc changes:sno2-7/+7
- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap from 0.08 to 0.10 - Adjusting dependencies Upstream changes: 0.10 13 May 2009 - Change tests to be compatible with Catalyst 5.80004 - Re-add /session-file prefix to the test session directory which was present in 0.07. I can't see where this was removed, but the test looks more correct with it. RT#45724 0.09 04 May 2009 - remove Win32 hack since Cache::FastMmap 1.29 supports Win32. see https://rt.cpan.org/Ticket/Display.html?id=45642
2009-05-02PkgSrc changes:sno2-7/+7
- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap from 0.07 to 0.08 - Adjusting dependencies Upstream changes: 0.08 01 May 2009 - Bump Cache::FastMmap requirement to 1.29 to fix RT#45210
2009-05-01PkgSrc changes:sno2-8/+11
- Updating package for p5 module of Catalyst::Plugin::Session::Store::FastMmap from 0.06 to 0.07 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes: 0.07 30 Mar 2009 - Port from NEXT to MRO::Compat.
2009-02-22Update from version 0.05nb1 to 0.06.he2-8/+7
Pkgsrc changes: o Canonicalize HOMEPAGE Upstream changes: 0.06 28 Jan 2009 - die when Cache::FastMmap::set() returns false value (RT #33667) - patch from ton.voon@altinity.com to pass unlink_on_exit option to Cache::FastMmap - correctly set storage path from config rather than default - karman - clean up temp files after tests
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-15Added www/p5-Catalyst-Plugin-Session-Store-FastMmap version 0.05abs3-0/+31
Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin for Catalyst that uses an mmap'ed file to act as a shared memory interprocess cache. It is based on Cache::FastMmap.