Commit graph

4025 commits

Author SHA1 Message Date
sno
c5bdd6af3c pkgsrc changes:
- Updating package for p5 module DBIx::SearchBuilder from 1.54 to 1.55
  - Setting gnu-gpl-v2 as license
  - reordering dependencies

Upstream changes:
1.55 Thu May  7 19:44:47 MSD 2009

* Put test suite SQLite databases inside of tempdirs so they get
  garbage collected properly. Thanks to Andreas Koenig
  [rt.cpan.org #41322]
* Allow ->Join to pre-existing collection object
* Imlement and test SB::Handle::Fields
* Pg can not guaranty order in the following queries:
  SELECT ... FROM (SELECT... ORDER BY ...)
  we use them to build distinct sets with ordering by columns
  in joined tables. Switched to group by instead of sub-selects.
2009-05-20 21:18:59 +00:00
wiz
3478537b52 More readline-6.0 stragglers. 2009-05-20 01:09:12 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
sno
1b92820b95 pkgsrc changes:
- correct wrongly assumed dependency to Class::Factory::Util (see
    RT #46160)
2009-05-19 21:32:08 +00:00
wiz
c8c77a65f1 Uncomment some more LICENSE lines (all "public-domain"). 2009-05-19 09:07:13 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
abs
ad1ffee551 PKG_DESTDIR_SUPPORT must come before mk includes 2009-05-19 06:49:14 +00:00
dholland
fd7dc9a46a Add note pointing users to php-oci8 for Oracle 8 and up.
Suggested by Joern Clausen in PR 40754.
2009-05-18 00:14:18 +00:00
sno
b712b90901 PkgSrc changes:
- Updating package for p5 module Rose::DB from 0.751 to 0.752
  - Fixing dependency

Upstream changes:
0.752 (05.08.2009) - John Siracusa <siracusa@gmail.com>
    * Added workaround for the lack of getpwuid() on Windows.
    * SQLite column and table names are not properly unquoted when
      necessary.  (RT 45836)
    * Indicate that MySQL 5.0.45 and later supports selecting from
      a subselect.
2009-05-17 18:41:14 +00:00
sno
fad0d373df PkgSrc changes:
- Updating package for p5 module SQL::Abstract from 1.53 to 1.55
  - Adjusting dependencies (and arrange them to alphabetical order)

Upstream changes:
revision 1.55  2009-05-17 22:54 (UTC)
----------------------------
    - make sure that sql generation does not mutate the supplied
      where condition structure

revision 1.54  2009-05-07 17:23 (UTC)
----------------------------
    - allow special_operators to take both code refs and method names
      (makes it possible to properly subclass the builtin ones)
2009-05-17 14:24:44 +00:00
sno
ddad519723 Added databases/p5-DBD-ODBC version 1.21 2009-05-17 13:30:56 +00:00
sno
7c0bbb86ff Importing package for p5 module DBD::ODBC 1.21.
DBD::ODBC is an ODBC Driver for DBI.
2009-05-17 13:29:15 +00:00
hasso
0df6c92d81 * Fix a typo in patch-aa.
* Fix build with xerces-c 2.8.0.
2009-05-16 19:27:07 +00:00
rillig
79a38fed91 cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN. 2009-05-16 07:22:01 +00:00
obache
e52dcf71a6 Update ruby-tokyotyrant to 1.6.
No ChangeLog available, but this update made to pass all self test with
recent release of tokyotyrant.
2009-05-14 08:46:18 +00:00
hasso
c8c101e487 Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-13 08:56:55 +00:00
martti
417dbfda88 Added LICENSE=gnu-gpl-v2 2009-05-12 12:51:07 +00:00
martti
97bdd322bb Activated LICENSE=... 2009-05-12 12:27:19 +00:00
obache
be72dc0c15 Update tokyotyrant to 1.1.26.
Changes:
2009-05-09  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttutil.c (ttservsettermhandler): new function.

	* ttserver.c (do_term): new function.

	- Release: 1.1.26

2009-05-06  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttutil.c (ttcmdidtostr): new function.

	* tculog.c (tcreplopen): a bug of data size of the server ID was fixed.

	* tcrdb.c (tcrdbsetmst, tcrdbsetmst2): the timestamp argument was added.

	* tcrmgr.c (procrepl): command names are now printed.

	* ttulmgr.c (procexport): command names are now printed.

	- Release: 1.1.25
2009-05-10 04:43:31 +00:00
obache
6b08f9ae6d Update tokyocabinet to 1.4.20.
Changes:
2009-05-08  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.h: signedness of some members of TCMAP and TCTREE were changed.

	* tcutil.c (tchexdecode): a bug related to handling space characters was fixed.

	- Release: 1.4.20
2009-05-10 04:42:38 +00:00
obache
8b25198b19 Update tokyotyrant-ruby to 1.5, for new tokyotyrant. 2009-05-07 11:10:26 +00:00
obache
7ec8ab8b4d Update tokyotyrant-perl to 1.10, for new tokyotyrant protocol. 2009-05-07 11:06:28 +00:00
obache
557267c1be Update tokyotyrant to 1.1.24.
Changes:
2009-04-25  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttutil.c (ttbreakservexpr): new function.

	* tcrdb.c (tcrdbopen2, tcrdbsetmst2, tcrdbtune): new functions.

	* tcrdb.c (tcrdbsetecode, tcrdblockmethod, tcrdbunlockmethod): new functions.

	* ttserver.c (proc): dynamic linking for the skeleton database was added.

	* ttskelmock.c, ttskelproxy.c: new files.

	- Release: 1.1.24

2009-04-07  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* scrext.c (serv_eval, serv_split): new functions.

	* ttserver.c (do_repl): efficiency on dual-master replication was improved.

	* ttserver.c (do_optimize): new function.

	* ttserver.c (do_log): message format was modified.

	* tcrdb.c (tcrdboptimize): new function.

	* tcrdb.c (tcrdbvanish, tcrdbcopy, tcrdbrestore): each magic number was drifted.

	* tcrdb.c (tcrdbrestore, tcrdbsetmst): an argument for options was added.

	* tculog.c (tculogadbredo): the flag of consistency checking was separated.

	- Release: 1.1.23

2009-04-06  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* scrext.c (serv_mapreduce): the parameter for the target keys became an option.

	- Release: 1.1.22

2009-04-06  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* scrext.c (serv_mapreduce): the parameter for the session ID was abolished.

	- Release: 1.1.21

2009-04-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* configure.in: a bug related to support for traditional shells was fixed.

	* scrext.c (serv_stashputkeep, serv_stashputcat): new functions.

	* scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions.

	* ttserver.c (do_put, do_out, do_get): parameter validation was enhanced.

	- Release: 1.1.20

2009-03-14  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcrdb.c (tcrdbqrysearchget): the option for no update log was added.

	* tcrdb.c (tcrdbqrysearchcount): new function.

	* tculog.c (tcreplread): timeout mechanism was added.

	* ttserver.c (do_repl): performance was improved.

	- Release: 1.1.19
2009-05-07 11:03:50 +00:00
obache
b2cb60d232 Update tokyocabinet-lua to 1.5, for new tokyocabinet. 2009-05-07 10:59:04 +00:00
obache
84fb522ad4 Update tokyocabinet-ruby to 1.23, for new tokyocabinet. 2009-05-07 10:57:41 +00:00
obache
99759c45d0 Update tokyocabinet-perl to 1.26, for new tokyocabinet. 2009-05-07 10:56:26 +00:00
obache
0b3971a835 Update tokyocabinet to 1.4.19.
Changes:
2009-04-30  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tctdb.c (tctdbidxhash, tctdbqryproc2, tctdbqrysearchout2): new functions.

	* tctdb.c (tctdbsearchimpl, tctdbidxput, tctdbidxout): the index format was modified.

	* tcadb.c (tcadbmisc): the "out" option of the "search" command became non-atomic.

	- Release: 1.4.19

2009-04-25  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcatoih): new function.

	* tcbdb.c (tcbdbputimpl): cache adjustment on the putkeep mode was added.

	* tcadb.c (tcadbsetskel): new function.

	- Release: 1.4.18

2009-04-23  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcmapput, tcmapout, tcmapget): memory usage was reduced.

	* tcutil.c (tcsysinfo): new function.

	* tcutil.c (tcatoix): "strtold" was replaced by own implementation.

	* tctdb.c (tctdbqryidxfetch): new function.

	- Release: 1.4.17

2009-04-20  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tcbdbcuroutimpl): shift mechanism of cursors on deleted leaves was added.

	* tcbdb.c (tcbdbleafcheck): new function.

	- Release: 1.4.16

2009-04-08  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcsleep): new function.

	* tchdb.c (tchdbtranbegin): locking algorithm was modified.

	* tchdb.c (tchdblocktran, tchdbunlocktran): abolished.

	* tcbdb.c (tcbdbtranbegin): locking algorithm was modified.

	* tcbdb.c (tcbdbcurjumpimpl): a bug related to cursor initialization was fixed.

	* tcfdb.c (tcbdbtranbegin): locking algorithm was modified.

	* tcfdb.c (tcfdblocktran, tcfdbunlocktran): abolished.

	* tctdb.c (tctdbqryallcondmatch): a bug related to handling null value was fixed.

	* tcadb.c (tcadboptimize, tcadbpath): new functions.

	- Release: 1.4.15

2009-04-07  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tcbdbputimpl, tcbdbcurputimpl): page size limitation was added.

	* tcbdb.c (tcbdbleafdatasize): removed.

	* tctdb.c (tctdbsetindeximpl): inner indexes were tuned.

	- Release: 1.4.14

2009-04-02  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* configure.in: a bug related to support for traditional shells was fixed.

	* tcfdb.c (tcfdbtranbegin, tcfdbtrancommit, tcfdbtranabort): new functions.

	* tcadb.c (tcadbtranbegin, tcadbtrancommit, tcadbtranabort): new functions.

	- Release: 1.4.13

2009-03-21  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tctdb.c (tctdbqrycount): new function.

	* tcadb.c (tcadbmisc): "count" option was added.

	- Release: 1.4.12
2009-05-07 10:55:06 +00:00
adam
5fd6fa386a Changed 3.6.14:
* Added the optional asynchronous VFS module.
* Enhanced the query optimizer so that virtual tables are able to make use of
  OR and IN operators in the WHERE clause.
* Speed improvements in the btree and pager layers.
* Added the SQLITE_HAVE_ISNAN compile-time option which will cause the isnan()
  function from the standard math library to be used instead of SQLite's own
  home-brew NaN checker.
* Countless minor bug fixes, documentation improvements, new and improved
  test cases, and code simplifications and cleanups.
2009-05-07 08:01:32 +00:00
sno
bf948d741d PkgSrc changes:
- Updating package for p5 DBI module's from 1.607 to 1.608

Upstream changes:
* Changes in DBI 1.608 (svn r12742) 5th May 2009

  Fixes to DBD::File (H.Merijn Brand)
    bind_param () now honors the attribute argument
    added f_ext attribute
    File::Spec is always required. (CORE since 5.00405)
    Fail and set errstr on parameter count mismatch in execute ()
  Fixed two small memory leaks when running in mod_perl
    one in DBI->connect and one in DBI::Gofer::Execute.
    Both due to "local $ENV{...};" leaking memory.
  Fixed DBD_ATTRIB_DELETE macro for driver authors
    and updated DBI::DBD docs thanks to Martin J. Evans.
  Fixed 64bit issues in trace messages thanks to Charles Jardine.
  Fixed FETCH_many() method to work with drivers that incorrectly return
    an empty list from $h->FETCH. Affected gofer.

  Added 'sqlite_' as registered prefix for DBD::SQLite.
  Corrected many typos in DBI docs thanks to Martin J. Evans.
  Improved DBI::DBD docs thanks to H.Merijn Brand.
2009-05-06 06:34:10 +00:00
sno
b171caaed3 PkgSrc changes:
- Updating package for p5 module DBIx::Class::Schema::Loader from
    0.04005 to 0.04006
  - Setting license to gnu-gpl-v2
  - Adjusting and reordering dependencies

