summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-07-18Unbuildlinkify mysql_config so that --libs and --include return the correctjlam1-1/+2
values.
2004-07-18The libraries don't link against libreadline, only the client binaries, sojlam1-3/+2
remove the readline buildlink3.mk file.
2004-07-18No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOLjlam1-2/+1
is defined.
2004-07-18Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,schmonz1-5/+2
as that test is now done by the buildlink3 file itself.
2004-07-17Accept perl-thread in addition perl.kim1-2/+2
2004-07-14Update php4 to 4.3.8.jdolecek4-4/+40
This is security fix release, fixing several important security issues. From the ChangeLog: * Fixed strip_tags() to correctly handle '\0' characters. * Improved stability during startup when memory_limit is used. * Replace alloca() with emalloc() for better stack protection. * Added missing safe_mode checks inside ftok and itpc. * Fixed bug #28963 Fixed address allocation routine in IMAP extension. * Fixed bug #28632 Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL. Note: package update also includes extra patches from PHP CVS not present in stock PHP 4.3.8 release - compilation fix for mssql extension and Zend engine memory-use-after-free fix.
2004-07-10provide BUILDLINK_CPPFLAGS, LDFLAGS and LIBS for each pkgsrc dbgrant3-3/+12
implementation.
2004-07-08Add the p5-DBIWrapper subdirectoryerh1-1/+2
2004-07-08New package: DBIWrapper version 0.20erh4-0/+44
Perl extension for generic DBI database access CVl: ---------------------------------------------------------------------
2004-07-08Fix PLIST after last update of postgresql (hi darcy!).cube1-6/+8
Patch from Greg Troxel in PR 26186 (plus remaining bits).
2004-07-07Set BUILDLINK_LIBDIRS.db?, as mail/exim expects.wiz3-3/+6
2004-07-06Annotate a comment:wiz1-1/+2
# XXX: following comment still true for buildlink3? # XXX ${PYSITELIB}/... doesn't get transformed by buildlink2