summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2002-11-15buildlink1 -> buildlink2jlam1-2/+3
2002-11-15buildlink1 -> buildlink2jlam1-3/+3
2002-11-15Whitespace fixes.jlam1-10/+10
2002-11-15buildlink1 -> buildlink2jlam1-5/+5
2002-11-08Update edb to 1.0.3. Changes are bugfixes only.rh3-7/+7
2002-11-05- make this work with apache2martti2-4/+4
- buildlink2
2002-11-03Use buildlinkmartti1-3/+2
2002-11-02update MASTER_SITES.grant1-2/+2
2002-11-01Remove patch file obsoleted by last update of this package.tron1-14/+0
2002-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz6-11/+16
2002-11-01Update to 1.8.3:wiz5-44/+30
CHANGES from 1.8.2 to 1.8.3 1. Various configure related changes and additional updates. CHANGES from 1.8.1 to 1.8.2 1. Allow `NEWDB'-opened databases to actually, well, store records. CHANGES from 1.8 to 1.8.1 1. Lots of bug fixes, including a data corruption bug. 2. Updated to current autoconf and libtool. 3. Moved the dbm/ndbm compatibility routines to libgdbm_compat.
2002-10-30Add and enable gnome-dbrh1-1/+2
2002-10-30Initial import of gnome-db-0.8.192, the GNOME2 database applications andrh5-0/+180
libraries.
2002-10-30Add missing buildlink2.mkrh1-0/+37
2002-10-30Add and enable libgnomedbrh1-1/+2
2002-10-30Initial import of libgnomedb-0.8.199, the GNOME2 database library.rh6-0/+248
2002-10-30Replace homegrown patch with PKGCONFIG_OVERRIDErh3-14/+4
2002-10-30Add and enable libgdarh1-1/+2
2002-10-30Initial import of libgda-0.8.199, the GNU database access library. Thisrh8-0/+328
version only comes with a default XML backend enabled. Based on the package provided by Scott Aaron Bamford in PR pkg/18660.
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-5/+3
2002-10-27Use buildlink2. Use perl5/module.mk.seb3-17/+9
2002-10-27Use perl5/module.mk (including PERL5_LDFLAGS).seb3-24/+25
Remove Makefile.PL interactive part via patch.
2002-10-27Use perl5/module.mk.seb1-5/+2
2002-10-27Added guile-pg-0.07.cjones1-1/+2
2002-10-27Imported guile-pg:cjones7-0/+84
Guile-pg is a Guile module providing access and allowing updates to PostgreSQL databases from Guile scripts. Guile is the GNU interpreter for the Scheme language and PostgreSQL is a free relational database management system.
2002-10-26Update to freetds-0.60.grant6-30/+41
Changes since 0.53 include: * Much improved support for Microsoft servers, including SQL Server 2000 datatypes and domain logins. * Support and convertibility of all major datatypes. * Much expanded coverage of the ODBC API. * An all-new BCP implementation, including host variable support. * Character set conversions, via the iconv library. * Threadsafe operation.
2002-10-25Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR.wiz1-2/+2
2002-10-25add onedrochner1-0/+7
2002-10-25add py-psycopgdrochner1-1/+2
2002-10-25another Python-PostgreSQL adapterdrochner6-0/+82
2002-10-25postgresql-7.2.3 contains PyGreSQL-3.3, so reflect this in the namedrochner1-2/+2
2002-10-24Use pax instead of relying on gtar (wwww).wiz1-9/+3
2002-10-24this postinstall rule needs the real GNU tar, so BUILD_DEPEND on itdrochner1-1/+7
2002-10-21Convert to buildlink2.wiz1-3/+4
2002-10-21Unused.wiz1-41/+0
2002-10-21buildlink1 -> buildlink2.wiz1-4/+4
2002-10-21buildlink1 -> buildlink2.wiz1-8/+5
2002-10-20Use buildlink2. Use perl5/module.mk.seb2-12/+6
2002-10-20Note the locations of the common distinfo file and patches directory.jlam1-1/+4
2002-10-20Improve. From Greg A. Woods in PR 18713.wiz1-1/+12
2002-10-19Fix case where pgsql_flags contains more that one option.jlam1-3/+3
2002-10-19Forgot to fix quoting for pgsql_flags.jlam1-2/+2
2002-10-19Alter quoting so that command_args can be set to something like:jlam1-3/+7
command_args="> /var/log/pgsql.log"
2002-10-19Don't create ${PGHOME} at install time, as the rc.d script will do it forjlam1-2/+2
us the first time that pgsql is run.
2002-10-19Allow for different "home" directory for storing PostgreSQL databases.jlam1-28/+38
This is specified at run-time by setting pgsql_home=/path/to/home in /etc/rc.conf. Ensure that ${pgsql_home} has the correct permissions (o=${pgsql_user}, g=${pgsql_group}, m=0750) before initializing the database.
2002-10-19You don't need to run "/etc/rc.d/pgsql start" at boot time only.jlam1-3/+3
2002-10-19Don't default to pgsql=NO anymore, as rc.d scripts aren't copied intojlam1-2/+1
/etc/rc.d by default any longer. This causes the usual warning to be emitted when the script is executed.
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19Trivially use buildlink2.jlam1-1/+2
2002-10-19Update databases/odbc-postgresql to version 7.2.3. Pkgsrc changes includejlam10-184/+105
Splitting out a common Makefile for future unixodbc-postgresql and iodbc-postgresql packages. Changes from version 7.1.3 include: Remove query size limit (Hiroshi) Remove text field size limit (Hiroshi) Fix for SQLPrimaryKeys in multibyte mode (Hiroshi) Allow ODBC procedure calls (Hiroshi) Improve boolean handing (Aidan Mountford) Most configuration options on setable via DSN (Hiroshi) Multibyte, performance fixes (Hiroshi) Allow driver to be used with iODBC or unixODBC (Peter E) MD5 password encryption support (Bruce) Add more compatibility functions to odbc.sql (Peter E)