summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
2005-10-23Import qdbm from pkgsrc-wip. Packaged by OBATA Akio.minskim6-0/+167
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 includes APIs for C, C++, and Java. CGI scripts are also contained. APIs for Perl and Ruby should be installed with a source package.
2005-10-16remove @dirrm share/phppgadmin, which was mistakely added in previous revisionjdolecek1-2/+1
2005-10-16Install help filesjdolecek2-4/+13
PR: 30329 by Mehul N. Sanghvi
2005-10-15Update database/abook to 0.5.4tonio2-6/+6
This release contains mainly an update of autoconf/automake, code cleanups and minor fixes
2005-10-13Added the php-pdo packages.rillig1-1/+7
2005-10-13Removed the RCS Id from patch-ad. While at it, fixed the other pkglintrillig3-8/+5
warning, too.
2005-10-12rrdtool explicitly forbids any use of -ffast-mathabs1-1/+4
2005-10-12Update "phpmyadmin" package to version 2.6.4-pl2. This version fixestron3-8/+7
the security vulnerability reported in PMASA-2005-4. Addresses PR pkg/31561 by Zafer Aydogan.
2005-10-10Add some missing pieces from the last change. -client needs the copiedjoerg2-3/+18
files too and the copying itself has to be done before configure, not before build.
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2
2005-10-10Allow PostgreSQL to build on DragonFly.joerg5-7/+32
Bump revision of client to annotate PLIST change. Based on patch from reed@.
2005-10-10${ECHO} and ${TR}.tv1-2/+2