SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile
Normal file
20
www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT= FastMmap storage backend for session data
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Catalyst-Plugin-Session-Store-FastMmap-0.16
|
||||
CATEGORIES= www
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS= www/p5-Catalyst-Runtime \
|
||||
devel/p5-Cache-FastMmap \
|
||||
devel/p5-MRO-Compat \
|
||||
devel/p5-Path-Class \
|
||||
www/p5-Catalyst-Plugin-Session>=0.27
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo
Normal file
2
www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Catalyst-Plugin-Session-Store-FastMmap-0.16.tar.gz) = uut/17+QW+dGMciHYP2KKYDO6pVieZM5lYFkPvY3cnQ=
|
||||
SIZE (Catalyst-Plugin-Session-Store-FastMmap-0.16.tar.gz) = 5725
|
6
www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR
Normal file
6
www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
"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.
|
||||
|
||||
This module is derived from Catalyst::Plugin::Session::FastMmap code,
|
||||
and has been heavily modified since.
|
2
www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST
Normal file
2
www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Catalyst/Plugin/Session/Store/FastMmap.pm
|
||||
@man man/man3p/Catalyst::Plugin::Session::Store::FastMmap.3p
|
Loading…
Add table
Add a link
Reference in a new issue