Commit graph

1204 commits

Author SHA1 Message Date
jmmv
8a643f1b54 It's databases, not database in CATEGORIES. 2003-04-25 20:20:34 +00:00
cjep
862a27e5d6 RCS tag 2003-04-21 20:25:13 +00:00
cjep
4c06feb4b1 RCS tag. 2003-04-21 20:24:26 +00:00
cjep
868be49d44 lint 2003-04-21 20:21:45 +00:00
mjl
dcf4a620cc Update p5-DBIx-SearchBuilder to 0.80
- Count method enhanced to ignore "LIMIT"s
  - LIMIT behaviour changed to be handle specific
  - ReadableAttributes and WritableAttributes added as methods to Record.pm
  - SB->Count should return no results unless the search is limited
  - Eliminate a warning on empty searches
  - No longer attempt to cache (and fail) objects that haven't been
    database-loaded
2003-04-21 18:14:53 +00:00
mjl
9c7b6d04db Update p5-DBD-postgresql to 1.22
- Fix memory allocation problem in bytea escaping
  - Add utf8 support
  - Transform Perl arrays into PostgreSQL arrays
  - Fix for foreign_key_info()
  - Fix PG_TEXT parameter binding
  - Doc cleanups
  - Fix warning from func($table, 'table_attributes')
  - Added suppport for schemas
  - Fix binary to a bytea field conversion
2003-04-20 19:47:20 +00:00
jmc
17932d4389 Do the install check in a way that actually works. 2003-04-18 13:16:41 +00:00
jmc
92b96122bb Only set TCL_DIR if doing an install 2003-04-15 22:06:42 +00:00
cjep
ae942c176f Add a buildlink2 file 2003-04-13 15:26:31 +00:00
cjep
db6dc677c5 Update of database/py-mysqldb to 0.9.2.
Changes since 0.9.1 include:
	* Bugs fixed, including segfault problem with Python 1.5.2
	* Take advantage of GC memory allocator in Python 2.2
	* cursor.execute(query) with no arguments leaves the original
	  query string alone.
	* Mac OS X tidy ups.
	* Memory leak fixes.
	* cursor.executemany() fixes.
	* Other fixes (see the CHANGELOG file for details)

From PR#19056 from MLH. Note that we assume the client library is
not thread safe as per 0.9.1.
2003-04-13 14:28:53 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
hubertf
50e4303ed6 add & enable dbh 2003-04-06 13:46:22 +00:00
hubertf
fcafcd14c9 Import dbh-1.0.14: Library to create disk based Hashtables
Disk based hashes is a method to create multidimensional binary trees on disk.
This library permits the extension of database concept to a plethora of
electronic data, such as graphic information. With the multidimensional binary
tree it is possible to mathematically prove that access time to any
particular record is minimized (using the concept of critical points from
calculus), which provides the means to construct optimized databases for
particular applications.

