diff options
author | wennmach <wennmach@pkgsrc.org> | 2004-08-19 14:12:27 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2004-08-19 14:12:27 +0000 |
commit | c072691d71c468d91c25f32c9e6a980082a59f11 (patch) | |
tree | 01cadfc9807de8456a62f4456500ff98787543dd /www/p5-CGI-Session | |
parent | 5e4c9f8b07d37dbfcebfcbdcc9114d0057e0609e (diff) | |
download | pkgsrc-c072691d71c468d91c25f32c9e6a980082a59f11.tar.gz |
Initial import of p5-CGI-Session, a Perl5 module providing session
management across HTTP requests.
Diffstat (limited to 'www/p5-CGI-Session')
-rw-r--r-- | www/p5-CGI-Session/DESCR | 5 | ||||
-rw-r--r-- | www/p5-CGI-Session/Makefile | 20 | ||||
-rw-r--r-- | www/p5-CGI-Session/PLIST | 1 | ||||
-rw-r--r-- | www/p5-CGI-Session/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-CGI-Session/DESCR b/www/p5-CGI-Session/DESCR new file mode 100644 index 00000000000..42bf8dcab7b --- /dev/null +++ b/www/p5-CGI-Session/DESCR @@ -0,0 +1,5 @@ +CGI-Session is a Perl5 library that provides an easy, reliable and modular +session management system across HTTP requests. Persistency is a key feature +for such applications as shopping carts, login/authentication routines, and +application that need to carry data accross HTTP requests. CGI::Session does +that, and much more. diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile new file mode 100644 index 00000000000..82dae039d2a --- /dev/null +++ b/www/p5-CGI-Session/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/19 14:12:27 wennmach Exp $ + +DISTNAME= CGI-Session-3.95 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5ses +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl5 module providing session management across HTTP requests + +DEPENDS+= {p5-CGI>=2.66,perl>=5.6.1nb2}:../../www/p5-CGI + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/Session/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Session/PLIST b/www/p5-CGI-Session/PLIST new file mode 100644 index 00000000000..37960cbd576 --- /dev/null +++ b/www/p5-CGI-Session/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/19 14:12:27 wennmach Exp $ diff --git a/www/p5-CGI-Session/distinfo b/www/p5-CGI-Session/distinfo new file mode 100644 index 00000000000..1c64bc6ef93 --- /dev/null +++ b/www/p5-CGI-Session/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/19 14:12:27 wennmach Exp $ + +SHA1 (CGI-Session-3.95.tar.gz) = d872fcd999f0a1d8c6a0e7f31d47e4936f232215 +Size (CGI-Session-3.95.tar.gz) = 57398 bytes |