summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.
2005-12-09Fix path on MASTER_SITES (packages use too old version which got movedwiz2-18/+18
into OLD/ subdir).
2005-12-09Update to 0.29. Changes since last update:gdt4-30/+10
- 0.29 | 2005-08-25 - Dropped proc: where-clausifier - Dropped proc: tuples-result->table - For `gxrepl', results are now printed with " | " field separator - All (database postgres) procs now tested - Support files guile.m4 and modsup.h synched with Guile 1.4.1.106 - 0.28 | 2005-05-09 - Bugfix: array reference handling in (database postgres-qcons) - FSF street address updated in copyright notices - 0.27 | 2005-03-02 - Result objects print without redundant "PGRES_" prefix - New command for (database postgres-table) proc `pgtable-manager' - New (database postgres-resx) proc: result->object-rows - Changes to module (database postgres-qcons) - 0.26 | 2005-02-24 - Expiration date set for opaque string support - Expiration date set for two (database postegres-table) procs - Dropped (database postgres-types) proc: dbcoltype:name - New type converters in module (database postgres-types) - New module: (database postgres-qcons) - New module: (database postgres-resdisp) - New module: (database postgres-gxrepl) - 0.25 | 2005-01-02 - New (database postgres) proc: pg-result-error-message - 0.24 | 2004-11-24 - New (database postgres) proc: pg-set-nonblocking! - New (database postgres) proc: pg-is-nonblocking?
2005-12-09Update "phpmyadmin" package to version 2.7.0pl1. Changes since versiontron3-36/+26
2.6.4-pl4: - New plugin-based import module - Some pages now use fieldsets for better look - Better support for information_schema - Upgrade script new options - Better displaying of privileges when there are differences between the various user definition tables - Structure: count unique value for each field - Can now limit the list of shown languages - User-specific upload and save server directories - Remove Drop tab for mysql database - New transformation: SQL pretty printing - Ability to limit maximum size of extended insert - Support for searching in the foreign key window - Can now replace an existing bookmark - New shortcuts for IP rules - Detect lack of privileges for "Create new table" - Wrong display of localized MySQL error messages - Need to select the primary key for MIME-based print view - Handling of ENTER key when adding fields - InnoDB: truncating icon and exact row count - After dropping a db, links were missing - Strict mode and auto-increment fields insertion - Collation change for ENUM and SET - Display problems on special characters in column name - Links for MySQL documentation - Escaping of "_" - Could not edit privileges when different host in db and user - Changing auto-increment value for InnoDB - Correct sort order for foreign-key dropdowns - Group database by rightmost separator - Performance problem when inserting huge BLOBs - Calendar popup and time beginning by 0 This update fixes the security vulnerabilities reported in PMASA-2005-8 and PMASA-2005-9.
2005-12-06DragonFly support.joerg2-6/+25
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig38-92/+92
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig66-175/+160
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Update the PHP PDO to latest available PECL versions (1.0/1.0.1/1.0.2).jdolecek14-55/+69
Changes are bugfixes mostly. Also rework php-pdo/module.mk somewhat, so that the base php-pdo package can use it too.
2005-12-02Override config.guess and config.sub for DragonFly.joerg1-1/+3
2005-12-02Merge DragonFly pre-configure merging back into Makefile.common'sjoerg6-71/+25
post-extract.
2005-12-02DragonFly support.joerg1-1/+14
2005-12-02Update PLIST for DragonFly addition. Bump revision.joerg2-2/+4
2005-12-02Allow build on DragonFly.joerg3-5/+34
2005-12-02Add case for DragonFly and modify -lpthread detection to check forjoerg2-8/+80
-pthread as well. This can be simplified once PTHREAD_* on NetBSD is fixed.
2005-12-02Convert to options framework.wiz2-17/+30
2005-12-02Update to 5.0.16.xtraeme10-78/+104
For information about changes please see: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-16.html
2005-11-29Since the configure script is in a non-standard location, overridejoerg1-1/+3
location of config.sub and config.guess as well.
2005-11-25Reverting the mods in revision 1.10 of this file allows a package toagc1-5/+7
be built with standard settings in /etc/mk.conf, and fixes a problem in the bulk build results. In short: install the manual pages into freetds/man/man1 (the rest of the files in this package have a prefix directory of ${PREFIX}/freetds)
2005-11-24Update to 1.35:wiz2-7/+11
1.35 Wed Nov 2 22:36:02 EST 2005 * Doc fixes and OrderBy cleanup from ruslan 1.34 Wed Nov 2 22:26:15 EST 2005 * Clone support from Ruslan 1.33 Thu Sep 22 14:27:46 EDT 2005 * Better SQL statement logging from alex 1.32 Thu Sep 1 06:52:42 EDT 2005 * DBD::SQLite is necessary for the test suite to run correctl 1.31 Fri Jul 29 12:47:25 EDT 2005 * Updated MANIFEST to fix a build issue - Thanks to Andy Lester and David Glasser 1.30 Thu Jul 28 10:17:27 EDT 2005 * Removed {{{ and }}} fold markers. Patch from Ruslan 1.30_03 Thu Jun 9 01:35:49 EDT 2005 * Significant new tests from Ruslan Zakirov and Dave Glasser * You no longer need to explicitly bless a DBIx::SearchBuilder::Handle subclass * Start of a major overhaul of the subclass API for DBIx::SearchBuilder::Record objects. A new "schema" method will define the data in _ClassAccessible and also generate database schema using DBIx::DBSchema. Fixes from Ruslan: * for numeric types, make the empty check be "null or 0", not "null or ''" * New search tests from ruslan * added an init_data method to t/utils.pl * CleanSlate doesnt init show_rows * CleanSlate doesnt clean _{open|close}_parens * get rid of stupid ifs in CleanSlate * get rid of evals in _DoSearch and _DoCount, use Handle methods to control DBI error handling * rewrite LoadByPrimaryKeys args handling to consistent with other Load* methods * report error when PK filed is missing in LoadByPrimaryKeys * fix warning in __Set methods when newvalue is undef * small code cleanups * test coverage grows from 75.2% to 84.7% for Record.pm 1.30_02 Sun May 22 15:21:19 EDT 2005 - Lots of patches from Ruslan: First and main change is using of `goto &$AUTOLOAD` syntax, that helps avoid code duplication and hides AUTOLOAD sub from stack trace. I think this also would help implement CompileAllAutoSubs method easier. - It's also one of the steps to better tests coverage. - Test coverage for Record.pm grows from 66% to 75.2%. - _LoadFromSQL never reported error when PK fields are missed. Fixed. - fetchrow_hashref dies only when RaiseErrors is true, because we can control this from Handle obj so we should die according to $Handle->RaiseErrors property. Fixed. - When RaiseErrors is "false" then fetchrow_hashref returns undef and we should check $sth->err(see `perldoc DBI`). Fixed. - After call to fetchrow we should clean "fetched" internal hash and fill it only when we return successful result. Fixed. - If SimpleQuery fails, _LoadFromSQL method doesn't return any error message. Fixed. 1.30_01 Mon May 16 21:37:03 BST 2005 - Patches from Ruslan to switch to using 'capitalization.pm' for our regular_case subroutine aliases 1.27 Sun May 8 22:49:30 EDT 2005 - Added supoprt for functions containing "?" to represent the parameter in ->Column() - Added better support for functional columns in search listings and group by clauses 1.26 Sun Apr 17 19:22:23 EDT 2005 - Added support for expression based left joins 1.25 Sat Apr 9 12:33:30 EDT 2005 - Backed out a change introduced in 1.23 that caused table and column names to be quoted, causing Postgres to flip out. 1.24 Wed Apr 6 22:54:37 EDT 2005 - Added a new "SearchBuilder::Unique" module for uniquifying search results 1.23 - Now use DBI->quote_identifier to quote column and table names (Ruslan) - Test suite updates (Ruslan)
2005-11-24Update to 1.09:wiz2-7/+6
1.09 - Support external SQLite library (rjray) - Don't convert things that look like numbers to numbers unless specifically requested. - Upgrade to sqlite 3.2.2
2005-11-24Add three new perl packages.wiz1-1/+4
2005-11-24Initial import of p5-DBIx-Abstract:wiz4-0/+39
This module provides methods for retrieving and storing data in SQL databases. It provides methods for all of the more important SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE). It endeavors to produce an interface that will be intuitive to those already familiar with SQL. Notable features include: * data_source generation for some DBD drivers. * Can check to make sure the connection is not stale and reconnect if it is. * Controls statement handles for you. * Can delay writes. * Generates complex where clauses from hashes and arrays. * Shortcuts (convenience functions) for some common cases. (Like select_all_to_hashref.)
2005-11-24Fix DESCR, it really should say:wiz1-9/+11
This module implements an OO-interface to database schemas. Using this module, you can create a database schema with an OO Perl interface. You can read the schema from an existing database. You can save the schema to disk and restore it from different process. Most importantly, DBIx::DBSchema can write SQL CREATE statements for different databases from a single source. Currently supported databases are MySQL, PostgreSQL, Oracle and Sybase. DBIx::DBSchema will attempt to use generic SQL syntax for other databases. Assistance adding support for other databases is welcomed.
2005-11-24Initial import of p5-DBIx-DBSchema:wiz4-0/+37
This module helps abstract the process of working with complex schemas of relational SQL database tables. As with DBI, it lets you work with data a row at a time, but gives you the extra ability to, with a single method call, reach across and grab rows of related data from tables located elsewhere in your database, without having to construct an SQL join clause yourself. The 'distance' from the originating table to the related one can be arbitrarily long, so long as they are related in some way -- i.e., could both return data through a single (though perhaps quite lengthy) SQL query.
2005-11-24Initial import of p5-DBIx-Schema:wiz4-0/+36
This module helps abstract the process of working with complex schemas of relational SQL database tables. As with DBI, it lets you work with data a row at a time, but gives you the extra ability to, with a single method call, reach across and grab rows of related data from tables located elsewhere in your database, without having to construct an SQL join clause yourself. The 'distance' from the originating table to the related one can be arbitrarily long, so long as they are related in some way -- i.e., could both return data through a single (though perhaps quite lengthy) SQL query.
2005-11-23Add qdbm-plus.minskim1-1/+2
2005-11-23Import qdbm-plus from pkgsrc-wip. Packaged by OBATA Akio.minskim3-0/+131
QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides the C++ interface of QDBM.
2005-11-23Add qdbm-cgi.minskim1-1/+2
2005-11-23Import qdbm-cgi from pkgsrc-wip. Packaged by OBATA Akio.minskim3-0/+42
QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides CGI scripts for QDBM.
2005-11-23Add ruby-qdbm.minskim1-1/+2
2005-11-23Import ruby-qdbm from pkgsrc-wip. Packaged by OBATA Akio.minskim3-0/+59
QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides the Ruby interface of QDBM.
2005-11-23Add p5-qdbm.minskim4-52/+2
2005-11-23Re-import p5-qdbm into the correct directory. This is a "Perl"minskim3-0/+51
binding, not Python.
2005-11-23Import p5-qdbm from pkgsrc-wip. Packaged by OBATA Akio.minskim3-0/+51
QDBM is an embeded database library compatible with GDBM and NDBM. It features hash database and B+ tree database and is developed referring to GDBM for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. This package provides the Perl interface of QDBM.
2005-11-23Update qdbm to 1.8.34. Patches from OBATA Akio (maintainer).minskim12-51/+249
Change: - A bug of i-node duplication on MinGW was fixed. pkgsrc Change: - Split Makefile to provide bindings for other languages in separate packages.
2005-11-22use ${PKGNAME} to ease updates, suggested by Jeremy C. Reedjdolecek1-172/+172
2005-11-22fixup PLIST after the change to standard manpage installation directoryjdolecek1-7/+5
2005-11-21Update "phpmyadmin" package to version 2.6.4pl4. Changes sincetron2-6/+6
version 2.6.4pl3: - css/phpmyadmin.css.php: Do not use common header file, as there is nothing common at all. - libraries/header_http.inc.php: Always send text/html content type. - libraries/db_table_exists.lib.php, libraries/header_http.inc.php, transformation_wrapper.php: Use define rather than variable for conditional paths. This fixes the security vulnerability reported in PMASA-2005-6.
2005-11-19Checking for attribute support with _POSIX_THREAD_ATTR_STACKSIZE isjoerg3-6/+15
good, not including unistd.h (which defines the macro) is bad. Correct this mistake to get a working thread stack on DragonFly and other systems which have less than 2 MB by default. Bump revision.
2005-11-19Fixed pkglint warnings:rillig1-3/+3
- Replaced 1 with yes in NO_BUILD and NO_CONFIGURE, as the latter is more common.
2005-11-16The interfaces changed since 1.0.14, enforce a current version.joerg1-3/+3
2005-11-15Sorted alphabetically.rillig1-2/+2
2005-11-14Add py-mssql.minskim1-1/+2
2005-11-14Import py-mssql from pkgsrc-wip. Packaged by Bartosz Kuzma.minskim4-0/+38
This module provides access to MS SQL Servers from Python scripts. Features: - Multiple Query/Multiple Result - Not using Win32 ODBC (using MSSQL DB-LIB) - Supports "almost all" of the DB-API 2.0
2005-11-12Update patch-ab to be Darwin friendlytonio2-4/+4
2005-11-12Update databases/lbdb to 0.31tonio4-28/+29
Changelog: * m_pine: Double-quote parens. Thanks to Stefan M<C3><A4>tje for reporting this bug and sending a patch. * Apply patch by Brendan Cully to follow the Apple build system changes used to build ABQuery module. * Add m_vcf module for querying vcard files provided by Brendan Cully. * Add authentication (bind_dn, bind_password) to mutt_ldap_query. Based on an idea of Jan-Benedict Glaw (Closes: #324655, #286163). * Update FSF address in nearly all files. * Upgrade to standards-version 3.6.2 (no changes). For now, make sure the m_vcf module is not built. It depends on libvformat, which is not yet in pkgsrc
2005-11-11Update psycopg to 1.1.21. Allow building with Python 2.4.joerg2-8/+8
From NEWS: psycopg news for 1.1.20 ----------------------- * Fixed problem with wrongly applied infinity patch in 1.1.20. * Fixed build problem in win32 when using Makefile.msvc. psycopg news for 1.1.20 ----------------------- * Fixed the date/time/timestamp formatting problem introduced by 1.1.19. * Fixed build problem in win32 when using Makefile.msvc. psycopg news for 1.1.19 ----------------------- * Now ZPsycopgDA does not loose the connection and raise an error is PostgreSQL is restarted but tries to rconnect and execute the issue query again (patch from Jonathan Stoneman.) * Fixed precision and scale in cursor.description for numeric types. * The XXXFromMx() functions don't truncate fractional seconds anymore (but note that mx.DateTime uses floating point seconds so rounding errors may creep in anyway.) * Fixed two segfaults: when multithreading; patch from James Henstridge and when calling dictfetchone() without results. psycopg news for 1.1.18 ----------------------- * Fixed mktime() overflow in ZPsycopgDA. psycopg news for 1.1.17 ----------------------- * ZPsycopgDA can now return unicode strings on request. * Fixed problem with timestamps in ZPsycopgDA. psycopg news for 1.1.16 ----------------------- * fixed .rowcount problem introduced in 1.1.15. * fixed a problem with %% not being transformed into % when calling .execute() with a zero-length tuple or dict. * now using COPY FROM/COPY TO in .execute() raise an exception instead of segfaulting. * faster Date and DateTime type casting. * small and trivial optimizations and fixes. psycopg news for 1.1.15 ----------------------- * Interval typecasting eventually-eventually works the Right Way (TM). * Fixed two bad memory leaks in QuotedString and Binary objects. * Reverted change on rowcount attribute, now it is always set to the real number of affected columns. psycopg news for 1.1.14 ----------------------- * Interval typecasting eventually works the Right Way (TM). * ZPsycopgDA now support unicode strings and different backend encodings. * ZPsycopgDA accept query data as an extra parameter to execute() (but still no way to give it extra data from inside a ZSQL Method.) * Better DBAPI-2.0 compliance (rowcount attribute and argument passing.) * Now builds on Fedora Core 2 (but remember that the real psycopg aficionado runs on Debian ;-P ) * COPY FROM raise an exception and return usefull information on error.
2005-11-11Updated to version 1.814.heinz3-22/+23
Pkgsrc changes: - Tests 148-149 in t/db-btree.t were confused by the fact that DB_File seemed to run in compatibility mode ($DB_File::db_185_compat is 1), although db1 was used. Thus, we enable this mode only for db2/db3/db4. - Patch-aa for Makefile.pl now initialises VER_INFO to avoid a warning. - Tested with db1-db4 on NetBSD and db2-db4 on Solaris. Changes since version 1.806: ===================================== 1.814 11 November 2005 * Fix from Dominic Dunlop to tidy up an OS-X specific warning in db-btree.t. * Silenced a warning about $DB_File::Error only being used once. Issue spotted by Dominic Dunlop. 1.813 31st October 2005 * Updates for Berkeley DB 4.4 1.812 9th October 2005 * Added libscan to Makefile.PL * Fixed test failing under windows 1.811 12th March 2005 * Fixed DBM filter bug in seq 1.810 7th August 2004 * Fixed db-hash.t for Cygwin * Added substr tests to db-hast.t * Documented AIX build problem in README. 1.809 20th June 2004 * Merged core patch 22258 * Merged core patch 22741 * Fixed core bug 30237. Using substr to pass parameters to the low-level Berkeley DB interface causes problems with Perl 5.8.1 or better. typemap fix supplied by Marcus Holland-Moritz. 1.808 22nd December 2003 * Added extra DBM Filter tests. * Fixed a memory leak in ParseOpenInfo, which whould occur if the opening of the database failed. Leak spotted by Adrian Enache. 1.807 1st November 2003 * Fixed minor typos on pod documetation - reported by Jeremy Mates & Mark Jason Dominus. * dbinfo updated to report when a database is encrypted.
2005-11-09USE_TOOLS+=flex; without this, libodbctxt.la (without the 'S') is not built.tv1-2/+3
Bump PKGREVISION.
2005-11-09Revert previous: mysql-client-4.0.x does build on Interix withtv1-2/+2
--enable-assembler supplied.