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,5 @@
Apache::Session is a persistence framework which is particularly useful
for tracking session data between httpd requests. Apache::Session is
designed to work with Apache and mod_perl, but it should work under CGI
and other web servers, and it also works outside of a web server
altogether.

View file

@ -0,0 +1,66 @@
${P5SITE}/Apache/
${P5SITE}/Apache/Session/
${P5SITE}/Apache/Session.pm
${P5SITE}/Apache/Session/DB_File.pm
${P5SITE}/Apache/Session/File.pm
${P5SITE}/Apache/Session/Flex.pm
${P5SITE}/Apache/Session/Generate/
${P5SITE}/Apache/Session/Generate/MD5.pm
${P5SITE}/Apache/Session/Generate/ModUniqueId.pm
${P5SITE}/Apache/Session/Generate/ModUsertrack.pm
${P5SITE}/Apache/Session/Informix.pm
${P5SITE}/Apache/Session/Lock/
${P5SITE}/Apache/Session/Lock/File.pm
${P5SITE}/Apache/Session/Lock/MySQL.pm
${P5SITE}/Apache/Session/Lock/Null.pm
${P5SITE}/Apache/Session/Lock/Semaphore.pm
${P5SITE}/Apache/Session/Lock/Sybase.pm
${P5SITE}/Apache/Session/MySQL/
${P5SITE}/Apache/Session/MySQL.pm
${P5SITE}/Apache/Session/MySQL/NoLock.pm
${P5SITE}/Apache/Session/Oracle.pm
${P5SITE}/Apache/Session/Postgres.pm
${P5SITE}/Apache/Session/Serialize/
${P5SITE}/Apache/Session/Serialize/Base64.pm
${P5SITE}/Apache/Session/Serialize/Storable.pm
${P5SITE}/Apache/Session/Serialize/Sybase.pm
${P5SITE}/Apache/Session/Serialize/UUEncode.pm
${P5SITE}/Apache/Session/Store/
${P5SITE}/Apache/Session/Store/DBI.pm
${P5SITE}/Apache/Session/Store/DB_File.pm
${P5SITE}/Apache/Session/Store/File.pm
${P5SITE}/Apache/Session/Store/Informix.pm
${P5SITE}/Apache/Session/Store/MySQL.pm
${P5SITE}/Apache/Session/Store/Oracle.pm
${P5SITE}/Apache/Session/Store/Postgres.pm
${P5SITE}/Apache/Session/Store/Sybase.pm
${P5SITE}/Apache/Session/Sybase.pm
@man man/man3p/Apache::Session.3p
@man man/man3p/Apache::Session::DB_File.3p
@man man/man3p/Apache::Session::File.3p
@man man/man3p/Apache::Session::Flex.3p
@man man/man3p/Apache::Session::Generate::MD5.3p
@man man/man3p/Apache::Session::Generate::ModUniqueId.3p
@man man/man3p/Apache::Session::Generate::ModUsertrack.3p
@man man/man3p/Apache::Session::Informix.3p
@man man/man3p/Apache::Session::Lock::File.3p
@man man/man3p/Apache::Session::Lock::MySQL.3p
@man man/man3p/Apache::Session::Lock::Null.3p
@man man/man3p/Apache::Session::Lock::Semaphore.3p
@man man/man3p/Apache::Session::Lock::Sybase.3p
@man man/man3p/Apache::Session::MySQL.3p
@man man/man3p/Apache::Session::MySQL::NoLock.3p
@man man/man3p/Apache::Session::Oracle.3p
@man man/man3p/Apache::Session::Postgres.3p
@man man/man3p/Apache::Session::Serialize::Base64.3p
@man man/man3p/Apache::Session::Serialize::Storable.3p
@man man/man3p/Apache::Session::Serialize::Sybase.3p
@man man/man3p/Apache::Session::Serialize::UUEncode.3p
@man man/man3p/Apache::Session::Store::DB_File.3p
@man man/man3p/Apache::Session::Store::File.3p
@man man/man3p/Apache::Session::Store::Informix.3p
@man man/man3p/Apache::Session::Store::MySQL.3p
@man man/man3p/Apache::Session::Store::Oracle.3p
@man man/man3p/Apache::Session::Store::Postgres.3p
@man man/man3p/Apache::Session::Store::Sybase.3p
@man man/man3p/Apache::Session::Sybase.3p