head	1.18;
access;
symbols
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.6;
locks; strict;
comment	@# @;


1.18
date	2006.07.11.18.13.28;	author lbr;	state dead;
branches;
next	1.17;

1.17
date	2006.05.05.07.15.03;	author lbr;	state Exp;
branches;
next	1.16;

1.16
date	2006.05.04.08.42.36;	author lbr;	state Exp;
branches;
next	1.15;

1.15
date	2006.05.01.13.51.50;	author lbr;	state Exp;
branches;
next	1.14;

1.14
date	2006.04.30.20.43.05;	author lbr;	state Exp;
branches;
next	1.13;

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

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

1.11
date	2006.01.19.14.39.56;	author garga;	state Exp;
branches;
next	1.10;

1.10
date	2005.12.02.18.42.42;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.21.18.14.34;	author lth;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.16.20.59.10;	author lth;	state Exp;
branches;
next	1.7;

1.7
date	2005.08.29.09.00.25;	author lth;	state Exp;
branches;
next	1.6;

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

1.5
date	2005.06.03.15.11.45;	author lth;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.27.12.12.30;	author lth;	state Exp;
branches;
next	1.3;

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

1.2
date	2005.04.20.13.57.54;	author lth;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.07.09.44.23;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Catalyst was split into several modules on CPAN, mainly Catalyst::Runtime
and Catalyst::Devel

Catalyst.pm is in the Catalyst::Runtime distribution, so p5-Catalyst will
point at p5-Catalyst-Runtime in MOVED, and p5-Catalyst will go away.
@
text
@# ex:ts=8
# Ports collection makefile for:	p5-Catalyst
# Date created:			Apr 7, 2005
# Whom:				ijliao
#
# $FreeBSD: ports/www/p5-Catalyst/Makefile,v 1.17 2006/05/05 07:15:03 lbr Exp $
#

PORTNAME=	Catalyst
PORTVERSION=	5.6902
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../by-authors/id/A/AG/AGRUNDMA
PKGNAMEPREFIX=	p5-

MAINTAINER=	lbr@@FreeBSD.org
COMMENT=	The Elegant MVC Web Application Framework

BUILD_DEPENDS=	p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require \
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
		p5-Data-Visitor>=0.02:${PORTSDIR}/devel/p5-Data-Visitor \
		p5-CGI.pm>=3.06:${PORTSDIR}/www/p5-CGI.pm \
		p5-File-Modified>=0:${PORTSDIR}/devel/p5-File-Modified \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTTP-Body>=0.5:${PORTSDIR}/www/p5-HTTP-Body \
		p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
		p5-HTTP-Request-AsCGI>=0.5:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
		p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
		p5-Module-Pluggable-Fast>=0.16:${PORTSDIR}/devel/p5-Module-Pluggable-Fast \
		p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT \
		p5-Path-Class>=0.09:${PORTSDIR}/devel/p5-Path-Class \
		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
		p5-Text-SimpleTable>=0.03:${PORTSDIR}/textproc/p5-Text-SimpleTable \
		p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
		p5-Test-NoWarnings>=0.082:${PORTSDIR}/devel/p5-Test-NoWarnings \
		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
		p5-Tree-Simple>=1.15:${PORTSDIR}/devel/p5-Tree-Simple \
		p5-Tree-Simple-VisitorFactory>=0:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \
		p5-URI>=1.35:${PORTSDIR}/net/p5-URI \
		p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
		p5-Module-Install>=0.54:${PORTSDIR}/devel/p5-Module-Install \
		p5-YAML>=0.55:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=	catalyst.pl.1
