SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View 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

View 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.

View file

@ -0,0 +1,2 @@
${P5SITE}/Catalyst/Plugin/Session/Store/FastMmap.pm
@man man/man3p/Catalyst::Plugin::Session::Store::FastMmap.3p