Commit graph

5771 commits

Author SHA1 Message Date
jperkin
b091c2f172 Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
schmonz
b2e95d68af Update to 1.39. From the changelog:
- OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI)
- Disabled a unicode-related test for older perls (ISHIGAKI)
- Tentatively defined _XOPEN_SOURCE under *BSD systems to see
  if it solves a compilation issue for threaded perls (ISHIGAKI)
- As of SQLite 3.7.15, SQLite's query optimizer was enhanced
  and the result order of a SELECT statement without an ORDER
  BY clause may be different from the one of the previous
  versions. If your applications or tests mistakenly depend
  on the arbitrary output order, they may be broken with this
  enhancement.
- Updated to SQLite 3.7.17 (ISHIGAKI)
- Fixed tests that mistakenly made invalid assumptions about
  the result order (ISHIGAKI)
- Added a brief note on useful pragmata. (ISHIGAKI)
- Resolved #85302: type fixes (ISHIGAKI)
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
- Removed two obsolete pragma calls at login time (ISHIGAKI)
- Resolved #80344: Set SQLITE_DISABLE_DIRSYNC on AIX (suggested
  by Steve Barnsley) (ISHIGAKI)
- Resolved #81536: primary_key_info returns the wrong KEY_SEQ
  (VLYON)
- Resolved #84027: Finalizer() not called in (D. Richard Hipp)
- Resolved #84372: -Wpointer-sign warnings with utf8_hop
  (RURBAN)
- Resolved #84373: Add test for RT #26775 "name)" key with
  DISTINCT (RURBAN/ISHIGAKI)
- Resolved #70815: DBD::SQLite 1.33 build is broken under
  Solaris using Sun C (RURBAN)
- Resolved #84380: Fix WINLIKE for mingw/msys (RURBAN)
- Added a note on DBD::SQLite and File::Temp (suggested by
  TOKUHIROM) (ISHIGAKI)
- Resolved #56444: immediate transaction should be on by
  default, and the doc be updated.
  If you really need the deferred transaction (which had long
  been the default), set sqlite_use_immediate_transaction
  to false explicitly. (ISHIGAKI)