MAN3=	Catalyst.3 \
	Catalyst::Action.3 \
	Catalyst::ActionContainer.3 \
	Catalyst::AttrContainer.3 \
	Catalyst::Base.3 \
	Catalyst::Build.3 \
	Catalyst::Component.3 \
	Catalyst::Controller.3 \
	Catalyst::DispatchType.3 \
	Catalyst::DispatchType::Default.3 \
	Catalyst::DispatchType::Index.3 \
	Catalyst::DispatchType::Path.3 \
	Catalyst::DispatchType::Regex.3 \
	Catalyst::Dispatcher.3 \
	Catalyst::Engine.3 \
	Catalyst::Engine::CGI.3 \
	Catalyst::Engine::FastCGI.3 \
	Catalyst::Engine::HTTP.3 \
	Catalyst::Engine::HTTP::Restarter.3 \
	Catalyst::Engine::HTTP::Restarter::Watcher.3 \
	Catalyst::Exception.3 \
	Catalyst::Helper.3 \
	Catalyst::Log.3 \
	Catalyst::Manual.3 \
	Catalyst::Manual::About.3 \
	Catalyst::Manual::Cookbook.3 \
	Catalyst::Manual::FAQ.3 \
	Catalyst::Manual::Internals.3 \
	Catalyst::Manual::Intro.3 \
	Catalyst::Manual::Plugins.3 \
	Catalyst::Manual::Tutorial.3 \
	Catalyst::Manual::WritingPlugins.3 \
	Catalyst::Model.3 \
	Catalyst::Plugin::ConfigLoader.3 \
	Catalyst::Plugin::ConfigLoader::YAML.3 \
	Catalyst::Plugin::Static::Simple.3 \
	Catalyst::Request.3 \
	Catalyst::Request::Upload.3 \
	Catalyst::Response.3 \
	Catalyst::Test.3 \
	Catalyst::Utils.3 \
	Catalyst::View.3 \
	Module::Install::Catalyst.3

post-install:
	@@${CAT} pkg-message

post-extract:
	@@${PERL} -i.bak -ne 'print unless m,^feature, .. m,;$$,' ${WRKSRC}/Makefile.PL

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


1.17
log
@Up to 5.6902

Approved by:	erwin (mentor)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.16
log
@Up to 5.6901

Approved by:	erwin (mentor)
@
text
@d10 1
a10 1
PORTVERSION=	5.6901
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/M/MR/MRAMBERG
@


1.15
log
@Changing email-address on my 80 ports.

Approved by:	erwin (mental)
@
text
@d10 1
a10 1
PORTVERSION=	5.682
@


1.14
log
@Up to 5.682

Approved by:	erwin (mentor)
@
text
@d16 1
a16 1
MAINTAINER=	lars@@balker.dk
@


1.13
log
@Update to 5.66

PR:		93639
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d10 1
a10 1
PORTVERSION=	5.66
d28 1
a28 1
		p5-libwww>=5.801:${PORTSDIR}/www/p5-libwww \
a99 2
	@@${PERL} -i.bak -ne 'print unless m,HTTP\.pm\.rej$$,' ${WRKSRC}/MANIFEST
	@@${RM} ${WRKSRC}/lib/Catalyst/Engine/HTTP.pm.rej
@


1.12
log
@Update to 5.64

PR:		92607
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d10 1
a10 1
PORTVERSION=	5.64
d23 1
d100 2
@


1.11
log
@- Update to 5.62

PR:		ports/91949
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	5.62
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/A/AG/AGRUNDMA
d28 1
a28 1
		p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
d39 1
a39 1
		p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple \
d43 2
a44 2
		p5-Module-Install>=0.45:${PORTSDIR}/devel/p5-Module-Install \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
d74 1
d83 2
@


1.10
log
@Update to 5.61

PR:		89857
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d10 1
a10 1
PORTVERSION=	5.61
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/S/SR/SRI
d35 1
a35 1
		p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable \
d37 1
d43 2
a44 2
		p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
		p5-ExtUtils-AutoInstall>=0:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall
d95 1
a95 1
	@@${PERL} -i.bak -ne 'print unless m,^features, .. m,^\);,' ${WRKSRC}/Makefile.PL
@


1.9
log
@Update to 5.57

PR:		ports/89378
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d10 1
a10 1
PORTVERSION=	5.57
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/A/AG/AGRUNDMA
d40 4
a43 1
		p5-URI>=1.35:${PORTSDIR}/net/p5-URI
d54 1
d93 3
@


1.8
log
@Update to 5.56

PR:		ports/89146
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTVERSION=	5.56
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/M/MR/MRAMBERG
d26 1
a26 1
		p5-HTTP-Body>=0.4:${PORTSDIR}/www/p5-HTTP-Body \
d43 1
a43 1
PERL_MODBUILD=	yes
a50 1
	Catalyst::Build.3 \
d83 2
a84 1
	Catalyst::View.3
@


1.7
log
@Update to 5.33

