NOTICE: This package has been removed from pkgsrc

./wip/p5-Catalyst-Plugin-Session, Generic Catalyst Session plugin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.14nb1, Package name: p5-Catalyst-Plugin-Session-0.14nb1, Maintainer: kuli0020

The Session plugin is the base of two related parts of functionality
required for session management in web applications.

The first part, the State, is getting the browser to repeat back a
session key, so that the web application can identify the client and
logically string several requests together into a session.

The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.

This plugin links the two pieces together.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/


Required to run:
[lang/perl5] [security/p5-Digest] [devel/p5-Test-Exception] [devel/p5-File-Temp] [devel/p5-Test-Deep] [devel/p5-PathTools] [devel/p5-Test-Simple] [devel/p5-Test-MockObject] [devel/p5-Object-Signature] [www/p5-Catalyst-Runtime]

Master sites: (Expand)

SHA1: 5b9893c878e39d0550605559de8bdd4be0c1cb37
RMD160: 30b29c7fe5b017cccbcb2f77d9e3499620135913
Filesize: 19.722 KB

Version history: (Expand)


CVS history: (Expand)


   2008-10-20 12:10:18 by Tonnerre | Files touched by this commit (41)
Log message:
Use as much of the catalyst from normal, non-wip pkgsrc as possible.
PKGREVISION++.
   2008-07-21 01:34:43 by abs | Files touched by this commit (54) | Package updated
Log message:
The following have versions in main pkgsrc. Remove from wip and
update any depending packages appropriately 
p5-Class-C3-Componentised
p5-Class-Data-Accessor
p5-Class-ISA
p5-Config-Any
p5-DBIx-Class       
p5-DBIx-Class-Loader       
p5-DBIx-Class-Schema-Loader
p5-Data-Page
p5-Data-Visitor
p5-Log-Log4perl
p5-Module-Find
p5-Object-Signature
p5-Scope-Guard
   2008-06-25 11:20:57 by abs | Files touched by this commit (89) | Package updated
Log message:
The following perl packages are in main pkgsrc. Remove from wip and update
DEPENDS lines as appropriate.

    p5-Algorithm-C3
    p5-CGI-Simple
    p5-Class-Accessor-Grouped
    p5-Class-C3-XS
    p5-Class-C3
    p5-Geo-Distance
    p5-HTTP-Body
    p5-HTTP-Request-AsCGI
    p5-MRO-Compat
    p5-PAR
    p5-RRDTool-OO
    p5-SQL-Abstract-Limit
    p5-Set-Object
    p5-Template-Timer
    p5-Test-Differences
    p5-Test-MockObject
    p5-Test-use-ok
    p5-Tree-Simple-VisitorFactory
    p5-UNIVERSAL-can
    p5-UNIVERSAL-isa
    p5-Unicode-Map
    p5-Unicode-MapUTF8
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2007-03-03 07:26:17 by Johann Franz | Files touched by this commit (2) | Package updated
Log message:
Update to 0.14.
Changes since 0.13:
0.14    2007-01-31 12:19:00
        - Disable verify_address.
	- update flash to work like session
   2007-02-06 10:30:22 by Johann Franz | Files touched by this commit (2)
Log message:
Update to 0.13
   2006-03-07 21:01:16 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
The Session plugin is the base of two related parts of functionality
required for session management in web applications.

The first part, the State, is getting the browser to repeat back a
session key, so that the web application can identify the client and
logically string several requests together into a session.

The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for
every request made by the same client.

This plugin links the two pieces together.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/