- Updated to SQLite 3.7.14 (ISHIGAKI)
- Added support for foreign_key_info (DAMI/ISHIGAKI)
- Added several methods to retrieve internal information such as
  table_column_metadata/db_filename/*_status (ISHIGAKI/VOVKASM)
- Added sqlite_load_extension so that extensions can add
  functions internally (ISHIGAKI)
- Resolved #77617: atoll () sometimes just is atol () (GAAS)
- Resolved #48084: improper "require utf8" in tests (ISHIGAKI)
- Resolved #77724: bug in primary_key_info with regard to column
  names containing whitespace (ISHIGAKI)
- Resolved #79364: variance example of the doc (ISHIGAKI)
- Resolved #78833: utf8 flag for column names (JAMADAM)
  (This hopefully resolved #72418 as well)
- Resolved #64177: ping() wipes out the errstr (ISHIGAKI)
- Resolved #79576: (patch) bind_param don't work with PADTMP
  scalars (VOVKASM)
- Refactored primary_key_info to support attached databases
  (ISHIGAKI)
2013-07-10 02:32:45 +00:00
schmonz
37b433a6bf Update to 1.829. From the changelog:
* make realclean: removing all files
  RT #68214

* Documented the issue where the error below

     BDB0588 At least one secondary cursor must be specified to DB->join

* DB_File installs to wrong place for CPAN version
  RT #70420
  Makefile.PL prevents INSTALLDIRS on command line.
  RT #68287: Makefile.PL prevents INSTALLDIRS on command line.

* typo fix
  RT #85335

* Minor change to build with Berkeley DB 6.x
2013-07-10 02:21:34 +00:00
taca
99f3027207 Add build_info file to PLIST.
Bump PKGREVISION.
2013-07-07 15:22:55 +00:00
taca
60773c4f3a Add build_info file to PLIST.
Bump PKGREVISION.
2013-07-07 15:21:33 +00:00
taca
b5322ea4ce o Clean up GEM_CLEANBUILD and fix PLIST.
o Use RUBY_DLEXT in PLIST.

Bump PKGREVISION.
2013-07-07 15:20:16 +00:00
obache
913a93b7f2 Fixes build failure due to Lua-5.2 API change. 2013-07-07 05:19:39 +00:00
jaapb
cf748094af Added installation of META file. This results in a conflict with old
ocaml-findlib versions.
2013-07-06 11:18:39 +00:00
rodent
823da31f00 +p5-Class-DBI-BaseDSN 2013-07-06 00:57:34 +00:00
rodent
9a83f9378d Import p5-Class-DBI-BaseDSN-1.22 as databases/p5-Class-DBI-BaseDSN.
Class::DBI::BaseDSN acts as a placeholder for a base class which will be
switched for a specific Class::DBI extension when you specify the dsn of the
database to connect to. For example in this case, the Class::DBI::BaseDSN will
replace itself with Class::DBI::mysql when the set_db call is executed.
2013-07-06 00:56:25 +00:00
joerg
4781b0b28b + soci 2013-07-05 21:05:07 +00:00
joerg
73b3e78460 Add soci-3.2.1:
SOCI is a database access libary for C++.  It provides a natural
interface with extensive STL integration.  A number of major database
servers are accessable.
2013-07-05 21:04:45 +00:00
adam
f9cd38361f Revbump after updating lang/lua to 5.2.2. 2013-07-04 21:27:56 +00:00
adam
aaa9065a6c Added databases/lua-sqlite3 version 0.4.1 2013-07-04 18:08:02 +00:00
adam
d6d9bdd309 Lua-Sqlite3 is a binding of Sqlite3 for Lua.
Lua-Sqlite3 is unique in contrast to other database bindings that it consists
of two layers. The first layer translates the SQLite 3 implementation's C API
to Lua. The first layer is called the backend. The second layers are frontend
layers, written in Lua. These layers provide a nice and smart view of the
database

Currently, Lua-Sqlite3 implements two frontends:
* A specialiced frontend which provides all sqlite3 capabilities.
* A LuaSQL compatible frontend as used on the Kepler Project.
2013-07-04 18:06:24 +00:00
wiz
4240f0fa38 Update to 2.5.1:
What's new in psycopg 2.5.1
---------------------------

- Fixed build on Solaris 10 and 11 where the round() function is already
  declared (🎫`#146`).
- Fixed comparison of `Range` with non-range objects (🎫`#164`).
  Thanks to Chris Withers for the patch.
- Fixed double-free on connection dealloc (🎫`#166`). Thanks to
  Gangadharan S.A. for the report and fix suggestion.
2013-07-04 13:01:36 +00:00
sno
174a97f505 Updating package for CPAN distribution DBIx-Class-Helpers in
databases/p5-DBIx-Class-Helpers from 2.015001nb1 to 2.018001.

pkgsrc changes:
- adjust dependencies

Upstream changes:
2.018001  2013-07-02 20:40:18 CST6CDT
 - Fix bug related to inheriting from ::Shortcut

2.018000  2013-06-22 17:03:29 CST6CDT
 - Add ::ResultSet::Shortcut::OrderByMagic (moltar)
 - Add ::ResultSet::Shortcut::Prefetch (Wallas Reis)
 - Add ::ResultSet::Shortcut::HasRows (Wallas Reis)
 - Add ::ResultSet::Shortcut::Limit (Wallas Reis)
 - make ::ResultSet::Me more flexible (moltar)
 - Fix some warnings (when using deprecated modules) (good catch Bill
   Mosely)
 - Fix lots of docs (moltar, Gregor Herrmann, mauke)

2.017000  2013-04-20 10:37:04 CST6CDT
 - Add ::Schema::QuoteNames to force quote_names on
 - Add normalize_connect_info utilitiy

2.016006  2013-04-12 09:14:23 CST6CDT
 - Remove use of a private method, thus fixing Helpers on v0.08210
 - Remove the last vestige of non-in-memory SQLite
 - Stop using RT for bugtracking

2.016005  2013-01-23 19:00:09 CST6CDT
 - Fix hash order dependency bug (Thanks Fitz Elliott!)

2.016004  2013-01-09 20:05:57 CST6CDT
 - Add more storages for ::ResultSet::Random (Thanks José Diaz Seng!)

2.016003  2012-12-07 15:54:29 CST6CDT
 - Fix bug in dup_check_source_auto and fk_check_source_auto.  If
   any of the broken things were multiple they explode in the hashref.
   The solution is to force the values to be resultsets, which is how
   the helper is documented anyway. (thanks MST for finding this)

2.016002  2012-11-17 15:31:12 CST6CDT
 - Put MetaYAML back in dist

2.016001  2012-11-02 17:52:43 CST6CDT
 - fix OnColumnChange to work with relationship based updates
   so $artist->update({ cd => $cd_obj }) now correctly triggers
   a change.  Thanks David Schmidt for the test
 - validate number of arguments to _change_column (David Schmidt)
 - fix name of Helper::ResultSet::Shortcut in SYNOPSIS

2.016000  2012-10-25 21:35:05 CST6CDT
 - Add Helper::ResultSet::Shortcut (Wes Malone)
2013-07-03 19:07:10 +00:00
sno
6ee1115a75 Updating package for CPAN distribution DBIx-Class-InflateColumn-IP in
databases/p5-DBIx-Class-InflateColumn-IP from 0.02001nb5 to 0.02003.

pkgsrc changes:
- add license conditions

Upstream changes:
0.02003 Fri Nov  2 11:52:11 GMT 2012
       - Perl 5.8.1 is now required (as it is for DBIC itelf).
       - Use and declare UTF-8 encoding in POD
       - Add repository metadata

0.02002
       - Use numeric format for bigint columns.
       - Use bigint column in test to cope with DBD::SQLite bind type changes.
2013-07-03 19:03:00 +00:00
sno
1c6bccdb3a Updating package for CPAN distribution DBIx-Class-Fixtures in
databases/p5-DBIx-Class-Fixtures from 1.001013nb3 to 1.001018.

pkgsrc changes:
- adjust dependencies

Upstream changes:
1.001018
- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
  error reports

1.001017
- POD fixes (justin hunter++)
- Changed the test suite so it doesn't mindlessly break with the changes
  introduced by DBIC 0.08200 (nerox++ for bug report).

1.001016
- Support more Postgresql types for datetime_relative (added TIME, DATE,
  INTERVAL, TIMESTAMP)
- If $result_source->column_info defines a sequence, make sure we properly
  set that sequence to whatever the max value currently is.

1.001015
- ::External::File makes the path if its missing

1.001014
- Allow you to perform value substitutions inside config-sets
- Added a framework to allow you to backup / restore data external to the
  database as part of your fixtures.  Added an external handler for File
  based data, and docs and tests for this.
2013-07-03 18:59:10 +00:00
sno
746c4e24d7 Add SUBDIR for p5-DBIx-Class-InflateColumn-FS 2013-07-03 18:55:31 +00:00
sno
a21bd781e1 Adding new package for CPAN distribution DBIx-Class-InflateColumn-FS version
0.01007 into databases/p5-DBIx-Class-InflateColumn-FS.

Provides inflation to a Path::Class::File object allowing file system
storage of BLOBS.

The storage path is specified with fs_column_path. Each file receives
a unique name, so the storage for all FS columns can share the same path.

Within the path specified by fs_column_path, files are stored in
sub-directories based on the first 2 characters of the unique file names.
Up to 256 sub-directories will be created, as needed. Override
_fs_column_dirs in a derived class to change this behavior.

fs_new_on_update will create a new file name if the file has been updated.
2013-07-03 18:54:50 +00:00
sno
e2a517f44a Updating package for CPAN distribution DBIx-Class-EncodedColumn in
databases/p5-DBIx-Class-EncodedColumn from 0.00011nb3 to 0.00012.

Upstream changes:
0.00012 2013-04-29
        - Fixes reported bug #78091. (gbjk++)
2013-07-03 18:40:03 +00:00
sno
21faabd986 Updating package for CPAN distribution DBIx-Class-DynamicDefault in
databases/p5-DBIx-Class-DynamicDefault from 0.03nb5 to 0.04.

pkgsrc changes:
- add license conditions
- adjust dependencies

Upstream changes:
0.04  Sat, 14 Apr 2012 10:09:00 +0100
 Matt S Trout:
     Fix a massive pessimisation causing repeated ->result_source_instance
     invocations resulting in get_inherited from C::A::Grouped being the
     biggest thing in a startup profile.
2013-07-03 18:36:38 +00:00
sno
acfacb298b Updating package for CPAN distribution DBIx-Class-Candy in
databases/p5-DBIx-Class-Candy from 0.002103nb1 to 0.002104.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.002104  2013-05-13 09:29:37 CST6CDT
  - Fix stupid doc examples
2013-07-03 18:27:23 +00:00
sno
b103d8856a Update package for CPAN distribution Dancer-Plugin-DBIC in
databases/p5-Dancer-Plugin-DBIC from 0.1601nb1 to 0.1802.

Upstream changes (since 1.1601):
0.1802  2013-01-22
        Updated version requirement for Dancer. A newer Dancer is required to
            use the plugin_args() function.

0.1801  2013-01-21
        Fixed tests to pass on Dancer 2.
        Thanks Yanick Champoux (https://github.com/yanick)!

0.1800  2013-01-18
        Added the resultset and rset keywords.

0.1700  2013-01-01
        Added support for Dancer 2.
        Thanks Steven Humphrey (https://github.com/shumphrey)!
2013-07-03 18:24:06 +00:00
sno
b234931f00 Updating package for CPAN distribution MLDBM in databases/p5-MLDBM from
2.04nb4 to 2.05.

Upstream changes:
2.05 (21 Feb 2013, by Alexandr Ciornii)
    Require perl 5.5
    Test for pod
2013-07-03 18:20:30 +00:00
sno
ed8b796b8d Updating package for CPAN distribution SQL-Abstract in
databases/p5-SQL-Abstract from 1.73nb2 to 1.74.

Upstream changes:
revision 1.74  2013-06-04
----------------------------
    - Fix insufficient parenthesis unroll during operator comparison
    - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
      by default (with a switch to reenable old behavior when necessary)
    - Change parser to not eagerly slurp RHS expressions it doesn't recognize
2013-07-03 18:18:03 +00:00
sno
5285f771cd Updating package for CPAN distribution DBIx-Class-Schema-Loader in
databases/p5-DBIx-Class-Schema-Loader from 0.07033nb2 to 0.07035.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.07035  2013-02-26
        - Release 0.07034_01 with a stable version number. 0.07034 is
          skipped due to the improper dev release versioning.

0.07034_01  2013-01-21
        - Fix fixture generation helper to work with older DBD::SQLite versions

0.07034_01  2013-01-16
        - MSSQL: on > 2000 use schema_name() instead of user_name() to detect
          current schema and query sys.schemas instead of sysusers.
        - SQL Anywhere: introspect ON DELETE/UPDATE rules, default is now
          RESTRICT. is_deferrable still defaults to 1
        - rewrite pg fk introspection to use catalog views instead of
          information_schema as information_schema does not work for readonly
          users
        - add rel_type param for relationship_attrs coderef
        - pass link table details to rel_name_map for many_to_many bridges
	  (RT#81091)
2013-07-03 16:52:36 +00:00
taca
3fa8925e45 Reset PKGREVISION by update of both ruby18 and ruby193. 2013-06-27 16:37:16 +00:00
joerg
4c63eccf63 Add missing includes. 2013-06-27 15:48:42 +00:00
joerg
fd78bd2271 Add one missing #if for C++03 vs C++11 differences. 2013-06-26 21:25:59 +00:00
joerg
edf8d1fac1 Fix RCS ID. 2013-06-26 14:16:44 +00:00
sno
6b3e664ad4 Updating package for CPAN distribution SQL-Statement, providing pure Perl
implementation of an SQL engine.

pkgsrc changes:
- killing DBI build dependency - was an error introduced by the author
  for better test coverage, leads easily to circular dependency, bad stuff
  ==> kicking
- since 5.10.1 a suitable test framework is distributed with Perl5 core
  ==> no reason to mention it explicitely
- Bumping conflict DBI version to 1.622 (with 1.623 DBI::DBD::SqlEngine
  received great improve - and forces a lot of fixes in SQL::Statement
  and vice versa)

Upstream changes since 1.402:
Version 1.405, released June 17, 2013
-------------------------------------------------
[Bug fixes]
* INSERT now expands incomplete rows (Thanks to H.Merijn Brand)

Version 1.404, released May 23, 2013
-------------------------------------------------
[Bug fixes]
* re-enable cleanup test_output* after test done
* recommend Text::Soundex and do soundex-test only when have it,
  because it's going to be removed from core for Perl 5.19 (thank Merijn)

Version 1.403, released May 22, 2013
-------------------------------------------------
[Bug fixes]
* fix documentation (rt#84889 - thanks Xavier Guimard and Florian,
  rt#85257 - thanks Andreas Koenig)
2013-06-22 09:21:22 +00:00
joerg
87b9bc6fe2 Server needs the same changes as client to not build the integrated
editline, so move them to Makefile.common.
2013-06-18 19:59:35 +00:00
jperkin
a3020d48b1 Fix dependency. 2013-06-17 13:32:59 +00:00
wiz
84dceed952 Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.

Bump dependencies and PKGREVISIONs.

Ok during freeze: gdt@
2013-06-17 12:44:53 +00:00
joerg
099a20f44d Really use the system readline/editline. 2013-06-16 20:39:12 +00:00
taca
95eadf809a Update ruby-pg to 0.15.0.
== v0.15.0 [2013-03-03] Michael Granger <ged@FaerieMUD.org>

Bugfixes:

- Fix segfault in PG::Result#field_values when called with non String value.
- Fix encoding of messages delivered by notice callbacks.
- Fix text encoding for Connection#wait_for_notify and Connection#notifies.
- Fix 'Bad file descriptor' problems under Windows: wrong behaviour of
  #wait_for_notify() and timeout handling of #block on Ruby 1.9.

Documentation fixes:

- conn#socket() can not be used with IO.for_fd() on Windows.

Enhancements:

- Tested under Ruby 2.0.0p0.
- Add single row mode of PostgreSQL 9.2.
- Set fallback_application_name to programm name $0. Thanks to Will Leinweber
  for the patch.
- Release Ruby's GVL while calls to blocking libpq functions to allow better
  concurrency in threaded applications.
- Refactor different variants of waiting for the connection socket.
- Make use of rb_thread_fd_select() on Ruby 1.9 and avoid deprecated
  rb_thread_select().
- Add an example of how to insert array data using a prepared statement (#145).
- Add continous integration tests on travis-ci.org.
- Add PG::Result#each_row for iterative over result sets by row. Thanks to
  Aaron Patterson for the patch.
- Add a PG::Connection#socket_io method for fetching a (non-autoclosing) IO
  object for the connection's socket.

Specs:

- Fix various specs to run on older PostgreSQL and Ruby versions.
- Avoid fork() in specs to allow usage on Windows and JRuby.
2013-06-16 14:38:10 +00:00
taca
e6bdeb23d4 Update ruby-dm-core to 1.2.1.
o Relax dep on addressable.
o Fix Property#typecast to pass-through values that cannot be handled.
2013-06-16 14:34:53 +00:00
taca
c5a0f3b223 Update Ruby DataObjects to 0.10.13.
## 0.10.13 2013-05-27

* Create binaries for Ruby 2.0 on Windows
* Fix segfault in do_postgres
* Fix compilation of do_oracle for Ruby 2.0
2013-06-16 14:29:07 +00:00
adam
d311c71b1f Changes 0.7.10:
This is a bugfix release, sending out a series of fixes that have accumulated as version 0.8.0's release is imminent.
Fixes in this version include issues related to the Oracle, SQL Server, MySQL, and Google App Engine dialects, as well as a few schema related and ORM related fixes.
2013-06-16 05:36:13 +00:00
jaapb
85ed62c259 - Updated package to latest version, 2.0.4. Changes include:
2012-12-02: Added new functions

              * sleep
              * clear_bindings

            Really old operating system distributions may have had problems
            linking these functions, but it seems that reasonably recent
            ones support them.

2012-11-19: Added missing .mldylib file for shared library support.
2013-06-15 19:18:00 +00:00
wiz
4422946013 Update to 1.2.12. No changelog found. 2013-06-14 21:18:22 +00:00
dholland
5c43c52e25 Fix patch that's been rejecting since the package was updated. I don't
know if the patch is still needed, but I'm assuming it is.
2013-06-14 19:47:04 +00:00
dholland
363f068a86 Patch the input file, not the generated output. 2013-06-14 18:30:43 +00:00
taca
c70627de7a Update ruby-sequel to 3.48.0.
Changes are too many to write here, please refer CHANGELOG or release notes.
2013-06-14 16:51:39 +00:00
mspo
ab1aed1b32 remove TODO, I fixed the redis startup file and the CVE were fixed a few versions ago 2013-06-14 02:06:52 +00:00
mspo
3efef03235 unless a config file is given in rc.conf, default to bind localhost and run daemonized 2013-06-13 18:26:02 +00:00
mspo
ecc4632d71 add redis to databases/ Makefile 2013-06-13 17:43:03 +00:00
mspo
450f792ed4 Import redis from wip!
Redis is a persistent key-value database with built-in net interface
2013-06-13 17:41:34 +00:00