PR:		ports/84902
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d10 1
a10 1
PORTVERSION=	5.33
d19 22
a40 12
BUILD_DEPENDS=	${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
		${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
		${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		${SITE_PERL}/HTTP/Daemon.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/Module/Pluggable/Fast.pm:${PORTSDIR}/devel/p5-Module-Pluggable-Fast \
		${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
		${SITE_PERL}/Text/ASCIITable.pm:${PORTSDIR}/textproc/p5-Text-ASCIITable \
		${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
		${SITE_PERL}/Tree/Simple/Visitor/FindByPath.pm:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class
d47 3
d52 7
a60 11
	Catalyst::Engine::Apache.3 \
	Catalyst::Engine::Apache::Base.3 \
	Catalyst::Engine::Apache::MP13.3 \
	Catalyst::Engine::Apache::MP13::Apreq.3 \
	Catalyst::Engine::Apache::MP13::Base.3 \
	Catalyst::Engine::Apache::MP19.3 \
	Catalyst::Engine::Apache::MP19::Apreq.3 \
	Catalyst::Engine::Apache::MP19::Base.3 \
	Catalyst::Engine::Apache::MP20.3 \
	Catalyst::Engine::Apache::MP20::Apreq.3 \
	Catalyst::Engine::Apache::MP20::Base.3 \
a61 2
	Catalyst::Engine::CGI::APR.3 \
	Catalyst::Engine::CGI::Base.3 \
a62 2
	Catalyst::Engine::FastCGI::APR.3 \
	Catalyst::Engine::FastCGI::Base.3 \
d64 2
a65 5
	Catalyst::Engine::HTTP::Base.3 \
	Catalyst::Engine::HTTP::Daemon.3 \
	Catalyst::Engine::SpeedyCGI.3 \
	Catalyst::Engine::SpeedyCGI::Base.3 \
	Catalyst::Engine::Test.3 \
a74 2
	Catalyst::Manual::SuccessStories.3 \
	Catalyst::Manual::Troubleshooting.3 \
d77 2
a81 1
	Catalyst::Setup.3 \
d83 5
a87 1
	Catalyst::Utils.3
@


1.6
log
@Update to 5.30

Submitted by:	Lars Balker Rasmussen (maintainer)
@
text
@d10 1
a10 1
PORTVERSION=	5.30
d76 1
@


1.5
log
@- Update to 5.23
- Transfer maintainership
@
text
@d10 1
a10 1
PORTVERSION=	5.23
d64 1
d79 1
@


1.4
log
@- Update to 5.22
- Port now requires Perl 5.8.1

Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d10 1
a10 1
PORTVERSION=	5.22
d16 1
a16 1
MAINTAINER=	lth@@FreeBSD.org
@


1.3
log
@Update to 5.10
@
text
@d10 1
a10 1
PORTVERSION=	5.10
a19 1
		${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \
a29 2
		${SITE_PERL}/NEXT.pm:${PORTSDIR}/devel/p5-NEXT \
		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
d42 1
d44 2
d47 2
d50 2
d53 5
a57 1
	Catalyst::Engine::FCGI.3 \
d59 4
d82 2
a83 2
.if ${PERL_LEVEL} <= 500503
IGNORE=	requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
@


1.2
log
@- update to 5.03
- port now requires Perl 5.6
- assume maintainership
@
text
@d10 1
a10 1
PORTVERSION=	5.03
d32 2
a33 1
		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
d36 1
a36 1
PERL_CONFIGURE=	yes
d41 1
@


1.1
log
@add p5-Catalyst 4.34
The Elegant MVC Web Application Framework
@
text
@d10 1
a10 1
PORTVERSION=	4.34
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/S/SR/SRI
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d19 2
a20 1
BUILD_DEPENDS=	${SITE_PERL}/CGI/Simple.pm:${PORTSDIR}/www/p5-CGI-Simple \
d23 1
a24 2
		${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/HTTP/Server/Simple.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \
d26 7
a32 1
		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports
d40 1
d43 3
a46 1
	Catalyst::Engine::CGI::NPH.3 \
d48 1
a48 1
	Catalyst::Engine::Server.3 \
d57 1
d62 1
d64 2
a65 1
	Catalyst::Test.3
d67 5
a71 1
.include <bsd.port.mk>
@

