Commit graph

1638 commits

Author SHA1 Message Date
recht
82e12f085b Follow a suggestion by Josh Berkus (pgsql core team) and build
with --enable-thread-safety.
Bump PKGREVISIONs accordingly (meta-pkg, -client, -lib).
2004-04-20 22:37:22 +00:00
jdolecek
13f2532a2e Update PHP4 package and all PHP4 modules to version 4.3.6.
Changes are bug-fixes mostly, but also synchronizes bundled GD
with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD
patches were integrated too, so future pkgsrc updates would
be even more smooth.

Full list of changes since PHP 4.3.4 is available at:
	http://www.php.net/ChangeLog-4.php#4.3.6
	http://www.php.net/ChangeLog-4.php#4.3.5
2004-04-20 19:19:23 +00:00
jmmv
9b0bfa4809 libgnomedb 1.0.4, 2004-04-18
----------------------------
 - Fixed parameter mismatch in GnomeDbCombo API (rodrigo)
 - Added missing implementation for gnome_db_config_get_component_data_model
   (laurent)
 - Fixed desktop icon location (julio)
 - Fixed gtk-doc comments (stephane)
 - Removed missing files in spec file (rodrigo)
 - Make sure the GUI doesnt allow data source names with spaces (rodrigo)
 - Only build documentation if gtk-doc is enabled (rodrigo)
 - Updated translations:
        - ca (jordi)
        - cs (mitr)
	- de (christian)
	- en_CA (adam)
	- en_GB (dave)
	- es (francisco)
	- fi (tvainika)
        - ga (alastairmck)
	- hr (rsedak)
	- hu (andras)
	- id (mohammad)
	- it (algol)
	- nl (vincent)
        - no (kjartan)
	- pt_BR (evandro, gustavo)
	- sr@Latin (danilo)
2004-04-20 16:26:00 +00:00
jmmv
cd0aeaba23 libgda 1.0.4, 2004-04-18
------------------------
 - Fixed connection pool problems with sharing/not sharing of connections
   (jon, laurent)
 - Fixed UTF-8 problems in ODBC provider (jon)
 - Fixed setting of config entries when the type has changed (laurent)
 - Fixed spec file (rodrigo)
 - Fixed splitting of SQL commands in SQLite provider (benjamin)
 - Fixed values in 'Not Null?' fields schema for PostgreSQL provider (denis)
 - Updated FreeTDS provider to latest FreeTDS API (rodrigo)
 - Updated translations:
        - ca (jordi)
	- cs (mitr)
	- de (christian)
	- en_CA (adam)
	- en_GB (dave)
	- fi (tvainika)
	- ga (alastairmck)
	- hr (rsedak)
	- id (mohammad)
	- no (kjartan)
	- pt_BR (medina)
	- sv (christian)
2004-04-20 16:15:48 +00:00
xtraeme
7de5d1e2eb Accept any apache package installed available, defaults to apache. 2004-04-20 10:16:50 +00:00
xtraeme
62270ba642 Remove USE_BUILDLINK3 this time... 2004-04-20 10:09:38 +00:00
xtraeme
55de47ff4e This doesn't need buildlink/build, so set NO_BUILD/NO_BUILDLINK. 2004-04-20 10:09:14 +00:00
xtraeme
383a171192 s/wip/databases/ 2004-04-20 09:53:27 +00:00
xtraeme
4bae8ec04c Added adodb and acid. 2004-04-20 09:52:18 +00:00
xtraeme
ceb177290d Initial import of acid-0.9.6b23, from pkgsrc-wip packaged by Adrian
Portelli, with minor changes by me.

The Analysis Console for Intrusion Databases (ACID) is a PHP-based analysis
engine to search and process a database of security events generated by
various IDSes, firewalls, and network monitoring tools.

ACID has the ability to analyze a wide variety of events which are
post-processed into its database. Tools exist for the following formats:

- Snort
- logsnorter
2004-04-20 09:50:54 +00:00
xtraeme
1c586ab1bf Initial import of adodb-4.00, from pkgsrc-wip packaged by Adrian
Portelli.

