622c FreshPorts -- www/p5-Apache-SessionX
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Apache-SessionX 2.01 www on this many watch lists=1 search for ports that depend on this port
Is Interactive IS INTERACTIVE: yes
Extented persistence framework for session data
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Jun 2006 01:14:31
Also Listed In: perl5
License: not specified in port


Apache::SessionX extents Apache::Session. It was initialy written to use 
Apache::Session from inside of HTML::Embperl, but is seems to be usefull 
outside of Embperl as well, so here is it as standalone module.

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.

Apache::Session consists of five components: the interface, the object 
store, the lock manager, the ID generator, and the serializer. The 
interface is defined in SessionX.pm, which is meant to be easily 
subclassed. The object store can be the filesystem, a Berkeley DB, a MySQL 
DB, an Oracle DB, or a Postgres DB. Locking is done by lock files, 
semaphores, or the locking capabilities of MySQL and Postgres. 
Serialization is done via Storable, and optionally ASCII-fied via MIME or 
pack(). ID numbers are generated via MD5. The reader is encouraged to 
extend these capabilities to meet his own requirements.

Author: Gerald Richter <richter@dev.ecos.de>
WWW: http://search.cpan.org/dist/Apache-SessionX/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. www/p5-Apache-Session
  2. lang/perl5.14
Required To Run:
  1. www/p5-Apache-Session
  2. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/p5-Apache-SessionX/ && make install clean
To add the package: pkg_add -r p5-Apache-SessionX


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Apache/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Apache/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Apache/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Apache/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Apache/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Apache/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Apache/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Apache/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Apache/
  11. http://at.cpan.org/modules/by-module/Apache/
  12. http://backpan.perl.org/modules/by-module/Apache/
  13. http://cpan.nctu.edu.tw/modules/by-module/Apache/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Apache/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Apache/
  16. http://www.cpan.dk/modules/by-module/Apache/
  17. http://www.cpan.dk/modules/by-module/Apache/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 00:44:54
Original commit files touched by this commit  2.01
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
07 Jun 2012 07:50:04
Original commit files touched by this commit  2.01
jadawin search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az@
21 Jan 2012 17:40:15
Original commit files touched by this commit  2.01
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
28 Dec 2011 08:20:20
Original commit files touched by this commit  2.01
ehaupt search for other commits by this committer
End WWW CPAN URL with a "/"
24 Oct 2011 09:11:38
Original commit files touched by this commit  2.01
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.01
miwi search for other commits by this committer
- Get Rid MD5 support
13 Dec 2009 18:07:49
Original commit files touched by this commit  2.01
pgollucci search for other commits by this committer
- Turn over a bunch of p5- ports that change infrequently to perl@
  so more people can look at them.
23 Jul 2008 02:43:55
Original commit files touched by this commit  2.01
pgollucci search for other commits by this committer
Update my ports to my freebsd address

Approved by:    araujo (mentor)
29 Apr 2008 20:48:35
Original commit files touched by this commit  2.01
linimon search for other commits by this committer
Assign to new volunteer, by request.
29 Apr 2008 05:27:10
Original commit files touched by this commit  2.01
linimon search for other commits by this committer
Reset aaron's port maintainerships due to many maintainer-timeouts.
17 Apr 2008 14:30:31
Original commit files touched by this commit  2.01
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 01:10:46
Original commit files touched by this commit  2.01
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
02 Jun 2006 01:11:12
Original commit files touched by this commit  2.01
aaron search for other commits by this committer
Adding port www/p5-Apache-SessionX, An extented persistence framework for
session data.

Approved by:    tobez (implicit)

Number of commits found: 13

286f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24537
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 6
new 48 hours9
new 7 days34
new fortnight56
new month220

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0