head	1.29;
access;
symbols
	RELEASE_8_3_0:1.28
	RELEASE_9_0_0:1.28
	RELEASE_7_4_0:1.26
	RELEASE_8_2_0:1.26
	RELEASE_6_EOL:1.25
	RELEASE_8_1_0:1.25
	RELEASE_7_3_0:1.25
	RELEASE_8_0_0:1.25
	RELEASE_7_2_0:1.23
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2;
locks; strict;
comment	@# @;


1.29
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.28;

1.28
date	2011.08.06.11.42.33;	author kuriyama;	state Exp;
branches;
next	1.27;

1.27
date	2011.06.20.09.22.08;	author az;	state Exp;
branches;
next	1.26;

1.26
date	2010.12.25.12.24.59;	author kuriyama;	state Exp;
branches;
next	1.25;

1.25
date	2009.08.30.23.47.53;	author kuriyama;	state Exp;
branches;
next	1.24;

1.24
date	2009.07.22.16.27.05;	author pgollucci;	state Exp;
branches;
next	1.23;

1.23
date	2009.03.27.22.20.10;	author miwi;	state Exp;
branches;
next	1.22;

1.22
date	2009.01.29.17.41.16;	author erwin;	state Exp;
branches;
next	1.21;

1.21
date	2009.01.23.16.04.15;	author erwin;	state Exp;
branches;
next	1.20;

1.20
date	2008.10.27.17.59.16;	author erwin;	state Exp;
branches;
next	1.19;

1.19
date	2008.09.23.06.57.48;	author erwin;	state Exp;
branches;
next	1.18;

1.18
date	2008.07.19.13.50.22;	author erwin;	state Exp;
branches;
next	1.17;

1.17
date	2008.07.16.10.43.41;	author erwin;	state Exp;
branches;
next	1.16;

1.16
date	2008.04.17.14.29.42;	author araujo;	state Exp;
branches;
next	1.15;

1.15
date	2007.06.12.15.24.06;	author erwin;	state Exp;
branches;
next	1.14;

1.14
date	2006.06.16.18.26.18;	author erwin;	state Exp;
branches;
next	1.13;

1.13
date	2006.04.20.20.04.59;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2006.04.19.08.08.00;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2004.03.07.08.52.41;	author erwin;	state Exp;
branches;
next	1.10;

1.10
date	2003.10.24.12.04.42;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2003.06.12.16.41.13;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.05.03.17.23.55;	author petef;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.13.12.28.23;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.25.01.58.43;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.22.14.34.49;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.14.01.26;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.04.12.15.20;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2002.08.28.03.35.13;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.30.19.00.43;	author anders;	state Exp;
branches;
next	;


desc
@@


1.29
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Session
# Date created:				12 June 2002
# Whom:					Erwin Lansing <erwin@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-CGI-Session/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Session
PORTVERSION=	4.48
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MARKSTOS
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension for persistent session management

PERL_CONFIGURE=	yes

MAN3=		\
		CGI::Session.3 \
		CGI::Session::Driver.3 \
		CGI::Session::Driver::DBI.3 \
		CGI::Session::Driver::db_file.3 \
		CGI::Session::Driver::file.3 \
		CGI::Session::Driver::mysql.3 \
		CGI::Session::Driver::postgresql.3 \
		CGI::Session::Driver::sqlite.3 \
		CGI::Session::ErrorHandler.3 \
		CGI::Session::ID::incr.3 \
		CGI::Session::ID::md5.3 \
		CGI::Session::ID::static.3 \
		CGI::Session::Serialize::default.3 \
		CGI::Session::Serialize::freezethaw.3 \
		CGI::Session::Serialize::storable.3 \
		CGI::Session::Test::Default.3 \
		CGI::Session::Tutorial.3 \

.include <bsd.port.mk>
@


1.28
log
@- Upgrade to 4.48.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.27
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d9 1
a9 1
PORTVERSION=	4.43
@


1.26
log
@- Upgrade to 4.43.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/M/MA/MARKSTOS
@


1.25
log
@- Upgrade to 4.42 (doc changes only).
- Grab maintainership.
@
text
@d9 1
a9 1
PORTVERSION=	4.42
@


1.24
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	4.41
d15 1
a15 1
MAINTAINER=	perl@@FreeBSD.org
@


1.23
log
@- Update to 4.41
@
text
@d39 1
a39 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS=	${BUILD_DEPENDS}
.endif

.include <bsd.port.post.mk>
@


