head	1.12;
access;
symbols
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2011.09.03.09.38.44;	author dougb;	state dead;
branches;
next	1.11;

1.11
date	2009.12.15.06.27.18;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.16.09.21.54;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2008.03.07.18.51.20;	author lbr;	state Exp;
branches;
next	1.8;

1.8
date	2007.09.08.01.10.35;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.15.16.33.14;	author lbr;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.11.17.54.53;	author lbr;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.01.13.51.52;	author lbr;	state Exp;
branches;
next	1.4;

1.4
date	2006.04.19.20.04.50;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.25.10.43.44;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.01.19.00.48;	author erwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@Remove various ports that have been DEPRECATED for varying periods,
but never had EXPIRATION_DATE set, and therefore never removed.

audio/gx2osd			No more distfiles
devel/p5-Getopt-Mixed		Use devel/p5-Getopt-Long instead
net/AquaGatekeeper2		Binary port of software abandoned by the vendor
net/xwhois			Unmaintained upstream for several years
www/p5-Catalyst-Engine-HTTP-POE	Use p5-Catalyst-Engine-HTTP-Prefork instead
www/p5-Catalyst-Model-DBIC	Obsoleted by www/p5-Catalyst-Model-DBIC-Schema
www/p5-Catalyst-Plugin-Cache-Store-FastMmap Deprecated, not depended on
www/p5-HTTP-MobileAttribute	Use www/p5-HTTP-MobileAgent instead
@
text
@# New ports collection makefile for:	www/p5-Catalyst-Model-DBIC
# Date created:				16 Nov 2005
# Whom:					Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: ports/www/p5-Catalyst-Model-DBIC/Makefile,v 1.11 2009/12/15 06:27:18 pgollucci Exp $
#

PORTNAME=	Catalyst-Model-DBIC
PORTVERSION=	0.17
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	DBIx::Class model class for Catalyst

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
		p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
		p5-DBIx-Class-Loader>=0:${PORTSDIR}/databases/p5-DBIx-Class-Loader
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	5.8.1+

DEPRECATED=	This module is obsoleted by www/p5-Catalyst-Model-DBIC-Schema

MAN3=	Catalyst::Helper::Model::DBIC.3 \
	Catalyst::Model::DBIC.3

.include <bsd.port.mk>
@


1.11
log
@- Update to 0.17
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.16
@


1.9
log
@Update to 0.16
@
text
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.8
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.15
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
@


1.7
log
@Update 0.15
@
text
@d24 1
a24 1
PERL_CONFIGURE=	yes
d31 1
a31 5
.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.6
log
@Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@


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

Approved by:	erwin (mental)
@
text
@d18 2
a19 1
BUILD_DEPENDS=	p5-Catalyst>=5.00:${PORTSDIR}/www/p5-Catalyst \
@


1.4
log
@Update to 0.14 and mark DEPRECATED to encourage users to change to
www/p5-Catalyst-Model-DBIC-Schema, but don't set an expiration date yet.

Approved by:	maintainer
@
text
@d3 1
a3 1
# Whom:					Lars Balker Rasmussen <lars@@balker.dk>
d15 1
a15 1
MAINTAINER=	lars@@balker.dk
@


1.3
log
@Update to 0.13

PR:		90894
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.13
d25 2
@


1.2
log
@Update to 0.12

PR:		89805
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/S/SR/SRI
@


1.1
log
@Add p5-Catalyst-Model-DBIC 0.11, DBIx::Class model class for Catalyst.

PR:		ports/89157
Submitted by:	Lars Balker Rasmussen <lars@@balker.dk>
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@