ADOdb stands for Active Data Objects Data Base. It currently supports MySQL,
PostgreSQL, Interbase, Informix, Oracle, MS SQL 7, Foxpro, Access, ADO, Sybase,
DB2 and generic ODBC. The Sybase, Informix and PostgreSQL drivers are community
contributions. We hope more people will contribute drivers to support more
databases.

Unique Features of ADOdb
- Easy for Windows programmers to understand. Makes porting ASP code to PHP
  easy because many of the conventions are similar to Microsoft's ADO.
- We provide support code to handle inserts and updates which can be adapted
  to multiple databases quickly. Methods are provided for date handling,
  string concatenation and string quoting characters for differing databases.
- A metatype system is built in so that we can figure out that types such as
  CHAR, TEXT and STRING are equivalent in different databases.
- Easy to port because all the database dependent code are stored in stub
  functions. You do not need to port the core logic of the classes.
- SQL to popup menu (<SELECT>) support included
- PHP4 Session support.
2004-04-20 09:49:33 +00:00
recht
c7c3475b09 PostgreSQL has no --with-htmldir, so install the html files by hand
to share/doc/html/postgresql.
2004-04-19 22:39:55 +00:00
recht
1bcd334128 Add and enable:
postgresql74
postgresql74-client
postgresql74-docs
postgresql74-lib
postgresql74-server
2004-04-19 00:10:58 +00:00
recht
e9f9c2a65b Initial import of PostgreSQL 7.4.2
meta-package

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-04-19 00:07:12 +00:00
recht
f16b3b60f1 Initial import of PostgreSQL 7.4.2
Documentation.

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-04-19 00:05:25 +00:00
recht
20a77dfda2 Initial import of PostgreSQL 7.4.2
Database server.

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 server programs.
2004-04-19 00:04:22 +00:00
recht
d881a5be23 Initial import of PostgreSQL 7.4.2
Client programs.

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-04-19 00:03:25 +00:00
recht
e8d064bffe Initial import of PostgreSQL 7.4.2
Libraries and headers.

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-04-19 00:02:30 +00:00
snj
87e6c32934 This does not need buildlink2, so switch to USE_PERL5. Also, add
NO_CONFIGURE.
2004-04-17 19:25:28 +00:00
snj
a1c89eeaf3 Convert to buildlink3. 2004-04-17 19:21:09 +00:00
snj
ab18a5f620 Convert to buildlink3. 2004-04-17 19:17:38 +00:00
snj
378607ac05 Convert to buildlink3 and correct a typo in DESCR. 2004-04-17 19:14:38 +00:00
xtraeme
e8f1fc8256 Update openldap to 2.1.30.
OpenLDAP 2.1.30 Release
        Fixed slapd userdb checkpass bug (ITS#3048)
        Fixed back-ldbm IDL delete bug (ITS#3046)
        Fixed libldap schema parsing bugs (ITS#2920, ITS#3065)
        Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
        Removed lint (ITS#3086)
        Documentation
                Updated slapd.conf(5) manpage (ITS#2525)
2004-04-17 10:56:21 +00:00
drochner
5b446602f4 update to 1.1.11
changes:
-bugfixes
-support for PostgreSQL 7.4
-support for PostgreSQL geometrical types
-more feature additions...
2004-04-16 17:21:34 +00:00
drochner
3e6dd944a0 update to 2.4.9.3
changes: bugfixes
2004-04-16 15:39:26 +00:00
salo
e24f4f573b bl3ify
Drop maintainership.
2004-04-16 04:05:44 +00:00
grant
dbc3a32a38 +yasql 2004-04-15 11:10:18 +00:00
grant
ce568e0768 Initial import of yasql-1.81 into the NetBSD packages collection.
YASQL is an open source Oracle command line interface. YASQL features a
much kinder alternative to SQL*Plus's user interface. This is meant to
be a complete replacement for SQL*Plus when dealing with ad-hoc queries
and general database interfacing. It's main features are:

	* Full ReadLine support
	* Alternate output methods
	* Output of query results
	* Data Input and Binding
	* Command pipes
	* Tab completion
	* Easy top rownum listings
	* Enhanced Data Dictionary commands
	* Query editing
	* Query chaining
	* Basic scripting
	* Config file
	* Future extensibility
2004-04-15 11:09:59 +00:00
grant
7810b6541b +p5-DBD-Oracle 2004-04-15 10:49:04 +00:00
grant
47970d0099 Initial import of p5-DBD-Oracle 1.14 into the NetBSD packages collection.
DBD::Oracle is a Perl module which works with the DBI module to
provide access to Oracle databases.
2004-04-15 10:48:43 +00:00
grant
fabb31d14d conditionally set SQLRELAY_DATABASES. 2004-04-15 10:44:53 +00:00
grant
6a87c776f1 bl3ify 2004-04-15 10:44:30 +00:00
grant
ee06427bd8 +sqlrelay 2004-04-15 10:37:45 +00:00
grant
9254d7edb3 Initial import of sqlrelay-0.33.1 into the NetBSD packages collection.
SQL Relay is a persistent database connection pooling, proxying and
load balancing system for Unix and Linux supporting ODBC, Oracle,
MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase,
Lago and SQLite with APIs for C, C++, Perl, Perl-DBI, Python,
Python-DB, Zope, PHP, Ruby, Ruby-DBI, TCL and Java, command line
clients, a GUI configuration tool and extensive documentation.

The APIs support advanced database operations such as bind variables,
multi-row fetches, client side result set caching and suspended
transactions. It is ideal for speeding up database-driven web-based
applications, accessing databases from unsupported platforms,
migrating between databases, distributing access to replicated
databases and throttling database access.
2004-04-15 10:37:24 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
snj
c8379bcb2f No longer used. 2004-04-12 22:39:35 +00:00
snj
2b6c9ff6f8 Convert to buildlink3. 2004-04-12 04:30:09 +00:00
snj
c51dd7c612 No longer used. 2004-04-12 00:48:42 +00:00
minskim
7b6524acfd Update tcl-gdbm to 0.10. Patch to make this package work with tcl-8.4
was provided by Bernhard 'burnhard' Riedl on hanirc's #netbsd.

Changes since 0.8:
        - converted fully to Tcl_Obj's
        - able to handle keys and data with embedded NUL's
        - deal with Tcl's internal UTF string encoding
        - put in own namespace tclgdbm::gdbm
        - remerge of changes from tcl+gdbm-0.4
        - remerge of changes from tcl+gdbm-0.4 (insert/store
          accept multiple args for data)
        - updated man pages
        - add test driver tclshgdbm
        - add gdbm.test which uses standard tcltest package
        - repackage Dave's changes into rpm
2004-04-11 16:55:02 +00:00
recht
356a0df14f Update to 0.99
Patch provided by Dieter Roelants in PR pkg/25132

0.99	- Bundled changes from 0.98* and released production version
	  Removed duplicate code in cache expiry routines
          Experimental SearchBuilder::Union collection object.

	  Released at the YAPC::Taipei::22004 Release Party

0.98_04 - New mysql/oracle "Join" code that allows more complex bundling of
	  joins from Linda and Robert

0.98_03 - New test infrastructure from Andy Lester

0.98_02 - Better handling of != clauses on Postgres

0.97_02 - Support for "Group By" clauses.
          Support for delayed load of certain columns from Autrijus Tang.

0.97_01 - Oracle doesn't support binary-safe clobs in a reasonable manner.

0.96    - Releasing 0.96_01 as usable

0.96_01 - Fix a couple of spurious warnings in Record::Cachable
          Records loaded from multiple-record searches were never cached
          correctly

0.95_03 - Allow case-insensitive loading by columns in SearchBuilder::Record
        - Record::LoadByCols now lets you specify operator and values

0.95_01
        - Removed historical escaping for non-ascii searche queries

0.94-   - Fix for multiple handles in one app from Autrijus Tang

0.93
        - Added ODBC database driver from Autrijus Tang
        - Added the ability to sort on functions of columns from Autrijus Tang
        - Improved case-insensitve searching behavior for PostgreSQL
        - Added support for multiple handles in one app from Autrijus Tang (#4167)
        - Added initial Informix database driver from Oliver Tappe

0.92    Sept 4, 2003
        - Fixed a bug that caused certain types of pre-canned table aliases to fail to work on join

0.90    Aug 8, 2003
        - Disable Class::ReturnValue's stack trace feature as it interacted poorly with a stack containing lots of data

0.89_02 July 19, 2003
	- Patch from Grant DeGraw to allow ordering by multiple columns.

0.89_01 July 18 2003
	- Patch from Brook for:
	-	better oracle support
	-   	remove "SELECT DISTINCT" when it's not necessary

0.88 June 23 2003
        - More correct generation of "Distinct" keyword on counts for queries with left joins

0.87 June 16 2003
        - Changed DBIx::SB::Record::Cachable to expire cached object when a "deeper" method call changes their values

0.86 June 7 2003
        - Doing conditional connections was failing on postgres, because the handle was defined, but not connected

0.85 June 7 2003
        - Stan's destroy fix was actually badly breaking RT
        - It's now an optional parameter.
2004-04-11 16:12:40 +00:00
snj
b16fc6b502 Convert to buildlink3. 2004-04-11 16:12:06 +00:00
snj
e4e88f812d No longer used. 2004-04-10 23:37:06 +00:00
grant
9ab227104a this module requires p5-DBI>=1.39 so reflect this in
BUILDLINK_DEPENDS.p5-DBI.
2004-04-09 12:28:14 +00:00
grant
e37eca5f21 import p5-DBD-Google into databases/ (net/ was a misimport). 2004-04-09 11:37:45 +00:00
grant
fc328f3ecf +p5-DBD-Google 2004-04-09 11:34:10 +00:00
jmmv
de41038839 When -lpthread is used, link the db3 library against it, so that programs
using -ldb3 alone don't complain about missing symbols.  This fixes the
build of some programs (like nvi), as exposed in Linux.
2004-04-07 15:13:06 +00:00
jmmv
eb0902cbf4 When -lpthread is used, link the db4 library against it, so that programs
using -ldb4 alone don't complain about missing symbols.  This fixes the
build of some programs (like evolution-data-server), as exposed in Linux.
2004-04-07 15:12:40 +00:00
recht
dd43f8691c Add missing dependency on p5-Test-Simple. 2004-04-06 11:13:53 +00:00
recht
c9811f1c44 update to 0.94
Patch provided by Dieter Roelants in PR pkg/25064.

changes
0.94	February 17, 2004
	- Fix use of uninitialized value warnings when passed an
	  "undef" attribute (thanks to Trevor Schellhorn)
	- Minor POD cleanups

0.93    January 10, 2004
        - Always check $dbh->ping if the PingTimeOut is 0.
	  (thanks to Dennis Ingram <Dennis.Ingram@tab.co.nz>)
        - Change $r->connection->user to $r->user to make AuthDBI work
   	  with mod_perl 2.0 (thanks to Neil MacGregor <nmacgr@ca.ibm.com>
	  and Brian McCauley <nobull@cpan.org>)
	- removes the requirement for IPC::SysV to be installed if you
	  don't actually use it. Remove support for mod_perls without
	  push_handler support (Thanks to Brian again)
        - improve tests (based on patch from Geoffrey Young
  	  <geoff@modperlcookbook.org>; thanks Geoff!)

0.92	August 11, 2003
        - Avoid use of uninitialized value warning under mod_perl 2.
	- Make the tests compatible with DBI >= 1.33 (thanks to Paul
 	  MacAdam <paul.macadam@intransa.com>)

0.91    February 17, 2003
        - Retagged and released the 0.90_02 beta as 0.91. No code
          changes.

0.90_02 January 10, 2003
        - Changes to make Apache::DBI load and function under mod_perl
          2.0.  A few important notes: connect_on_init does not work yet
          and there's no automatic RollBack cleanup handler when
          autocommit is turned off.

0.90_01 January 10, 2003
        - Only call Apache::Status if Apache.pm is completely loaded
	  (so you can load Apache::DBI outside the mod_perl environment)
        - Make Test::More a prerequisite so we can do real tests
        - Make DBI.pm a prerequisite
        - Add a simple, but real, test script.  Requires DBD::mysql
          and a test database

0.89 June 17, 2002
	- fix bug that occasionally made Apache::DBI connect several
 	  times to the database even when DSN and attributes were the
          same.
 	- Updated links and such in the documentation
2004-04-06 10:34:37 +00:00
adam
cac29bdd97 Prefer pkgsrc 'perl' over system 'perl' = now compiles on Darwin 2004-04-05 18:16:20 +00:00