Commit graph

15 commits

Author SHA1 Message Date
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
sno
672c9a4a91 Updating package for CPAN module ORLite in databases/p5-ORLite from 1.51nb1
to 1.97.

pkgsrc changes:
- fix dependencies

upstream changes:
1.97 Mon 21 May 2012
	- Use reproducible longdouble in tests (HMBRAND)

1.96 Mon 27 Feb 2012
	- Fixed a crash in the legacy delete emulation where the condition
	  clause provided was a constant or read-only.

1.95 Mon 27 Feb 2012
	- Fixed a fatal rowid big when generating in array mode

1.94 Mon 27 Feb 2012
	- Fixed a fatal rowid bug when a table had a single non-INTEGER
	  primary key.
	- Fixed bug in affinity detection code to now set REAL and
	  NUMERIC affinity correctly.

1.93 Mon 27 Feb 2012
	- The previous release 1.92 was done with a missing commit,
	  this release restores that missing code.

1.92 Mon 27 Feb 2012
	- Add the ->delete_where method for bulk deletion
	- Always do the initial metadata scan using ReadOnly => 1.
	- When generating readonly, DBI connections use ReadOnly => 1 too.
	- Quote identifiers more correctly via $dbh->quote_identifier.
	- Temporarily restory the static delete call to prevent breaking
	  Padre and other applications still using the old version of
	  delete.

1.91 Thu 23 Feb 2012
	- Calculate column affinity types in the metadata preparation phase
	- Throw an exception when tables contain BLOB types and the database
	  is unicode, as the blob data will be corrupted.
	- Improved testing for blobs and unicode, and TODO a known problem

1.90 Tue 21 Feb 2012
	- Removed x_rowid parameter and make the rowid logic compulsory.
	- Removed x_update parameter and make update method compulsory at
	  the table level but do not generate on the root level.
	- As a result, ORLite now supports creating and updating objects
	  even when they come from tables without primary keys.
	- Pending release as 2.00 once clarifying documentation is written.

1.54 Tue 21 Feb 2012
	- Added experimental x_rowid parameter to maintain SQLite rowids in
	  the objects

1.53 Tue 21 Feb 2012
	- Add a ->id convenience method alias when table 'foo' has a single
	  numeric primary key 'foo_id' so you can use $foo->id

1.52 Sat 21 Jan 2012
	- Added initial unicode => 1 support (MEMOWE)
	- Bumped Params::Util dependency to 1.0 for *LIKE fixes (ADAMK)
2012-09-11 08:48:11 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
rhaen
f1e8c81b0a Updated to 1.51
Changes:

1.51 Fri 25 Nov 2011
	- Module::Install::DSL updated to 1.04
	- Automatically load overlay classes if there exist. That is, where a
	  Foo/TableName.pm module exists in addition to the automatically
	  generated Foo::TableName class.
2012-01-26 15:33:31 +00:00
wiz
66c879c9ef Update to 1.50:
1.50 Tue 7 Jun 2011
	- Removed normalize as a supported parameter, normalizing columns turns
	  out not to work in practice. However, we always normalize tables to
	  get the class name for the table as that seems to result in class
	  names that make much more sense.

1.49 Wed 1 Jun 2011
	- Adding normalize support to turn columnName into column_name

1.48 Fri 21 Jan 2011
	- Initial support for shim => 1 to simplify customisation (ADAMK)

1.47 Wed 8 Dec 2010
	- Adding readonly support for views (ADAMK)

1.46 Tue 30 Nov 2010
	- Bumped File::Path dependency to 2.08 to prevent test failures
	  from the one shipped with Perl 5.8.9 (AZAWAWI)
	- Added experimental base class ->update support (ADAMK)
	- Added the qname attributes to the generator structs to simplify
	  and improve readability of SQL fragment strings (ADAMK)
