mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.04001
PR: 90431 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
This commit is contained in:
parent
92652d23e0
commit
46bfb6ecb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151254
@ -6,17 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= DBIx-Class
|
||||
PORTVERSION= 0.04000
|
||||
PORTVERSION= 0.04001
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSTROUT
|
||||
MASTER_SITE_SUBDIR= DBIx
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-0.04
|
||||
#DISTNAME= ${PORTNAME}-0.04001
|
||||
|
||||
MAINTAINER= lars@balker.dk
|
||||
COMMENT= Extensible and flexible object <-> relational mapper
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
|
||||
BUILD_DEPENDS= p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DBIx-Class-0.04.tar.gz) = 8fbef5f2dc554d850f870606b1dbbf2a
|
||||
SHA256 (DBIx-Class-0.04.tar.gz) = f48d666bb2ea9ac8093cc294d89adab07c521c7ee27a7efbc8d89a37f1628d78
|
||||
SIZE (DBIx-Class-0.04.tar.gz) = 65789
|
||||
MD5 (DBIx-Class-0.04001.tar.gz) = 484f05724e4761b69f576550b8e31fc4
|
||||
SHA256 (DBIx-Class-0.04001.tar.gz) = 1c62d423696fb578cefeec963208bf2f834ef40911cbf8ea65523a7f70dbfddd
|
||||
SIZE (DBIx-Class-0.04001.tar.gz) = 69746
|
||||
|
@ -1,13 +1,13 @@
|
||||
This is a sql to oop mapper, inspired by the Class::DBI framework, and
|
||||
meant to support compability with it, while restructuring the insides,
|
||||
This is an SQL to OO mapper, inspired by the Class::DBI framework, and
|
||||
meant to support compability with it, while restructuring the internals
|
||||
and making it possible to support some new features like self-joins,
|
||||
distinct, group bys and more.
|
||||
|
||||
This project is still at an early stage so the maintainers don't make
|
||||
This project is still at an early stage, so the maintainers don't make
|
||||
any absolute promise that full backwards-compatibility will be
|
||||
supported; however if we can without compromising the improvements we're
|
||||
trying to make, we will, and any non-compatible changes will merit a
|
||||
full justification on the mailing list and a CPAN developer release for
|
||||
people to test against.
|
||||
supported; however, if we can without compromising the improvements
|
||||
we're trying to make, we will, and any non-compatible changes will merit
|
||||
a full justification on the mailing list and a CPAN developer release
|
||||
for people to test against.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-Class/
|
||||
|
Loading…
Reference in New Issue
Block a user