Upstream changes:
0.04006 2009-05-01
        - Fix Oracle constraint detection for non-owned schemas (RT #35732)
        - Add result_base_class and schema_base_class options (RT #43977)
        - Handle ResultSetManager deprecation warning in common tests
        - Fix for DBIx::Class 0.081
2009-05-02 19:00:04 +00:00
sno
d37e522fc4 PkgSrc changes:
- Updating package for p5 module of DBIx::Class from 0.08101 to 0.08102

Upstream changes:
0.08102 2009-04-30 08:29:00 (UTC)
        - Fixed two subtle bugs when using columns or select/as
          paired with a join (limited prefetch)
        - Fixed breakage of cdbi tests (RT#45551)
        - Some POD improvements
2009-05-01 20:30:39 +00:00
sno
405776c502 PkgSrc changes:
- Updating package for p5 module DBIx::Class::TimeStamp from 0.07 to 0.08
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.08 2009-04-24 00:39:45
    - Adds the missing description to the NAME section (Brian Cassidy).
2009-05-01 12:43:43 +00:00
sno
a1f7487834 PkgSrc changes:
- Updating package for p5 module of CatalystX::CRUD::ModelAdapter::DBIC
    from 0.07 to 0.08
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.08    29 April 2009
        * switch to MRO::Compat from Class::C3
2009-04-30 21:42:41 +00:00
sno
627c929aa0 PkgSrc changes:
- Updating package for p5 module of CatalystX::CRUD::Model::RDBO from
    0.19 to 0.20
  - Adjusting dependencies

Upstream changes:
0.20    29 April 2009
        * switch to MRO::Compat from Class::C3
        * fixes for CatalystX::CRUD 0.43
2009-04-30 21:30:28 +00:00
sno
345e50d53b PkgSrc changes:
- Updating package for p5 module Rose::DB::Object from 0.770 to 0.781
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.781 (04.19.2009) - John Siracusa <siracusa@gmail.com>

    * Added an explicit SQL_BLOB bind_param() argument for blob columns
      in SQLite.  (Reported by clausi)
    * Added manager_iterator_method and support for manager_count_method
      and manager_delete_method to relevant Relationship classes.
      (Patch by Peter Karman)
    * Updated test suite to consider DBD::SQLite 1.19+ non-broken.

0.780 (03.04.2009) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused the delete_relationships() Metadata method
      to fail in some circumstances.  (Reported by vti)
    * Fixed a few accessor/mutator mismatches in relationship methods.
      (Reported by Bharanee)

0.779 (02.26.2009) - John Siracusa <siracusa@gmail.com>

    * Added missing documentation on one-to-many and many-to-many
      relationship "iterator" and "find" method type names.
    * Corrected an error message in Rose::DB::Object::MakeMethods::Generic
      (RT 43667)

0.778 (02.06.2009) - John Siracusa <siracusa@gmail.com>

    * Added PostgreSQL's "ltree" query extensions to QueryBuilder.
      (Patch by Rick Apichairuk)
    * Improved the efficiency of the check-and-merge function used
      when related objects are added.  (Reported by Bryan Opfer)

0.777 (12.12.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused foreign key proxy relationships to
      be clobbered if relationships were set after foreign_keys.
      (Reported by Peter Karman)

0.776 (12.09.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that was preventing the use of new comparison
      operators with QueryBuilder.  (Reported by Derek Wueppelmann)
    * Added a strict_ops parameter and class method to the Manager
      to allow the policy to b changed per-call or per-class.
    * Auto-initialization under Oracle should no longer be confused
      by tables with the same names in different schemas. (Patch by
      Benjamin Hitz)
    * Removed the on-again, off-again restriction on aliasing primary
      key columns.  I think it's off for good this time.
    * Refined column alias policy to keep from appearing to override
      more granular column method name customization.
    * Overhauled related object mutator methods to better match the
      documentation and reduce unnecessary queries.
    * Fixed a bug that caused the init_with_tree() helper method to
      overwrite columns involved in relationship mapping in some
      circumstances.  (Reported by Todd Lyons)

0.775 (11.02.2008) - John Siracusa <siracusa@gmail.com>

    * The insert_or_update(), load_or_insert(), and load_or_save() helper
      methods no longer throw an exception when called on an object with
      no uniquely identifying column(s).  (Suggested by Richard Jones)
    * Added detection of minimum JSON version (2.00) to test suite and
      the Helpers module.

0.774 (10.25.2008) - John Siracusa <siracusa@gmail.com>

    * Setting objects related through a one-to-many relationship
      now does more work to ensure success.  (Reported by vti and
      David Bourget)
    * Fixed an ON DUPLICATE KEY UPDATE test to work around a MySQL
      "strict mode" quirk (or, IMO, "bug") which causes it to complain
      about a situation that is only a concern if it decided to do an
      INSERT rather than an UPDATE.  (Reported by Richard Jones)
    * Fixed a regression in t/spot-check-10.t: adding objects to
      one-to-many-related lists failed in some circumstances.
    * Updated auto-initialization examples in the synopsis.

0.773 (10.02.2008) - John Siracusa <siracusa@gmail.com>

    * Added support for multiple add_on_save calls prior to save(),
      which is how everyone expected it to behave anyway, and how the
      documentation always seemed to imply that it did work.  Well,
      now it does.
    * Pre-saved objects now get their foreign key columns hooked up
      correctly when passed as arguments to add_on_save methods.
      (Reported by George Hartzell)
    * ...-to-many related object lists will now be re-fetched on
      demand after an add_on_save and a subsequent save().
      (Reported by George Hartzell)

0.7722 (09.29.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed compatibility with older versions of ExtUtils::MakeMaker.

0.7721 (09.29.2008) - John Siracusa <siracusa@gmail.com>

    * Updated distribution metadata for ExtUtils::MakeMaker 6.44.
    * Added a column type mapping for MySQL's MEDIUMINT type.
      (Reported by Andreas Dewes)

0.772 (09.26.2008) - John Siracusa <siracusa@gmail.com>

    * Altered Rose::DB::Object::Cached to override insert() and
      update methods.  (Suggested by Kevin McGrath)
    * The update() method now marks updated objects as being in the
      database (see is_in_db() in Rose::DB::Object::Util)  (Suggested
      by Kevin McGrath)
    * The insert_or_update() and insert_or_update_on_duplicate_key()
      helper methods now call save() instead of insert() or update()
      (passing the appropriate flags to cause an insert or update) in
      order also save child objects.  (Suggested by Kevin McGrath)
    * The set_column_value_modified() function in Rose::DB::Object::Util
      now also clears any "db-ready" column value the object may be
      holding for that column.
    * Added a dirty_columns() helper method (Suggested by jdv79)

0.7713 (09.16.2008) - John Siracusa <siracusa@gmail.com>

    * More test skipping fixes.

0.7712 (09.15.2008) - John Siracusa <siracusa@gmail.com>

    * Improved detection of broken DBD::SQLite versions.

0.7711 (09.15.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed typos in POD.
    * Improved test skipping conditions.
    * Clarified JSON module version requirements.

0.771 (09.12.2008) - John Siracusa <siracusa@gmail.com>

    * Traversal and recursive serialization helper method added.
    * Non-persistent columns feature added.
    * Made "where" an alias for the Manager's "query" parameter.
      (Requested by Ask Bj~A,rn Hansen)
    * Documented restrictions on the Manager's "select" parameter.
    * Fixed bug that prevented CURRENT_TIMESTAMP from being properly
      inlined in queries sent to SQLite.  (RT 37224)
    * Fixed a memory leak.  (Reported by Christopher Laco)
    * The "cluck" error mode now correctly calls cluck() rather than
      croak().  (Reported by Kevin McGrath)
    * Added support for Oracle date/time column keywords.
    * Cascaded delete now properly cascades to one-to-one related objects.
      (Reported by kittens)
2009-04-30 21:26:53 +00:00
sno
37e72ba06b Remove dependency to textproc/p5-YAML-Syck 2009-04-30 21:17:24 +00:00
sno
b8b61cbd96 PkgSrc changes:
- Updating package for p5 module Rose::DB from 0.744 to 0.751
  - Adjusting dependencies
  - Setting license to gnu-gpl-v2

Upstream changes:
0.751 (04.19.2009) - John Siracusa <siracusa@gmail.com>

    * Worked around a mod_perl 2 issue related to PerlOptions +Parent
      http://bit.ly/160jLN (Reported by Anton)
    * Updated test suite to consider DBD::SQLite 1.19+ non-broken.

0.750 (02.26.2009) - Peter Karman <perl@peknet.com>

    * Added pg_enable_utf8 attribute.

0.749 (12.12.2008) - John Siracusa <siracusa@gmail.com>

    * Added support for many more registry entry attributes.
    * More mod_perl 2.x fixes for Rose::DB::Cache. (Reported by
      Kostas Chatzikokolakis)
    * Added apache_has_started attribute to Rose::DB::Cache to support
      mod_perl 2.x users who do not have the ability to run code on
      server startup.  (Suggested by Kostas Chatzikokolakis)

0.748 (12.09.2008) - John Siracusa <siracusa@gmail.com>

    * Fixed mod_perl 2.x support in Rose::DB::Cache. (Reported by
      Kostas Chatzikokolakis)
    * Resolved ambiguous driver_class link in POD.

0.747 (10.22.2008) - Justin Ellison <justin@techadvise.com>

    * Changed to require YAML instead of YAML::Syck, though YAML::Syck
      will be used in preference to YAML if it's present.  (RT 31535)

0.746 (09.16.2008) - Justin Ellison <justin@techadvise.com>

    * Fixed support for TIMESTAMP WITH TIME ZONE column in Oracle.

0.745 (09.12.2008) - John Siracusa <siracusa@gmail.com>

    * Added support for Oracle date/time column keywords.
    * Added methods to list cached db entries and keys.
2009-04-30 21:15:08 +00:00
sno
5bde761389 PkgSrc changes:
- Updating package for p5 module SQL::Abstract from 1.51 to 1.53
  - Setting license to gnu-gpl-v2

Upstream changes:
revision 1.53  2009-04-30 14:58 (UTC)
----------------------------
    - make sure hash keys are sorted in all search sub-conditions
    - switch installer from EU::MM to M::I

revision 1.52  2009-04-28 23:14 (UTC)
----------------------------
    - allow -between to handle [\"", \""] and \["", @bind]
    - allow order_by to handle -asc|desc => [qw/colA colB/] (artifact from DBIx::Class)
    - more tests and clearing up of some corner cases
    - t/10test.t does not run by default (developer only, too cpu intensive)
2009-04-30 21:07:59 +00:00
sno
1d2f4f5220 PkgSrc changes:
- Updating package for p5 module CatalystX::CRUD from 0.39 to 0.43
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.40    16 April 2009
        * change base Controller to call can_read() rather than can_write() in edit().
          This is because the call to edit() does not actually write anything; it's just a GET
          for a form.

0.41    21 April 2009
        * remove Catalyst::Component::ACCEPT_CONTEXT as a dependency since it has not been
          updated for Catalyst 5.8.

0.42    27 April 2009
        * revert ACCEPT_CONTEXT changes; fixes pushed to new C::C::A_C on CPAN, and added no warnings
          using Class::C3::Adopt::NEXT (thanks to t0m)
        * change from 'use Class::C3' to 'use mro "c3"' with new dep on MRO::Compat
        * added some debugging in tests

0.43    29 April 2009
        * rid of ourselves of Class::Data::Inheritable because it clashes with Catalyst::Runtime 5.8.
          Notably, it caused a strange bug in Rose::DBx::Garden::Catalyst where the MyApp->config
          class hashref would get nuked after a call to Class::C3::initialize(). Yes. That fsked up.
2009-04-30 20:14:45 +00:00
sno
6abce7ef58 PkgSrc changes:
- Updating package for p5 module DBD::Oracle to 1.23 from 1.22

Upstream changes:
Changes in DBD-Oracle 1.23(svn rev 12724)
  Fix from rt.cpan.org ticket #=44788 bool in_lite should be char in_literal
  Fix for UTF8 and blobs by John Scoles with Milo van der Leij
  Fix for some warnings and one bug in ocitrace.h from Charles Jardine
  Fix in case there may be a bug in 11 where the OCI_ATTR_DATA_SIZE my
      return 0 which should never happen, John Scoles
  Fix on the Makefile.PL for a possible sql bug in IC from Martin Evans
  Added a change from a suggestion from Martin Evans for making ref cursors
      faster.
  Added rt.cpan.org Ticket #=42328 ora_objects attribute for extended
      embedded objects support from Tomas Pokorny
  Fix for rt.cpan.org Ticket #=42328 user defined types from different
      schema in describe_obj from Tomas Pokorny
  Added a README for sun suggested by Jim McCullars
  Clean up of white space and formatting to 4 tabs  from John Scoles
  Fix for GCC 4.3 warnings from Eric Simon
  Standardized the dbd_verbose levels so they are all 3 and over from John
      Scoles
  Added private statement functions ora_stmt_type_name and ora_stmt_type
      from John Scoles
  Update to POD from Chris Underhill
  Added README.win64.txt with content from Alex Buttery
  Fix for rt.cpan.org Ticket #=21920 Bug with Oracle DBD for Mac OS X Instant
      Client From boingolover
  Added a few more constants to get rid of magic numbers from John Scoles
  Fix for rt.cpan.org Ticket #=38267 Inserts/Updates to BLOB's via synonyms
      fails from John Scoles
  Fix for rt.cpan.org Ticket #=39603 build problem and fix missing functions
      in oci.def from Zolt'an Sebesty'en
  Fix for rt.cpan.org Ticket #=39374 Makefile.PL: error when reducing echo
      messages from make from Tippa
  Fix for rt.cpan.org Ticket #=39232 binding large XMLTYPE fails on 64-bit
      perl from Jeff Klein
  Fix for rt.cpan.org Ticket #=38749 Warning of a NULL column in an aggregate
      function also added ora_oci_success_warn to display silent OCI warningsi
      from John Scoles
  Patch for UTF8 check on execute_array from David Mansfield and a little by
      John Scoles
2009-04-30 20:00:57 +00:00
sno
569cea8659 PkgSrc changes:
- Updating package for perl module DBIx::Class to 0.08101
  - bump dependency to Class::C3::Componentised

Upstream changes since 0.08100:
0.08101 2009-04-27 09:45:00 (UTC)
        - Fix +select, +as, +columns and include_columns being stripped
          by $rs->get_column
        - move load_optional_class from DBIx::Class::Componentised to
          Class::C3::Componentised, bump dependency
        - register_extra_source() now *really* fixed wrt subclassing
        - Added missing POD descriptions (RT#45195)
        - Fix insert() to not store_column() every present object column
        - Multiple Makefile.PL fixes
2009-04-29 08:56:14 +00:00
ghen
4caf652dd2 Update OpenLDAP packages to 2.4.16, the new stable release.
patch-db (for openldap-cloak module) has been included upstream.

OpenLDAP 2.4.16 Release (2009/04/05)
	Fixed libldap GnuTLS with x509v1 CA certs (ITS#5992)
	Fixed libldap GnuTLS with CA chains (ITS#5991)
	Fixed libldap GnuTLS TLSVerifyCilent try (ITS#5981)
	Fixed libldap segfault in checking cert/DN (ITS#5976)
	Fixed libldap peer cert double free (ITS#5849)
	Fixed libldap referral chasing (ITS#5980)
	Fixed slapd backglue with empty DBs (ITS#5986)
	Fixed slapd ctxcsn race condition (ITS#6001)
	Fixed slapd debug message (ITS#6027)
	Fixed slapd redundant module loading (ITS#6030)
	Fixed slapd schema_init freed value (ITS#6036)
	Fixed slapd syncrepl newCookie sync messages (ITS#5972)
	Fixed slapd syncrepl hang during shutdown (ITS#6011)
	Fixed slapd syncrepl too many MMR messages (ITS#6020)
	Fixed slapd syncrepl skipped entries with MMR (ITS#5988)
	Fixed slapd-bdb/hdb cachesize handling (ITS#5860)
	Fixed slapd-bdb/hdb with slapcat with empty dn (ITS#6006)
	Fixed slapd-bdb/hdb with NULL transactions (ITS#6012)
	Fixed slapd-ldap incorrect referral handling (ITS#6003,ITS#5916)
	Fixed slapd-ldap/meta with broken AD results (ITS#5977)
	Fixed slapd-ldap/meta with invalid attrs again (ITS#5959)
	Fixed slapo-accesslog interaction with ppolicy (ITS#5979)
	Fixed slapo-dynlist conversion to cn=config (ITS#6002)
	Fixed slapo-syncprov newCookie sync messages (ITS#5972)
	Fixed slapd-syncprov too many MMR messages (ITS#6020)
	Fixed slapo-syncprov replica lockout (ITS#5985)
	Fixed slapo-syncprov modtarget tracking (ITS#5999)
	Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
	Fixed slapo-syncprov race condition (ITS#6045)
	Fixed slapo-syncprov sending cookies without CSN (ITS#6024)
	Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
	Fixed tools passphrase free (ITS#6014)
	Build Environment
		Cleaned up alloc/free functions for Windows (ITS#6005)
		Fixed running of autosave files in testsuite (ITS#6026)
	Documentation
		admin24 clarified MMR URI requirements (ITS#5942,ITS#5987)
		Added ldapexop(1) manual page (ITS#5982)
		slapd-ldap/meta(5) added missing TLS options (ITS#5989)
2009-04-27 07:15:43 +00:00
ghen
8beb969c42 Switch OpenLDAP server and modules to use database/db4 as a backend again,
now db 4.7 is known to work.  Ok adam, manu.
2009-04-27 07:13:01 +00:00
sno
ba8d03c1ab PkgSrc changes:
- Updating package for p5 module DBIx::Class to 0.08100 from 0.08013
  - Adjusting dependencies from META.yml
  - Adding optional dependency to SQL::Translator

Upstream changes (since 0.08010):
0.081000 2009-04-19 11:39:35 (UTC)
        - Todo out the register_extra_source test until after shipping

0.08099_08 2009-03-30 00:00:00 (UTC)
        - Fixed taint mode with load_namespaces
        - Putting IC::DateTime locale, timezone or floating_tz_ok attributes into
          extra => {} has been deprecated. The new way is to put these things
          directly into the columns definition
        - Switched MI code to MRO::Compat
        - Document db-side default_value caveats
        - Search_like() now warns to indicate deprecation in 0.09. (robkinyon)
        - TxnScopeGuard left experimental state

0.08099_07 2009-02-27 02:00:00 (UTC)
        - multi-create using find_or_create rather than _related for post-insert
        - fix get_inflated_columns to check has_column_loaded
        - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal)
        - Fix up multi-create to:
          - correctly propagate columns loaded during multi-insert of rels
          - not try and insert things tagged on via new_related unless required
        - Possible to set locale in IC::DateTime extra => {} config
        - Calling the accessor of a belongs_to when the foreign_key
          was NULL and the row was not stored would unexpectedly fail
        - Split sql statements for deploy only if SQLT::Producer returned a scalar
          containing all statements to be executed
        - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries
          possible. See the Cookbook for details.
        - Massive rewrite of Ordered to properly handle position constraints and
          to make it more matpath-friendly
        - deploy_statements called ddl_filename with the $version and $dir arguments
          in the wrong order.
        - columns/+columns attributes now support { as => select } hahsrefs
        - support for views both in DBIC and via deploy() in SQLT

0.08099_06 2009-01-23 07:30:00 (UTC)
        - Allow a scalarref to be supplied to the 'from' resultset attribute
        - Classes submitted as result_class for a resultsource are now
          automatically loaded via ensure_loaded()
        - 'result_class' resultset attribute, identical to result_class()
        - add 'undef_on_null_fk' option for relationship accessors of type 'single'.
          This will prevent DBIC from querying the database if one or more of
          the key columns IS NULL
        - for 'belongs_to' rels, 'undef_on_null_fk' defaults to true.
        - fixed scope unaware last_insert_id fetching for MSSQL
          (http://msdn.microsoft.com/en-us/library/ms190315.aspx)
        - an sqlt_deploy_hook can now be shared between result sources using
          a configurable callback trigger
        - new order_by => { -desc => 'colname' } syntax supported
        - PG array datatype supported
        - insert should use store_column, not set_column to avoid marking
          clean just-stored values as dirty. New test for this
        - regression test for source_name

0.08099_05 2008-10-30 21:30:00 (UTC)
        - Rewritte of Storage::DBI::connect_info(), extended with an
          additional argument format type
        - InflateColumn::DateTime: add warning about floating timezone
        - InflateColumn::DateTime: possible to enforce/skip inflation
        - delete throws exception if passed arguments to prevent drunken mishaps. (purge)
        - Fix storage to copy scalar conds before regexping to avoid
          trying to modify a constant in odd edge cases
        - Related resultsets on uninserted objects are now empty
        - Fixed up related resultsets and multi-create
        - Fixed superfluous connection in ODBC::_rebless
        - Fixed undef PK for first insert in ODBC::Microsoft_SQL_Server
        - Added virtual method to Versioned so a user can create upgrade
          path across multiple versions (jgoulah)
        - Better (and marginally faster) implementation of the HashRefInflator
          hash construction algorithm
        - Allow explicit specification of ON DELETE/ON UPDATE constraints
          when using the SQLT parser

0.08099_04 2008-07-24 01:00:00
        - Functionality to storage to enable a sub to be run without FK checks
        - Fixed $schema->clone bug which caused clone and source to share
          internal hash refs
        - Added register_extra_source methods for additional sources
        - Added datetime_undef_if_invalid for InflateColumn::DateTime to
          return undef on invalid date/time values
        - Added search_related_rs method to ResultSet
        - add a make_column_dirty method to Row to force updates
        - throw a clear exception when user tries multi-has_many prefetch
        - SQLT parser prefixes index names with ${table}_idx_ to avoid clashes
        - mark ResultSetManager as deprecated and undocument it
        - pod fix (RT #32988)
        - add Test::Exception to test requirements (RT #34256)
        - make ash's build_requires/META.yml fixes work better
        - is_deferable support on relations used by the SQL::Translator
          parser
        - Refactored DBIx::Class::Schema::Versioned
        - Syntax errors from resultset components are now reported correctly
        - sqltargs respected correctly in deploy et al.
        - Added support for savepoints, and using them automatically in
          nested transactions if auto_savepoint is set in connect_info.
        - Changed naming scheme for constraints and keys in the sqlt parser;
          names should now be consistent and collision-free.
        - Improve handling of explicit key attr in ResultSet::find
        - Add warnings for non-unique ResultSet::find queries
        - Changed Storage::DBI::Replication to Storage::DBI::Replicated and
          refactored support.
        - By default now deploy/diff et al. will ignore constraint and index
          names
        - Add ResultSet::_is_deterministic_value, make new_result filter the
          values passed to new to drop values that would generate invalid SQL.
        - Use Sub::Name to name closures before installing them. Fixes
          incompatibility with Moose method modifiers on generated methods.
2009-04-24 17:28:05 +00:00
sno
14f7cda278 Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +00:00
sno
04833c362a PkgSrc changes:
- Updating package for p5 module DBD::PgPP to 0.06 from 0.05
  - Setting license to artistic-2.0
  - To satisfy DBI dependency, the databases/p5-DBI/buildlink3.mk
    is included

Upstream changes:
0.06  Tue Feb 24 11:45:16 UTC 2009
    - RT#15894: New last_insert_id feature; thanks to Roger Crew for the
      implementation.
    - RT#7686: Update test suite for newer PostgreSQL
    - RT#14318 RT#18733 RT#41511: Allow execution of new queries while
      fetching an existing one
    - RT#14791 RT#31260: Fix results that have many columns, and long
      strings in results
    - RT#23900 RT#32864: Fix placeholder values containing "?", and
      non-placeholder "?" in queries (both comments and literals)
    - Disconnect from the database cleanly
    - Fix use of non-default path for Unix-domain sockets
    - Fix loss of protocol synchronisation when executing a query that
      yields a warning
    - Fix various bugs in `bind_param` (or at least the simple, non-typed
      versions of it) and in `execute` with arguments
    - Better support for PostgreSQL 8.1 and above
    - Improved test coverage
2009-04-24 14:59:28 +00:00
sno
a2e094c2d3 PkgSrc changes:
- Updating package for p5 module DBD::SQLite to 1.25 from 1.13

Upstream changes:
.25 Thu 23 Apr 2009
    - Amalgamation conversion turned out to be quicker than expected.
    - Changing to a production release.  (ADAMK)

1.24_02 Wed 22 Apr 2009
    - Merging various externally-contributed annotations from
      annocpan.org (ADAMK)
    - Created the beginnings of a DBD::SQLite::Cookbook (ADAMK)

1.24_01 Wed 22 Apr 2009
    - Moved getsqlite.pl into util (ADAMK)
    - Switching to the RT queue instead of the RT report page that
      does nothing and just refers you to email (ADAMK)
    - Now DBD::SQLite also uses amalgamated source recommended at sqlite.org (ISHIGAKI)
    - Resolved #45166: better unicode path handling under cygwin (ISHIGAKI)
    - Resolved #45171: test failure on CentOS 4.6 (ISHIGAKI)
2009-04-24 07:31:39 +00:00
sno
1e3fb840a8 PkgSrc changes:
- Updating package for p5 module DBD::Pg to 2.13.1 from 2.13.0
  - Setting license to artistic-2.0

Upstream changes:
2.13.1 Released April 23, 2009
  - Fix leak in pg_warn (CPAN bug #45163) [rweikusat@mssgmbh.com]
2009-04-24 07:26:40 +00:00
schwarz
90cdc1b35c added patch-ac which includes stdbool.h on MacOS X to ensure that the bool
type is known. Without that, bool is not a known type to gcc on MacOS.
2009-04-23 19:43:05 +00:00
sno
ff7e7532d0 PkgSrc changes:
- Updating package for p5 module DBD::SQLite to 1.23
  - Setting license to artistic-2.0

Upstream changes:
1.23 Sun 19 Apr 2009
    - No changes from 1.22_08, just switched to production release (ADAMK)

1.22_08 Fri 17 Apr 2009
    - Completed the migration of all tests and deleted lib.pl (ADAMK)
    - Prevented a double "commit is innefective" warning (ADAMK)
    - Adding a version for the Win32.pm dependency (ADAMK)

1.22_07 Thu 16 Apr 2009
    - Improved non-latin unicode filename support/test
      on Windows (SZABGAB/ISHIGAKI)
    - Removed the table name generator from t/lib.pl,
      getting us closer to removing t/lib.pl entirely (ADAMK)
    - Increased use of Test::NoWarnings (ADAMK)
    - Converted half the remaining lib.pl tests to t::lib::Test (ADAMK)
    - Require Win32.pm on Windows (CHORNY)

1.22_06 Wed 15 Apr 2009
    - Simplifying various miscellaneous code (ADAMK)
    - Adding support for non-latin unicode filenames on Windows (ADAMK)

1.22_05 Wed 15 Apr 2009
    - Hopefully the last dev release before the next production release.
    - Updated to SQLite 3.6.13 (DUNCAND)
    - Setting svn:eol-style to native to prevent EOL issues (ADAMK)
    - Resolved #44861: tweaked Makefile.PL to support older HP-UX (ISHIGAKI)

1.22_04 Sat 11 Apr 2009
    - Adding support parsing attributes out of the DSN (ADAMK)
    - Inserted pTHX_/aTHX_ for better efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
    - Dropping support for uncode before 5.8.5 to simplify support and
      to prevent people hurting themselves on platforms that don't
      properly support Unicode anyway (ADAMK)
    - Stopped guessing if a bind param looks like a number or not
      (suggested by GUIDO). This reopens #29058 and #29629, but
      there are two workarounds for them. 1) Use "bind_param"
      explicitly (rather than plain "execute", as you do for BLOB).
      2) Add "+0" to the appropriate part(s) of your SQL to let
      sqlite convert them into a number. (ISHIGAKI)

1.22_03 Thu 10 Apr 2009
    - Resolved #44876: Patch to fix includes in the SQLITE_LOCATION case by janus (ISHIGAKI)
    - Added PERL_NO_GET_CONTEXT for efficiency (suggested in #44884 by TIMB) (ISHIGAKI)
    - Refactored error handling (suggested in #44884, #44871 by TIMB) (ISHIGAKI)

1.22_02 Wed  9 Apr 2009
    - Added missing documentation bits for 'create_collation'
      and 'progress_handler' (DAMI)
    - Resolved RT#25924 (Arguments to user-defined functions do not
      respect unicode setting) (DAMI)
    - Added comments on the return values on error, and fixed another
      wrong return value in execute (ISHIGAKI)
    - Added SQL_NULLABLE_UNKNOWN; still wonders if the error above
      should be ignored or not (ISHIGAKI)

1.22_01 Wed  9 Apr 2009
    - Resolved #25371: Calls sv_utf8_upgrade on strings going into
       the database to make sure latin-1 strings are not saved as
       Malformed UTF-8 character in the SQLite TEXT column (MIYAGAWA)
2009-04-23 06:55:03 +00:00
adam
e950da89a0 Changes 3.6.13:
* Fix a bug in version 3.6.12 that causes a segfault when running a count(*)
  on the sqlite_master table of an empty database.
* Fix a bug in version 3.6.12 that causes a segfault that when inserting into
  a table using a DEFAULT value where there is a function as part of the
  DEFAULT value expression.
* Fix data structure alignment issues on Sparc.
* Other minor bug fixes.
2009-04-18 18:13:55 +00:00
tron
3f1334b063 Update "phpmyadmin" package to version 2.11.9.5. This fixes the remote
code execution vulnerability reported in PMASA-2009-3 / CVE-2009-1151.
2009-04-17 09:40:13 +00:00
sno
fa4e6c3088 PkgSrc changes:
- Updating package for p5 module DBD::Pg to 2.13.0
  - Set license to artistic-2.0
  - Add p5-DBI to DEPENDS (according to META.yml)

Upstream changes:
2.13.0 Released April 13, 2009

  - Ensure we always set sqlstate inside of pg_st_prepare_statement
    (CPAN bug #44732) [rweikusat@mssgmbh.com]
  - When libpq has a connection error, return SQLSTATE 08000 ( "CONNECTION EXCEPTION" )
    instead of the more generic 02000 ( "DATA EXCEPTION" ) (CPAN bug #44744)
    [rweikusat@mssgmbh.com]
  - Fix minor Perl::Critic nags (CPAN bug #44704) (Debian #bug 521969) [GSM]
  - Clarify change of $dbh->{Name} behavior (CPAN bug 44985) [GSM]
2009-04-15 07:16:26 +00:00
abs
fcb335ee37 p5-Class-DBI-Plugin p5-Class-DBI-Plugin-DeepAbstractSearch 2009-04-12 19:27:56 +00:00
abs
8c9f65799f Added databases/p5-Class-DBI-Plugin-DeepAbstractSearch version 0.08
This plugin provides a SQL::Abstract search method for Class::DBI.
It is similar to Class::DBI::AbstractSearch, but allows you to
search and sort by fields from joined tables.

Note: When searching and sorting by the fields of the current class
only, it is more efficient to use Class::DBI::AbstractSearch.
2009-04-12 19:26:23 +00:00
abs
4a5a645b1f Added databases/p5-Class-DBI-Plugin version 0.03
Class::DBI::Plugin is an abstract base class for Class::DBI plugins.
Its purpose is to make writing plugins easier. Writers of plugins
should be able to concentrate on the functionality their module
provides, instead of having to deal with the symbol table hackery
involved when writing a plugin module. Only three things must be
remembered:

   1. All methods which are to exported are given the "Plugged"
      attribute. All other methods are not exported to the plugged-in
      class.
   2. Method calls which are to be sent to the plugged-in class
      are put in the init() method. Examples of these are set_sql(),
      add_trigger() and so on.
   3. The class parameter for the init() method and the "Plugged"
      methods is the plugged-in class, not the plugin class.
2009-04-12 19:25:25 +00:00
he
5d866bec29 Update from version 0.49nb1 to 0.53.
Pkgsrc changes:
 o Add perl>=5.10 as an alternative to p5-version

Upstream changes:

0.53 Wed Mar 25 15:27:03 EDT 2009
- Major bugfixes:
   * On rollback, flush the record cache.  This fixes a bug when SQLite
     reuses primary keys after rollback, and thus the record cache is
     wrong.
   * Apply filters to "default is ..." values, so "is boolean, default is
     0" works on postgres, for instance
   * $self->_new_collection_args is passed to the ->new constructor of a
     collection, not its ->new_item method

- Performance fixes:
   * Don't call accessor twice when we have values around
   * Don't create temporary variables we don't need around, just return
   * Optimize for the case when there are no output filters
   * Play with self/class only when passed argument is not a reference
   * In _do_search, separate prefetch and non-prefetch paths; the latter
     is a much tighter loop
   * Refactor first pass over results in prefetch path
   * Move a ->new_item call where we only need it
   * Jifty::DBI::Handle::SQLite - LOWER() in SQLite is expensive; it's
     easier just put COLLATE NOCASE on the column side.  Bump DBD::SQLite
     to 1.14 which gives us COLLATE NOCASE.
   * Cache on record table, not record class so subclasses also get
     cached correctly.  If the data in the underlying table changes,
     regardless of the class you're using, you want to load the new data.
   * Refactor _qualified_record_columns
   * call ->table for defaulting only when we actually want defaulting
   * Selay some method calls when possible in limit
   * Minor refactoring of _get_alias
   * grep before looping to loop over fewer values in load_from_hash
   * Cache load attempts in new_item in a local static cache
   * Cache filter class load attempts in _apply_filters
   * Save some slow Class::Accessor calls in Jifty::DBI::Filter
   * Stick aliases into COLUMNS as well, for faster lookup
   * Provide a faster load_from_hash for when we're being called from
     do_search

- Datetime fixes:
   * _formatter is *inheritable* class data.  If it happens to get set by
     the DateTime filter before getting set by one of its subclasses (the
     Date and Time filters), than it is stuck on the DateTime _formatter
     setting because the subclasses don't override it.  There are a
     couple solutions, the simplest being to check the value of _strptime
     and update/override _formatter if it is different, which is what
     I've done here.  (This may not be the most optimized solution.)
   * Require Time::Duration::Parse 0.06 to win us decimal durations like
     1.5h
   * Fix a broken regex that just happened to work because we only fed it
     correct data
   * Add date_only method in date and datetime filters
   * For date-only timestamps, set hour, minute, and second to zero
   * Include the datetime string we're trying to decode in parse failure
     cluck
   * Use DateTime's strptime since we don't want additional logic

- Documentation fixes:
   * Minor POD improvement for debian lintian in Jifty::DBI::Column
   * Adding an example of open_paren/close_paren and limit subclause.
   * Added documentation for "IS" on limit().
   * Additional docs for load_by_cols
   * Update record_class' docs

- Minor bugfixes:
   * Perltidy, primarily for indentation fixes
   * Update copyright year to 2009
   * collections can now clear_order_by
   * requires('perl' => '5.8.3') confuses M:I. the "correct" incantation
     is perl_version('5.8.3')
   * Add the ability to unload columns and prefetched values
   * Use $args{'collection'}->limit instead of
     $self->Jifty::DBI::Collection::limit so we don't break
   * We accept IN or = as operators for array ref. values, so match
     against that (and do it case insensitively to boot)
   * Allow validators to get extra arguments
   * Storable with non-bytea is OK if we base64
   * add double naming schema for record references, using name, name_by
   * fixed situation with 'column X_not_id refers_to M by "not_id"'
   * Aliases should be virtual
   * When we have group_by, the first column may not be enough to
     distinctify the rows.  But since they're grouped, they're all
     distinct by definition.
   * turn _handle _is_limited rows_per_page into accessors
   * Clean out fetched when we load_from_hash
   * Pass arguments database_Version to the super method
   * Don't chomp Collection or s if prev character is ':', die instead,
     it can happen for annon collections based either on JDBI::Collection
     or J::Collection
   * No need to setup the pager, its constructor does that for us;
     actually it's really questionable that we need to setup pager when
     there is no paging by default
   * Don't optimize left joins on mysql 5.0 and newer, may be other DBs
     can drop this too
   * $caller->COLUMNS should not contain virtual methods from plugins
   * Add "raw value" internal values
   * Plugin import must not call ->columns which causes incorrect
     caching.
2009-04-12 10:35:45 +00:00
he
b18993be18 Update from version 1.819 to 1.820.
Upstream changes:

1.820 28 March 2009

   * remove MAN3PODS from Makefile.PL to match core.
2009-04-12 10:21:25 +00:00
he
52a2e13564 Update from version 0.51 to 0.51nb1.
Pkgsrc changes:
 o Adjust dependencies to match META.yml.
2009-04-12 10:17:28 +00:00
he
9155030f22 Update from version 0.21nb1 to 0.23.
Pkgsrc changes:
 o Add p5-Class-C3, p5-Class-C3-XS, and p5-MRO-Compat as dependencies

Upstream changes:

0.23  Sun Mar  8 20:30:02 GMT 2009
        - Kill a couple of warnings (one due to MRO::Compat)

0.22  Tue Mar  3 15:54:19 UTC 2009
        - Fix oddly formatted error message.
        - Doc patch to clarify generated classes
        - Switch to use_namespaces and InflateColumn::DateTime for create=static
          by default, with backcompat
        - Switch to MRO::Compat from NEXT
        - Add support for extra Schema::Loader options such as db_schema and
          components
2009-04-12 09:48:06 +00:00
sno
6aa49cc7e1 PkgSrc changes:
- updating module to 1.12.0

Upstream changes:
2.12.0 Released March 28, 2009

  - Change large object interface from lo_* to pg_lo_* and make them accessible
    via direct $dbh calls (e.g. $dbh->pg_lo_import instead of $dbh->func(..,'pg_lo_import').
    The use of $dbh->func(... 'lo_*') is deprecated. [GSM] (CPAN bug #44467)
  - Throw an exception for large_object functions called when AutoCommit is on,
    but allow pg_lo_import and pg_lo_export to work. Reported by Kynn Jones.
    [GSM] (CPAN bug #44461)
  - Fix a memory leak when parsing returned arrays. Reported by B~A!lint Szilakszi.
    [GSM] (CPAN bug #44225)
  - Do proper dequoting of boolean arrays [Armando Santos, GSM] (CPAN bug #43768)
  - Use pg_get_expr in column_info when available [Adam Sj~A,gren]
  - Fix minor bugs in POD docs. [Frank Wiegand] (CPAN bug #44242)
  - Fix minor bug in POD docs. [Tim Mattison]
2009-04-11 21:37:46 +00:00
sno
128a8c6333 PkgSrc changes:
- Update to 1.21

Upstream changes:
1.21 Wed  9 Apr 2009
    - Fixed the issue that execute on inactive handles returned
      0 instead of undef, which made a DBIC test broken (ISHIGAKI)

1.20 Mon  7 Apr 2009
    - Moving to the first production release of the new era.
    - Check DBI version in Makefile.PL (CHORNY)
    - Bundling Test::NoWarings into /inc to remove a dependency (ADAMK)
    - Correcting use 5.00503 to 5.006 in SQLite.pm (ADAMK)

1.19_10 Mon  6 Apr 2009
    - A few more tests moved to Test::More (ADAMK)
    - We need DBIXS_REVISION, which appeared in DBI 1.57.
      Bumping up our dependency to match it and confirmed myself
      that DBD::SQLite actually builds against 1.57 (ADAMK)
    - Resolved #40594: $sth->{NULLABLE} implementation (ISHIGAKI)
    - Resolved #29629: sqlite where length issue (actually this has
      been fixed before) (ISHIGAKI)
    - Applied an enable_load_extension patch from RT #32998 (ISHIGAKI)
    - Resolved #42940: DBD-SQLite make test faild (ADAMK)
    - Resolved #26460: Sorting numeric values in aggregate functions (ADAMK)
    - Resolved #32889: prepare_cached does not work correctly (ADAMK)
    - Resolved #34828: Please add support for user-defined collations (ADAMK)
    - Made Test::NoWarnings an optional module (CORION)

1.19_09 Sun  5 Apr 2009
    - Require perl 5.6 because dependencies require it
    - Updated ppport.h to the most recent release 3.17 (ADAMK)
    - Adding $DBI::VERSION diag to help diagnose FAIL reports (ADAMK)
    - #29519 was only resolved on Win32. Applied a more comprehensive
      patch (JHEDDEN)
    - Rewrote 28_schemachange.t in Test::More style (ADAMK)
    - Bug fix in 28_schemachange.t rewrite re fork/connect (DUNCAND)
    - Resolved #44779: [t/03insert.t] last_insert_id returns undef where 4
      is expected (DUNCAND, CHORNY; that is, DUNCAND debugged and solved
      the ticket based on _08, which was a flaw in the Makefile.PL
      involving an always-applied -Dno_last_insert_id, but it turns out
      CHORNY had inadvertantly applied the fix in the name of DBI cleaning)
    - Starting to use Test::NoWarnings in the test scripts (ADAMK)
    - Added link to MailingList resource (ADAMK)
    - Squelch warnings inless PrintWarn is set in line with guidance from
      the DBI documentation (ADAMK)
    - Resolved #29058: don't quote a bind param (as a text) if it
      looks like a number (ISHIGAKI)
    - Resolved #27553: prepare_cached and analyze issue (actually
      this has been fixed before) (ISHIGAKI)

1.19_08 Sat  4 Apr 2009
    - Bumped minimum DBI dependency to 1.43 so last_insert_id is supported
      in DBI (ADAMK)
    - Resolved #30558: INSERT After PK Failure Also Fails Using
      Prepared (ADAMK)
    - Resolved #42567: Core dump in t/07busy.t after test 4 (mutex and/or
      memory corruption) (ADAMK)
    - Resolved #32100: t/06error.t fails using SQLite 3.5.4 (ADAMK)
    - Resolved #35904: Test failure: Bus error t/08create_function
      test (ADAMK)
    - Resolved #9792: Crashes upon re-executing a statement (ADAMK)
    - Resolved #21472: Spurious "not an error" and "bind or column index
      out of range" errors (MSERGEANT)
    - Resolved #32723: last_insert_rowid should handle sqlite_int64,
      not int (ADAMK)
    - Resolved #37215: memory leaks in sqlite_db_disconnect (ADAMK)
    - Resolved #33441: unlimited memory accumulation (ADAMK)
    - Resolved #31324: Incorrect Implementation of column names within
      sqlite_st_FETCH_attrib (ADAMK)
    - Resolved #32570: segmentation fault during tests 07 & 08 (ADAMK)
    - Resolved #41631: Dot doesn't work in quoted column aliases (ADAMK)
    - Resolved #403: test failure on "Testing select speed (large table) (ADAMK)
    - Resolved #35769: dbimp.c uses uninitialized variables. (ADAMK)
    - Resolved #27701 and #27702: (unnamed) (ADAMK)
    - Resolved #31239: prepare_cached...statement handle
      DBIx::ContextualFetch::st=HASH still Active (ADAMK)
    - Resolved #41047: Re: Bug#506157: libdbd-sqlite3-perl: unsufficient
      error message while opening database for writing (ADAMK)
    - Resolved #25196 (bug in prepare?) (ADAMK)\
    - Resolved #36651: Bug involving "closing dbh with active
      statement handles" (ADAMK)
    - Resolved #34408: Primary key name wrong with newline in
      CREATE TABLE (ADAMK)
    - Resolved #34600: t/06_error.t stalling (ADAMK)
    - Resolved #22688: DBD::SQLITE Error Report (ADAMK)

1.19_07 Sat  4 Apr 2009
    - Starting to work the RT queue now the basics are settled.
      Many of the items marked as resolved by my just indicate that I have
      confirmed someone else applied the fix. (ADAMK)
    - Re-enable and fix t/70schemachange.t, as per RT #43448 (CORION)
    - Added a canary test to probe for RT #36863
      (segfault on OSX 10.5.2) (CORION)
    - Added resources links to META.yml (ADAMK)
    - Resolved #30502: t\70schemachange.t fails on Windows (ADAMK)
    - Resolved #30167: Specify configuration depenencies with
      "configure_requires" (ADAMK)
    - Resolved #17623: make test fails when DBI_DSN is not
      DBD::SQLite (ADAMK)
    - Resolved #13631: wish: column_info support() (CORION)
    - Resolved #39938: Read-access to development repository (ADAMK)
    - Resolved #18617: Build error under win32 (ADAMK)
    - Resolved #35838: support for DBI::column_info call (CORION)
    - Resolved #29497: POD content bug (ADAMK)
    - Resolved #29520: 1.14 fails in test 6 (ADAMK)
    - Resolved #44647: Makefile.PL syntax error (ADAMK)
    - Resolved #29519: t/70schemachange.t failure (ADAMK)
    - Resolved #20286: DBD::SQLite leaks file descriptors (ADAMK)
    - Resolved #21406: DBD-SQLite 1.13 broke Class-DBI (ADAMK)
    - Resolved #4591: Test suite (t/t50*.t) is order dependent / bug in
      t/lib.pl? (ADAMK)
    - Resolved #36467: Name "DBD::SQLite::sqlite_version" used
      only once (ADAMK)
    - Resolved #7753: DBD::SQLite error shouldn't include extraneous
      info (ADAMK)

1.19_06 Sat  4 Apr 2009
    - Fixed a segv with an error function under x86 linux
      (and hopefully Mac OSX). (TOKUHIROM)
    - Fixed yet another segv while testing DBIC reconnection (DMAKI)
    - Switched from Test.pm to Test::More (though there're still
      some tests that don't use Test::More) (ISHIGAKI)
    - Added "use strict" to some. (ISHIGAKI)
    - Added a cleanup block to each test to allow it run clean and
      separately. (ISHIGAKI)
    - Adding an explicit minimum Perl version to the Makefile.PL (ADAMK)
    - Setting configure_requires dependencies for File::Spec
    - Splitting the LICENSE key into it's own MakeMaker
      version-dependency conditional (ADAMK)
    - All tests run under the same Perl environment
      (autoflush on, and warnings enabled via $^W = 1) (ADAMK)
    - Refactored away a ton of needless complexity from the
      older-style tests inherited from the CSV driver (ADAMK)

1.19_05 Thu  2 Apr 2009
    - DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19
      should be feature identical now.
    - Added collations from DBD::SQLite::Amalgamation (CORION)
    - Removed statement handle activation after "execute" if
      there's no row to fetch. I hope this silences the
      Class::DBI's warnings. (ISHIGAKI)

1.19_04 Tue 31 Mar 2009
    - Updated to SQLite 3.6.12 (ISHIGAKI)

1.19_03 Tue 31 Mar 2009
    - Added ->column_info() (CORION)

1.19_02 Sun 29 Mar 2009
    - Updated to SQLite 3.6.11 (ISHIGAKI)
    - Added/updated several prototypes (ISHIGAKI)
    - Moved TODO into the POD (ADAMK)

1.19_01 Fri 27 Mar 2009
    - Updated to SQLite 3.6.10, and bumped up the version
      requirement for installed sqlite3 to 3.6.0 as 3.6.x
      has backward incompatiblity (ISHIGAKI)
    - Fixed "closing dbh with active statement handles" issue
      with a patch by TOKUHIROM. (ISHIGAKI)
    - Skip 70schemachange test for Windows users. (ISHIGAKI)
    - Applied RT patches including #29497, #32723, #30558,
      #34408, #36467, #37215, #41047. (ISHIGAKI)
    - Added TODO to show which issues are to be fixed. (ISHIGAKI)
    - License and configure_requires in Makefile.PL and META.yml (Alexandr Ciornii)
    - Spelling check for SQLite.pm (Alexandr Ciornii)
    - Adding arbitrary Perl 5.00503 minimum

1.16 abandoned

1.15 abandoned
2009-04-11 21:25:38 +00:00
sno
167e888ac7 PkgSrc changes:
- Updating package to 0.51

Upstream changes:
  - Not available
2009-04-11 21:17:44 +00:00
abs
627ee31c75 Updated databases/p5-DBIx-Class to 0.08013
0.08013 2009-04-05 14:50:00 (UTC)
        - Version dumps on dependancies:
           + SQL::Abstract 1.51
           + Class::Accessor::Grouped 0.08003
           + Class::C3::Componentised 1.0004
        - Fix test in t/91debug.t for less ambigious SQL bracketing
        - Removed TODO on some passing tests
2009-04-10 09:48:06 +00:00
abs
1be3d150b7 Updated databases/p5-SQL-Abstract to 1.51
revision 1.51  2009-03-28 10:00 (UTC)
    - fixed behavior of [-and => ... ] depending on the current
      condition scope. This introduces backwards comp with 1.24
2009-04-10 09:43:22 +00:00
adam
bcebd26b17 Changes 3.6.12:
* Fixed a bug that caused database corruption when an incremental vacuum is
  rolled back in an in-memory database.
* Added the sqlite3_unlock_notify() interface.
* Added the reverse unordered selects pragma.
* The default page size on windows is automatically adjusted to match the
  capabilities of the underlying filesystem.
* Add the new ".genfkey" command in the CLI for generating triggers to
  implement foreign key constraints.
* Performance improvements for "count(*)" queries.
* Reduce the amount of heap memory used, especially by TRIGGERs.
2009-04-10 08:44:03 +00:00
martti
f04310a6f8 Updated databases/rrdtool to 1.3.7
The new release contains some rather influential changes.

* Holt-Winters rrds should see a drastic speedup.
* Front-ends relying on output from graph --lazy will work again
* updatev does not segfault on 32 bit platforms anymore.
* rrd_dump produces correct output with german locales.
2009-04-08 18:41:25 +00:00
hasso
fb13614a0d Make it build on DragonFly. 2009-04-07 19:18:05 +00:00
minskim
9af1640e70 Update rails packages to 2.3.1.
Changes since 2.1.1:
* Allow metal to live in plugins #2045 [Matthew Rudy]
* Added metal [Josh Peek]
* Remove script/performance/request in favour of the performance
  integration tests. [Pratik Naik]
* Add a rake task to apply a template to an existing application :
  rake rails:template LOCATION=~/template.rb [Pratik Naik]
* Add "-m/--template" option to Rails generator to apply a template to
  the generated application. [Jeremy McAnally]
* Extracted the process scripts (inspector, reaper, spawner) into the
  plugin irs_process_scripts [David Heinemeier Hansson]
* Changed Rails.root to return a Pathname object
* Added view path support for engines [David Heinemeier Hansson]
* Added that config/routes.rb files in engine plugins are
  automatically loaded (and reloaded when they change in dev mode)
  [David Heinemeier Hansson]
* Added app/[models|controllers|helpers] to the load path for plugins
  that has an app directory (go engines ;)) [David Heinemeier Hansson]
* Add config.preload_frameworks to load all frameworks at
  startup. Default to false so Rails autoloads itself as it's
  used. Turn this on for Passenger and JRuby. Also turned on by
  config.threadsafe!  [Jeremy Kemper]
* Add a rake task to generate dispatchers : rake
  rails:generate_dispatchers [Pratik Naik]
* "rails <app>" will not generate public/dispatch.cgi/fcgi/rb files by
  default now. Please use "--with-dispatchers" option if you need
  them. [Yaroslav Markin, Pratik Naik]
* Added rake rails:update:application_controller to renamed
  application.rb to application_controller.rb -- included in rake
  rails:update so upgrading to 2.3 will automatically trigger it #1439
  [kastner]
* Added Rails.backtrace_cleaner as an accessor for the
  Rails::BacktraceCleaner instance used by the framework to cut down
  on backtrace noise and config/initializers/backtrace_silencers.rb to
  add your own (or turn them all off) [David Heinemeier Hansson]
* Switch from Test::Unit::TestCase to ActiveSupport::TestCase.  [Jeremy Kemper]
* Added config.i18n settings gatherer to config/environment,
  auto-loading of all locales in config/locales/*.rb,yml, and
  config/locales/en.yml as a sample locale [David Heinemeier Hansson]
* BACKWARDS INCOMPATIBLE: Renamed application.rb to
  application_controller.rb and removed all the special casing that
  was in place to support the former. You must do this rename in your
  own application when you upgrade to this version [David Heinemeier
  Hansson]
* Fixed plugin generator so that generated unit tests would subclass
  ActiveSupport::TestCase, also introduced a helper script to reduce
  the needed require statements #1137 [Mathias Meyer]
* Update Prototype to 1.6.0.3 [sam]
* Fixed that sqlite would report "db/development.sqlite3 already
  exists" whether true or not on db:create #614 [Antonio Cangiano]
* Added config.threadsafe! to toggle allow concurrency settings and
  disable the dependency loader [Josh Peek]
* Turn cache_classes on by default [Josh Peek]
* Added configurable eager load paths. Defaults to app/models,
  app/controllers, and app/helpers [Josh Peek]
* Introduce simple internationalization support.  [Ruby i18n team]
* Make script/plugin install <plugin> -r <revision> option work with
  git based plugins. #257. [Tim Pope Jakub Kuźma]. Example:
* Added Rails.initialized? flag [Josh Peek]
* Make rake test:uncommitted work with Git. [Tim Pope]
* Added Thin support to script/server.  #488 [Bob Klosinski]
* Fix script/about in production mode.  #370 [Cheah Chu Yeow, Xavier
  Noria, David Krmpotic]
* Add the gem load paths before the framework is loaded, so certain
  gems like RedCloth and BlueCloth can be frozen.
* Fix discrepancies with loading rails/init.rb from gems.
* Plugins check for the gem init path (rails/init.rb) before the
  standard plugin init path (init.rb) [Jacek Becela]
* Changed all generated tests to use the test/do declaration style
  [David Heinemeier Hansson]
* Wrapped Rails.env in StringInquirer so you can do
  Rails.env.development? [David Heinemeier Hansson]
* Fixed that RailsInfoController wasn't considering all requests local
  in development mode (Edgard Castro) [#310 state:resolved]
2009-04-07 17:13:26 +00:00
wiz
c69c72bcdc Fix broken DEPENDS. 2009-03-28 17:01:05 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
joerg
a47d883762 + pgadmin3 2009-03-23 00:52:33 +00:00
joerg
8e28fb423c Handle debug files correctly. 2009-03-23 00:51:47 +00:00
joerg
4dfe100d6c Merge pgadmin3-1.8.4 from vendor branch. 2009-03-23 00:07:34 +00:00
obache
418140e239 Update tokyotyrant to 1.1.18.
Changes:
2009-03-14  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttservctl: configuration was modified and update log is now disabled by default.

	* ttutil.c (ttopensock, ttacceptsock): performance was improved.

	* scrext.c (scrextnew): a parameter for the logger was added.

	- Release: 1.1.18
2009-03-21 05:46:54 +00:00
obache
58b8c5a5f2 Update ruby-tokyotyrant to 1.4, for tokyotyrant-1.1.17. 2009-03-21 05:38:25 +00:00
obache
d25289ed5b Update p5-tokyotyrant to 1.8, for tokyotyrant-1.1.17. 2009-03-21 05:37:46 +00:00
obache
797bdccb8b Update tokyotyrant to 1.1.17.
Changes:
2009-02-19  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttutil.c (tthttpfetch): timeout mechanism was added.

	* ttserver.c (do_mc_delete): mismatch of the error message was resolved.

	* ttserver.c (do_mc_incr, do_mc_decr): behavior became as with the original memcached.

	* tcrdb.c (tcrdbqrysetlimit): new function instead of "tcrdbqrysetmax".

	- Release: 1.1.17
2009-03-21 05:36:53 +00:00
obache
8f418ba4eb Bump PKGREVISION from tokyocabinet's ABI changes. 2009-03-21 05:34:57 +00:00
obache
a39d2c951b Update ruby-tokyocabinet to 1.21, for tokyocabinet-1.4.10. 2009-03-21 05:33:56 +00:00
obache
a29a43a7fd Update p5-tokyocabinet to 1.24, for tokyocabinet-1.4.10. 2009-03-21 05:33:12 +00:00
obache
4128ae4fef Update tokyocabinet to 1.4.11.
Changes:
2009-03-11  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tctopsort): new function.

	* tchdb.c (tchdbfbpinsert, tchdbfbpsearch, tchdbfbpsplice): performance was improved.

	* tchdb.c (tchdbwriterec): concurrency was improved.

	* tctdb.c (tctdbqrysearchimpl): a bug related to the skip parameter was fixed.

	* tctdb.c (tctdbputimpl, tctdbidxout, tctdbqrysearchimpl): performance was improved.

	- Release: 1.4.11

2009-03-02  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcmdbputproc, tcndbputfunc): removing mechanism was added.

	* tchdb.c (tchdbwalrestore): a bug of memory corruption was fixed.

	* tchdb.c (tchdbremoverec): new function.

	* tchdb.c (tchdbputproc): removing mechanism was added.

	* tcbdb.c (tchdbputproc): removing mechanism was added.

	* tcfdb.c (tcfdbputproc): removing mechanism was added.

	* tctdb.c (tctdbsetlimit): new function instead of "tctdbqrysetmax".

	* tcadb.c (tcadbmisc): "setlimit" parameter was added.

	- Release: 1.4.10

2009-02-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcbdb.c (tcbdbnodesubidx): a bug related to tree reconstruction was fixed.

	* tcbdb.c (tcbdboptimizeimpl): memory usage was reduced.

	- Release: 1.4.9

2009-02-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tclrand): bias of random numbers was lightened.

	* tchdb.c (tchdbsetecode): a trick to print fatal errors only was added.

	* tcbdb.c (tcbdbputimpl): a bug of mixing an useless entry on division was fixed.

	* tcbdb.c (tcbdbnodesubidx): regions of useless nodes are now removed recursively.

	* tcadb.c (tcadbopen): aliases of the database suffixes were added.

	- Release: 1.4.8
2009-03-21 05:32:04 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
0d0e90a320 Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
2009-03-20 17:30:09 +00:00
adam
0a8507bbff Changes 8.3.7:
* Prevent error recursion crashes when encoding conversion fails.
* Disallow "CREATE CONVERSION" with the wrong encodings for the
  specified conversion function.
* Fix xpath() to not modify the path expression unless necessary, and
  to make a saner attempt at it when necessary.
* Fix core dump when to_char() is given format codes that are
  inappropriate for the type of the data argument.
* Fix possible failure in text search when C locale is used with a
  multi-byte encoding.
* Fix extreme inefficiency in text search parser's handling of an
  email-like string containing multiple @ characters.
* Fix planner problem with sub-"SELECT" in the output list of a
  larger subquery.
* Fix decompilation of CASE WHEN with an implicit coercion.
* Fix possible misassignment of the owner of a TOAST table's rowtype.
* Change "UNLISTEN" to exit quickly if the current session has never
  executed any "LISTEN" command.
* Fix PL/pgSQL to not treat INTO after "INSERT" as an INTO-variables
  clause anywhere in the string, not only at the start; in
  particular, don't fail for "INSERT INTO" within "CREATE RULE".
* Clean up PL/pgSQL error status variables fully at block exit.
* Retry failed calls to CallNamedPipe() on Windows.
* Add MUST (Mauritius Island Summer Time) to the default list of
  known timezone abbreviations.
2009-03-20 16:02:41 +00:00
adam
cf2105eb5a Changes 8.2.13:
* Prevent error recursion crashes when encoding conversion fails.
* Disallow "CREATE CONVERSION" with the wrong encodings for the
  specified conversion function.
* Fix core dump when to_char() is given format codes that are
  inappropriate for the type of the data argument.
* Fix possible failure in "contrib/tsearch2" when C locale is used
  with a multi-byte encoding.
* Fix extreme inefficiency in "contrib/tsearch2" parser's handling of
  an email-like string containing multiple @ characters.
* Fix decompilation of CASE WHEN with an implicit coercion.
* Fix possible misassignment of the owner of a TOAST table's rowtype.
* Fix PL/pgSQL to not treat INTO after "INSERT" as an INTO-variables
  clause anywhere in the string, not only at the start; in
  particular, don't fail for "INSERT INTO" within "CREATE RULE".
* Clean up PL/pgSQL error status variables fully at block exit.
* Retry failed calls to CallNamedPipe() on Windows.
* Add MUST (Mauritius Island Summer Time) to the default list of
  known timezone abbreviations.
2009-03-20 16:02:13 +00:00
adam
6f709ac51f Changes 8.1.17:
* Prevent error recursion crashes when encoding conversion fails.
* Disallow "CREATE CONVERSION" with the wrong encodings for the
  specified conversion function.
* Fix core dump when to_char() is given format codes that are
  inappropriate for the type of the data argument.
* Fix decompilation of CASE WHEN with an implicit coercion.
* Fix possible misassignment of the owner of a TOAST table's rowtype.
* Clean up PL/pgSQL error status variables fully at block exit.
* Add MUST (Mauritius Island Summer Time) to the default list of
  known timezone abbreviations.
2009-03-20 16:02:02 +00:00
darcy
32a689f153 Change MAINTAINER to OWNER on some of my packages. 2009-03-18 18:37:59 +00:00
seb
71093d5637 Update from version 1.24nb1 to version 1.50.
Approved by MAINTAINER.

Pkgsrc changes:
- Adjust dependencies
- Prevent installation of a temporary file included in the upstream
tarball

Upstream changes:
revision 1.50  2009-03-10 12:30 (UTC)
    - fixed the problem with values() not behaving the same as the rest of the code (RT#43483)
    - fixed interjecting arrayrefref into a where clause
    - added value-only insert test with a literal SQL snippet
    - cleanup and enhancement of t/03values.t
    - better handling of borked SQL in tests
    - deal properly with parentheses in is_same_sql_bind()
    - fixed test subs (is_same_*) in SQL::Abstract::Test to return the correct test value
    - do not version MANIFEST

    Version 1.50 was a major internal refactoring of SQL::Abstract.
    Great care has been taken to preserve the published behavior
    documented in previous versions in the 1.* family; however,
    some features that were previously undocumented, or behaved.
    differently from the documentation, had to be changed in order
    to clarify the semantics. Hence, client code that was relying
    on some dark areas of SQL::Abstract v1.* might behave differently
    in v1.50.

----------------------------
revision 1.49_04  2009-03-03
    - add support for a [\%column_meta => value] bind value format

----------------------------
revision 1.49_03  2009-02-17
    - clarify syntax of \['...', @bind] when used with a bindtype
      of 'columns'

----------------------------
revision 1.49_02  2009-02-16
    - added an AST-aware SQL::Abstract::Test library for sql syntax tests
    - vastly expanded test coverage
    - support for the { operator => \'...'|\['...', @bind] } syntax
      allowing to embed arbitrary operators on the LHS
    - fixed multiple regressions wrt DBIx::Class

----------------------------
revision 1.49_01  2009-02-11
    - support for literal SQL through the [$sql, bind] syntax.
    - added -nest1, -nest2 or -nest_1, -nest_2, ...
    - optional support for array datatypes
    - defensive programming : check arguments to functions/methods
    - fixed bug with global logic of -and/-or (no side-effects any more)
    - changed logic for distributing an op over arrayrefs
    - fixed semantics of  _bindtype on array args
    - dropped the _anoncopy of the %where tree. No longer necessary.
    - dropped the _modlogic function
    - Make col => [] and col => {$op => [] } DTRT or die instead of generating
      broken SQL. Added tests for this.
    - Added { -desc => 'column' } order by support
    - Tiny "$_"-related fix for { -desc => 'columns'} order by support
      tests + docs
2009-03-16 22:30:49 +00:00
manu
e91a7037a5 bugfix in openldap-nops: if the changeset gets void, prevent other overlays
to execute. This has been committed upstream and should go away with the
next release.
2009-03-16 21:08:44 +00:00
manu
57cd3bf825 Added openldap-cloak 2009-03-14 19:42:28 +00:00
manu
a27fc5b410 This slapd overlay allows cloaking of selected attribute, for instance
large binary ones. Client will get the cloaked attribute only on explicit
request. This should save bandwidth.
2009-03-14 19:41:54 +00:00
manu
8a2ae87b84 Add a fix for upcoming openldap-cloak package
This is already committed upstream and will go away with the next release
2009-03-14 19:40:19 +00:00
sborrill
002bd4223a Remove redundant distinfo missed from last commit 2009-03-13 13:23:05 +00:00
sborrill
7036688ce1 The php_pdo* packages have not kept step with PHP changes. The PDO
components are now built into PHP rather than maintained separately in
PECL. The old PECL versions are unmaintained and haven't been altered
for 3 years. This is confusing as the package versions report themselves
to be 5.2.9.1.0.2, etc. but they are in fact based on the 5.1.x code-base.

Therefore, we need to switch to building the PDO modules like any other
PHP module.

A side-effect of this is that the PECL version number will get stripped
off the end meaning that the new version numbers are just 5.2.9 instead
of 5.2.9.1.0.2 (for example). Unfortunately, 5.2.9 is considered to be
older than 5.2.9.1.0.2 meaning that it will appear as though a downgrade
has taken place. Therefore, while we are still using PHP 5.2.9, add .99 on
the end (i.e. 5.2.9.99) so that the package appears newer. When PHP 5.2.10
is released this can be removed (the module.mk file explicitly cgecks for
5.2.9 before adding the .99 suffix so that it will not alter 5.2.10 if the
hack is forgotten. However, for the record, when 5.2.10 is released,
php-pdo/module.mk can be removed along with the references to it in each
php-pdo*/Makefile
2009-03-13 10:57:20 +00:00
sno
5d6abc262a PkgSrc changes:
- Updating module to 1.20

Upstream changes:

Version 1.20, released March 5th, 2009
------------------------------------------

* Fixed Makefile in MANIFEST (reported by Havard Eidnes in RT #43586)
* Fixed invalid label FETCHROW used (reported by Michael in RT #42982)
* separated update_one_row and update_specific_row method names for tables
  to avoid confusion

Auto-Oked by rhaen@, because I maintain the CPAN module
2009-03-10 17:38:24 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
ghen
adb6889184 Update openldap-doc to 2.4.15 too (hi manu! ;-)). 2009-03-07 23:30:29 +00:00
manu
ad1b536cf9 Update to OpenLDAP 2.4.15
From OpenLDAP 2.4 Change Log

OpenLDAP 2.4.15 Release (2009/02/24)
        Fixed libldap alias dereferencing in C API again (ITS#5916)
        Fixed libldap GnuTLS compilation (ITS#5955)
        Fixed slapd bconfig conversion again (ITS#5346)
        Fixed slapd behavior with superior objectClasses again (ITS#5517)
        Fixed slapd RFC4512 behavior with same attr in RDN (ITS#5968)
        Fixed slapd corrupt contextCSN (ITS#5947)
        Fixed slapd syncrepl order to match on add/delete (ITS#5954)
        Fixed slapd adding rdn with other values (ITS#5965)
        Fixed slapd-bdb/hdb behavior with unallocatable shm (ITS#5956)
        Fixed slapd-ldap/meta with entries with invalid attrs (ITS#5959)
        Fixed slapd-relay control initialization (ITS#5724)
        Fixed slapo-pcache caching invalid entries (ITS#5927)
        Fixed slapo-syncprov csn updates (ITS#5969)
        Fixed slapo-rwm objectClass preservation (ITS#5760)
        Fixed slapo-rwm rwm_bva_rewrite handling (ITS#5960)
        Build Environment
                Fixed tester library linking for windows (ITS#5740)
OpenLDAP 2.4.14 Release (2009/02/14)
        Added libldap option to disable SASL host canonicalization (ITS#5812)
        Added libldap TLS_PROTOCOL_MIN (ITS#5655)
        Added libldap GnuTLS support for TLS_CIPHER_SUITE (ITS#5887)
        Added libldap GnuTLS setting random file (ITS#5462)
        Added libldap alias dereferencing in C API (ITS#5916)
        Fixed libldap chasing multiple referrals (ITS#5853)
        Fixed libldap deref handling (ITS#5768)
        Fixed libldap NULL pointer deref (ITS#5934)
        Fixed libldap peer cert memory leak (ITS#5849)
        Fixed libldap interaction with GnuTLS CN IP-based matches (ITS#5789)
        Fixed libldap intermediate response behavior (ITS#5896)
        Fixed libldap IPv6 address handling (ITS#5937)
        Fixed libldap_r deref building (ITS#5768)
        Fixed libldap_r slapd lockup when paused during shutdown (ITS#5841)
        Added slapd syncrepl default retry setting (ITS#5825)
        Added slapd val.regex expansion (ITS#5804)
        Added slapd TLS_PROTOCOL_MIN (ITS#5655)
        Added slapd slapi_pw_find (ITS#2615,ITS#4359)
        Added slapd compatibility with MSAD ranged values (ITS#5927)
        Fixed slapd bconfig to return error codes (ITS#5867)
        Fixed slapd bconfig encoding incorrectly (ITS#5897)
        Fixed slapd bconfig dangling pointers (ITS#5924)
        Fixed slapd behavior with superior objectClasses (ITS#5517)
        Fixed slapd connection assert (ITS#5835)
        Fixed slapd epoll handling (ITS#5886)
        Fixed slapd frontend/backend options handling (ITS#5857)
        Fixed slapd glue with MMR (ITS#5925)
        Fixed slapd logging on Windows (ITS#5392)
        Fixed slapd listener comparison (ITS#5613)
        Fixed slapd manageDSAit with glue entries (ITS#5921)
        Fixed slapd relax behavior with structuralObjectClass (ITS#5792)
        Fixed slapd syncrepl rename handling (ITS#5809)
        Fixed slapd syncrepl MMR when adding new server (ITS#5850)
        Fixed slapd syncrepl MMR with deleted entries (ITS#5843)
        Fixed slapd syncrepl replication with glued DB (ITS#5866)
        Fixed slapd syncrepl replication with moddn (ITS#5901)
        Fixed slapd syncrepl replication with referrals (ITS#5881)
        Fixed slapd syncrepl replication with config tree (ITS#5935)
        Fixed slapd wake_sds close on Windows (ITS#5855)
        Fixed slapd-bdb/hdb dncachesize handling (ITS#5860)
        Fixed slapd-bdb/hdb RFC4528 control support (ITS#5861)
        Fixed slapd-bdb/hdb trickle task usage (ITS#5864)
        Fixed slapd-hdb idlcache with empty suffix (ITS#5859)
        Fixed slapd-ldap idassert-bind validity checking (ITS#5863)
        Fixed slapd-ldap/meta RFC4525 increment support (ITS#5912)
        Fixed slapd-ldap/meta search dereferencing (ITS#5916)
        Fixed slapd-ldap/meta with intermediate response (ITS#5931)
        Fixed slapd-ldif numerous bugs (ITS#5408)
        Fixed slapd-ldif rename on same DN (ITS#5319)
        Fixed slapd-ldif deadlock (ITS#5329)
        Fixed slapd-meta double response sending (ITS#5854)
        Fixed slapd-meta alias deref for retry (ITS#5889)
        Fixed slapd-relay recursion detection (ITS#5943)
        Fixed slapd-sock descriptor leak (ITS#5939)
        Fixed slapo-accesslog on glued dbs (ITS#5907)
        Fixed slapo-dynlist handling of flags (ITS#5898)
        Fixed slapo-memberof multiple instantiation (ITS#5903)
        Fixed slapo-pcache filter sorting (ITS#5756)
        Fixed slapo-ppolicy to not be global (ITS#5858)
        Fixed slapo-rwm double free (ITS#5923)
        Fixed slapo-rwm with back-config (ITS#5906)
        Fixed slapo-rwm olcRwmRewrite modification (ITS#5940)
        Added slapo-rwm newRDN rewriting (ITS#5834)
        Added slapadd progress meter (ITS#5922)
        Updated contrib/addpartial module (ITS#5764)
        Added contrib/cloak module (ITS#5872)
        Added contrib/smbk5pwd gcrypt support (ITS#5410)
        Added contrib/passwd sha2 support (ITS#5660)
        Build Environment
                Fixed test006 appending to log file (ITS#5910)
                Fixed test036,test039 behavior on error (ITS#5893)
                Fixed test048 sed pathname substitution (ITS#5910)
                Fixed test049,test050 to work on windows (ITS#5842)
                Updated test017,test018,test019 to cover more cases (ITS#5883)
                Removed patch for BerkeleyDB 4.7.25 (Official patch available)
                Fixed MSVC 9.0 build issues (ITS#5888)
                Fixed gss detection on Solaris (ITS#5846)
                Fixed uuid_create/uuid_unparse_lower detection (ITS#5905)
                Fixed liblutil tavl_delete to macroize constants (ITS#5909)
        Documentation
                admin24 added limits chapter (ITS#5818)
                admin24 access-control clarify global ACLS (ITS#5851,ITS#5852)
                admin24 search on nested naming contexts (ITS#5788)
                admin24 consistent loglevel documentation (ITS#5904)
                slapd-bdb/hdb expansion on dncachesize behavior (ITS#5721)
                slapo-constraint(5) example fix (ITS#5895)
                slap*(8) man pages should mention slapd-config (ITS#5828)
                slapacl(8c) fix wording (ITS#5918)
                slapd(8) document sid (ITS#5873)
                slapd.access(5) clarify global ACLS (ITS#5851,ITS#5852)
                slapadd/cat/index(8) note -n 0 for slapd-config (ITS#5891)
                Added SEE ALSO slapd-config(5) to relevant man pages (ITS#5914)
2009-03-07 22:26:22 +00:00
joerg
690e0d1b35 Remove unused buildlink3.mk file, use a normal dependency for the Python
package.
2009-03-05 21:00:00 +00:00
joerg
3df95211be Don't abuse b3. It should not do things like include bsd.pkg.mk, so fix
up the packages that use it instead.
2009-03-05 20:58:37 +00:00
joerg
25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00
wiz
cef385a0dd regen distinfo for new patch-aa (hi jdolecek!) 2009-03-05 17:53:32 +00:00
jdolecek
a992cf18bb make build with FreeTDS 0.82 - seems tds.h and libtds.* are no longer
instealled in the new FreeTDS version

the configure test here now matches test done by databases/php-mssql module
2009-03-05 17:29:38 +00:00
rillig
c2001e5777 Removed unnecessary and confusing text from the DESCR. It had been
copied from the man page.
2009-03-04 00:09:30 +00:00
drochner
0d87f58178 fix a botch in last update which broke build of sqlite3-tcl.
(Please give the pkgs you commit a least a minimal testing. Since
sqlite3-tcl is needed to run the sqlite selftests the least I'd expect
is to build that as well.)
2009-02-27 19:39:48 +00:00
sno
c3ffd15929 pkgsrc changes:
perl-ldap requires a newer URI::ldap that 1.08 (seen in META.yml)
2009-02-25 21:23:14 +00:00
sno
ec9bca3d23 pkgsrc changes:
- add dependencies as they were noted in META.yml during the upstream changes
2009-02-25 21:06:00 +00:00
manu
e7260ba3e3 Add missing DESTDIR 2009-02-25 20:31:41 +00:00
he
b482e1f782 Update from version 0.09002 to 0.09004.
Upstream changes:

# ----------------------------------------------------------
# 0.09004 2009-02-13
# ----------------------------------------------------------
* Add support for temporary tables in Pg (nachos)
* Create Trigger support for SQLite
* GraphViz producer improvements

# ----------------------------------------------------------
# 0.09003 2009-02-07
# ----------------------------------------------------------
  <BORKED RELEASE DELETED OFF CPAN>
2009-02-24 21:46:27 +00:00
he
e0fd67825b Update from version 1.17 to 1.19.
Pkgsrc changes:
 o Added new needed dependencies
 o Removed no-longer-needed patch-aa

Upstream changes:

Version 1.19, released February 6th, 2009
------------------------------------------

* Fixed OUTER JOIN behaviour
* Added version info to all *.pm files to allow CPAN::Reporter find updates
* Correct META-Files
* Fixed reported bugs:


Version 1.18_02, no public release
-----------------------------------

Additional (profiled) optimizations for complicated where clauses

Version 1.18_01, released January 12th, 2009
---------------------------------------------

No code changes within SQL::Statement - but deliver and execute additional
tests.
2009-02-24 20:44:54 +00:00
he
6e4f6b0b33 Update from version 0.36nb1 to 0.38.
Upstream changes:

0.38  21st February 2009
        * Fixed typo in BerkleyDB.pod that broke t/pod.t

0.37  18th February 2009
        * Included CDS section to the pod.
        * Various documentation patches from RT#42243
2009-02-24 20:31:18 +00:00
wiz
10486c4149 Update to 4.7.5:
4.7.5:
  * Add support for "DB_EID_INVALID" and "DB_EID_BROADCAST" flags.
  * Add support for "DB_SEQUENCE->stat_print()". The binding
    support for "DB_SEQUENCE" is now complete.
  * Add support for "DB_ENV->txn_stat_print()".
  * Add support for "DB_ENV->get_timeout()".
  * Document that "DB_ENV->txn_stat()" accepts a flag.
  * Unlock the GIL when doing "DB_ENV->set_tx_max()" and
    "DB_ENV->set_tx_timestamp()".
  * Add support for "DB_ENV->get_tx_max()".
  * Add support for "DB_ENV->get_tx_timestamp()".
  * Add support for "DB_TXN_WAIT" flag.
  * Add support for "DB_TXN->set_timeout()".
  * Add support for "DB_TXN->set_name()" and
    "DB_TXN->get_name()". Under Python 3.0, the name
    is an Unicode string. The binding support for
    "DB_TXN" is now complete.
  * Add support for "DB_REP_PERMANENT", "DB_REP_CONF_NOAUTOINIT",
    "DB_REP_CONF_DELAYCLIENT", "DB_REP_CONF_BULK",
    "DB_REP_CONF_NOWAIT", "DB_REP_LEASE_EXPIRED",
    "DB_REP_CONF_LEASE", "DB_REPMGR_CONF_2SITE_STRICT",
    "DB_REP_ANYWHERE", "DB_REP_NOBUFFER" and "DB_REP_REREQUEST"
    flags.

4.7.4:
  * Under Python 3.0, "bsddb.db.DB_VERSION_STRING",
    "bsddb.db.__version__" and "bsddb.db.cvsid" must
    return (unicode) strings instead of bytes. Solved.
  * Use the new (20081018) trove classifiers in PyPI
    to identify Python supported versions.
  * In "DB_ENV->rep_set_timeout()" and "DB_ENV->rep_get_timeout()",
    support flags "DB_REP_LEASE_TIMEOUT".
  * In "DB_ENV->rep_set_timeout()" and "DB_ENV->rep_get_timeout()",
    support flags "DB_REP_HEARTBEAT_MONITOR" and
    "DB_REP_HEARTBEAT_SEND". These flags are used in the Replication
    Manager framework, ignored if using Base Replication.
  * Implements "DB->exists()".
  * Add support for "DB_IMMUTABLE_KEY" flag.
  * Add support for "DB_REP_LOCKOUT" exception.
  * Support returning a list of strings in "associate()"
    callback.  (Kung Phu)
  * Testsuite and Python 3.0 compatibility for "associate()"
    returning a list. In particular, in Python 3.0 the list
    must contain bytes.
  * Implements "DBEnv->fileid_reset()".  (Duncan Findlay)
  * Implements "DB->compact()".  (Gregory P. Smith)
    Berkeley DB 4.6 implementation is buggy, so we only
    support this function from Berkeley DB 4.7 and newer.
    We also support related flags "DB_FREELIST_ONLY"
    and "DB_FREE_SPACE".
2009-02-23 11:30:51 +00:00
wiz
fca05b981c Update to 0.60:
shared-mime-info 0.60 (2009-02-21)
* Mime-type Changes:
- Add alias for SMIL
- Fix SMIL detection
- Add Annodex mime-type
- Only use .ogg for audio Ogg files
- Fix RDF mime-type
- Oasis mime-type fixes
- Make PICTURES match a picture CD but not "pictures"
- Add alias for application/zip
- Add Microsoft Document Imaging format
- Add magic for 7z archives
- Add cb7 comic book archives
- Add magic for XCF files
- Remove application/x-msi magic
- Add audio/x-gsm mime-type
- Add MS cab mime-type
- Add FictionBook mime-type
- Fix PKCS#12 bundles definition (not text files)
- Add PKCS#7 and PkiPath mime-types
- Add application/vnd.ms-wpl mime-type
- Add more aliases for media types
- Add alias for text/x-csv
- Fix comment for Gnucash files
- Make Javascript a sub-class of C
- Add *.vapi as a glob for Vala files
- Fix image/fits to match IANA
- Add Office 2007/OpenXML documents mime-types
- Add Pocket Word and AportisDoc document types
- Fix MS ICO, and Photoshop image to match IANA

* Other changes:
- Regenerate the pot file when needed
- Some clarifications in the spec
- Build fix when srcdir != builddir
2009-02-23 09:05:02 +00:00
wiz
4b6c47fd75 Update to 1.819:
1.819 18 February 2009

   * t/db-recno.t fails if run in a path that contains spaces
     [rt.cpan.org #43288]

1.818 21 January 2009

   * Updated Makefile.PL for Strawberry Perl.
     Patch suggested by David Golden.

   * Remove IRIX notes from README. The page referenced doesn't exist
     anymore.
2009-02-22 15:53:28 +00:00
tnn
7941a1d282 patch from upstream: sqlite3 fails to build when tcl is not installed.
Also set ac_cv_prog_TCLSH_CMD="" so the configure script won't find tcl.
2009-02-21 19:39:43 +00:00
obache
6c82791856 Update tokyotyrant to 1.1.16.
Changes:
2009-02-16  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcrdb.h: the macro "RDBITOPT" was added.

	* mycond.h, mycond.c, ttutil.c: Solaris portability was added thanks to tamtam.

	- Release: 1.1.16
2009-02-19 06:31:55 +00:00
adam
7e94ec797c Changes 3.6.11:
* Added the hot-backup interface.
* Added new commands ".backup" and ".restore" to the CLI.
* Added new methods backup and restore to the TCL interface.
* Improvements to the syntax bubble diagrams
* Various minor bug fixes
2009-02-18 19:13:04 +00:00
abs
6a05f6faf1 Use INSTALLATION_DIRS 2009-02-18 10:56:09 +00:00
ghen
cb3a09b1d3 @dirrm share/examples/openldap is in openldap-client (for ldap.conf). 2009-02-18 09:25:37 +00:00
obache
73dbdae11a Update tokyocabinet to 1.4.7.
Changes:
2009-02-15  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tctdb.c (tctdbsetindex): "TDBITOPT" option was added.

	- Release: 1.4.7
2009-02-18 02:04:56 +00:00
joerg
6aac19f18f DESTDIR support 2009-02-16 19:36:42 +00:00
joerg
bc941c976b Supports DESTDIR. Use pkgsrc-users@NetBSD.org. 2009-02-16 13:30:44 +00:00
obache
7cf5f15a35 DISTFILE was replaced silently (db filename extensions in samples were changed).
Bump PKGREVISION.
2009-02-16 11:26:40 +00:00
obache
fa67eaaaac DISTFILE was replaced silently (db filename extensions in samples were changed).
Bump PKGREVISION.
2009-02-16 11:25:35 +00:00
seb
16bcd02d7a Update from version 0.08010nb1 to version 0.08012.
Pkgsrc changes:
- adjust run and build dependencies
- group dependencies by type (run vs build)
- sort dependencies as in upstream's Makefile.PL
- whitespace to tab fix

Upstream changes:
0.08012 2009-02-13 12:00:00 (UTC)
        - Add omitted dependencies in Makefile.PL

0.08011 2009-02-11 16:30:00 (UTC)
        - Maintenance release introducing compatibilty with upcoming
          versions of SQL::Translator and SQL::Abstract
2009-02-15 18:13:58 +00:00
seb
5766a79197 Update from version 0.12nb1 to version 0.14.1 (upstream version 0.141)
Approved by MAINTAINER.

Pkgsrc changes:
- fix HOMEPAGE
- adjust build dependencies
- reset MAINTAINER to pkgsrc-users@NetBSD.org as per MAINTAINER's request

Upstream changes:
0.141 22nd December 2008, 22:13
    - fixed pod syntax

0.14 22nd December 2008, 14:48
    - added support for Informix, provided by Paul Falbe.

0.13 21st December 2008, 23:20
    - updated test suite to play with the latest release of SQL::Abstract.
        Patches supplied by the SQL::Abstract dev team.
2009-02-15 17:41:46 +00:00
obache
6af05c81cd No need DIST_SUBDIR anymore. 2009-02-15 12:42:57 +00:00
obache
3fa380637e Update ruby-tokyotyrant to 1.3, for tokyotyrant-1.1.15. 2009-02-15 09:04:19 +00:00
obache
c221dc4f45 Update p5-tokyotyrant to 1.7, for tokyotyrant-1.1.15. 2009-02-15 09:03:46 +00:00
obache
fb02aa53e8 Update tokyotyrant to 1.1.15, for tokyocabinet-1.4.6. 2009-02-15 09:00:52 +00:00
obache
bb403d53c0 Update ruby-tokyocabinet to 1.20, for tokyocabinet-1.4.6. 2009-02-15 08:59:26 +00:00
obache
37a5a36b80 Update p5-tokyocabinet to 1.23, for tokyocabinet-1.4.6. 2009-02-15 08:58:42 +00:00
obache
60dc13f28f Update tokyocabinet to 1.4.6.
Changes:
2009-02-13  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tctdb.c (tctdbgenuidimpl): the meta data format was normalized to the big endian.

	* tctdb.c (tctdbsetuidseed): new function.

	* tcadb.c (tcadbmisc): "get" function of the table database was enhanced.

	- Release: 1.4.6
2009-02-15 08:56:26 +00:00
seb
464ed97c2f Update from version 0.38 to version 0.39.
Pkgsrc changes:
- Depend on net/p5-IO-Socket-INET6 instead of the identical and soon
  to be removed net/p5-INET6

Upstream changes:
perl-ldap 0.39 -- Mon Oct 27 15:02:37 CDT 2008
==============================================

Bug Fixes
 * Several fixes to the handling of IntermediateMessage and LDAP Content synchronisation
 * Fix dsmt test to not fail on win32
 * Fix Net::LDAP::Util to not cause Undefined subroutine &Net::LDAP::Util::ldap_error_desc
2009-02-14 07:49:50 +00:00
obache
f594754c83 distfile was replaced silently (some document was changed).
bump PKGREVISION.
2009-02-12 15:33:58 +00:00
obache
8b4b6a342d Update p5-tokyotyrant to 1.6, for tokyotyrant-1.1.14. 2009-02-12 12:31:52 +00:00
obache
887b68b7de Update tokyocabinet to 1.4.5.
Changes:
2009-02-02  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbput, tchdbget, tchdbout): bugs related to race condition were fixed.

	* tchdb.c (tchdbputimpl): bugs related to race condition were fixed.

	* tchmttest.c (runrace, procrace): new functions.

	* tcbmttest.c (runrace, procrace): new functions.

	- Release: 1.4.5
2009-02-12 11:52:46 +00:00
adrianp
856ce717d7 +jdbc-mysql31 2009-02-11 23:11:08 +00:00
adrianp
d52a98e4f5 MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J.

MySQL Connector/J is a JDBC Type 4 driver. Different versions are available
that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type
4 designation means that the driver is pure-Java implementation of the MySQL
protocol and does not rely on the MySQL client libraries.
2009-02-11 23:10:16 +00:00
adrianp
c970296586 Change HOMEPAGE 2009-02-11 23:04:38 +00:00
adrianp
eb50c86713 Fix PKGNAME change fallout 2009-02-11 22:56:02 +00:00
adrianp
b8e0ffe69e set PKGNAME 2009-02-11 22:42:58 +00:00
adrianp
054b1e718c +jdbc-mysql5 2009-02-11 22:37:00 +00:00
adrianp
8f5a95e8a7 MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J.

MySQL Connector/J is a JDBC Type 4 driver. Different versions are available
that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type
4 designation means that the driver is pure-Java implementation of the MySQL
protocol and does not rely on the MySQL client libraries.
2009-02-11 22:35:43 +00:00
joerg
844f033253 Update to Metakit 2.4.9.7:
- better UTF8 support in file & property names
- bugfixes
- Python 2.5 support for 64bit platforms
2009-02-11 21:00:13 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
adrianp
c841e3444d Fix for ssl support on OpenSolaris 2009-02-11 00:16:41 +00:00
obache
705348c6eb Fixes typo (redundant `G'!). 2009-02-10 01:14:46 +00:00
obache
70772583a4 Add missing *.lua files to PLIST.
Bump PKGREVISION.
2009-02-10 01:08:52 +00:00