summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2013-07-07Add build_info file to PLIST.taca2-4/+4
Bump PKGREVISION.
2013-07-07Add build_info file to PLIST.taca2-2/+4
Bump PKGREVISION.
2013-07-07o Clean up GEM_CLEANBUILD and fix PLIST.taca2-5/+6
o Use RUBY_DLEXT in PLIST. Bump PKGREVISION.
2013-07-07Fixes build failure due to Lua-5.2 API change.obache2-1/+113
2013-07-06Added installation of META file. This results in a conflict with oldjaapb2-3/+10
ocaml-findlib versions.
2013-07-06+p5-Class-DBI-BaseDSNrodent1-1/+2
2013-07-06Import p5-Class-DBI-BaseDSN-1.22 as databases/p5-Class-DBI-BaseDSN.rodent4-0/+35
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-05+ socijoerg1-1/+2
2013-07-05Add soci-3.2.1:joerg6-0/+128
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-04Revbump after updating lang/lua to 5.2.2.adam3-5/+6
2013-07-04Added databases/lua-sqlite3 version 0.4.1adam1-1/+2
2013-07-04Lua-Sqlite3 is a binding of Sqlite3 for Lua.adam5-0/+53
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-04Update to 2.5.1:wiz3-21/+6
What's new in psycopg 2.5.1 --------------------------- - Fixed build on Solaris 10 and 11 where the round() function is already declared (:ticket:`#146`). - Fixed comparison of `Range` with non-range objects (:ticket:`#164`). Thanks to Chris Withers for the patch. - Fixed double-free on connection dealloc (:ticket:`#166`). Thanks to Gangadharan S.A. for the report and fix suggestion.
2013-07-03Updating package for CPAN distribution DBIx-Class-Helpers insno2-8/+8
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-03Updating package for CPAN distribution DBIx-Class-InflateColumn-IP insno2-7/+7
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-03Updating package for CPAN distribution DBIx-Class-Fixtures insno2-8/+9
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-03Add SUBDIR for p5-DBIx-Class-InflateColumn-FSsno1-1/+2
2013-07-03Adding new package for CPAN distribution DBIx-Class-InflateColumn-FS versionsno3-0/+42
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-03Updating package for CPAN distribution DBIx-Class-EncodedColumn insno2-7/+6
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-03Updating package for CPAN distribution DBIx-Class-DynamicDefault insno2-9/+9
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-03Updating package for CPAN distribution DBIx-Class-Candy insno2-8/+7
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-03Update package for CPAN distribution Dancer-Plugin-DBIC insno2-8/+7
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-03Updating package for CPAN distribution MLDBM in databases/p5-MLDBM fromsno2-7/+6
2.04nb4 to 2.05. Upstream changes: 2.05 (21 Feb 2013, by Alexandr Ciornii) Require perl 5.5 Test for pod
2013-07-03Updating package for CPAN distribution SQL-Abstract insno2-7/+7
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-03Updating package for CPAN distribution DBIx-Class-Schema-Loader insno2-17/+17
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-06-27Reset PKGREVISION by update of both ruby18 and ruby193.taca1-2/+1
2013-06-27Add missing includes.joerg3-1/+26
2013-06-26Add one missing #if for C++03 vs C++11 differences.joerg2-7/+16
2013-06-26Fix RCS ID.joerg2-2/+2
2013-06-22Updating package for CPAN distribution SQL-Statement, providing pure Perlsno2-14/+7
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-18Server needs the same changes as client to not build the integratedjoerg2-12/+12
editline, so move them to Makefile.common.
2013-06-17Fix dependency.jperkin1-2/+2
2013-06-17Make mono packages depend on lang/mono2 instead of lang/mono.wiz1-2/+2
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
2013-06-16Really use the system readline/editline.joerg2-7/+11
2013-06-16Update ruby-pg to 0.15.0.taca3-7/+10
== 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-16Update ruby-dm-core to 1.2.1.taca3-12/+12
o Relax dep on addressable. o Fix Property#typecast to pass-through values that cannot be handled.
2013-06-16Update Ruby DataObjects to 0.10.13.taca8-29/+27
## 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-16Changes 0.7.10:adam3-64/+77
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-15- Updated package to latest version, 2.0.4. Changes include:jaapb2-7/+6
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-14Update to 1.2.12. No changelog found.wiz2-7/+6
2013-06-14Fix patch that's been rejecting since the package was updated. I don'tdholland2-4/+4
know if the patch is still needed, but I'm assuming it is.
2013-06-14Patch the input file, not the generated output.dholland2-5/+5
2013-06-14Update ruby-sequel to 3.48.0.taca3-7/+46
Changes are too many to write here, please refer CHANGELOG or release notes.
2013-06-14remove TODO, I fixed the redis startup file and the CVE were fixed a few ↵mspo1-5/+0
versions ago
2013-06-13unless a config file is given in rc.conf, default to bind localhost and run ↵mspo2-3/+4
daemonized
2013-06-13add redis to databases/ Makefilemspo1-1/+2
2013-06-13Import redis from wip!mspo8-0/+234
Redis is a persistent key-value database with built-in net interface
2013-06-13Update ruby-ldap to 0.9.13.obache3-35/+7
0.9.13 ----- * Prevent SyntaxError raised under Ruby 2.0.0 by line 107 regex (invalid multibyte escape)
2013-06-12Fix bug in man page noted by perl-5.18's pod2man.wiz2-1/+17
2013-06-12Remove GNU_CONFIGURE_LIBDIR.wiz1-2/+2
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages.