diff options
author | scrappy <scrappy@FreeBSD.org> | 2004-08-22 08:09:01 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2004-08-22 08:09:01 +0800 |
commit | 52391afcb37a9c1d223e10f211158368ad85979e (patch) | |
tree | 36a41c40d038e866294e05b9144f4d62167e677f /www | |
parent | dda49aa6160c9e3653c59517b948c39126e140e2 (diff) | |
download | freebsd-ports-gnome-52391afcb37a9c1d223e10f211158368ad85979e.tar.gz freebsd-ports-gnome-52391afcb37a9c1d223e10f211158368ad85979e.tar.zst freebsd-ports-gnome-52391afcb37a9c1d223e10f211158368ad85979e.zip |
Track sessions and, optionally, users
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/Makefile | 19 | ||||
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/distinfo | 5 | ||||
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist | 6 |
5 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 38a5ce04d205..ed5d85cf1606 100644 --- a/www/Makefile +++ b/www/Makefile @@ -493,6 +493,7 @@ SUBDIR += p5-MasonX-Interp-WithCallbacks SUBDIR += p5-MasonX-Request-WithApacheSession SUBDIR += p5-Maypole + SUBDIR += p5-Maypole-Authentication-UserSessionCookie SUBDIR += p5-PHP-Session SUBDIR += p5-POE-Component-Server-HTTP SUBDIR += p5-ParallelUA diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/Makefile b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile new file mode 100644 index 000000000000..c16a9025f297 --- /dev/null +++ b/www/p5-Maypole-Authentication-UserSessionCookie/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: p5-Maypole +# Date created: Apr 2 2004 +# Whom: Marc G. Fournier +# +# $FreeBSD$ + +PORTNAME= Maypole-Authentication-UserSessionCookie +PORTVERSION= 1.3 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/ +PKGNAMEPREFIX= p5- + +MAINTAINER= scrappy@FreeBSD.org +COMMENT= Track sessions and, optionally, users + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/distinfo b/www/p5-Maypole-Authentication-UserSessionCookie/distinfo new file mode 100644 index 000000000000..5f9b36cd49d4 --- /dev/null +++ b/www/p5-Maypole-Authentication-UserSessionCookie/distinfo @@ -0,0 +1,5 @@ +MD5 (Maypole-1.7.tar.gz) = a652ec362e46c5eacd901d2adea6d9f8 +SIZE (Maypole-1.7.tar.gz) = 69126 + +MD5 (Maypole-Authentication-UserSessionCookie-1.3.tar.gz) = 0e72ed09d2c488c0f7b1dc668f6bf33b +SIZE (Maypole-Authentication-UserSessionCookie-1.3.tar.gz) = 4583 diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/pkg-descr b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-descr new file mode 100644 index 000000000000..eec7a3a83fd4 --- /dev/null +++ b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-descr @@ -0,0 +1,3 @@ +Track sessions and, optionally, users + +WWW: http://search.cpan.org/dist/Maypole-Authentication-UserSessionCookie diff --git a/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist new file mode 100644 index 000000000000..7574e0485de0 --- /dev/null +++ b/www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Maypole/Authentication/UserSessionCookie.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication/UserSessionCookie/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole/Authentication +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Maypole +@unexec rmdir %D/%%SITE_PERL%%/Maypole/Authentication 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Maypole 2>/dev/null || true |