summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-08-05Rename Makefile.options to options.mk in the packages that I maintain.jlam2-3/+3
This follows the example of the mail/dovecot package, as suggested by <schmonz>.
2004-08-04update the site for hierarchical query patchrecht1-2/+2
2004-08-04Update databases/sqlite to 2.8.15. This is a bug-fix maintenancejlam3-15/+13
release over version 2.8.14 that fixes some memory allocation and quoting problems.
2004-08-04We only need the full dependency on libtool if we build the dynamicjlam2-3/+4
modules. Bump the PKGREVISION.
2004-08-04Force GNU readline in the client to work around core dumps with therecht2-3/+7
native libedit. Bump PKGREVISION to 1 to propagate the change.
2004-08-04This doesn't work with db1.jlam1-1/+2
2004-08-04Convert to use bdb.buildlink3.mk.jlam1-6/+6
2004-08-02update to 1.0.5drochner3-6/+9
Version 1.0.5 -- the "Weighs the same as a duck" release * Added Finnish translation (Eero Tamminen) and relationship calculator. * Usability improvements for small screen sizes. * Find duplicates tool fixed. * Cross-platform newline support in GEDCOM import. * Parents deleting fixed in Family View. * Minor bug fixes.
2004-08-02Update to version 1.01.cube2-5/+5
1.01 Sun Jun 27 23:35:46 EDT 2004 - Releasing 1.00_06 as stable 1.00_06 - Pg/Oracle: Don't attempt to do case insensitive comparisons on integer values. 1.00_05 - Force utf8 flag on when doing searches for utf8 data; this is a workaround for DBDs that don't do it themselves. 1.00_04 - Move Postgres specific join behaviour to the superclass so everyone gets the benefit. 1.00_03 - Remove "AS" from table name aliases on joins, since Oracle doesn't like em. 1.00_02 - Slightly cleaner code in SearchBuilder->GotoPage 1.00_01 - Better handling of case insensitive comparisons on Postgres - Proper support for query paging on SQLite
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam3-39/+38
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-29Remove unnecessary chunk containing $Id$.wiz2-12/+3
2004-07-29Remove openldap1, which is very old and no longer maintained;xtraeme10-348/+1
kleink@ agrees.
2004-07-28Oops, remove RCS keywords from the patch...kim2-11/+3
2004-07-28Add a patch from abook CVS to fix string truncation in mutt import filter.kim3-2/+44
2004-07-27Set PGSQL_VERSION_REQD to 73 to fix the (bulk) build.recht1-1/+3
2004-07-27Fix PKGNAME after PostgreSQL 73 changes.recht1-10/+9
2004-07-26Add standard djbware RESTRICTED clause. Set USE_BUILDLINK3=yes.schmonz1-2/+12
Enable pkgviews installation. Rename pre-build to do-configure.
2004-07-26Make pgaccess depend on tk-postgresql73 to unbreak the build.recht1-2/+2
(We currently don't have tk-postgresql74.) spotted by kristerw
2004-07-25Correct path to ../../databases/tcl-postgresql73kristerw1-2/+2
2004-07-24Add and enable the postgresql packages with their new names.recht1-11/+11
2004-07-24Delete old postgresql packages now that we have the postgresql73 ones.recht56-2274/+0
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht14-43/+40
version.
2004-07-24change pkgname to postgresql74* (from postgresql*)recht9-32/+34
2004-07-24reimport of tk-postgresql as tk-postgresql73recht4-0/+40
Tk interface to PostgreSQL consisting of a front-end Tcl/Tk client.
2004-07-24reimport of py-postgresql as py-postgresql73recht3-0/+57
Note: This package should probably replaced by a PyGreSQL package. PyGreSQL is a python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script. This also includes support for the Python DB-API.
2004-07-24reimport of tcl-postgresql as tcl-postgresql73recht5-0/+61
Tcl interface to PostgreSQL, including front-end clients and a loadable shared object for Tcl clients.
2004-07-24reimport of postgresql-server as postgresql73-serverrecht7-0/+303
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This is the meta-package for the PostgreSQL database system.
2004-07-24reimport of postgresql-pltcl as postgresql73-pltclrecht4-0/+40
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system that enables the Tcl language to be used to create functions and trigger-procedures. It offers most of the capabilities a function writer has in the C language.
2004-07-24reimport of postgresql-plperl as postgresql73-plperlrecht4-0/+36
PL/Perl allows you to write functions in the Perl programming language that may be used in SQL queries as if they were built into Postgres. The PL/Perl intepreter is a full Perl interpreter. However, certain operations have been disabled in order to maintain the security of the system.
2004-07-24reimport of postgresql-lib as postgresql73-librecht6-0/+465
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This package contains the database headers and libraries.
2004-07-24reimport of postgresql-docs as postgresql73-docsrecht3-0/+660
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This package contains the database documentation.
2004-07-24reimport of postgresql-client as postgresql73-clientrecht4-0/+179
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This package contains the database client programs.
2004-07-24reimport of postgresql as postgresql73recht16-0/+429
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This is the meta-package for the PostgreSQL database system.
2004-07-24cyrus-sasl configure option takes no argument.jlam1-4/+4
2004-07-24Need to bump the version in buildlink3.mk since the shlib major wasjlam1-4/+4
bumped.
2004-07-24If neither USE_SASL nor USE_SASL2 are defined, then use cyrus-sasl2 byjlam1-2/+2
default.
2004-07-24Use the correct configure option for cyrus-sasl, and correct the path tojlam1-5/+5
the cyrus-sasl2/buildlink3.mk file.
2004-07-24Update databases/openldap to version 2.2.13, the latest stable release.jlam13-137/+223
Major changes from version 2.1.30 include: * "LDAP Sync"-based lightweight replication * Proxy Cache Support * Hierarchical Backend * NS-SLAPI Support * Backend Layering * Access Control extensions including dynamic group support * LDAPv3 extensions: - ACID extensions - Cancel Operation - Content Synchronization Operation - DIT Content Rules - Duplicate Entry Extension - Simple Paged Results Extension - Proxy Authorization Extension
2004-07-23Become maintainer since it's a critical component of samba, and I'm stilljlam1-2/+2
the maintainer for that package.
2004-07-22fix postgresql-lib includerecht1-2/+2
spotted by kristerw
2004-07-22update to 1.1.14drochner2-10/+7
changes: * 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.
2004-07-22update to 0.5.1drochner2-6/+6
fixes a number of (partly annoying) bugs
2004-07-22update to 2.8.14drochner2-6/+5
changes: Fix the min() and max() optimizer so that it works when the FROM clause consists of a subquery. Ignore extra whitespace at the end of of "." commands in the shell. Bundle sqlite_encode_binary() and sqlite_decode_binary() with the library. The TEMP_STORE and DEFAULT_TEMP_STORE pragmas now work. Code changes to compile cleanly using OpenWatcom. Fix VDBE stack overflow problems with INSTEAD OF triggers and NULLs in IN operators. Add the global variable sqlite_temp_directory which if set defines the directory in which temporary files are stored. sqlite_interrupt() plays well with VACUUM. Other minor bug fixes.
2004-07-22add python as categoryrecht13-27/+27
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-21Be more explicit about when you'd want to remove /var/mysql.jlam1-4/+4
2004-07-21Defer the creation of the initial MySQL database directories until wejlam4-26/+105
actually try to run MySQL server. Beef up the rc.d script to work on systems that don't use NetBSD's rc.d script system, and to support an "initdb" command to initialize the MySQL database for first-time use.
2004-07-20Reorganize the line order to bring related things together and to morejlam1-25/+24
closely match the template package Makefile. Also use BUILD_DIRS instead of invoking make explicitly in a post-build target.
2004-07-20Slight cleanups.jlam1-8/+8
2004-07-20Use ${VARBASE}.xtraeme2-4/+4
2004-07-19Include gettext-lib/buildlink3.mk to get libintl.so* on NetBSD 1.5.x.heinz1-2/+3
Bump revision.