2011-08-16 20:19:14 +00:00
obache
8fbe03ecee Revision bump after updating perl5 to 5.14.1. 2011-08-14 08:18:04 +00:00
sno
5f20eb2947 Updating databases/p5-ORLite from 1.44 to 1.45
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.45 Sun  8 Aug 2010
	- Adding initial support for cache => $directory (ADAMK)
2010-08-20 06:30:10 +00:00
sno
b53a4a2040 Updating databases/p5-ORLite from 1.42 to 1.44
Upstream changes:
1.44 Fri 23 Jul 2010
	- Upgrading to Module::Install::DSL 1.00 (ADAMK)
	- Adding the per-table table_info method to get the columns (ADAMK)
	- Adding tests for the per-table metadata methods (ADAMK)

1.43 Mon 10 May 2010
	- Ensure 100% of tables and columns are quoted correctly (ADAMK)
2010-08-01 19:57:36 +00:00
sno
909687ce90 Update databases/p5-ORLite from 1.41 to 1.42
Upstream changes:
1.42 Tue 16 Mar 2010
	- Signficantly expanded documentation on the per-table class
	  and the methods created for it (Breno G. de Oliveira)
2010-03-16 21:34:44 +00:00
sno
ed61326b25 Updating databases/p5-ORLite from 1.40 to 1.41
Upstream changes:
1.41 Tue  9 Mar 2010
	- Added the root ->connected method to allow for some
	  light introspection in unusual situations (such as
	  knowing if it's safe to spawn an off-the-books
	  ->connect'tion, or to detect if we are in a transaction).
	- Added documentation for the ->connect method, with suitably
	  strident warnings about the dangers of deadlocking.
2010-03-10 10:02:05 +00:00
sno
292e27b02c 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).
2010-02-02 22:11:49 +00:00
sno
16c270315e Updating databases/p5-ORLite from 1.28nb1 to 1.31
pkgsrc changes:
  - Adjusting dependencies according to META.yml
  - Adding license definition
  - Changing module type to Module::Install

Upstream changes:
1.31 Sat  2 Jan 2010
	- Adding explicit versioned-use lines to the generated code (in case
	  the generated code is used independantly to its creation)

1.30 Sat  2 Jan 2010
	- Switching to a production release, CPAN Testers looks ok
	- Update DBD::SQLite dependency to 1.27. Some of the metadata pragmas
	  have changed, and we don't want to have to support both the old and
	  new versions.
	- ORLite will now correctly use RaiseError => 1, PrintError => 0 when
	  itself introspecting the schema, so a corrupted SQLite database
	  won't result in silent failure and the larger parent application
	  won't crash in unpredictable ways.

1.29_03 Thu  1 Oct 2009
	- Reverse the prune deletion order
	- Apply recursive delete flag

1.29_02 Tue 29 Sep 2009
	- Changed ->load to use selectrow_hashref
	- Allow ->load calls for multiple-columns primary keys
	- All connections now explicitly RaiseError => 1 for correctness
	- All connections now explicitly PrintError => 0 to avoid spewing
	  stuff to STDOUT/STDERR unexpectedly in embedded scenarios.
	- Remove most explicit error handling and allow the native DBI
	  errors to cascade upwards instead.

1.29_01 Mon 28 Sep 2009
	- Adding first experimental implementation of ->load
2010-01-16 16:48:01 +00:00
seb
158d1b7c2e Update p5-ORLite from version 1.28 to version 1.28nb1.
Pkgsrc changes:
- Fix minimum version for dependency databases/p5-DBI
- Bump PKGREVISION to 1
2009-12-06 14:19:39 +00:00
seb
4aaf3bf613 Initial import of p5-ORLite version 1.28 in the NetBSD Packages
Collection.

The Perl 5 module ORLite is an object-relation system specifically
tailored for SQLite that follows many of the same principles as the
::Tiny series of modules and has a design and feature set that
aligns directly to the capabilities of SQLite.
2009-12-06 13:48:25 +00:00