1.22
log
@Reassign my p5-* ports to perl@@ so more than one person
can look at them.
@
text
@d9 1
a9 1
PORTVERSION=	4.40
@


1.21
log
@Update to 4.40
@
text
@d15 1
a15 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.20
log
@Update to 4.37
@
text
@d9 1
a9 1
PORTVERSION=	4.37
@


1.19
log
@Update to 4.36
@
text
@d9 1
a9 1
PORTVERSION=	4.36
@


1.18
log
@Update to 4.35
@
text
@d9 1
a9 1
PORTVERSION=	4.35
@


1.17
log
@Update to 4.34

PR:		125554
Submitted by:	Wen heping <wenheping@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	4.34
@


1.16
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	4.20
a34 1
		CGI::Session::Serialize::json.3 \
a35 1
		CGI::Session::Serialize::yaml.3 \
@


1.15
log
@Update to 4.20
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.14
log
@Update to 4.14

PR:		99051
Submitted by:	aaron
@
text
@d9 1
a9 1
PORTVERSION=	4.14
d43 1
a43 3
.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again
.elif ${PERL_LEVEL} < 500800
@


1.13
log
@Go the coward way and mark IGNORE for perl < 5.6.0

Submitted by:	pointyhat via kris
@
text
@d9 1
a9 1
PORTVERSION=	4.13
d12 1
a12 1
MASTER_SITE_SUBDIR=	CGI
@


1.12
log
@Update to 4.13

PR:		95807
Submitted by:	Dominic Mitchell <dom@@happygiraffe.net>
@
text
@d43 3
a45 1
.if ${PERL_LEVEL} < 500800
@


1.11
log
@Update to 3.95

Submitted by:	"Angelo Turetta" <aturetta@@commit.it>
@
text
@d9 1
a9 1
PORTVERSION=	3.95
d20 1
a20 4
MAN3=		CGI::Session::DB_File.3 \
		CGI::Session::Example.3 \
		CGI::Session::MySQL.3 \
		CGI::Session::File.3 \
d22 17
a38 7
		CGI::Session::ID::Incr.3 \
		CGI::Session::ID::SHA1.3 \
		CGI::Session::Serialize::FreezeThaw.3 \
		CGI::Session::Serialize::Default.3 \
		CGI::Session::BluePrint.3 \
		CGI::Session::ID::MD5.3 \
		CGI::Session::PostgreSQL.3 \
a39 2
		CGI::Session::CookBook.3 \
		CGI::Session::Serialize::Storable.3
@


1.10
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	3.94
@


1.9
log
@Change to my FreeBSD.org address
@
text
@d39 1
a39 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
@


1.8
log
@Update to 3.94.

PR:		51721
Submitted by:	maintainer
@
text
@d3 1
a3 1
# Whom:					Erwin Lansing <erwin@@lansing.dk>
d15 1
a15 1
MAINTAINER=	erwin@@lansing.dk
@


1.7
log
@Conditionalize dependencies for moudules included in perl 5.8

	Make dependencies on modules included in the perl 5.8
	distribution conditional on the perl version installed.
	While I'm here, remove SITE_PERL and MAN(3)PREFIX.

17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!

PR:		ports/50588
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d9 1
a9 1
PORTVERSION=	3.92
d26 1
@


1.6
log
@Update to 3.92

PR: 50223
Submitted by: MAINTAINER
@
text
@a17 3
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS=	${BUILD_DEPENDS}

d35 8
a42 1
.include <bsd.port.mk>
@


1.5
log
@fix typo in PLIST
bump PORTREVISION

Noticed by: bento

PR:		48535
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d9 1
a9 2
PORTVERSION=	3.11
PORTREVISION=	1
a22 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
d24 1
a35 1
		CGI::Session::ID::Static.3 \
@


1.4
log
@De-pkg-comment.
@
text
@d10 1
@


1.3
log
@maintainer-update www/p5-CGI-Session to 3.11

PR:		ports/47249
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d16 1
@


1.2
log
@Update to version 2.94

PR: 42025
Submitted by: MAINTAINER
@
text
@d9 1
a9 1
PORTVERSION=	2.94
d25 12
a36 2
		CGI::Session::MD5.3 \
		CGI::Session::File.3
@


1.1
log
@Add CGI::Session.

PR:		39191
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d9 1
a9 1
PORTVERSION=	2.91
d26 1
a26 2
		CGI::Session::File.3 \
		CGI::Session.3
@

