Path to this page:
./
wip/p5-Catalyst-Plugin-Session-State-URI,
Saves Catalyst Session IDs by rewriting URIs
Branch: CURRENT,
Version: 0.15,
Package name: p5-Catalyst-Plugin-Session-State-URI-0.15,
Maintainer: kuli0020In order for Catalyst::Plugin::Session to work the session ID needs to
be stored on the client, and the session data needs to be stored on the
server.
This plugin cheats and instead of storing the session id on the client,
it simply embeds the session id into every URI sent to the user.
Required to run:[
www/p5-URI] [
lang/perl5] [
mail/p5-MIME-Types] [
devel/p5-Test-MockObject] [
www/p5-Catalyst-Plugin-Session] [
devel/p5-Moose] [
www/p5-HTML-TokeParser-Simple] [
devel/p5-MooseX-Emulate-Class-Accessor-Fast] [
www/p5-URI-Find] [
devel/p5-Package-DeprecationManager]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 1275f3358cb50783c7a5332471d7fd8803aa1e9e
Filesize: 34.717 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-07-21 22:08:13 by Thomas Klausner | Files touched by this commit (59) |
Log message:
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
|
2010-08-21 16:17:40 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
FIX: DEPENDS on s,wip/p5-URI-Find,www/p5-URI-Find,
|
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-10-12 19:37:30 by abs | Files touched by this commit (48) | |
Log message:
Renmove the following packages which are available in main pkgsrc
(and update any DEPENDS lines to match)
p5-CLASS
p5-Email-FolderType
p5-Email-LocalDelivery
p5-Exporter-Lite
p5-File-MMagic-XS
p5-File-Path-Expand
p5-HTML-TokeParser-Simple
p5-MARC-Record
p5-Net-Z3950-ZOOM
p5-Sub-Override
p5-Test-MockModule
p5-Tie-Array-Sorted
p5-aliased
|
2008-06-25 11:20:57 by abs | Files touched by this commit (89) | |
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:59:19 by Johann Franz | Files touched by this commit (2) |
Log message:
Update to 0.07.
Changes since 0.02:
0.07
- Fix dependencies (URI::Find was in the Build.PL, but M::B is being
phased out so the makefile wasn't regenerated)
- Fix tests due to changed behavior in Test::MockObject
0.06
- reintroduce URI::Find based rewriting for non HTML bodies
- more robust storage of session id in $c, using the api
- rewriting of Location headers during redirects
- various refactorings
0.05
- DWIM behavior when using both State::Cookie and State::URI together,
through App->config->{session}{no_rewrite_if_cookie}.
- Add App->config->{session}{rewrite_types} = [qw/.../] support.
0.04
- rerelase with proper version dependencies
0.03 2006-07-29 19:07
- Update to new session state plugin api (get_session_id)
|