Submitted by benedikt.meurer@unix-ag.uni-siegen.de in pkgsrc-wip
2003-04-06 13:45:39 +00:00
jmc
0e151f90a9 Use tclConfig.sh to get the proper place for the library. Also do a mkdir
before installing to make sure the directory exists.
2003-04-04 21:43:30 +00:00
toshii
fe36e8843c Build py-postgresql from the postgresql 7.3.2 tarball. PKGREVISION++
Remove files and patches in the py-postgresql directory and add necessary
ones in the postgresql directory.
2003-04-03 18:06:12 +00:00
jmc
6ef2882f85 Add an empty do-patch rule.
A simple make test here would have shown this to break by removing NO_PATCH
without otherwise seeing why it was there..
2003-04-01 05:14:08 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
cjep
36f9d769e6 Add in SVR4 pkg names. 2003-03-25 15:13:47 +00:00
taca
40fdd648b8 Remove PKGREVISION for updating ruby-gdbm package to 1.6.8.
This is bug fix release of ruby programming language.  Since change from
ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.
2003-03-24 14:56:00 +00:00
grant
499e3d864f remove unnecessary parens and indent some conditionals for
readability purposes.
whitespace police.
2003-03-24 03:06:34 +00:00
grant
b0b29e924d add workaround for broken curses.h test on Solaris (see
http://www.mysql.com/doc/en/Solaris_2.7.html)
2003-03-24 00:57:47 +00:00
heinz
e1a4a4dc75 Homepage was permanently moved to dbi.perl.org 2003-03-23 02:48:16 +00:00
heinz
5c7a3a9166 Initialize variable to avoid warning during 'make configure' 2003-03-22 19:13:01 +00:00
jmmv
ffeda3b6d1 Hmmm... for some reason the PKGREVISION bump was not commited... 2003-03-20 15:26:06 +00:00
heinz
dc40f6f44a add forgotten word 2003-03-20 00:07:46 +00:00
jmmv
7c9ec5022a Distfile has changed in the server, no information about why... (from what
I found, they have rebuild automake stuff and it seems they fixed some bugs,
so also bump PKGREVISION).
2003-03-19 18:21:07 +00:00
seb
194ef263a8 Add & enable p5-DB_File 2003-03-19 15:46:43 +00:00
seb
9b6c0d2e3f Initial import of p5-DB_File version 1.806 into the NetBSD Packages Collection.
DB_File is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1. (DB_File can be built
version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x
features).

Note: this package is skipped on systems providing DB 1 as we assume that
the perl5 package picked it up so already provides this module.
2003-03-19 15:45:27 +00:00
mjl
620e86c9af Update p5-DBI to 1.35
Fixed memory leak in fetchrow_hashref introduced in DBI 1.33.
  Fixed various DBD::Proxy errors introduced in DBI 1.33.
  Fixed to ANSI C in dbd_dr_data_sources
  Fixed $h->can($method_name) to return correct code ref.
  Removed DBI::Format from distribution as it's now part of the
    separate DBI::Shell distribution
  Updated DBI::DBD docs with a note about the CLONE method.
  Updated DBI::DBD docs
  Updated DBI::DBD::Metadata for perl 5.5.3
  Added note to install_method docs about setup_driver() method.
2003-03-16 15:46:47 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
jschauma
5ecc9f02e7 Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
2003-03-12 21:02:24 +00:00
mjl
d2bdc4650e Enable p5-DBD-SQLite 2003-03-11 11:24:27 +00:00
mjl
9732497f31 Initial import of p5-DBD-SQLite 0.25
SQLite is a public domain RDBMS database engine. p5-DBD-SQLite is
the matching perl DBD module for accessing it.
2003-03-11 11:23:38 +00:00
bouyer
5f0697e814 Add tcl-fbsql 2003-03-07 21:36:22 +00:00
bouyer
500d079d1e Import of tcl-fbsql 1.05, a Tcl interface module to MySQL. 2003-03-07 16:17:49 +00:00
mjl
c27b786f57 Update p5-DBI to 1.34
Fixed DBI::DBD docs to refer to DBI::DBD::Metadata
  Fixed disconnect_all() to not be required by drivers.
  Added $okay = $h->can($method_name) to check if a method exists.
  Added DBD::*::*->install_method($method_name, \%attr) so driver private
    methods can be 'installed' into the DBI dispatcher and no longer
    need to be called using $h->func(..., $method_name).
  Enhanced $dbh->clone() and documentation.
  Removed old DBI::Shell from distribution and added Tom Lowery's improved
    version to the Bundle::DBI file.
  Updated minimum version numbers for modules in Bundle::DBI.
  Added $dbh2 = $dbh1->clone to make a new connection to the database
    that is identical to the original one. clone() can be called even after
    the original handle has been disconnected. See the docs for more details.
  Fixed unescaping of newlines in DBI::ProfileData
  Fixed Taint bug with fetchrow_hashref
  Fixed $dbh->{Active} for DBD::Proxy
  Fixed STORE to not clear error during nested DBI call
  Fixed DBI::PurePerl error clearing behaviour.
  Fixed problem that meant ShowErrorStatement could show wrong statement
  Changed Apache::DBI hook to check for $ENV{MOD_PERL} instead of
    $ENV{GATEWAY_INTERFACE} thanks to Ask Bjoern Hansen.
  No longer tries to dup trace logfp when an interpreter is being cloned.
  Database handles no longer inherit shared $h->err/errstr/state storage
    from their drivers, so each $dbh has it's own $h->err etc. values
    and is no longer affected by calls made on other dbh's.
    Now when a dbh is destroyed it's err/errstr/state values are copied
    up to the driver so checking $DBI::errstr still works as expected.
  Documentation changes:
    Documented $high_resolution_time = dbi_time() function.
    Documented that bind_col() can take an atribute hash.
    Clarified documentation for ParamValues attribute hash keys.
    Many good DBI documentation tweaks
      including a major update to the DBI::DBD driver author guide.
    Clarified that execute() should itself call finish() if it's
      called on a statement handle that's still active.
    Clarified $sth->{ParamValues}. Driver authors please note.
    Removed "NEW" markers on some methods and attributes and
      added text to each giving the DBI version it was added in,
      if it was added after DBI 1.21 (Feb 2002).
  Fixed to work with 5.005_03 (I've not tested it).
  Reenabled taint tests (accidentally left disabled)
  Improved docs for FetchHashKeyName attribute
  Fixed core dump if fetchrow_hashref given bad argument (name of attribute
    with a value that wasn't an array reference)
  Fixed some compiler warnings
  Updated Steven Hirsch's enhanced proxy work (seems I left out a bit).
  The fetchall_arrayref method, when called with a $maxrows parameter,
    no longer gives an error if called again after all rows have been
    fetched. This simplifies application logic when fetching in batches.
    Also added batch-fetch while() loop example to the docs.
  The proxy now supports non-lazy (synchronous) prepare, positioned
    updates (for selects containing 'for update'), PlRPC config set
    via attributes, and accurate propagation of errors
  The DBI_AUTOPROXY env var can now hold the full dsn of the proxy driver
    plus attributes, like "dbi:Proxy(proxy_foo=>1):host=...".
  Added TaintIn & TaintOut attributes to give finer control over
    tainting
  The RootClass attribute no longer ignores failure to load a module,
    but also doesn't try to load a module if the class already exists
  HandleError attribute works for connect failures
  The connect() RaiseError/PrintError message now includes the username.
  Changed "last handle unknown or destroyed" warning to be a trace message.
  Removed undocumented $h->event() method.
  Further enhancements to DBD::PurePerl accuracy.
  The CursorName attribute now defaults to undef and not an error.
2003-03-06 12:53:05 +00:00
mjl
d7af96e03b Update p5-DBD-CSV to 0.2002
* added parser-caching for speedier operation, see File.pm prepare()
	* further adjustments in tests including fix for prototypes to make
     it perl 5.8 compatible
2003-03-03 11:15:08 +00:00
mjl
beb17b6fef Update p5-SQL-Statement to 1.005
* added support for MySQL-like "DROP TABLE IF EXISTS"
 * fixed bug in dotted column names e.g. tableA.colB
 * fixed bug in MAX and MIN
 * fixed bug in ORDER BY (when col names not in SELECT list)
 * added support for delimited identifiers (inside double quotes);
   these are case sensitive and can contain spaces and other
   special chars
 * added support for two forms of escaping single quotes inside
   quoted values: 'O\'Brien' or  'O''Brien'
 * added support for  both C-Style and SQL-Style double-hypen
   comments,  e.g.  /* comment */ or -- comment
 * added GetInfo.pm for use with $dbh->get_info()
 * fixed bug in update that refers to its own columns
   (e.g. SET num = num + 2)
 * fixed bug in MIN and MAX when used with strings
 * identifiers (names of columns, tables, and table name
   aliases) are now all case insensitive as required by the SQL
   standard. all older versions including the XS versions used
   case sensitive column names
 * added numerous examples to test.pl
 * improved and/or fixed bugs in:
   * placeholder support
   * ORDER BY clause
   * LIKE/CLIKE/RLIKE/IN predicates
   * table name aliases in explicit joins
2003-03-03 11:09:44 +00:00
seb
0224116762 What's going on there ? Either the previous file patch.3.3.11.1 was
restored on master site either I'm delirious...
2003-02-26 12:56:55 +00:00
seb
628a879848 Patch file patch.3.3.11.1 has changed on master patch site.
Diff with previous version:
23c23
<    * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $
---
>    * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $
32c32
<    * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $
---
>    * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $
2003-02-23 09:51:22 +00:00
jmmv
68e0ebb52c Fix MASTER_SITES, pointed out by Robert Elz in PR pkg/20466.
Switch to use the .tar.bz2 distfile as most GNOME2 packages (suggested in
the same PR).
2003-02-22 10:32:50 +00:00
mycroft
7b8be901d5 Minor PLIST updates. 2003-02-21 16:32:07 +00:00
mycroft
a5b71796c1 Update postgresql-* to 7.3.2. Contains numerous bug fixes, including remote
holes.

   Restore creation of OID column in CREATE TABLE AS / SELECT INTO
   Fix pg_dump core dump when dumping views having comments
   Dump DEFERRABLE/INITIALLY DEFERRED constraints properly
   Fix UPDATE when child table's column numbering differs from parent
   Increase default value of max_fsm_relations
   Fix problem when fetching backwards in a cursor for a single-row query
   Make backward fetch work properly with cursor on SELECT DISTINCT query
   Fix problems with loading pg_dump files containing contrib/lo usage
   Fix problem with all-numeric user names
   Fix possible memory leak and core dump during disconnect in libpgtcl
   Make plpython's spi_execute command handle nulls properly (Andrew Bosma)
   Adjust plpython error reporting so that its regression test passes again
   Work with bison 1.875
   Handle mixed-case names properly in plpgsql's %type (Neil)
   Fix core dump in pltcl when executing a query rewritten by a rule
   Repair array subscript overruns (per report from Yichen Xie)
   Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case
   Correctly case-fold variable names in per-database and per-user settings
   Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns
        no rows
   Fix outdated use of pg_type.typprtlen in python client interface
   Correctly handle fractional seconds in timestamps in JDBC driver
   Improve performance of getImportedKeys() in JDBC
   Make shared-library symlinks work standardly on HPUX (Giles)
   Repair inconsistent rounding behavior for timestamp, time, interval
   SSL negotiation fixes (Nathan Mueller)
   Make libpq's ~/.pgpass feature work when connecting with PQconnectDB
   Update my2pg, ora2pg
   Translation updates
   Add casts between types lo and oid in contrib/lo
   fastpath code now checks for privilege to call function
2003-02-21 16:09:51 +00:00
salo
d4a6be3be7 Add and enable mergeant. 2003-02-21 11:59:46 +00:00
salo
3eabb6608c Initial import of mergeant-0.10.0: GNOME2 GNOME-DB database front-end
Mergeant is a GTK2/GNOME2 font-end for GNOME-DB database administrators and
database application developers. It uses libgda/libgnomedb as the backend to
access databases, so it can work with almost any database engine (mysql,
postgresql, xml, etc...)"

Partialy replaces obsoleted databases/gnome-db.
2003-02-21 11:58:55 +00:00
salo
c69c3d8f67 Remove gnome-db. It was superseded with newer libgnomedb and mergeant
packages.
2003-02-21 11:41:38 +00:00
salo
40116c69bf Mark as BROKEN: Does not compile anymore with recent libgnomedb. Obsoleted by
mergeant.

This package should be removed after mergeant package is created.
2003-02-20 23:57:40 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00