From 52391afcb37a9c1d223e10f211158368ad85979e Mon Sep 17 00:00:00 2001 From: scrappy Date: Sun, 22 Aug 2004 00:09:01 +0000 Subject: Track sessions and, optionally, users --- www/Makefile | 1 + .../Makefile | 19 +++++++++++++++++++ .../distinfo | 5 +++++ .../pkg-descr | 3 +++ .../pkg-plist | 6 ++++++ 5 files changed, 34 insertions(+) create mode 100644 www/p5-Maypole-Authentication-UserSessionCookie/Makefile create mode 100644 www/p5-Maypole-Authentication-UserSessionCookie/distinfo create mode 100644 www/p5-Maypole-Authentication-UserSessionCookie/pkg-descr create mode 100644 www/p5-Maypole-Authentication-UserSessionCookie/pkg-plist (limited to 'www') 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 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 -- cgit