summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Use LIBMODE instead of 444.minskim3-5/+6
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed7-11/+14
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27update kmysqladmin to 0.7.0markd8-87/+106
ported to kde3 and lots of bugfixes.
2004-12-27Update databases/db4 to 4.3.21. Changes from version 4.2.25 include:jlam8-1240/+1395
* Automatic initialization of replication clients * Replication election process is now Paxos compliant * In memory transaction logs allowing in memory databases * Enhanced Java API nearly identical to that of our Java Edition * Native support for sequence number generation * Degree 2 transaction isolation * Mutex statistics can now be easily gathered and recorded * Support for Itanium2 chips running Windows XP
2004-12-23Add missing locale file.jlam1-1/+2
2004-12-22Remove hack, now that pg_config comes with postgresql-libs package.wiz1-4/+1
2004-12-22Update databases/openldap to 2.2.19. Changes from version 2.2.18 include:jlam3-10/+9
* Fixed slapd check for mandatory filter in authz-regexp URI * Fixed slapd bad descriptor check * Fixed slapd ACI when the subject contains '#' * Fixed back-ldap malformed URI check for multiple URIs * Fixed back-ldap/back-meta static definition of be_open() * Fixed back-bdb cache bugs, ctxcsn memory leak
2004-12-21Fix build: p5-Data-ShowTable had its PKGREVISION bumped, be more liberalseb1-2/+2
on the version this package requires.
2004-12-21update to 1.0.8drochner3-8/+11
changes: -improved finnish / spanish support -new statistics chart plugin -GEDCOM improvements -bugfixes
2004-12-21py-table-0.8.3adarcy5-0/+171
PyTable is a relational database wrapper based on BasicProperty's rich property-based modeling system. PyTable provides a "thick" wrapper for PostgreSQL (and MySQL) database adapters which fills in missing functionality in the adapter layer to provide a uniform rich external API.
2004-12-21Add py-tabledarcy1-1/+2
2004-12-21Add p5-SQL-Abstract and p5-Class-DBI-AbstractSearch.he1-1/+3
2004-12-20Import p5-Class-DBI-AbstractSearch version 0.05.he4-0/+40
Description: Class::DBI provides a convenient abstraction layer to a database. It not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions (triggers, referential integrity, cascading delete etc.), at the application level, rather than at the database. This is particularly useful when using a database which doesn't support these (such as MySQL), or when you would like your code to be portable across multiple databases which might implement these things in different ways. In short, Class::DBI aims to make it simple to introduce 'best practice' when dealing with data stored in a relational database.
2004-12-20Import p5-SQL-Abstract version 1.17.he4-0/+28
Description: This module was inspired by the excellent the DBIx::Abstract manpage. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to create an abstract SQL generation module.
2004-12-20remove workaround for Darwin missing poll.h as a more correct fix isgrant1-6/+1
applied globally now.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant29-37/+58
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19explicitly ignore poll() on Darwin because newer Darwin does not havegrant1-1/+6
poll.h or provide the required #defines elsewhere.
2004-12-19Ensure that we build the shared library using PIC objects. This shouldjlam1-3/+6
fix the build on amd64.
2004-12-18Fix postgresql74-plperl so that it finds libperl.so at runtime. Thejlam3-20/+17
PostgreSQL configure/build infrastructure tries very hard to separate rpath flags from other LDFLAGS, which is completely unnecessary in pkgsrc since the wrapper scripts are smart enough to deal with it on their own. In this case, the GNU configure script was stripping out the rpath to libperl.so when setting perl_embed_ldflags, so modify the configure script to not do this. Also re-enable this package since it's possible to load the plperl.so language module again. I tested this with: createdb foo createlang -d foo plperl
2004-12-18tell configure to ignore inttypes.h on irix 5 because it is known togrant1-1/+7
be incompatible with sys/types.h. fixes PR pkg/28545 from Georg Schwarz.
2004-12-18I lost the checksum for the tarball in my last commit... add it back.jlam1-1/+3
2004-12-18Patch Makefile.shlib so that when creating shared libraries, we don'tjlam10-17/+69
only pass only the -L* LDFLAGS to the linker. This is correct for pkgsrc since the wrapper scripts take care of correctly passing the rpath info to the linker, so we don't need to filter those out. This allows plpgsql.so to find libintl.so if we are using the pkgsrc version of it. Bump the PKGREVISION of postgresql*-lib to 7.3.8nb1 and 7.4.6nb2. Link the postgres binary with the necessary flags to allow it to dlopen() modules that use pthreads[*]. This should allow postgres to open a plperl.so module built on a system with perl+threads. Bump the PKGREVISION of postgresql*-server to 7.3.8nb2 and 7.4.6nb2. [*] Note that this behavior can be tweaked globally by setting DLOPEN_REQUIRE_PTHREADS to "yes" or "no" in /etc/mk.conf.
2004-12-18Move the pg_config binary from -client to -lib. This fixes PR pkg/28685darcy5-7/+23
as well as the bulk build for py-postgresql. Note that the man page is still built and installed by -client. That's a trickier problem.
2004-12-17Wrong checksum. Updated file. No PKGREVISION bump since the update wasdarcy1-3/+3
so recent.
2004-12-17Remove unneccessary linedarcy1-2/+1
2004-12-17Update phppgadmin to 3.5.1. This release fixes a few critical bugs in 7.0,jdolecek2-5/+5
7.1 and 8.0rc1 PostgreSQL support, and few other smaller fixes and translation updates.
2004-12-17Patch added for configure so correct perl will be used.reed2-1/+15
This fixes error noticed on Mac OS X: configure: error: XML::Parser perl module is required for intltool (This is the same fix used for libgda also.)
2004-12-17Patch for configure added so correct perl will be used.reed2-1/+15
Fixes error caused by using native perl: configure: error: XML::Parser perl module is required for intltool (Noticed on Mac OS X. Okay'd by minskim.)
2004-12-17Fix typo in comment.wiz3-6/+6
2004-12-16drop the php-mcrypt RECOMMENDED, as it's not a general practice; leavejdolecek1-4/+1
just recommendation in MESSAGE.
2004-12-16Upgrade to version 3.6.darcy2-6/+6
Most important change was serious bug in 3.5 that did not allow DB-API 2.0 version to work without a manual change. Other changes: - Better DB-API 2.0 compliance - Exception hierarchy moved into C module and made available to both APIs - Fix error in update method that caused false exceptions - Moved to standard exception hierarchy in classic API - Added new method to get transaction state - Use proper Python constants where appropriate - Use Python versions of strtol, etc. Allows WIN32 build - Bug fixes and cleanups
2004-12-16update php-mysql DEPENDS to allow also php-mysqli - this package worksjdolecek2-3/+8
with either recommend (via RECOMMENDED and in MESSAGE) installation of php-mcrypt, which speeds up "cookie" authentication method
2004-12-16fix URL in MASTER_SITES.grant1-2/+3
2004-12-15the homepage seems to be http://www.phpmyadmin.net/jdolecek1-2/+2
2004-12-14- Update phpmyadmin to 2.6.1-rc1adrianp3-11/+16
- Fix permissions on config file as it could contain sensitive data - Fix missing ChangeLog link - Lots of bugfixes and updates, see ChangeLog for all the details - Inclues security update for PMASA-2004-4
2004-12-14Revert previous -- -current's sched_yield has been fixed.wiz2-17/+6
adam says ok.
2004-12-14Fixed building on NetBSD 2.0 and -currentadam3-18/+29
2004-12-14Teach configure explicitly how to find tcl using buildlink3, so thatminskim1-4/+5
the correct tclsh is used regardless of PATH.
2004-12-14Fix broken version number "2.6.0-pl2" of this package. Package versiontron1-2/+2
numbers must *never* include dashes.
2004-12-05Update p5-DBIx-SearchBuilder from version 1.01 to 1.15.he2-6/+7
Add HOMEPAGE pointing into search.cpan.org. Add DEPENDS on p5-Cache-Simple-TimedExpiry, as that appears to be required to have "make test" complete. Change log: 1.15 Sat Nov 27 13:09:56 EST 2004 - Fix a testsuite bug when DBD::SQLite isn't there 1.14 - Silenced warnings about uninitialized warnings when inserting null cols into the database. - Started adding lowercase method name aliases - Minor refactoring of 'id' method for a stupid, tiny perf improvement - Refactoring of DBIx::SearchBuilder::Record::Cachable for performance improvement - Added a FlushCache method to DBIx::SearchBuilder::Record::Cachable. - Started to flesh out a...test suite - SearchBuilder now truncates strings before inserting them into character types in the database as mysql generally does. Additionally, it truncates things at utf8 character boundaries...as mysql does not. - Fix for an undefined record cache warning on load from Autrijus Tang - Major documentation cleanups --Simon Cavalletto - A few tweaks to the ::Record class to eliminate the hard-coding of the name of the id column --Simon Cavalletto 1.12 - Better error handling for some query build failure cases - Corrected query builder for SQLite - More refactoring. 1.11 - When loading an object whose "id" has been altered, as in the case of RT's "Merge" functionality, the wrong object was returned by the caching layer. Special casing for the "id" method was removed. 1.10 - Identical to 1.10_05 1.10_05 - Reworked the _Accessible mechanism in DBIx::SearchBuilder::Record to remove a horribly crufty old caching mechanism that created a copy of the accessible hash for each and every object instantiated, sometimes quite slowly. 1.10_04 Mon Aug 30 17:33:18 EDT 2004 A query builder fix for an issue that bit RT2: Unsatisfied dependency chain in Joins Users_2 at /usr/local/share/perl/5.8.3/DBIx/SearchBuilder/Handle.pm line 965, line 69. Stack: [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder/Handle.pm:965] [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder.pm:326] [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder.pm:119] [/usr/local/share/perl/5.8.3/DBIx/SearchBuilder.pm:410] 1.10_03 Mon Aug 30 14:31:10 EDT 2004 - Cache Sanity fixes from Autrijus Tang <autrijus@autrijus.org> 1.10_02 Thu Aug 26 13:31:13 EDT 2004 1.10_01 Thu Aug 26 00:08:31 EDT 2004 - Reimplemented DBIx::SearchBuilder:::Record::Cachable to use Cache::Simple::TimedExpiry. This should make it faster and more memory efficient. 1.02_03 Thu Jul 22 13:29:17 EDT 2004 - Additional bullet proofing for joins. Now we default to ALIAS1 being "main" (cubic@acronis.ru) 1.02_02 Tue Jul 20 13:06:06 EDT 2004 - Fixed a join bug that mostly manifests as a 'Dependency chain' error on RT2. 1.02_01 Wed Jul 7 12:28:08 EDT 2004 - magic _Object instantiation from cubic@acronis.ru - make SB::_Handle settable directly (cubic@acronis.ru) - document the above
2004-12-05Update p5-DBI-Shell from version 11.9 to 11.93.he2-6/+6
Change HOMEPAGE to point into search.cpan.org. Change log is almost content-free (version number fixes?)
2004-12-05Update p5-DBI from version 1.41 to 1.46.he2-5/+5
Change log: Changes in DBI 1.46 (svn rev 584), 16th November 2004 Fixed parsing bugs in DBI::SQL::Nano thanks to Jeff Zucker. Fixed a couple of bad links in docs thanks to Graham Barr. Fixed test.pl Win32 undef warning thanks to H.Merijn Brand & David Repko. Fixed minor issues in DBI::DBD::Metadata thanks to Steffen Goeldner. Fixed DBI::PurePerl neat() to use double quotes for utf8. Changed execute_array() definition, and default implementation, to not consider scalar values for execute tuple count. See docs. Changed DBD::File to enable ShowErrorStatement by default, which affects DBD::File subclasses such as DBD::CSV and DBD::DBM. Changed use DBI qw(:utils) tag to include $neat_maxlen. Updated Roadmap and ToDo. Added data_string_diff() data_string_desc() and data_diff() utility functions to help diagnose Unicode issues. All can be imported via the use DBI qw(:utils) tag. Changes in DBI 1.45 (svn rev 480), 6th October 2004 Fixed DBI::DBD code for drivers broken in 1.44. Fixed "Free to wrong pool"/"Attempt to free unreferenced scalar" in FETCH. Changes in DBI 1.44 (svn rev 478), 5th October 2004 Fixed build issues on VMS thanks to Jakob Snoer. Fixed DBD::File finish() method to return 1 thanks to Jan Dubois. Fixed rare core dump during global destruction thanks to Mark Jason Dominus. Fixed risk of utf8 flag persisting from one row to the next. Changed bind_param_array() so it doesn't require all bind arrays to have the same number of elements. Changed bind_param_array() to error if placeholder number <= 0. Changed execute_array() definition, and default implementation, to effectively NULL-pad shorter bind arrays. Changed execute_array() to return "0E0" for 0 as per the docs. Changed execute_for_fetch() definition, and default implementation, to return "0E0" for 0 like execute() and execute_array(). Changed Test::More prerequisite to Test::Simple (which is also the name of the distribution both are packaged in) to work around ppm behaviour. Corrected docs to say that get/set of unknown attribute generates a warning and is no longer fatal. Thanks to Vadim. Corrected fetchall_arrayref() docs example thanks to Drew Broadley. Added $h1->swap_inner_handle($h2) sponsored by BizRate.com Changes in DBI 1.43 (svn rev 377), 2nd July 2004 Fixed connect() and connect_cached() RaiseError/PrintError which would sometimes show "(no error string)" as the error. Fixed compiler warning thanks to Paul Marquess. Fixed "trace level set to" trace message thanks to H.Merijn Brand. Fixed DBD::DBM $dbh->{dbm_tables}->{...} to be keyed by the table name not the file name thanks to Jeff Zucker. Fixed last_insert_id(...) thanks to Rudy Lippan. Fixed propagation of scalar/list context into proxied methods. Fixed DBI::Profile::DESTROY to not alter $@. Fixed DBI::ProfileDumper new() docs thanks to Michael Schwern. Fixed _load_class to propagate $@ thanks to Drew Taylor. Fixed compile warnings on Win32 thanks to Robert Baron. Fixed problem building with recent versions of MakeMaker. Fixed DBD::Sponge not to generate warning with threads. Fixed DBI_AUTOPROXY to work more than once thanks to Steven Hirsch. Changed TraceLevel 1 to not show recursive/nested calls. Changed getting or setting an invalid attribute to no longer be a fatal error but generate a warning instead. Changed selectall_arrayref() to call finish() if $attr->{MaxRows} is defined. Changed all tests to use Test::More and enhanced the tests thanks to Stevan Little and Andy Lester. See http://qa.perl.org/phalanx/ Changed Test::More minimum prerequisite version to 0.40 (2001). Changed DBI::Profile header to include the date and time. Added DBI->parse_dsn($dsn) method. Added warning if build directory path contains whitespace. Added docs for parse_trace_flags() and parse_trace_flag(). Removed "may change" warnings from the docs for table_info(), primary_key_info(), and foreign_key_info() methods. Changes in DBI 1.42 (svn rev 222), 12th March 2004 Fixed $sth->{NUM_OF_FIELDS} of non-executed statement handle to be undef as per the docs (it was 0). Fixed t/41prof_dump.t to work with perl5.9.1. Fixed DBD_ATTRIB_DELETE macro thanks to Marco Paskamp. Fixed DBI::PurePerl looks_like_number() and $DBI::rows. Fixed ref($h)->can("foo") to not croak. Changed attributes (NAME, TYPE etc) of non-executed statement handle to be undef instead of triggering an error. Changed ShowErrorStatement to apply to more $dbh methods. Changed DBI_TRACE env var so just does this at load time: DBI->trace(split '=', $ENV{DBI_TRACE}, 2); Improved "invalid number of parameters" error message. Added DBI::common as base class for DBI::db, DBD::st etc. Moved methods common to all handles into DBI::common. Major tracing enhancement: Added $h->parse_trace_flags("foo|SQL|7") to map a group of trace flags into the corresponding trace flag bits. Added automatic calling of parse_trace_flags() if setting the trace level to a non-numeric value: $h->{TraceLevel}="foo|SQL|7"; $h->trace("foo|SQL|7"); DBI->connect("dbi:Driver(TraceLevel=SQL|foo):...", ...); Currently no trace flags have been defined. Added to, and reworked, the trace documentation. Added dbivport.h for driver authors to use. Major driver additions that Jeff Zucker and I have been working on: Added DBI::SQL::Nano a 'smaller than micro' SQL parser with an SQL::Statement compatible API. If SQL::Statement is installed then DBI::SQL::Nano becomes an empty subclass of SQL::Statement, unless the DBI_SQL_NANO env var is true. Added DBD::File, modified to use DBI::SQL::Nano. Added DBD::DBM, an SQL interface to DBM files using DBD::File. Documentation changes: Corrected typos in docs thanks to Steffen Goeldner. Corrected execute_for_fetch example thanks to Dean Arnold.
2004-12-04Add and enable ruby-DBD-sqlite.taca1-1/+2
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca4-8/+8
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz11-22/+22
Suggested by Roland Illig, ok'd by various.
2004-12-03Reset maintainer, no MX for netbsd-fr.org found.wiz1-2/+2
2004-12-03Update to 0.23. Provided by Greg Troxel in pkgsrc-wip.wiz9-86/+68
Uses guile-1.6 and postgresql-7.4. Four years of development since the previous version: many changes. XXX: This package includes a hack since pgsql.bl3.mk does not provide a way to get the matching -clients package.
2004-12-02RECOMMENDED should be after DEPENDS.wiz1-2/+2
2004-12-02move >=7.4.3 to RECOMMENDED and allow for both postgresql74- andgrant1-2/+3
postgresql- pkgnames in DEPENDS so installations from earlier can still be used if you IGNORE_RECOMMENDED.
2004-12-02Revert previous, ``mysqlhotcopy'' requires p5-DBD-mysql, which requiresxtraeme3-10/+15
mysql*-client! explain which are the required packages to run the script.