summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2006-05-07Update to 1.8.50, provided by OBATA Akio in PR 33404:wiz4-17/+19
Changes: 2006-04-28 Mikio Hirabayashi - The utility API was enhanced. - Release: 1.8.50
2006-05-05fix DEPENDS - this now needs p5-Cloneabs1-2/+3
2006-05-05Changes 1.2.13:adam8-39/+37
Restoring from 1.0.x format XML dumps was enabled. The stability of rrdtool fetch results was fixed. A new rrdtool graph and rrdcgi functions were added. The pipe mode interface was improved. Many bugfixes were made.
2006-05-03Fix previous: make(1) .for also needs "in".wiz1-2/+2
2006-05-02update to 2.0.11drochner4-8/+93
changes: * Date parsing and displaying improvements * Numerous LDS fixes * Slovak translations * Numerous relationship Graph enhancements * GEDCOM import and export improvements
2006-05-02don't @dirrm in PKGSYSCONFDIRdrochner1-2/+1
2006-05-02Include libart in b3.mk, it is needed for linking. Reset maintainer onjoerg2-3/+4
his request.
2006-05-01Fixed some pkglint warnings.rillig2-14/+14
2006-04-30Fix typos: Python backend not included, since I found no easy way tojoerg3-9/+5
force the use of a specific Python version. FreeTDS variable was spelled wrong. Bump revision.
2006-04-28Add ncurses dependency to get edb_vt_ed everywhere. Bump revision.joerg2-3/+5
2006-04-27Update to 1.8.49, provided by OBATA Akio in PR 33369:wiz2-6/+6
2006-04-19 Mikio Hirabayashi - A parameter of dynamic linking library on Mac OS X was modified. - The utility API was enhanced. - Release: 1.8.49
2006-04-25Explicitly disable all features not enabled via option.joerg3-15/+99
The configure script is too agreessive and bypasses the buildlink3 framework. Add options for sqlite, odbc, freetds and perl. Fix PLIST. Bump revision. OK by maintainer.
2006-04-23Update p5-DBD-postgresql to 1.48.hiramatsu2-6/+6
Changes from 1.41: 1.48 April 5, 2006 - Bump minimum DBI version to 1.45 (CPAN bug #18260) (plus problems in versions 1.42 and 1.44 [GSM] - Fix typo in Pg.pm code (CPAN bug #18537) [marc@sssonline.com] - Ensure begin_work is properly set before err. (CPAN bug #18387) [GSM] - Force PQexecParams to only run with DML. (CPAN bug #18258) [GSM] - Fix bytea encoding problem (CPAN bug #18264) [GSM] - Add documentation about connection service files (pg_service.conf). [David Fetter] 1.47 March 20, 2006 - Fix problem with selecting arrays. (CPAN bugs #18128 and #18177) [GSM] - Fix problem with dollar-sign placeholders. [GSM] 1.46 March 16, 2006 - Fix problem with dollar-sign placeholders. (husseinp@gmail.com) (CPAN bug #18209) [GSM] 1.45 February 27, 2006 - Fix bug preventing bytea values over 20 characters from showing. Spotted by Igor Shevchenko. [GSM] 1.44 February 21, 2006 - Make sure pg_warn does not warn if the database attribute PrintWarn is off. (Tyler MacDonald tyler@yi.org) [GSM] - Add SIGNATURE file for Module::Signature verification. [GSM] - Fix error in documentation for pg_errorlevel. (CPAN bug #17434) - Add experimental support for using DEFAULT values inside of execute with $DBDPG_DEFAULT. [GSM] - Return the proper SQLSTATE codes on connection failures. (CPAN bug #17115) [GSM] - Fix parser to handle leading parens. (CPAN bug #15481) [GSM] - Make statement handles destruction abort early if InactiveDestroy is set (CPAN bug #14978) [GSM] - Make quote work properly for time/date types (CPAN bug #15082) [GSM] - Ensure all lo_ functions begin a transaction as needed if they are the first action in a script (CPAN bug # 13810) [GSM] - Fix memory leak in dbdimp.c (k@sawada.cc) [Kenchi Sawada] - Fix memory leak in dbdimp.c (dmitri@karasik.eu.org) (CPAN bug #16054) - Move package declaration lines to fix RPM parser problems (CPAN bug #14509) [GSM] - Add support for dollar quoting (CPAN bug #13608) [GSM] - Added $dbh->{pg_default_port} method [GSM] - Overhaul get_info data, add many more values [GSM] - Overhaul type_info data (CPAN bug #13806) [GSM] - Rewrite some of the quoting functions, reduce dependence on libpq versions [GSM] - Rewrite and optimize the do() method. Should be much faster when called without placeholders. Thanks to Tom Lane for suggesting this. [GSM] - Double check PQserverVersion return and use alternate method if it returns 0 (CPAN bug #14302) - Add support for specifying type in $dbh->quote(), such as $dbh->quote($var, {pg_type => DBD::Pg::PG_BYTEA}) Also support type => SQL_xx [GSM] (CPAN bug #13942) - Fix pg_notifies() bug (CPAN bug #14232) [door@lcpi.ru] - Add pg_ping() method [GSM] - Make sure ping returns true, even if in failed transaction state [thanks to Bill Moseley] [GSM] - Fix COPY-related core dump [GSM] - Fix strncpy bug in quote.c [Jun Kuriyama] (CPAN bug #14897) - Fix error in is_high_bit_set() [Alexey Tourbin] (CPAN bug #13406) 1.43 June 23, 2005 - Added README.dev file. [GSM] - Fix statement-name related core dump. [GSM] - Ensure state() returns an empty string, not 00000 on success. (CPAN bug #13237) [michael.bell@web.de of OpenCA] [GSM] - Fix rare core dump when $sth still in scope after disconnect [GSM] - Enhancements to README.win32 [fenlisesi@gmail.com] - Fix incorrect sprintf calls (CPAN bug #12204) [Jakub Jelinek] - Fix get_info(18) ("ODBCVERSION") (CPAN bug #12968) [thanks to szinger@lanl.gov] [GSM] 1.42 May 21, 2005 - Fix minor issues with copying and bytea quoting on older servers. Fix some other memory leaks. [GSM] - Fix backslash parsing in statements (CPAN bug #12870) [felix.klee@inka.de] [GSM] - Make rollback/commit reset copy state (CPAN bug #12866) [imb@rentrak.com] [GSM] - Make sure lo_creat issues a begin if necessary [GSM] - Fix incorrect behavior when AutoCommit switched on. (CPAN bug #12748) [thanks to Vivek Khera] [GSM] - Have last_insert_id use set_err, not die. (CPAN bug #12503) [thanks to Alexandra Walford] [GSM] - Fixed tests to correctly handle older DBI versions reporting failures on last_insert_id() (CPAN bug #12204) [jpo@di.uminho.pt] [GSM] - Re-enable REMARKS field on column_info (CPAN bug #12399) [thanks to morni@cpan.org] [GSM] - Many minor compiler optimizations and cleanups [GSM] - Fix two separate memory leaks in dbdimp.c [hertzog@debian.org and richardg@eSentire.com] - Change VARCHAROID to UNKNOWNOID, suggested by users on mailing list [GSM]
2006-04-23Updated p5-SQL-Abstract to 1.21.hiramatsu2-7/+6
Changes from 1.17: revision 1.21 date: 2006/03/08 01:27:56; author: nwiger; state: Exp; lines: +5 -5 - bugfix for -1 setting off -and logic in modlogic() ---------------------------- revision 1.20 date: 2005/08/18 18:41:58; author: nwiger; state: Exp; lines: +104 -50 - added patch from Dan Kubb enabling quote_char and name_sep options - added patch from Andy Grundman to enhance _anoncopy for deep refs ---------------------------- revision 1.19 date: 2005/04/29 18:20:30; author: nwiger; state: Exp; lines: +34 -20 added _anoncopy to prevent destroying original; updated docs ---------------------------- revision 1.18 date: 2005/03/07 20:14:12; author: nwiger; state: Exp; lines: +201 -65 added support for -and, -or, and -nest; see docs for details
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam7-14/+41
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-3/+3
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-20Updated to 1.12.hiramatsu2-6/+6
Change from 1.11: 1.12 - Brought up to date with SQLite 3.3.5
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz16-29/+32
2006-04-17Add fix for CAN-2006-0903 taken from MySQL bug #17667. Bump packagetron3-3/+18
revision because of this security fix.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam15-442/+442
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz3-6/+6
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam9-28/+18
USE_TOOLS+=msgfmt.
2006-04-13Update mysql5-* to 5.0.20.xtraeme8-40/+92
To see new changes and bugs fixed, see: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-x.html.
2006-04-12Remove another "pkglint" error after clarification about the correcttron1-3/+3
fix from Roland Illig.
2006-04-12Fix some non disputable errors reported by "pkglint".tron2-6/+6
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig34-68/+68
that they look nicer.
2006-04-11Update to 1.8.48, provided by OBATA Akio in PR 33237:wiz5-12/+41
Changes: 2006-03-27 Mikio Hirabayashi - The utility API was enhanced. - Release: 1.8.48 pkgsrc changes: use libtool.
2006-04-08use MASTER_SITE_PGSQLjdolecek2-14/+14
2006-04-08use MASTER_SITE_PGSQL and replace PGSQL_MIRRORS_SORT with MASTER_SORTjdolecek2-105/+7
2006-04-07Update "phpmyadmin" package to version 2.8.0.3.tron2-7/+8
Changes since version 2.8.0.2: - XSS vulnerability (set_theme) - mysqli problems with zend.ze1_compatibility_mode enabled - setup script did not save the mysql/mysqli extension - XSS vulnerability (calling directly css files under themes)
2006-04-07fix avl_* function prototype conflicts on Solaris, so this now buildsgrant1-1/+16
on Solaris.
2006-04-06Added databases/pgadmin3 version 1.4.2adam1-1/+2
2006-04-06pgAdmin III is the most popular and feature rich Open Source administration andadam6-0/+1295
development platform for PostgreSQL, the most advanced Open Source database in the world. The application may be used on BSD, Linux, Solaris, Mac OSX and Windows platforms to manage PostgreSQL 7.3 and above running on any platform, as well as commercial versions of PostgreSQL such as Pervasive Postgres, EnterpriseDB, Mammoth PostgreSQL and SRA PowerGres. pgAdmin III is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases. The graphical interface supports all PostgreSQL features and makes administration easy. The application also includes a syntax highlighting SQL editor, a server-side code editor, an SQL/batch/shell job scheduling agent, support for the Slony-I replication engine and much more. Server connection may be made using TCP/IP or Unix Domain Sockets (on *nix platforms), and may be SSL encrypted for security. No additional drivers are required to communicate with the database server.
2006-04-06Over 1200 files touched but no revisions bumped :)reed52-137/+137
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Merge (almost replace) this package with ruby-sqlite3 in pkgsrc-wipminskim3-9/+125
packgaed by OBATA Akio, because the latter is more complete. Bump PKGREVISION.
2006-04-02Update to 1.902:wiz5-178/+96
libgnomedb 1.9.102, 2006-03-24 ------------------------------ - More respectfull of standard naming conventions (Juan Manuel) - Moved all the objects not depending on GTK+ to Libgda (Vivien) - Improved tests (Vivien) - Fixed #327798 (Thierry) - Login widget now uses usaename and password when provided in the configuration - Grammar corrections (Thierry) - Updated sample application - Bug fixes and various improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - es (Francisco Javier) - fi (Ilkka) - nl (Vincent) - cs (Stanislav) - vi (Clytie) - en_CA (Adam) - eu (Iñaki) - zh_TW (Chao-Hsiung) - de (Frank) - pt_BR (Raphael)
2006-04-02Not needed any longer (after 1.9.102 update).wiz1-22/+0
2006-04-02Update to 1.9.102:wiz10-70/+199
libgda 1.9.102, 2006-03-24 -------------------------- - Merged the Libgnomedb's part which is not GUI related (Vivien) - GdaDataModel API simplifications (Vivien) - Added support for cursor based navigation in GdaDataModel (Vivien) - Fixed #327797 (Rodrigo) - Fixed #329933 (Thomas) - Improved Cygwin compilation (Cygwin Ports Maintainer) - Added data import from CSV and XML files (Vivien) - Use SQLite 3.3.4 (Vivien) - Providers can now provide information about constraints in the database structure (Vivien) - Fixes for building out of the source tree (Bob) - FreeTDS provider compilation fixes (Leonardo) - New tests - More respectfull of standard naming conventions (Dan, Murray) - Documentation improvements (Juan Manuel Mouriz, Vivien) - Modifications to require glib >= 2.6.0 (Bas) - Many bug fixes - Many other small improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - fi (Ilkka) - it (Marco) - en_CA (Adam) - vi (Clytie) - es (Francisco Javier) - eu (Iñaki) - zh_TW (Chao-Hsiung) - pt_BR (Raphael)
2006-04-02Update to 1.8.47, provided by OBATA Akio in PR 33167:wiz5-10/+16
Changes: 2006-03-10 Mikio Hirabayashi - LTmakefile was modified. - The utility API was enhanced. - Release: 1.8.47 pkgsrc changes: From 1.8.41, LZO and BZIP compression feature was added, so link to those libraries and enable.
2006-03-30Update to 0.17:jmmv3-9/+11
* Mime-types Changes: - Added application/x-cue (CD image cuesheet) - Added application/vnd.ms-access (Access database) - Added application/x-7z-compressed (7-zip archive) - Added application/mathematica (Mathematica) - Added application/x-gedcom (GEDCOM genealogy) - Added application/x-shorten (Shorten audio) - Added video/3gpp (3GPP video) - Added application/docbook+xml (Docbook) - Added application/x-sqlite (SQLite database) - Added application/x-go-sgf (Go saved games) - Added application/x-m4 (M4 scripts) - Added a few Ogg related mime-types - Added application/x-cbr and application/x-cbz (Comic books archives) - Added flv-application/octet-stream (Flash video) - Added application/x-gnuplot (Gnuplot) - Added application/x-srt (Text subtitle files) * New translations: - zh_TW * Spec changes: - Make the mime cache contain an mmappable binary format - Add acronym and expanded-acronym - Add recommendations for duplicate globs handling
2006-03-30Add ruby-sqlite3.minskim1-1/+2
2006-03-30Import ruby-sqlite3.minskim4-0/+42
This module allows Ruby programs to interface with the SQLite database engine.
2006-03-30* Honor PKGINFODIR.jlam10-19/+25
* List the info files directly in the PLIST.
2006-03-29Remove ".orig" files from work directory before installation so theytron1-1/+3
don't get installed. This fixes a package list problem reported by Lubomir Sedlacik in private e-mail. Bump package revision.
2006-03-29Update sqlrelay to 0.37.gavan6-113/+217
There are far too many changes to list here.
2006-03-28Move pre-configure rule for Dragonfly into post-extract rule likejoerg3-29/+20
the other postgresql packages do. Fixes build of PL packages.
2006-03-28Remove spurious semicolon. Include unistd.h when accessing read et al.joerg3-1/+27
2006-03-26Update "phpmyadmin" package to version 2.8.0.2.tron3-6/+22
Changes since version 2.8.0.1: - XSS vulnerability (set_theme) - mysqli problems with zend.ze1_compatibility_mode enabled - setup script did not save the mysql/mysqli extension Package source related changes: - incooperate fix for phpMyAdmin bug #1436279 to make the package usable with Safari under Mac OS X again
2006-03-21s/wip/databases/ (hi uebayasi!)martti8-26/+26
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam4-7/+8
scripts prior to revision 1.43 of bsd.pkginstall.mk.