View | Details | Raw Unified | Return to bug 90431
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	DBIx-Class
8
PORTNAME=	DBIx-Class
9
PORTVERSION=	0.04000
9
PORTVERSION=	0.04001
10
CATEGORIES=	databases perl5
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	../by-authors/id/M/MS/MSTROUT
12
MASTER_SITE_SUBDIR=	DBIx
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
DISTNAME=       ${PORTNAME}-0.04
14
DISTNAME=       ${PORTNAME}-0.04001
15
15
16
MAINTAINER=	lars@balker.dk
16
MAINTAINER=	lars@balker.dk
17
COMMENT=	Extensible and flexible object <-> relational mapper
17
COMMENT=	Extensible and flexible object <-> relational mapper
18
18
19
BUILD_DEPENDS=	p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
19
BUILD_DEPENDS=	p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \
20
		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
20
		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
21
		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
21
		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
22
		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
22
		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (DBIx-Class-0.04.tar.gz) = 8fbef5f2dc554d850f870606b1dbbf2a
1
MD5 (DBIx-Class-0.04001.tar.gz) = 484f05724e4761b69f576550b8e31fc4
2
SHA256 (DBIx-Class-0.04.tar.gz) = f48d666bb2ea9ac8093cc294d89adab07c521c7ee27a7efbc8d89a37f1628d78
2
SHA256 (DBIx-Class-0.04001.tar.gz) = 1c62d423696fb578cefeec963208bf2f834ef40911cbf8ea65523a7f70dbfddd
3
SIZE (DBIx-Class-0.04.tar.gz) = 65789
3
SIZE (DBIx-Class-0.04001.tar.gz) = 69746
(-)pkg-descr (-7 / +7 lines)
Lines 1-13 Link Here
1
This is a sql to oop mapper, inspired by the Class::DBI framework, and
1
This is an SQL to OO mapper, inspired by the Class::DBI framework, and
2
meant to support compability with it, while restructuring the insides,
2
meant to support compability with it, while restructuring the internals
3
and making it possible to support some new features like self-joins,
3
and making it possible to support some new features like self-joins,
4
distinct, group bys and more.
4
distinct, group bys and more.
5
5
6
This project is still at an early stage so the maintainers don't make
6
This project is still at an early stage, so the maintainers don't make
7
any absolute promise that full backwards-compatibility will be
7
any absolute promise that full backwards-compatibility will be
8
supported; however if we can without compromising the improvements we're
8
supported; however, if we can without compromising the improvements
9
trying to make, we will, and any non-compatible changes will merit a
9
we're trying to make, we will, and any non-compatible changes will merit
10
full justification on the mailing list and a CPAN developer release for
10
a full justification on the mailing list and a CPAN developer release
11
people to test against.
11
for people to test against.
12
12
13
WWW: http://search.cpan.org/dist/DBIx-Class/
13
WWW: http://search.cpan.org/dist/DBIx-Class/

Return to bug 90431