diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:25:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:25:54 +0800 |
commit | 36411c556d57fe5c9fd24720c78a5daa0b8da6d4 (patch) | |
tree | ea6cda9ee5d880fb69be4942545ee5c7eb888906 /www/Makefile | |
parent | 0e7ddda606a2637747db63797f2cfa685f7841d0 (diff) | |
download | freebsd-ports-gnome-36411c556d57fe5c9fd24720c78a5daa0b8da6d4.tar.gz freebsd-ports-gnome-36411c556d57fe5c9fd24720c78a5daa0b8da6d4.tar.zst freebsd-ports-gnome-36411c556d57fe5c9fd24720c78a5daa0b8da6d4.zip |
- Add p5-Catalyst-Plugin-Session-PerUser 0.05
- While I'm here:
- Add LICENSE
- Convert to new Perl framework
- Support STAGEDIR
- Sort PLIST
- Remove contiguous blank lines in pkg-descr
This plugin allows you to write e.g. shopping cart code
which should behave well for guests as well as permanent users.
The basic idea is both logged in and not logged in users can
get the same benefits from sessions where it doesn't matter,
but that logged in users can keep their sessions accross logins,
and will even get the data they added/changed assimilated to their
permanent account if they made the changes as guests and then logged in.
This is probably most useful for e-commerce sites, where the
shopping cart is typically used before login, and should be
equally accessible to both guests and logged in users.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-PerUser/
PR: ports/180315
Submitted by: Anes Mukhametov <anes@anes.su>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 131d8da65db1..6cca0fd96ce6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -786,6 +786,7 @@ SUBDIR += p5-Catalyst-Plugin-Server SUBDIR += p5-Catalyst-Plugin-Session SUBDIR += p5-Catalyst-Plugin-Session-FastMmap + SUBDIR += p5-Catalyst-Plugin-Session-PerUser SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie SUBDIR += p5-Catalyst-Plugin-Session-State-URI SUBDIR += p5-Catalyst-Plugin-Session-Store-Cache |