summaryrefslogtreecommitdiff
path: root/databases/p5-ORLite
diff options
context:
space:
mode:
authorsno <sno>2010-02-02 22:11:49 +0000
committersno <sno>2010-02-02 22:11:49 +0000
commitf4a276ef47fcf500c28ae0bacb51be2159669b70 (patch)
treeab167200085f56238d963e862b473a080c46ef54 /databases/p5-ORLite
parent8691848f968754dfc8ac903d72c8a9a90d64e348 (diff)
downloadpkgsrc-f4a276ef47fcf500c28ae0bacb51be2159669b70.tar.gz
Updating databases/p5-ORLite from 0.31 to 0.40
pkgsrc changes: - Adjust dependenies Upstream changes: 1.40 Mon 1 Fed 2010 - Fixed backwards test skipping logic 1.39 Fri 29 Jan 2010 - Typo in the tests, they now run >= instead of > 1.05 1.38 Thu 28 Jan 2010 - When using array => 1 on classes that we can create, add a ->set method for setting parameters in the object safely. 1.37 Thu 28 Jan 2010 - Adding experimental support for the array => 1 option. 1.36 Wed 27 Jan 2010 - Rolled back the Template::Tiny conversion as it ended up slowing down the code generation too much. I shall struggle on under the old method. 1.35 Wed 27 Jan 2010 - Adding experimental support for accelerated XS accessors using Class::XSAccessor. ORLite itself will not introduce a dependency on this module, consumers of this feature will need to do it themselves. 1.34 Tue 26 Jan 2010 - Major Change: Moved code generation from raw string appending to using Template::Tiny instead. This will enable some new and more complex improvements to the generated code. - Added tests for the cleanup code. 1.33 Sun 24 Jan 2010 - When in the Perl debugger and on Perl 5.8.9 or newer, use the $^P | 0800 in preference to dval (and always use it even when $DEBUG is off). 1.32 Fri 15 Jan 2010 - Each generated class now cleans up its own persistant connection, rather than allowing it to fall through to the deeper DBI cleanup. - To allow for persistant connections to readonly database, we now always built transaction support for all databases. However, for readonly databases we do not build the commit method and you may only use the rollback method to end them. - Significantly expanded the Pod documentation to provide documentation on all of the import options. - Add support for a cleanup option to import, which is single explicit statement to be called on the database when the process is shutting down. This should typically be used ensure that a SQLite database is VACUUM'ed regularly (and at a time when it hopefully won't impact the user much).
Diffstat (limited to 'databases/p5-ORLite')
-rw-r--r--databases/p5-ORLite/Makefile6
-rw-r--r--databases/p5-ORLite/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/p5-ORLite/Makefile b/databases/p5-ORLite/Makefile
index e42de9e8de9..2325654d1e6 100644
--- a/databases/p5-ORLite/Makefile
+++ b/databases/p5-ORLite/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/01/16 16:48:01 sno Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/02 22:11:49 sno Exp $
-DISTNAME= ORLite-1.31
+DISTNAME= ORLite-1.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/}
@@ -11,7 +11,9 @@ COMMENT= Perl 5 extremely light weight SQLite-specific ORM
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Script>=1.06:../../devel/p5-Test-Script
+
DEPENDS+= p5-DBD-SQLite>=1.27:../../databases/p5-DBD-SQLite
+DEPENDS+= p5-File-Path>=2.04:../../devel/p5-File-Path
DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove
DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.20}:../../devel/p5-File-Temp
DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util
diff --git a/databases/p5-ORLite/distinfo b/databases/p5-ORLite/distinfo
index a4d79d5b9a1..5f00fcac345 100644
--- a/databases/p5-ORLite/distinfo
+++ b/databases/p5-ORLite/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/01/16 16:48:01 sno Exp $
+$NetBSD: distinfo,v 1.3 2010/02/02 22:11:49 sno Exp $
-SHA1 (ORLite-1.31.tar.gz) = 936c88349aec567ec01371e7d1171b0d2f62a149
-RMD160 (ORLite-1.31.tar.gz) = bf3765f478ee37f219108fc4e8f0bc83c47b7ec9
-Size (ORLite-1.31.tar.gz) = 37818 bytes
+SHA1 (ORLite-1.40.tar.gz) = f6e4dc0fe35156ae22a0c433a791c037469f9cce
+RMD160 (ORLite-1.40.tar.gz) = 7ee7e1d27430ebc15c58a1a08ce5a65dd4cb5946
+Size (ORLite-1.40.tar.gz) = 46660 bytes