pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Session Initial import of p5-CGI-Session, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b1e15987ebb
branches:  trunk
changeset: 479655:7b1e15987ebb
user:      wennmach <wennmach%pkgsrc.org@localhost>
date:      Thu Aug 19 14:12:27 2004 +0000

description:
Initial import of p5-CGI-Session, a Perl5 module providing session
management across HTTP requests.

diffstat:

 www/p5-CGI-Session/DESCR    |   5 +++++
 www/p5-CGI-Session/Makefile |  20 ++++++++++++++++++++
 www/p5-CGI-Session/PLIST    |   1 +
 www/p5-CGI-Session/distinfo |   4 ++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 8b778c92ee4a -r 7b1e15987ebb www/p5-CGI-Session/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Session/DESCR  Thu Aug 19 14:12:27 2004 +0000
@@ -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 -r 8b778c92ee4a -r 7b1e15987ebb www/p5-CGI-Session/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Session/Makefile       Thu Aug 19 14:12:27 2004 +0000
@@ -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@localhost
+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 -r 8b778c92ee4a -r 7b1e15987ebb www/p5-CGI-Session/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Session/PLIST  Thu Aug 19 14:12:27 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/19 14:12:27 wennmach Exp $
diff -r 8b778c92ee4a -r 7b1e15987ebb www/p5-CGI-Session/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Session/distinfo       Thu Aug 19 14:12:27 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index