summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-11-09Don't use the asm string functions on Interix. (To be fixed, but for nowtv3-6/+6
the symbol naming is wrong, so no --enable-assembler will get it built.)
2005-11-09Now that we're properly using the pkgsrc-supplied libtool, clean up thetv2-91/+3
bits of "configure" that were twiddling only libtool-config bits, as these are no longer used.
2005-11-08Allow PostgreSQL 7.4 to build on DragonFly. Bump revision of -lib,joerg13-16/+170
since the PLIST changed. Don't define errno manually in contrib/, depend on errno.h to do so. Explicitly include errno.h in some places.
2005-11-08Build without YP support on Interix.tv2-3/+9
2005-11-07Added p5-Data-Tablemartti1-1/+2
2005-11-07This perl package uses perl5 objects to make it easy for manipulatingmartti4-0/+30
spreadsheet data among disk files, database, and Web publishing. A table object contains a header and a two-dimensional array of scalars. Three class methods Data::Table::fromCSV, Data::Table::fromTSV, and Data::Table::fromSQL allow users to create a table object from a CSV/TSV file or a database SQL selection in a snap.
2005-11-04Use the pkgsrc-installed libtool, not the throwaway in-tree libtool, totv3-8/+19
choose between link commands for shared or static linking. Should fix shlib build and install on Interix.
2005-11-04Remove ruby-dbm.taca1-2/+1
2005-11-04Remove one more ruby16 only package.taca3-42/+0
2005-11-03Fixed wrong usage of WRKSRC.rillig3-8/+9
2005-11-03Remove supporting ruby16-base package.taca1-9/+2
2005-11-03Remove specifying RUBY_VERSION_SUPPORTED.taca1-2/+1
2005-11-02Change documentation directory to activerecord.taca2-8/+8
2005-11-02Install example files, too.taca2-2/+14
2005-11-02Update ruby-activerecord pacakge to 1.12.1.taca3-10/+20
Changes are many please see ${RUBY_DOCDIR}/active_record/CHANGELOG.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca2-3/+4
by Ruby 1.8.3 updates.
2005-11-02Update distinfo for Ruby 1.8.3.taca1-2/+1
2005-11-02Mark this pacakge ruby16-base only.taca1-1/+2
2005-11-02- Mark this package ruby18-base only.taca1-1/+3
- And Ruby 1.8.2 and lator.
2005-10-31Added the proper --mandir argument to the configure script. Bumpedrillig2-3/+4
PKGREVISION.
2005-10-31Added databases/mysql5-{client,server}xtraeme1-1/+3
2005-10-31Initial import of mysql5-server-5.0.15.xtraeme19-0/+1777
MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries.
2005-10-31Initial import of mysql5-client-5.0.15.xtraeme17-0/+499
MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
2005-10-30Update "phpmyadmin" package to version 2.6.4-pl3. This version fixestron2-6/+6
the security vulnerability reported in PMASA-2005-5.
2005-10-29Honor CFLAGS and LDFLAGS.minskim3-10/+12
2005-10-29Update mysql4* to 4.1.5.xtraeme5-13/+26
Please see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-15.html for more information about bugfixes/changes.
2005-10-29Reset maintainer to tech-pkg:wiz1-2/+2
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-29Do not install .orig files that are left after applying patches.kristerw1-1/+2
2005-10-27configure should be run without "--enable-thread-safety" on OpenBSD.hiramatsu1-3/+4
2005-10-26Also commit patches for the DragonFly support.joerg7-0/+102
2005-10-26Add DragonFly support.joerg3-6/+33
2005-10-26Remove non-existent directory.jlam1-2/+1
2005-10-26Update databases/openldap to 2.3.11, which is the first "stable" releasejlam16-183/+189
in the 2.3.x series. This is a major update over version 2.2.x, and changes include: * Slapd(8) enhancements - Updated slapd "overlay" interface, and several example (and mostly experimental) overlays. - Updated LDAP "sync" Engine with replication support, provider now an "overlay" - Numerous access control enhancements, including experimental "don't disclose on error" capability - Configuration backend * LDAPv3 extensions, including: - LDAP Password Policy - LDAP Component Matching (requires OpenLDAP snacc) - LDAP Modify Increment
2005-10-26fix potential format string vulnerability (CAN-2005-2958), from debiandrochner3-2/+27
2005-10-25update to 2.0.10drochner3-8/+24
changes: * Switched back to old implementation of ldap.schema.tokenizer.split_tokens() since the new one had a bug which deletes the spaces from DESC * ldap.INSUFFICIENT_ACCESS is now ignored in ldap.ldapobject.LDAPObject.search_subschemasubentry_s()
2005-10-25remove the hardcoded 'nb2' in the postgres depends lineabs1-3/+3
2005-10-25Update databases/db4 to 4.3.29. This is a point release update overjlam8-65/+106
4.3.28, so there are no API changes, and applications may be upgraded by relinking against db4-4.3.29. We stop pretending to support a "java" package option since we never even bothered with handling the PLIST differences. Changes from version 4.3.28 include: * The on-disk log format has changed. * Add support for lightweight, transactionally protected Sequence Number generation. * Add support for Degree 2 isolation. * Add election generation information to replication to support Paxos compliance. * A huge number of bug fixes, including eliminating some instances of application deadlock and memory leak fixes. * Some minor performance enhancements.
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca1-1/+3
lang/ruby/rubyversion.mk changes.
2005-10-23Update postgresql80-related packages to 8.0.4. On updating from anyjlam9-22/+23
previous 8.0.x release, no dump-and-restore is necessary. Changes from version 8.0.3 include: postgresql80-client: - Clarify comment for pgsql-hier-query option to note that it is considered buggy by PostgreSQL developers. * Make psql -f filename return a nonzero exit code when opening the file fails * Change pg_dump to handle inherited check constraints more reliably postgresql80-server: * Fix error that allowed "VACUUM" to remove ctid chains too soon, and add more checking in code that follows ctid links This fixes a long-standing problem that could cause crashes in very rare circumstances. * Fix CHAR() to properly pad spaces to the specified length when using a multiple-byte character set (Yoshiyuki Asaba) In prior releases, the padding of CHAR() was incorrect because it only padded to the specified number of bytes without considering how many characters were stored. * Force a checkpoint before committing "CREATE DATABASE" This should fix recent reports of "index is not a btree" failures when a crash occurs shortly after "CREATE DATABASE". * Fix the sense of the test for read-only transaction in "COPY" The code formerly prohibited "COPY TO", where it should prohibit "COPY FROM". * Handle consecutive embedded newlines in "COPY" CSV-mode input * Fix date_trunc(week) for dates near year end * Fix planning problem with outer-join ON clauses that reference only the inner-side relation * Further fixes for x FULL JOIN y ON true corner cases * Fix overenthusiastic optimization of x IN (SELECT DISTINCT ...) and related cases * Fix mis-planning of queries with small LIMIT values due to poorly thought out "fuzzy" cost comparison * Make array_in and array_recv more paranoid about validating their OID parameter * Fix missing rows in queries like UPDATE a=... WHERE a... with GiST index on column a * Improve robustness of datetime parsing * Improve checking for partially-written WAL pages * Improve robustness of signal handling when SSL is enabled * Improve MIPS and M68K spinlock code * Don't try to open more than max_files_per_process files during postmaster startup * Various memory leakage fixes * Various portability improvements * Update timezone data files * Fix PL/PgSQL to handle var := var correctly when the variable is of pass-by-reference type postgresql80-plperl: * Fix PL/Perl %_SHARED so it's actually shared
2005-10-23Add qdbm.minskim1-1/+2