head	1.9;
access;
symbols
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2006.02.15.11.30.16;	author garga;	state dead;
branches;
next	1.8;

1.8
date	2005.12.30.05.36.36;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2005.12.20.11.37.26;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.08.11.22.00;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.23.16.01.47;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.22.09.57.54;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.20.18.02.44;	author lth;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.05.05.20.05;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.12.13.34.29;	author lth;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove expired port www/p5-Bundle-Catalyst
@
text
@# New ports collection makefile for:	www/p5-Bundle-Catalyst
# Date created:				12 May 2005
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-Bundle-Catalyst/Makefile,v 1.8 2005/12/30 05:36:36 pav Exp $
#

PORTNAME=	Bundle-Catalyst
PORTVERSION=	0.07
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../by-authors/id/S/SR/SRI
PKGNAMEPREFIX=	p5-

MAINTAINER=	lars@@balker.dk
COMMENT=	A Bundle to install most of the Catalyst modules

BUILD_DEPENDS=	p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst \
		p5-Catalyst-Plugin-FormValidator>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator \
		p5-Catalyst-Plugin-FillInForm>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FillInForm \
		p5-Catalyst-Plugin-Prototype>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Prototype \
		p5-Catalyst-Plugin-Singleton>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Singleton \
		p5-Catalyst-Plugin-DefaultEnd>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-DefaultEnd \
		p5-Catalyst-Plugin-SubRequest>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-SubRequest \
		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
		p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
		p5-Catalyst-Plugin-Session-State-URI>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-URI \
		p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \
		p5-Catalyst-Model-DBIC>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC \
		p5-Catalyst-Model-DBIC-Plain>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Plain \
		p5-Catalyst-View-TT>=0:${PORTSDIR}/www/p5-Catalyst-View-TT \
		p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \
		p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
		p5-Catalyst-Plugin-FormValidator-Simple>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator-Simple \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
DEPRECATED=	Replaced by www/p5-Task-Catalyst
EXPIRATION_DATE=2006-02-08

MAN3=	Bundle::Catalyst.3

.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE=	requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.8
log
@- Fix expiration date; it was set one year in the past
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Fix typo in EXPIRATION_DATE

Submitted by:	maintainer
@
text
@d40 1
a40 1
EXPIRATION_DATE=	2005-02-08
@


1.6
log
@Bundle::Catalyst has been replaced by Task::Catalyst. Mark for
deprecation in two months.

Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d40 1
a40 1
EXPRIRATION_DATE=	2005-02-08
@


1.5
log
@- Update to 0.07.
- Add SHA256 checksum.

PR:		ports/89463
Submitted by:	maintainer
@
text
@d39 2
@


1.4
log
@Update to 0.06

PR:		89360
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.3
log
@- Update to 0.04
- Add SHA256 checksum
- Pass maintainership to submitter

Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d33 3
a35 1
		p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
@


1.2
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d9 1
a9 2
PORTVERSION=	0.03
PORTREVISION=	1
d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/M/MR/MRAMBERG
d15 1
a15 1
MAINTAINER=	lth@@FreeBSD.org
d18 16
a33 7
BUILD_DEPENDS=	${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
		${SITE_PERL}/Catalyst/Plugin/FormValidator.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-FormValidator \
		${SITE_PERL}/Catalyst/Plugin/Prototype.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Prototype \
		${SITE_PERL}/Catalyst/Plugin/Session/FastMmap.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-FastMmap \
		${SITE_PERL}/Catalyst/Plugin/Static.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Static \
		${SITE_PERL}/Catalyst/Model/CDBI.pm:${PORTSDIR}/www/p5-Catalyst-Model-CDBI \
		${SITE_PERL}/Catalyst/View/TT.pm:${PORTSDIR}/www/p5-Catalyst-View-TT
@


1.1
log
@Add p5-Bundle-Catalyst 0.03, a bundle to install most of the Catalyst
modules.
@
text
@d10 1
@

