Commit graph

1579 commits

Author SHA1 Message Date
jmc
0b94b8426b This explictly needs pth. 2003-09-21 18:40:48 +00:00
dent
49d8831342 Update HOMEPAGE and/or MASTER_SITES 2003-09-19 23:08:22 +00:00
jmmv
a7f73c6b8f Trivially update to 1.0.0:
- Fixed #122108 - generating .server is not flexible (tagoh)
2003-09-19 22:19:50 +00:00
jmmv
d910740afc Trivially update to 1.0.0:
- Updated API documentation (rodrigo)
2003-09-19 22:19:01 +00:00
wiz
be24302610 Bumping once is enough, oops. 2003-09-19 14:36:51 +00:00
wiz
418c636370 Do the chown of MYSQL_DATADIR to MYSQL_USER:MYSQL_GROUP automatically in
the install file instead of only mentioning it in MESSAGE.
Closes PR 22197. tron says ok.
2003-09-19 14:35:18 +00:00
wiz
eda9b14404 Do the chown of MYSQL_DATADIR to MYSQL_USER:MYSQL_GROUP automatically in
the install file instead of only mentioning it in MESSAGE.
Closes PR 22197. tron says ok.
Bump PKGREVISION.
2003-09-19 14:34:57 +00:00
wiz
fdca4e0a03 Use .CURDIR variable instead of PKGDIR (for pkglint). 2003-09-19 10:10:52 +00:00
cube
d1bdbd632a Update to 0.29, closing PR pkg/21907. OK'd by wiz@ and seb@.
Add optional dependencies for SASL Authentification mechanisms.

Full ChangeLog at the top of the tarball, here's an extract:

Release 0.29
	Work-a-round a bug in IO::Socket::SSL where it leaves the socket
	 blessed into IO::Socket::SSL when socket_to_SSL fails
	Fix reference loop problem by hiding the real object behind a tied
	 hash and only using the inner hash internally and the outer hash
	 externally
	Extended ldap_error_name, ldap_error_text and ldap_error_desc to take Message args
	Added error_name, error_text and error_desc methods
Release 0.28
	Fix url host extraction
	Fix bug in URL parsing when the host contains a port.
	Change root_dse to return a RootDSE object instead of an Entry
	Add support for URIs to be passed to ->new. ldap: ldaps: and ldapi:
	 are supported.
	Change Net::LDAPS and Net::LDAPI to be very thin wrappers over new URI code
	Support "Notice of Disconnection"
	Added LDAP Extensions section
	Call the callback, if any, for a message when its
	 error is explicitly set
	Check result of client_step is defined or cause SASL auth to terminate
	Check client_start return value
	changes now returns an empty array if there were no changes.
	Added ->disconnect to do explicit disconnects from the server
	Better handling on IO errors
	Return schema parse errors
	Fix VLV response extraction. Patch from Paul Connolly
	Added information about perl-ldap installation in ActiveState Perl.
	Changed Messaging Direct to Isode.
	Added some information about the ResourcePool perl module.
	Replaced XML::Parse with XML::SAX.
	Change XML::Parser to XML::SAX::Base
	Changed decryptkey to keydecrypt for consistency
	Fixed clone(): update $clone->{changetype} and $clone->{changes}.
	Added the ablitiy to modify entry information by reading a ldif file. This
	 requires the patch that I submitted for LDAP.pm.
	Added clone() function to copy an Entry object.
2003-09-18 21:24:36 +00:00
wiz
34ee932d1e Add missing ../ in path to included file. 2003-09-18 17:51:45 +00:00
jmmv
6d9ccf016f Specify the category when including other files and when depending on other
packages.  From PR pkg/21864 by ccatrian at eml.cc.
2003-09-18 16:25:08 +00:00
markd
07c95aaf67 Put patch-ad back, probably still needed on sparc64. 2003-09-18 09:52:21 +00:00
markd
9b33c14799 Update openldap to version 2.1.22.
This release contains the following major enhancements:

        * Transactional backend
        * Improved Unicode handling
        * Improved DN handlng
        * Improved Referral handling
        * SASL authentication/authorization mapping
        * SASL in-directory storage of authentication secrets
        * Enhanced administrative limits/access controls
        * Meta backend (experimental)
        * Monitor backend (experimental)
        * Virtual "glue" backend (experimental)
        * LDAP C++ API
        * Updated LDAP C and TCL APIs
        * LDAPv3 extensions, including:
            - Enhanced Language Tag/Range Support
            - 'Who am i?' Extended Operation
            - 'Matched Values' Control
            - 'NOOP' Control

   plus lots of bug fixes.

Update (to 2.1.20) from Juan RP in PR pkg/21682 with some tidy up and
update to 2.1.22 by Marc Recht and me.

Also closes PR pkg/21217 by Jean-Luc Wasmer and PR pkg/20972 by Jeremy
Reed.
2003-09-18 05:37:15 +00:00
wiz
50f5b84362 Update to nb5: Add patch from
http://lists.netsys.com/pipermail/full-disclosure/2003-September/009819.html
against a vulnerability.
2003-09-17 21:03:07 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
taca
27ab810867 Add and enable ruby-vapor. 2003-09-16 16:30:10 +00:00
taca
6cb323f186 Importing databases/ruby-vapor 0.7.0 pacakge, based on PR pkg/22296
by Rasputin <rasputin at idoru dot mine dot nu>.

Vapor is a persistent Object-Repository for Ruby, providing
transparent persistence of Ruby objects to a PostgreSQL database.
It's goal is to provide developers with an easy-to-use persistence
framework that does not interfere with the code of classes that
are to be persistently stored.
Vapor does not require any knowledge about relational databases,
so developers can concentrate on the task of writing their application logic.

Some of Vapor's general design was inspired by the JDO
(Java Data Objects) standard.
2003-09-16 16:29:11 +00:00
recht
e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
taca
ad5accbbcd Update ruby-mysql pacakge to 2.4.5.
Changes from web page:

  2003-08-10	2.4.5
    * extconf.rb: correspond to MySQL 4.1.
    * mysql.c.in: correspond to Ruby 1.8.

  2003-02-23	2.4.4a
    * make extconf.rb to correspond to Ruby 1.8.0

  2003-01-29	2.4.4
    * add Mysql::OPT_LOCAL_INFILE.
    * add --with-mysql-config option to extconf.rb.
    * extconf.rb automatically detect typical library.

  2003-01-05	2.4.3c
    * modified English README. Thanks to Paul DuBois.

  2002-12-24	2.4.3b
    * make extconf.rb to correspond to Ruby 1.6.8.

  2002-11-07	2.4.3a
    * fix bug duplicating constant.

  2002-09-10	2.4.3
    * for error number with prefix ER_ .
    * get error constant from errmsg.h and mysqld_error.h automatically.

  2002-03-31	2.4.2a
    * change extconf.rb.
2003-09-11 15:34:02 +00:00
taca
3bb6cee88b Forgot to remove one obsolete line in pre-install. 2003-09-11 14:59:18 +00:00
taca
e18fa9b601 Update ruby-postgres package to 0.7.1.
Convert to use buildlink2.mk for postgress dependency.

===========================================
Mon Jan  6 2003 version 0.7.1

	* async_exec: remove check of PQisBusy.
	  patch supplied byd <m_seki@mva.biglobe.ne.jp>

Wed Oct 16 2002 version 0.7.0

	* rename README.jp -> README.ja.

Thu Oct 10 2002

	* get_notify: bug fix Deletes of unnecessary "free(notify);"
	  debian bug report.

Wed Oct  9 2002

	* query: add pgresult_clear.
	  patch supplied by "Shirai,Kaoru" <shirai@p1jp.com>

Sat Sep 28 2002

	* PGconn: add methods escape, quote, escape_bytes.
	  patch supplied by MoonWolf <moonwolf@moonwolf.com>

Tue Aug 20 2002

	* extconf.rb add dir_config('postgres')
 	  patch supplied by Nate Haggard <nate@wordplace.com>

Mon Jun  3 2002 version 0.7.0-pre2

	* not to use fe_getauthname().
	  patch supplied by Neil Conway <nconway@klamath.dyndns.org>

Thu May 30 2002 version 0.7.0-pre1

	* Fix to insert_table so that nil values in Ruby are inserted
	  back into the database as nulls.
	  patch supplied by Jeremy Henty <jeremy@chaos.org.uk>

	* Fix to insert_table to protect characters that Postgres would
	  otherwise interpret specially.
	  patch supplied by Jeremy Henty <jeremy@chaos.org.uk>

Wed Apr 24 2002

	* Removed unused variables.
	* Improve notification code.
	* Add a missing "return Qnil" statement in a function
	  declared to return VALUE.
	* Fix an minor error in pgconn_loopen().
	  patch supplied by Neil Conway <nconway@klamath.dyndns.org>

Tue Mar  5 2002

	* fix pglarge_write return.
	  patch supplied by Noboru Matui <silicon@mx1.freemail.ne.jp>

Mon Jan  7 2002

	* refer to POSTGRES_INCLUDE and POSTGTRES_LIB
	  environmental variables.
	  patch supplied by Neil Conway <nconway@klamath.dyndns.org>

Sun Dec 16 2001

	* add methods "getisnull".
	  patch supplied by Jeremy Henty <jeremy@chaos.org.uk>

Tue Nov 27 2001

	* convert NULL => nil .
	  patch supplied by "Shirai,Kaoru" <shirai@p1jp.com>
2003-09-11 14:55:49 +00:00
jmmv
45a67c9395 Bump PKGREVISION to 2, due to libgda/libgnomedb updates.
Add explicit dependancy on pkgconfig.
2003-09-11 12:41:23 +00:00
jmmv
f0b37f0ddf Update to 0.99.0:
libgnomedb 0.99.0, 2003-09-10
-----------------------------

 - Added a (configurable) icon to GnomeDbGrayBar (apg)
 - Use icons for gnome-database-properties tabs (rodrigo)
 - Removed ugly BUILD_WITH_GNOME in public headers (daniel)
 - Updated translations:
        - ca (jordim)
        - cs (mitr)
	- de (cneumair)
        - es (pablodc)
        - fi (pvirtane)
	- fr (redfox)
	- no (kmaraas)
	- pl (aflinta)
	- pt (dnloreto)
	- sl (minmax)
        - sr (danilo)
	- sv (menthos)

libgnomedb 0.91.0, 2003-08-06
-----------------------------

 - Extended GnomeDbLogin API (rodrigo)
 - Added a 'Create DSN' button on the GnomeDbLogin widget (rodrigo)
 - Redid UI for database properties configuration applet (rodrigo)
 - Fixed #108023 (rodrigo)
 - Some HIG-ification (apg, rodrigo)
 - Added query builder widget, to be used in Gnumeric and Abiword (rodrigo)
 - Extended GnomeDbEditor API (daniel)
 - More API documentation (rodrigo)
 - Updated translations:
        - cs (mitr)
	- de (cneumair)
	- es (pablodc)
	- nl (adrighem)
	- pl (aflinta)
	- pt (dnloreto)
        - sv (menthos)

libgnomedb 0.90.0, 2003-07-03
-----------------------------

 - Added missing entry points to GnomeDbLoginDialog API (rodrigo)
 - Removed non-working MIME components (rodrigo)
 - Added MIME actions component for SQL and connection files (rodrigo)
 - Removed dependencies on GTK+ 2.2 (rodrigo)
 - Added missing files to spec file (adam)
 - Added preloading of GConf keys (rodrigo)
 - Catched missing translatable strings (baddog)
 - HIG-ify the error dialog widget (rodrigo)
 - Updated translations:
        - be (dmitrym)
        - cs (mitr)
	- es (pablodc)
        - ml (karunakar)
        - nl (vincent)
	- pt (dnloreto)
	- ru (frob)
        - sv (menthos)
        - zh_TW (baddog)
2003-09-11 12:40:23 +00:00
jmmv
82e3e851d0 Update to 0.99.0:
libgda 0.99.0, 2003-09-10
-------------------------

 - Fixed typo to build the freetds correctly (tagoh)
 - Added gda_config_save_data_source_info function (rodrigo)
 - Manage correctly non-SELECT statements in MySQL provider (gonzalo, csilles)
 - Added Blob API (juan-mariano, gonzalo)
 - Fixed many issues with GdaXmlDatabase (philippe, rodrigo)
 - Fixed leaks in PostgreSQL provider (gonzalo)
 - Added more API documentation (rodrigo)
 - Added missing SQL support in XML provider (rodrigo)
 - Updated translations:
        - ca (jordim)
        - cs (mitr)
	- de (cneumair)
        - es (pablodc)
        - fi (pvirtane)
        - fr (redfox)
	- it (marcoc)
	- no (kmaraas)
	- pl (aflinta)
	- pt (dnloreto)
	- sl (minmax)
	- sr (danilo)
	- sv (menthos)

libgda 0.91.0, 2003-08-06
-------------------------

 - Renamed default provider to XML and added some missing things (rodrigo)
 - Fixed #116758 (rodrigo)
 - Fixed x86-64 bits compilation problems (fcrozat)
 - Made basic SQL work in GdaSelect class (rodrigo)
 - Added missing LDAP flags (juergen)
 - Initial 'delete' support in the SQL parser library (gonzalo)
 - Removed compilation warnings (gonzalo)
 - Improved changes management in GdaXmlDatabase (rodrigo)
 - More API documentation (rodrigo)
 - Fixed permissions problem in gda_file_save (philippe)
 - Fixed lexer compilation problems (gonzalo)
 - Updated translations:
        - cs (mitr)
	- de (cneumair)
	- es (pablodc)
	- it (marcoc)
	- nl (adrighem)
	- pl (aflinta)
	- pt (dnloreto)
        - sv (menthos)

libgda 0.90.0, 2003-07-03
-------------------------

 - Added missing stanzas for MDB and LDAP providers in spec file (adam)
 - Added version 3 support for the mSQL provider (dschoene)
 - Added support for unsigned integer values (dschoene)
 - Added DONT_SHARE option for connections (rodrigo)
 - Some more documentation (rodrigo)
 - Updated translations:
        - cs (mitr)
	- es (pablodc)
        - ml (karunakar)
	- nl (vincent)
	- pt (dnloreto)
	- ru (frob)
        - zh_TW (baddog)
2003-09-11 12:38:26 +00:00
agc
9f9ede6e0e Sort SUBDIRs alphabetically 2003-09-11 08:46:27 +00:00
taca
2e655a99e8 Add and enable ruby-DBD-mysql. 2003-09-10 16:47:42 +00:00
jmmv
8c55e3ab28 Check for btowc(3) and do not use it if not present. Should fix problems
exposed by Hubert's bulk build in 1.6, where that function does not exist.
2003-09-09 18:51:41 +00:00
recht
c43bc8de44 Oops! We already have textproc/postgresql-autodoc. 2003-09-09 13:58:01 +00:00
recht
a69d59d93e nitial import of postgresql-autodoc 1.12
from pkgsrc-wip

This is a utility which will run through PostgreSQL system tables and returns
HTML, DOT, and 2 styles of XML which describes the database. The HTML is human
readable (via webbrowser). The first style of XML is actually the fileformat
of Dia, a UML diagram tool. The second type of XML is similar to the HTML but
in the Docbook 4 format. It enables you to mix in other docbook documentation
via the XREFs, generating PDFs, HTML, RTF, or other formatted documents.
Between these tools and JavaDoc with the appropriate XREFs, documentation
about a project can be generated quickly and be easily updatable yet have a
very professional look with some DSSSL work.
2003-09-09 13:55:05 +00:00
recht
950f442667 Add and enable py-PgSQL. 2003-09-09 13:47:25 +00:00
recht
c22a6065d6 Initial import of pyPgSQL 2.4
from pkgsrc-wip

pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
interface to PostgreSQL databases. The first module, libpq, exports the
PostgreSQL C API to Python. This module is written in C and can be compiled
into Python or can be dynamically loaded on demand. The second module, PgSQL,
provides the DB-API 2.0 compliant interface and support for various PostgreSQL
data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
written in Python.
2003-09-09 13:46:24 +00:00
kleink
65cd9200c9 Use proper multi-line string concatenation. 2003-09-08 12:13:49 +00:00
xtraeme
2a3dc8144e Update to 0.6.0
Changes:

GQ has a lot of new features, including
* SASL support (Maurice Massar <massar@unix-ag.uni-kl.de>)
* Correct(!) support for userPassword including SSHA and SMD5 encryption.
* I18N support (if you want to contribute please read README.NLS) including
  a rough german translation
* Support for graphical jpegPhoto display (requires gdk-pixbuf to work)
* Support to to view X509 certificates and X509 certificate revocation
  lists (CRLs)
* Drag and drop support in browse mode (must be enabled using
  --enable-browser-dnd), this feature is possibly dangerous if used without
  thought, but it is GREAT if you need it ;-)
* Supports the OpenLDAP experimental client cache. (must be enabled using
  --enable-cache)
* Lots of other small bugfixes/enhancements
2003-09-04 12:57:24 +00:00
jmc
08a9a4177c regen 2003-09-03 03:44:36 +00:00
tron
a8a59acfec Update "phpmyadmin" package to version 2.5.3rc3. This version provides
numerous bug fixes and enhancements over version 2.3.3pl1. The include
file "ChangeLog" will provide detailed information.
2003-09-01 14:00:30 +00:00
jdolecek
4c4f6687e2 php4-pcre is now part of main PHP, g/c the DEPENDS line 2003-09-01 12:58:34 +00:00
tron
712c0b2bcf Fix dependences broken by update of PHP to version 4.3.3. 2003-09-01 12:37:14 +00:00
seb
56b7fb6d2a DEINSTALL script was removed. 2003-09-01 12:00:26 +00:00
tron
57f2808ad7 Update home page URL. 2003-09-01 11:24:31 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
seb
040279ea27 We don't need it anymore, really, the usage of OWNS_DIRS_PERMS
take care of signaling the user deleting the pkg...
2003-08-30 20:30:19 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
seb
2ebf5a7dc8 Use the potential of bsd.pkg.install.mk:
- Remove extraneous bits in the INSTALL script snippet and let the
  framework execute the script at post-install time.
- Use OWN_DIRS_PERMS instead of MAKE_DIRS_PERMS for ${MYSQL_DATADIR} thus
  save a DEINSTALL script snippet and its handling.
2003-08-30 20:05:13 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
taca
c923b0db49 Bump package revision of mysql-client and mysql-server with
introducing MYSQL_CHARSET and MYSQL_EXTRA_CHARSET.
2003-08-24 02:00:58 +00:00
taca
67f5aa7221 Introduce MYSQL_CHARSET and MYSQL_EXTRA_CHARSET.
MYSQL_CHARSET is default charracter set of mysql, default is "latin1".
MYSQL_EXTRA_CHARSET is additional charsets to be compiled in mysql,
default is "all".

Fix PR pkg/22560 by myself, OKed by wiz@.
2003-08-24 01:57:50 +00:00
jschauma
cffa35af85 Add pseudo-category 'java'. 2003-08-23 15:16:36 +00:00
taca
5f102e9a36 fix PLIST for postgresql 7.3.4. 2003-08-22 09:00:05 +00:00
drochner
3f3f5d5c6d cosmetics: use ${PYSITELIB} 2003-08-18 10:09:50 +00:00
cjs
a2a90e322f Upgrade to 7.3.4. The on-disk format is the same, so a dump/restore is
not required. Changes include:
   Repair breakage in timestamp-to-date conversion for dates before 2000
   Prevent rare possibility of server startup failure (Tom)
   Fix bugs in interval-to-time conversion (Tom)
   Add constraint names in a few places in pg_dump (Rod)
   Improve performance of functions with many parameters (Tom)
   Fix to_ascii() buffer overruns (Tom)
   Prevent restore of database comments from throwing an error (Tom)
   Work around buggy strxfrm() present in some Solaris releases (Tom)
   Properly escape jdbc setObject() strings to improve security (Barry)
In particular, the server startup failure mentioned above occurs when the
transaction log ends on a page boundary.
2003-08-18 00:26:24 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
mrg
6e806328c3 use <iostream> 2003-08-02 16:21:16 +00:00
drochner
03b25e34de update to 2.8.5
changes:
Make LIMIT work on a compound SELECT statement.
LIMIT 0 now shows no rows. Use LIMIT -1 to see all rows.
Correctly handle comparisons between an INTEGER PRIMARY KEY and a
	floating point number.
Fix several important bugs in the new ATTACH and DETACH commands.
Updated the NULL-handling document.
Allow NULL arguments in sqlite_compile() and sqlite_step().
Many minor bug fixes
Enhanced the "PRAGMA integrity_check" command to verify indices.
Added authorization hooks for the new ATTACH and DETACH commands.
Many documentation updates
2003-08-01 14:22:18 +00:00
drochner
0f515e5fa7 libgda doesn't use Python at all, so remove dependencies.
This also obsoletes PR pkg/21880.
2003-07-25 12:43:41 +00:00
drochner
db79d4d78b +py-sybase 2003-07-25 11:32:01 +00:00
drochner
47524a73aa add py-sybase-0.36, a Python interface to the Sybase relational
database system (using FreeTDS)
submitted by MLH per PR pkg/21394
2003-07-25 11:31:15 +00:00
martti
914af46724 Updated dbh to 1.0.15
* Build process fixes
2003-07-22 05:22:58 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
wiz
04f62f706a Change address of maintainer per PR 22170. 2003-07-19 08:54:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
d2c7e7c76b Fix build when using gcc3. 2003-07-17 20:37:50 +00:00
abs
205966be42 Update to postgresql-server-7.3.3nb1
In rc.d/pgsql call pgsql_initdb directly for initial database
	setup, rather than trying to determine the script location
	from $0 and calling '$rcd_dir/pgsql initdb'. The previous
	form broke when called from /etc/rc.
2003-07-16 10:35:15 +00:00
wiz
2d9b835f6b Update DEPENDS. 2003-07-13 17:54:29 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
abs
c5f3e9c397 Update jdbc-postgresql to 7.3.3 from 7.3.1
No changelog available
2003-07-11 15:27:52 +00:00
abs
ea07078090 Add a comment to not forget jdbc-postgresql 2003-07-11 15:12:06 +00:00
rh
f552289ef9 This requires at least version 0.11.2 of libgda 2003-07-05 08:22:13 +00:00
seb
c8bfa2559f Convert to USE_NEW_TEXINFO. 2003-06-29 22:28:17 +00:00
seb
ae445ff60d Convert to USE_NEW_TEXINFO.
Fix the Info directory file entry and provide patches for both the
.texi and the .info file so USE_MAKEINFO is not needed.
2003-06-29 13:11:19 +00:00
seb
6ed3821f7f Convert to USE_NEW_TEXINFO. 2003-06-29 12:54:57 +00:00
seb
c9ed0ac02c Convert to USE_NEW_TEXINFO.
Note: distributed gdbm.info now has a *DIR-{SECTION,ENTRY} hence
post-extract target no more required.
2003-06-29 11:13:49 +00:00
jmc
1af7c0fe8a Adjust for new files 2003-06-26 06:01:02 +00:00
tsarna
0266ffafdf Add and enable py-sqlite 2003-06-25 21:44:01 +00:00
tsarna
c018859e2e PySQLite is a Python interace to the SQLite library. 2003-06-25 21:38:21 +00:00
tsarna
55d2128ca3 Update sqlite to 2.8.3. Major relevant changes:
2003 June 4 (2.8.3)
      -	Fix a problem that will corrupt the indices on a table if you
	do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that
	contains an INTEGER PRIMARY KEY plus one or more indices.
      - Add the ability for INSERT and UPDATE statements to refer to
	the "rowid" (or "_rowid_" or "oid") columns.
      - Other important bug fixes

2003 May 17 (2.8.2)
      - Fix a problem that will corrupt the database file if you drop a
	table from the main database that has a TEMP index.

2003 May 16 (2.8.1)
      - Reactivated the VACUUM command that reclaims unused disk space
	in a database file.
      - Added the ATTACH and DETACH commands to allow interacting with
	multiple database files at the same time.
      - Added support for TEMP triggers and indices.
      - Added support for in-memory databases.
      - Removed the experimental sqlite_open_aux_file(). Its function
	is subsumed in the new ATTACH command.
      - The precedence order for ON CONFLICT clauses was changed so
	that ON CONFLICT clauses on BEGIN statements have a higher
	precedence than ON CONFLICT clauses on constraints.
      - Many, many bug fixes and compatibility enhancements.
2003-06-25 19:24:21 +00:00
cjs
0977c63a6e Update to 7.3.3. About 70 bugfixes; see the HISTORY file for details. 2003-06-25 07:54:31 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
adam
624f6076cc Revision bumped because of gd shared library major bump 2003-06-23 10:33:52 +00:00
cjep
0a5c83bdff Set PERL in the configure environment so that the correct perl is used
for building this package. (Fixes compilation on Solaris -- there is still
an outstanding PLIST issue though.)
2003-06-19 10:13:54 +00:00
jmc
565f917422 Use PKGNAME_NOREV for defining WRKSRC 2003-06-18 02:07:57 +00:00
jmmv
c32f901685 Update to 0.12.2:
- Backported patches from HEAD to remove dependency on GTK+ 2.2.0
  (rodrigo, daniel)
- Fixed list of libglade module files (daniel)
2003-06-13 14:17:52 +00:00
abs
1f51653469 Fix typo in ONLY_FOR_PLATFORM: s/NetBSD-arm/NetBSD-*-arm/ 2003-06-13 09:35:47 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
wiz
cb35b24d01 Bump PKGREVISION because of freetds shlib major bump. 2003-06-11 13:26:05 +00:00
wiz
830941c6f9 Update to 0.61, based on 21395 by MLH, but with the PKG_SYSCONFDIR
patches intact.
Changes since 0.60:
* Jan 2003
- Version 0.61
- Dynamic SQL
- Output parameters
- Compute rows
- Varbinary support
- dsn-less ODBC connections
- RPC support (db-lib)
- Compatibility with DBD::Sybase 0.95
- 68 new functions!  (see doc/api_status.txt)
- Error/message handling rewritten, uses real error numbers
- new sample programs
- much cleaner code, warning-free compiles
- namespace cleanup
- public domain versions of functions for OSs that lack them
- autoconf portability improvements
- builds in HP-UX, Win32, and cygwin
- No dependency on OpenSSL
2003-06-11 13:24:09 +00:00
jmmv
5dc3364b5a Update to 0.12.1:
For Release 0.12.1
------------------
 - Added missing plugins directory to spec file (adam)
 - Fixed crash in #113623 (rodrigo)
 - Fixed main window resizing problems (rodrigo)
 - Updated translations:
        - fr (redfox)

For Release 0.12
----------------
 - Fixed UTF8 strings displaying (gonzalo)
 - Some documentation fixes (cj)
 - HIG-ify .desktop file (rodrigo)
 - HIG-ify preferences dialog (rodrigo)
 - Made menus to be disabled instead of hidden, as suggested in the
   HIG (rodrigo)
 - Made plugins install directory FHS compliant (frederic)
 - Updated translations:
        - ca (pablo)
	- cs (mitr)
        - fa (roozbeh)
	- fr (redfox)
	- nl (adrighem)
	- pt (dnloreto)
	- sv (menthos)

For Release 0.11
----------------
 - Spec file fixes (yanko)
 - Fixed #105178 (rodrigo)
 - Fixed #103094 (rodrigo)
 - Use new libgnomedb stock icons (rodrigo)
 - Made settings dialog look like Nautilus's preferences (rodrigo)
 - Added missing features to GConf-oriented GtkEntry's (rodrigo)
 - Updated translations:
	- am (yacob)
	- cs (mitr)
	- es (pablodc)
	- nl (adrighem)
	- pl (chyla)
	- pt (dnloreto)
	- pt_BR (evandrofg)
	- sv (menthos)
	- uk (rasta)
	- vi (pablo)
2003-06-10 14:21:25 +00:00
jmmv
a405d698c5 Update to 0.12.1:
libgnomedb 0.12.1, 2003-06-08
-----------------------------
 - Added missing static libraries to the spec file (adam)
 - Fixed typo in configure.in (redfox)
 - Simplified column titles in data sources and providers config dialog
   (rodrigo)
 - Added missing CFLAGS for libglade module (rodrigo)
 - Fixed soname numbering (rodrigo)
 - Updated translations:
        - nl (adrighem)
        - sr (danilo)
	- ta (baddog)

libgnomedb 0.12, 2003-05-28
---------------------------
 - Added new stock icons (apg)
 - HIG-ified the login dialog widget (apg)
 - Added support for GTK/libgda-only compilation (dmitrym)
 - Extended GnomeDbForm API (rodrigo)
 - Updated translations:
        - cs (mitr)
	- de (cneumair)
	- es (pablodc)
        - fa (roozbeh)
	- nl (adrighem)
	- pt (dnloreto)
	- pt_BR (gdvieira)
	- sv (menthos)

libgnomedb 0.11, 2003-03-08
---------------------------
 - Marked missing strings in .keys file for translation (cneumair)
 - Added new stock icons for COMMIT and ROLLBACK (rodrigo)
 - Fixed #106121 (julio)
 - Fixed #106122 (julio)
 - Fixed #106402 (rodrigo)
 - HIG-ify the gray bar widget (apg)
 - Fixed #106402 (tagoh)
 - Spec file fixes (yanko)
 - Updated translations:
	- cs (mitr)
	- de (cneumair)
	- es (pablodc)
	- nl (adrighem)
	- pl (chyla)
	- pt (dnloreto)
	- pt_BR (gdvieira)
	- sv (menthos)
	- uk (rasta)
2003-06-10 14:21:07 +00:00
jmmv
77b56df877 Update to 0.12.1:
libgda 0.12.1, 2003-06-08
-------------------------
 - Fixed leak in Oracle provider to prevent running out of cursors (fozzy)
 - Fixed normal and build requirements in spec file (david)
 - Updated translations:
        - nl (adrighem)
        - sv (menthos)

libgda 0.12, 2003-05-28
-----------------------
 - Fixed password problem in PostgreSQL provider (david, gonzalo)
 - Fixed ODBC headers detection problem (rodrigo)
 - Fixed typo in FreeTDS CFLAGS (rodrigo)
 - Compilation fixes for Sybase provider (rodrigo)
 - Spec file fixes for RH9 (david)
 - Fixed libsql linking problems (rodrigo)
 - Fixed NULL password access in Oracle provider (fozzy)
 - Improved support for types in Oracle provider (fozzy)
 - Fixed index schema retrieval in Oracle provider (fozzy)
 - Fixed typo in MySQL library detection (bodo)
 - Fixed aggregates schema in Oracle provider (fozzy)
 - Some documentation fixes (cj)
 - Initial version of mSQL provider (danilo)
 - Fixed compilation problem in IBM DB2 provider (sergey)
 - Improved sample code in documentation (xabier)
 - Cleaned up GdaRow and GdaParameter APIs (xabier, rodrigo)
 - Improvements to the fields metadata schema queries in the
   PostgreSQL provider (vivien)
 - Updated translations:
        - cs (mitr)
        - de (cneumair)
	- es (pablodc)
        - fa (roozbeh)
	- it (marcoc)
	- nl (adrighem)
        - pt (dnloreto)
	- pt_BR (evandrofg, gdvieira)
	- sr (danilo)
	- sv (menthos)

libgda 0.11, 2003-03-08
-----------------------
 - Improvements on Oracle provider (steve)
 - Added support for Oracle 9 (steve)
 - Improvements on IBM DB2 provider (sergey)
 - Fixed crash on weak references when destroying provider hash table (gonzalo)
 - ANSI-compliant fixes (tagoh)
 - Spec file fixes (yanko, rodrigo)
 - Fixed incorrect password problem in Postgres provider (david, gonzalo)
 - Fixed typos in Oracle provider strings (cneumair)
 - More work on the report engine (santi)
 - Made FreeTDS provider work with freetds-0.61 (tagoh)
 - Updated translations:
	- ca (jordim)
	- cs (mitr)
	- de (cneumair)
	- es (pablodc)
	- nl (adrighem)
	- pt_BR (gdvieira)
	- ru (dmitrym)
	- sv (menthos)
	- uk (rasta)
2003-06-10 14:20:31 +00:00
wiz
b8737eca68 Bump PKGREVISION because of db4 shlib major bump. 2003-06-10 09:56:16 +00:00
wiz
346ac2bdac Update to 4.1.25, based on PR 20289 by Daniel Farrugia.
Database or Log File On-Disk Format Changes:

 1. All of the access method database formats changed in the Berkeley
 DB 4.1 release (Btree/Recno: version 8 to version 9, Hash: version
 7 to version 8, and Queue: version 3 to version 4). The format
 changes are entirely backward compatible, and no database upgrades
 are needed.

Major New Features:

 1. Berkeley DB now includes support for database encryption using
 the AES encryption standard. [#1797]

 2. Berkeley DB now includes support for database page checksums
 to allow detection of database corruption during I/O. [#1797]

 3. The shared memory buffer pool code base was substantially
 reworked in the 4.1 release to improve concurrent throughput.
 [#4655]

General Environment Changes:

 1. Allow applications to specify transaction handles to the DB->open method call, so database creation can be grouped with other Berkeley DB calls in a single transaction. [#4257]
 2. Add the DB_ENV->remove and DB_ENV->rename method calls that support transactional protection of database removal and renaming. [#4257]
 3. Add the DB_ENV->set_flags flags DB_DIRECT_DB and DB_DIRECT_LOG, which disable the system's buffer cache where possible. [#4526]
 4. Unlock the pthread mutex if pthread_cond_wait() returns an error. [#4872]
 5. Fix a memory leak caused by running recovery. [#4913]
 6. Fix a bug in which closing an environment with open database handles could result in application crashes. [#4991]
 7. Fix a bug where DB_CONFIG files were ignored if the database environment defaulted to the application's current working directory. [#5265]
 8. Fix a bug where transaction abort or commit could fail to destroy the handle. [#5633]
 9. Fix a set of bugs where the Berkeley DB API could return DB_RUNRECOVERY without panic-ing the database environment itself or calling the application's panic-callback function. [#5743]
10. Fix a bug in where DB=>rename and DB->remove method calls could leak a transaction and its locks. [#5824]
11. Fix a bug where recovery feedback could return values greater than 100. [#6193]
12. Fix a bug where a page allocated by a transaction, eventually aborted because of application or system failure, could appear twice in the free list, if catastrophic recovery was performed. [#6222]
13. Add a new flag, DB_AUTO_COMMIT, that wraps all database modification operations inside a transaction, to the DB_ENV->set_flags method. [#6395]
14. Fix a bug where recovery could fail when upgrading between releases. [#6372]
15. Fix a recovery bug where pages that were repeatedly freed and allocated could be lost. [#6479] [#6501]
16. Change DB_CONFIG reading to handle non-<newline> terminated last line. [#6490]

General Access Method Changes:

 1. Allow applications to specify transaction handles to the DB->associate method call, so secondary index creation can be grouped with other Berkeley DB calls in a single transaction. [#4185]
 2. Add a new flag, DB_AUTO_COMMIT, that wraps single database operations inside a transaction. This flag is supported by the DB->del, DB->open, DB->put, DB->truncate,DB_ENV->remove, and DB_ENV->rename methods. [#4257]
 3. The DB_EXCL DB->open method flag has been enhanced to work on subdatabases. [#4257]
 4. Fix a bug in which a DB->put(DB_APPEND) could result in leaked memory or a corruption in the returned record number. [#5002]
 5. Fix a bug in the database salvage code that could leave pages pinned in the cache. [#5037]
 6. Add a flag to the DB->verify method to output salvaged key/data pairs in printable characters. [#5037]
 7. Fix a bug in which DB->verify() might continue and report extraneous database corruption after a fatal error. [#5131]
 8. Fix a bug where calling the DB->stat method before the DB->open method could drop core. [#5190]
 9. Fix a bug in which a DB->get, DBcursor->c_get, or DBcursor->c_pget on a secondary index, in the Concurrent Data Store product, could result in a deadlock. [#5192]
10. Fix a bug in which DB->verify() could correctly report errors but still return success. [#5297]
11. Add support for the DB->set_cache_priority interface, that allows applications to set the underlying cache priority for their database files. [#5375]
12. Fix a bug where calling DBcursor->c_pget with a database that is not a secondary index would drop core. [#5391]
13. Fix a bug where a bug in the DB->truncate method could cause recovery to fail. [#5679]
14. Fix a bug where DB_GET_RECNO would fail if specified to a secondary index. [#5811]
15. Fix a bug where building a secondary index for an existing primary database could fail in Concurrent Data Store environments. [#5811]
16. Fix a bug where the DB->rename method could fail, causing a problem during recovery. [#5893]
17. Fix a bug in which a DB->get or DB->pget call on a secondary index could fail when done with a handle shared among multiple threads. [#5899]
18. Fix a bug in which a DB->put operation on a database with off-page duplicates could leak a duplicate cursor, thereby preventing transactions being able to commit. [#5936]
19. Fix a bug where overflow page reference counts were not properly maintained when databases were truncated. [#6168]
20. Fix a bug where the bulk get APIs could allocate large amounts of heap memory. [#6439] [#6520]

Btree Access Method Changes:

 1. Fix a bug that prevented loads of sorted data, with duplicates at the end of the tree, from creating compact trees. [#4926]
 2. No longer return a copy of the key if the DB_GET_BOTH or DB_GET_BOTH_RANGE flags are specified. [#4470]
 3. Fix a bug where the fast-search code could hold an unlocked reference to a page, which could lead to recovery failure. [#5518]
 4. Fix a bug where some cursor operations on a database, for which the bt_minkey size had been specified, could fail to use the correct overflow key/data item size. [#6183]
 5. Fix a bug where the recovery of an aborted transaction that did a reverse Btree split might leave a page in an inconsistent state. [#6393]

Hash Access Method Changes:

 1. Fix bugs that could cause hash recovery to drop core. [#4978]
 2. Use access method flags instead of interface flags to check for readonly access to a hash database with an application-specified hash function. [#5121]
 3. Fix a bug where a hash database allocation of a new set of buckets may be improperly recovered by catastrophic recovery if the transaction is split across log files and the beginning segment of the transaction is not included in the set of logs to be recovered. [#5942]
 4. Fix a bug where aborting particular hash allocations could lead to a database on which the verifier would loop infinitely. [#5966]
 5. Fix a bug where a memory allocation failure could result in a system hang. [#5988]
 6. Remove nelem from the Hash access method statistics (the value was incorrect once items had been added or removed from the database). [#6101]
 7. Fix a bug where a page allocated by an aborted transaction might not be placed on the free list by recovery, if the file holding the page was created as part of recovery, and a later page was part of a hash bucket allocation. [#6184]
 8. Fix a bug where allocated pages could be improperly recovered on systems that require explicit zero-ing of filesystem pages. [#6534]

Queue Access Method Changes:

 1. No longer return a copy of the key if the DB_SET_RANGE flag is specified. [#4470]
 2. Fix a bug where DBcursor->c_get (with DB_MULTIPLE or DB_MULTIPLE_KEY specified) could fail on a Queue database if the record numbers had wrapped. [#6397]

Recno Access Method Changes:

 1. No longer return a copy of the key if the DB_GET_BOTH or DB_GET_BOTH_RANGE flags are specified. [#4470]
 2. Fix a bug where non-transactional locking applications could leak locks when modifying Recno databases. [#5766]
 3. Fix a bug where DBcursor->c_get with the DB_GET_RECNO flag would panic the environment if the cursor was uninitialized. [#5935]
 4. Fix a bug where deleting pages from a three-level Recno tree could cause the database environment to panic. [#6232]

C++-specific API Changes:

 1. C++ DbLock::put is replaced by DbEnv::lock_put to match the C and Java API change in Release 4.0. [#5170]
 2. Declared destructors and methods within Db and DbEnv classes to be virtual, making subclassing safer. [#5264]
 3. Fixed a bug where Dbt objects with no flags set would not be filled with data by some operations. [#5706]
 4. Added DbDeadlockException, DbRunRecoveryException, and DbLockNotGrantedException classes to C++, and throw them accordingly. [#6134]
 5. Added C++ methods to support remaining conversions between C++ classes and C structs where appropriate. In particular, DbTxn/DB_TXN conversions and DbMpoolFile/DB_MPOOLFILE were added. [#6278]
 6. Fix a bug in DbEnv::~DbEnv() that could cause memory corruption if a DbEnv was deleted without being closed. [#6342]
 7. Reordered C++ class declarations to avoid a GCC g++ warning about function inlining. [#6406]
 8. Fix a bug in the DbEnv destructor that could cause memory corruption when an environment was destroyed without closing first. [#6342]
 9. Change DbEnv and Db destructor behavior to close the handle if it was not already closed. [#6342]

Java-specific API Changes:

 1. Added check for system property "sleepycat.Berkeley DB.libfile" that can be used to specify a complete pathname for the JNI shared library. This is needed as a workaround on Mac OS X, where libtool cannot currently create a library with a .jnilib extension which is what the current JDK expects by default. [#5664]
 2. Fixed handling of JVM out of memory conditions, when some JNI methods return NULL. When the JVM runs out of memory, calls should consistently fail with OutOfMemoryErrors. [#5995]
 3. Added Dbt.get_object and Dbt.set_object convenience routines to the Java API to make using serialization easier. [#6113]
 4. Fixed a bug that prevented Java's Db.set_feedback from working, fixed document for Java's Db.set_feedback, some callback methods were misnamed. [#6137]
 5. Fix a NullPointerException in Db.finalize() if the database had been closed. [#6504]
 6. Marked DbEnv constructor with "throws DbException". [#6342]

Tcl-specific API Changes:

    None.

RPC-specific Client/Server Changes:

 1. Fix a bug where Db and DbEnv handles were not thread-safe. [#6102]

Replication Changes:

 1. A large number of replication bugs were fixed in this release. The replication support is now believed to be production quality.
 2. Add the DB_ENV->set_rep_limit interface, allowing applications to limit the data sent in response to a single DB_ENV->rep_process_message call. [#5999]
 3. Add the DB_ENV->set_rep_stat interface, returning information from the replication subsystem [#5919]

XA Resource Manager Changes:

 1. Added support for multi-threaded XA. Environments can now have multiple XA transactions active. db_env_xa_attach() can be used to get a DB_TXN that corresponds to the XA transaction in the current thread. [#5049]
 2. Added a com.sleepycat.Berkeley DB.xa package that implements J2EE support for XA. This includes new DbXAResource, DbXid classes that implement the XAResource and Xid interfaces. [#5049]
 3. Fix a bug where aborting a prepared transaction after recovery may fail. [#6383]
 4. Fix a bug where recovery might fail if a prepared transaction had previously extended the size of a file and then was aborted. [#6387]
 5. Fix a bug where if the commit of a prepared transaction fails the transaction would be aborted. [#6389]

Locking Subsystem Changes:

 1. Fix a bug where lock counts were incorrect if a lock request returned DB_LOCK_NOTGRANTED or an error occurred. [#4923]
 2. Fix a bug where lock downgrades were counted as releases, so the lock release statistics could be wrong. [#5762]
 3. Fix a bug where the lock and transaction timeout values could not be reset by threads of control joining Berkeley DB database environments. [#5996]
 4. Fix a bug where applications using lock and/or transaction timeouts could hit a race condition that would lead to a segmentation fault. [#6061]

Logging Subsystem Changes:

 1. DB_ENV->log_register and DB_ENV->log_unregister have been removed from the interface. [#0046]
 2. Fix a bug where creating a database environment with a non-existent logging directory could drop core. [#5833]
 3. Add support allowing applications to change the log file size in existing database environments. [#4875]
 4. Fix a bug where a write error on a log record spanning a buffer could cause transaction abort to fail and the database environment to panic. [#5830]

Memory Pool Subsystem Changes:

 1. The DB_INCOMPLETE error has been removed, as cache flushing can no longer return without completing. [#4655]
 2. Fix a bug where Berkeley DB might refuse to open a file if the open was attempted while another thread was writing a large buffer. [#4885]
 3. Prefer clean buffers to dirty buffers when selecting a buffer for eviction. [#4934]
 4. Fix a bug where transaction checkpoint might miss flushing a buffer to disk. [#5033]
 5. Fix a bug where Berkeley DB applications could run out of file descriptors. [#5535]
 6. Fix bugs where Berkeley DB could self-deadlock on systems requiring mutex resource reclamation after application failure. [#5722] [#6523]

Transaction Subsystem Changes:

 1. Go back only one checkpoint, not two, when performing normal recovery. [#4284]
 2. Fix a bug where an abort of a transaction could fail if there was no disk space for the log. [#5740]
 3. Fix a bug where the checkpoint log-sequence-number could reference a non-existent log record. [#5789]
 4. Fix a bug where subtransactions which allocated pages from the filesystem and subsequently aborted could cause other pages allocated by sibling transactions to not be freed if the parent transaction then aborted. [#5903]
 5. Fix a bug where transactions doing multiple updates to a queue database which spanned a checkpoint could be improperly handled by recovery. [#5898]

Utility Changes:

 1. Fix a bug where the -p option could not be specified with the -R or -r options. [#5037]
 2. The utilities were modified to correctly size their private caches in order to handle databases with large page sizes. [#5055]
 3. Fix a bug in which utilities run with the -N option would fail to ignore the environment's panic flag. [#5082]
 4. Fix a bug where invalid log records could cause db_printlog to drop core. [#5173]
 5. Add a new option to the db_verify utility to support verification of files that include databases having non-standard sorting or hash functions. [#5237]

Configuration, Documentation, Portability and Build Changes:

 1. Replace test-and-set mutexes on Windows with a new mutex implementation that signals an event to wake blocked threads. [#4413]
 2. Support configuration of POSIX pthread mutexes on systems where the pthread mutexes do not support inter-process locks. [#4942]
 3. Add mutex support for the ARM architecture using the gcc compiler. [#5018]
 4. On Windows NT/2000/XP, switched to atomic seek-and-read/write operations to improve performance of concurrent reads [#0654].
 5. Support cross-compilation using the GNU compiler tool chain. [#4558]
 6. Fix a bug where libraries were always installed read-only. [#5096]
 7. Fix a bug where temporary files on VxWorks could fail. [#5160]
 8. Fix a bug where Berkeley DB did not install correctly if the system cp utility did not support the -f option. [#5111]
 9. Correct the documentation for the Queue access method statistics field qs_cur_recno to be the "Next available record number". [#5190]
10. Fix a bug where file rename could fail on Windows/9X. [#5223]
11. Removed support for Microsoft Visual Studio 5.0 [#5231]
12. Switched to using HANDLEs for all I/O operations on Windows to overcome a hard limit of 2048 open file descriptors in Microsoft's C runtime library. [#5249]
13. Fix a bug where Berkeley DB error message routines could drop core on the PowerPC and UltraSPARC architectures. [#5331]
14. Rename OSTREAMCLASS to __DB_OSTREAMCLASS in db_cxx.h to avoid stepping on application name space. [#5402]
15. Support Linux on the S/390 architecture. [#5608]
16. Work around a bug in Solaris where the pthread_cond_wait call could return because a signal was delivered to the application. [#5640]
17. Fix build line for loadable libraries to include -module to support Mac OS X. [#5664]
18. Fix a bug in the PPC mutex support for the Mac OS X system. [#5781]
19. Added support for Java on Mac OS X. A workaround on the Java command line is currently necessary; it is documented. [#5664]
20. Added support for Tcl on Mac OS X. [#5664]
21. Update Windows build instructions to cover Visual C++ .NET. [#5684]
22. AIX configuration changes for building on AIX 4.3.3 and 5 with both standard and Visual Age compilers. [#5779]
23. Add a new UNIX configuration argument, --with-mutex=MUTEX, to allow applications to select a mutex implementation. [#6040]
24. Changed libtool and configure so we can now correctly build and install Tcl and Java loadable shared libraries that work on Mac OS X. [#6117]
25. Fix mutex alignment problems on historic HP-UX releases that could make multi-process applications fail. [#6250]
26. Installed static .a archives on Mac OS X need to be built with the ranlib -c option so linked applications will not see undefined __db_jump errors. [#6215]
27. Upgrade pthread and mmap support in the uClibc library to support Berkeley DB. [#6268]
28. Fixed error in determining include directories during configuration for --enable-java. The error can cause compilation errors on certain systems with newer versions of gcc. [#6445]
2003-06-10 09:54:41 +00:00
wiz
c29a6481cb Moved to GNU repo -- change homepage and download locations.
Noted by Katsuhiko Fujii in PR 21832.
2003-06-09 14:05:36 +00:00
wiz
0f523935ce Add trailing slash in HOMEPAGE. PR 21827 by yaranaika. 2003-06-09 09:38:32 +00:00
mjl
482668275a Update p5-DBIx-SearchBuilder to 0.84
- Provide support for blowing away nested transactions
    that aren't yet committed
  - Fixed how values of returned hashes are downcased.
  - Should be a minor perf improvement
  - Moved Stan's destryo fix to the right file
  - Better oracle support for unique ids on indexes
  - DESTROY fix
  - make function naming for autoloaded functions a bit more flexible
  - Query builder changes to improve some join performance
  - Fixes to a tight loop for cache expiry
  - Patches for Oracle BLOB support from Brook Schofield
  - Rebuilt Postgres query generator
  - Select Distinct altered to support oracle
2003-06-06 12:00:06 +00:00
jmmv
b501607749 Fix substitution of mysql prefix in the setup.py script. 2003-06-06 10:36:37 +00:00
jschauma
09361a0d1c belatedly add abook 2003-06-05 13:43:24 +00:00
uebayasi
8997a30889 Bump revisions following the guile14's threaded fix. 2003-06-05 05:01:54 +00:00
jschauma
4759c7bd75 Initial import of databases/abook, provided by <vincent at ahoup dot net>
in PR pkg/21303 (added ncurses buildlink so the package works on Linux and
IRIX as well):

Abook is a text-based addressbook program designed to use with mutt
mail client.

Import filters for following formats:
 - ldif (Netscape Addressbook)
 - mutt alias ( >= 0.4.10 )
 - Pine addressbook

Export filters for folllowing formats:
 - ldif / Netscape addressbook (.4ld)
 - Pine addressbook
 - HTML
 - mutt alias
 - GnomeCard (VCard) addressbook
 - elm alias
 - plain text
 - Spruce address book
2003-06-04 01:15:34 +00:00
salo
97e5924a30 Add p5-DBD-XBase. 2003-06-03 22:27:57 +00:00
salo
16c32b9e8d Import of p5-DBD-XBase-0.232: perl DBI/DBD driver for XBase (dBase/FoxPro)
databases.

XBase module provides access to XBase (dBase, Fox*) dbf files.  It also
handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx,
mdx, idx and cdx).  The DBD::XBase is a database driver for DBI and provides
simple SQL interface to reading and writing the database files.  So this
package offers two ways of accessing your beloved data in dbf files: XBase.pm
and DBD::XBase.  It is recommend using DBD::XBase and only resort to XBase.pm
if you need something special which is not supported by the DBI interface.
2003-06-03 22:27:12 +00:00
jschauma
99e6fe788b Change dependency of jakarta-ant into apache-ant, as it's now known.
All build fine with the new version of ant.
2003-06-03 17:02:44 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
84f5136017 Use bsd.pkg.install.mk infrastructure to create the `gnats' user and
some directories. In the process kill PLIST @exec -except for those related
to install-info.
While here substitute some leftover `/usr/pkg' in MESSAGE.

XXX Marking this package as USE_BUILDLINK2 will make my life easier
for forthcoming changes but as it is not really necessary for the build
it self I guess it is not a good option?
2003-05-30 22:14:28 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
mjl
314b106e16 Update p5-DBI to 1.37
Fixed "Can't get dbh->{Statement}: unrecognised attribute" error
  Fixed DBI->connect to carp instead of croak on 'old-style' usage.
  Fixed connect(,,, { RootClass => $foo }) to not croak if module not found.
  Fixed code generated by DBI::DBD::Metadata
  Fixed DBI::PurePerl to not reset $@ during method dispatch.
  Fixed Proxy disconnect
  Fixed error in DBI::DBD docs
  Changed t/40profile.t to not require Time::HiRes.
  Changed execute_array() return value from row count to executed
    tuple count, and now the ArrayTupleStatus attribute is mandatory.
    NOTE: That is an API definition change that may affect your code.
  Changed CompatMode attribute to also disable attribute 'quick FETCH'.
  Changed attribute FETCH to be slightly faster
  Added workaround for perl bug #17575 tied hash nested FETCH
  Added Username and Password attributes to connect(..., \%attr) and so
    also embedded in DSN like "dbi:Driver(Username=user,Password=pass):..."
    Username and Password can't contain ")", ",", or "=" characters.
    The predence is DSN first, then \%attr, then $user & $pass parameters,
    and finally the DBI_USER & DBI_PASS environment variables.
    The Username attribute is stored in the $dbh but the Password is not.
  Added ProxyServer HOWTO configure restrictions docs
  Added MaxRows attribute to selectcol_arrayref
  Added dump_handle as a method not just a DBI:: utility function.
  Added on-demand by-row data feed into execute_array() using code ref,
    or statement handle. For example, to insert from a select:
    $insert_sth->execute_array( { ArrayTupleFetch => $select_sth, ... } )
  Added warning to trace log when $h->{foo}=... is ignored due to
    invalid prefix (e.g., not 'private_').
2003-05-30 09:34:30 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
abs
38583051e2 Since postgresql explicitly checks for and fails if -ffast-math is set in
CFLAGS, strip it out. No package bump as no change in generated package.
2003-05-29 08:55:48 +00:00
jmmv
944489fd83 Depend on gnome2-dirs to handle the share/application-registry directory.
Bump PKGREVISION to 1.
2003-05-25 08:10:20 +00:00
wiz
b155494173 Update MASTER_SITES, from Ben Collver in PR 21640. 2003-05-22 07:17:06 +00:00
dmcmahill
9d6a6bdd11 add and enable p5-MARC 2003-05-17 01:45:41 +00:00
dmcmahill
9683c5fb1a import p5-MARC-1.15
MARC (MAchine Readable Cataloging)

MARC.pm is a Perl 5 module for reading in, manipulating, and outputting
bibliographic records in the USMARC format.  It handles conversions
from MARC into ASCII (text),  Library of Congress MARCMaker, HTML,
and ISBD. Input from MARCMaker format is also supported. Individual
records, fields, indicators, and subfields can be created, modified, and
deleted. It can extract URLs from the 856 field into HTML.

MARC.pm can handle both single and batches of MARC records. The limit on
the number of records in a batch is determined by the memory capacity of
the machine you are running. If memory is an issue for you MARC.pm will
allow you to read in records from a batch gradually. MARC.pm also includes
a variety of tools for searching, removing, and even creating records from
scratch.
2003-05-17 01:30:38 +00:00
jmc
63b30d195e Fix some PKGSRCDIR paths 2003-05-12 14:56:20 +00:00
jmc
befa6aa0c8 Need to comment out the platforms line in setup.py if building under 2.0 2003-05-11 08:46:23 +00:00
wiz
f16927fc96 Pthreads not needed -- only used by executable, not by
any of the openldap libraries.
Closes PR 21490 by Todd Vierling.
2003-05-08 12:30:37 +00:00
wrstuden
72f3e86f51 I haven't maintained this for years, so remove my name from the
maintainership.
2003-05-07 16:14:39 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
grant
668f06fc7d post-install:
- create directories first, then install files into them.
- remove unnecessary trailing slashes.
2003-05-05 17:21:48 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
567c8abc60 Use PKGCONFIG_OVERRIDE. 2003-04-30 19:52:49 +00:00
jmmv
d3052eb692 Remove extra, unexisting file. 2003-04-30 19:52:35 +00:00
cjep
6f6874cc5f Lint: Make this description more concise.
Remove information that is in MESSAGE.
2003-04-27 15:53:54 +00:00
cjep
e28e0d5aaa Add information about mail aliases. 2003-04-27 15:53:07 +00:00
rh
ed5c0ddfe7 Update gnome-mime-data to 2.2.0. This includes an updated set of icons. 2003-04-27 04:20:17 +00:00
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
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
taca
80259d812a Add http://www.sqlite.org/ as download site. 2003-02-17 16:23:08 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
agc
c402b52b4c Update sqlite to version 2.8.0.
An update to 2.7.5 was provided in PR 19719 by Jarkko Torppa.

Main changes are support for endian-neutral databases, and a huge number of
bug fixes.
2003-02-17 14:55:29 +00:00
zuntum
a990512e3f Add & enable pxtools 2003-02-17 14:43:22 +00:00
zuntum
864c2633fe Initial import of databases/pxtools (version 0.0.19)
The pxTools are a collection of tools to work with a Paradox-database. It
consists of pxinfo, pxcsvdump, pxxmldump and pxsqldump.

Provided by collver1@attbi.com in PR#19394, slightly modified by me.
2003-02-17 14:42:10 +00:00
seb
830708ba67 Update to version 1.0.40. See changes below.
Packages changes: use buildlink2 and perl5/module.mk, documentation
splitted in $PREFIX/share/doc/{rrdtool,html/rrdtool}/*.

Okay'ed by wulf@.

Changes since version 1.0.33:

- bugfix, + enhancement, * contrib, = RELEASE
---------------------------------------------
= 1.0.40 2002/10/11 -- Tobi

- 2002/10/11 Jeffrey Wheat <jeff@nt.cetlink.net>
  updated php4 bindings to work with php 4.2.3

- 2002/10/07 Tomoyuki Murakami <tomoyuki@pobox.com>
  -z does not take an option

- 2002/10/03 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
  fix for PREV() operator

- 2002/08/01 Paul Clifford <paul.clifford@bbc.co.uk>
  fix for segfault in print_calc function

+ 2002/07/31  "Nenad Antic (EAB)" <Nenad.Antic@era.ericsson.se>
  rrdfetch manpage update

- 2002/07/12 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
  PREV(xxx) match with DEF_NAM_FMT

- 2002/07/12 Joerg Mertin <mertinj@europe.psi.com>
  fixed bindings for php4

- 2002/07/02 Philippe.Simonet@swisscom.com
  fixed DINF for win32 compile

= 1.0.39 2002/06/20 -- Tobi

+ 2002/06/20 -- Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
  * new CDEF feature PREV(x) which allows for funky new filters
    to be created easily

+ 2002/06/14 -- "Shipway, Steve" <steve.shipway@eds.com>
  * Improved docs for rrd_resize

- Tobi
  * increassed commandline buffer in rrd_tool.c to 100 kilo Byte
  * in rrd_graph replace rint by ceil ...its more portable
  * remove // comments and replace with /* .... */
  * due to popular demand change strftime format to %V for weeks

+ 2002/05/24 -- Joe Griffin <joe.griffin@mscsoftware.com>
  * config.guess and config.sub updates for IA64

= 1.0.38 2002/05/22 -- Tobi

- 2002/05/12 -- Tobi
  * fix for crash in restore when used with existing file

- 2002/04/29 -- Alex
  * fix for PRINT template parser in rrd_graph ...

- 2002/04/16 -- Milan Obuch <milan.obuch@in.nextra.sk>
  * fix for --alt-mrtg

+ 2002/05/01 Wolfgang Schrimm <Wolfgang.Schrimm@urz.uni-heidelberg.de>
  * new subcommand xport

= 1.0.37 2002/04/13 -- Tobi

- 2002/04/14 -- Thierry Nkaoua <tnka@linux-sottises.net>
  * do not change LC_ALL but just LC_TIME ...

= 1.0.36 2002/04/13 -- Tobi

+ 2002/04/13 -- Milan Obuch <milan.obuch@in.nextra.sk>
  * added new options to rrdgraph. Check the manpage for
    --overlay, --background, --unit, GD (graph output format)

+ 2002/04/09 -- Tobi
  * added setlocale and tzset calls to rrd_graph

- 2002/04/09 -- Tobi
  * removed description of --goodfor and --refresh from rrdcgi

- 2002/04/02 -- Paul Vixie <paul@vix.com>
  * rrd restore should not burn down existing files

- 2002/03/23 -- Oliver Cook  <ollie@uk.clara.net>
  * kill segfault in diff code for non digit input

- 2002/03/23 -- Ashok Mandala <chakri063@yahoo.com>
  * make sure CDEFs work properly even when none of the contributing
    data sources start at start of the cdef.

+ 2002/03/20 -- David Lee <t.d.lee@durham.ac.uk>
  * Allow link builds through the ../configure syntax

= 1.0.35 2002/03/20 -- Tobi

- 2002/03/20 -- Tobi
  * fixed longstanding off by 1 bug in CDEF for cases where RRDs with
    different step sizes were mixed in one CDEF

- 2002/03/13 -- Tobi
  * Deal with cases where Config{cc} contains an absolute path to perls
    C compiler.
- 2002/03/14 -- Matt Galvin <mgalvin@dandd.com>
  * new OS detector config files which can deal with macos X

= 1.0.34 2002/03/12 -- Tobi

- 2002/02/12 -- Tobi
  * replaced zlib 1.1.3 with 1.1.4

- 2002/02/06 -- Alexander Schwartz <alexander.schwartz@gmx.net>
  * allow rrdcgi to deal with umlauts

- 2001/12/27 -- Tom.Bertelson@gecapital.com
  * fix overflow error in rrd_fetch

- 2001/11/28 -- Richard A. Steenbergen <ras@e-gerbil.net>
  * allow + - and ' ' in printfsring

- 2001/03/31 -- Tobi
  * added 'all' dependancy to site-perl-install rule as many seem to skip
    this step when instaling cricket ... probably an incomplete cricket doku.

- 2001/03/02 --  Mike Franusich <mike@franusich.com>
  * filedescriptor leak fixed in rrd_open for faild open attempts.

- 2001/03/01 -- Tobi
  * test if compiler perl wants to use for building its modules is available on the system
  * zlib wants to be linked with -fpic on HPUX or it breaks ...
2003-02-16 23:08:55 +00:00
jmmv
3eeaeba78d Bump version to 0.10. Packages using this one have been just updated, so no
revision bump is required for them.
2003-02-14 22:17:41 +00:00
jmmv
24b2ec0828 Update to 0.10. Changes since 0.8.199:
libgnomedb 0.10, 2003-01-27
---------------------------

 - Added --disable-gtk-doc argument to configure (rodrigo)
 - Fixed .server file paths (rodrigo)
 - Fixed weird size of provider list in configuration dialog (rodrigo)
 - Fixed modal dialog on 'save as..' grid's menu item and made the code
   actually ask the user if he wants to overwrite existing files (rodrigo)
 - Re-Added GnomeDbIconList from the 1.4 version (rodrigo)
 - Implemented session management (rodrigo)
 - Replaced GnomeDbSqlEditor widget with a more generic GnomeDbEditor,
   to support many languages (rodrigo)
 - Removed obsolete config.h files all over (gonzalo)
 - Fixed alignment for grid's cells (rodrigo)
 - Improved look of error and login dialogs (rodrigo)
 - Remember values between GnomeDbDsnConfigDruid's pages (rodrigo)
 - Many improvements on GnomeDbGrid (rodrigo)
 - Updated translations:
        - de (cneumair)
	- es (pablodc)
	- it (algol)
	- no (kmaraas)
	- pt_BR (evandrofg)
	- sl (minmax)
	- sv (menthos)

libgnomedb 0.9, 2002-12-10
--------------------------

 - Splitted stock icons initialization from the main library init function,
   to have the GnomeDbLogin/GnomeDbLoginDialog widgets work correctly
   in Glade (rodrigo)
 - Updated translations:
        - be (dmitrym)
        - cs (Michal Bukovjan)
	- de (cneumair)
	- es (pablodc)
	- ms (sebol)
	- nl (adrighem)
	- pt_BR (gdvieira)
        - sv (menthos)

Changes in the package:
- Move documentation to share/doc/html.
- Honor PKG_SYSCONFDIR.
- Register schema files using the new framework in GConf2 (schemas.mk).
2003-02-14 20:18:03 +00:00
jmmv
728cfe8f04 Remove gtk-doc from here too. 2003-02-13 18:31:10 +00:00
jmmv
994d60c3d8 Update to 0.10.0. Changes since 0.8.199:
libgda 0.10, 2003-01-27
-----------------------
 - Added support for PostgreSQL 7.3 new features (vivien, gonzalo)
 - Added LANGUAGES schema to set of supported schemas (rodrigo)
 - Fixed TABLES schema retrieval on Oracle (rodrigo)
 - Fixed translatable strings (menthos, holger)
 - Improvements on FreeTDS provider (holger)
 - Added changes notifications in data models (rodrigo)
 - Added new schemas to test suite (rodrigo)
 - Fixed GdaTable class (rodrigo)
 - First working version of the MDB (MS Access files) provider (rodrigo)
 - Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi)
 - Fixed circular calls in gda_data_model_describe_column (rodrigo)
 - Added man page for configuration tool (gonzalo)
 - Added build requirements for gda-sqlite and man page for gda-config-tool
   in SPEC file (david)
 - Fixed FreeTDS include path for RedHat (holger)
 - Made all plugins resident (rodrigo)
 - Implemented basic read-onlyness for MySQL connections (rodrigo)
 - Fixed AGGREGATES schema for MySQL (rodrigo)
 - Lots of work on the reporting engine (santi)
 - Added support for PostgreSQL's bytea type fields (gonzalo)
 - Added use of syslog for the log functions (rodrigo)
 - Fixed unref'ing problems on providers (gonzalo)
 - Added first working version of the LDAP provider (german)
 - Removed obsolete config.h files all over (gonzalo)
 - Added event notification framework to GdaClient, and converted error notification
   to the new system (rodrigo)
 - Implemented saving data models to XML (rodrigo)
 - First basic version of the xBase provider (rodrigo)
 - First GNOME 2 version of the ODBC provider (nick)
 - Added support for SSL in MySQL connections (rodrigo)
 - Added MONEY type (rodrigo)
 - Unified parameter names for providers' connection strings (gonzalo)
 - Updated translations:
        - cs (mitr)
        - de (cneumair, chrisime)
	- es (pablodc)
	- no (kmaraas)
	- sk (stano)
	- sl (minmax)
	- sv (menthos)

libgda 0.9, 2002-12-10
----------------------

 - Fixed weird initialization of the MySQL structures (cleber)
 - Fixed #96758 (rodrigo)
 - Fixed #95985 (rodrigo)
 - Fixed #96810 (rodrigo)
 - Fixed bison problems in SQL parser (gonzalo)
 - Fixed DTD validation of config XML file (gonzalo)
 - Implemented most schemas for FreeTDS provider (holger)
 - Fixed crash on provider lookups in client library (gonzalo)
 - Documentation fixes and additions (gonzalo, calvaris)
 - Fixed #99997 (rodrigo)
 - Fixed #96810 (rodrigo)
 - First working version of the ported (from libgda 0.2.x) Sybase
   provider (holger)
 - Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part))
 - Updated translations:
        - cs (Michal Bukovjan)
	- de (cneumair)
	- es (pablodc)
	- ms (sebol)
	- pt_BR (gdvieira)
        - sv (menthos)

Changes in the package:
- Move documentation to share/doc/html/libgda.
- Avoid dependancy on gtk-doc.
2003-02-13 18:19:29 +00:00
lukem
2f9dbad830 attempt to clarify password instructions 2003-02-09 08:18:58 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
shell
5027ee5030 Updated to p5-perl-ldap-0.2701
Changes :
* contrib/tklkup:
  - Corrected default numbers for gui height and width.
  - Corrected error in gui height and width geometry initialization.
* contrib/dot.tklkup:
  - Corrected default numbers for width and height.
* contrib/tklkup:
  - Corrected an error in the rootDse subroutine.
* contrib/tklkup:
  - Removed one of the mainwindow update commands in the schema display
    section, it was interfering with the automatic window sizing on
    window creation.
* contrib/tklkup:
  - Replaced width and height test values with correct values.
* contrib/tklkup:
  - Moved position of process message window.
  - Added main window height and width options.
  - Added busy indicator.

Please see ChangeLog for more.
2003-01-31 11:14:46 +00:00
lukem
4c7340ca60 oops, share/mysql/mysql.server was missing 2003-01-31 02:28:34 +00:00
lukem
20cf1f2d1b add explicit reminder about ${MYSQL_DATADIR} ownership 2003-01-29 22:17:06 +00:00
kleink
51c13fecd3 As usual, prevent compiling SHA1 from blowing up on sparc64 by moving
each round into a separate function.  Bump to 2.0.27nb2.
2003-01-29 22:05:33 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
jmmv
0c37554fcf Depend on gnome1-dirs to handle shared directories. 2003-01-27 19:43:59 +00:00
jmmv
2a503f174d Convert to buildlink2. 2003-01-27 19:42:51 +00:00
grant
c07ce36c43 we need bsd.pkg.install.mk if we want to use it. 2003-01-24 04:05:22 +00:00
drochner
74e0fe321b update psychopg to 1.0.14.
This is a bugfix release, probably the last in the 1.0.x series.
2003-01-21 19:38:22 +00:00
lukem
06c4d06a95 also need to set the "mysql root" password on -h hostname 2003-01-21 11:49:03 +00:00
lukem
b4603d7970 install bin/mysql.server for people who won't or can't use etc/rc.d/mysqld.
fixes rest of [pkg/19936].
2003-01-21 08:13:18 +00:00
lukem
399ea1cba4 - add rc.d script; based on [pkg/19055], with rework by me.
- add support for MYSQL_USER and MYSQL_GROUP (user & group to run database as)
- change ownership of $MYSQL_DATADIR to ${MYSQL_USER}:${MYSQL_GROUP} 700
- fix safe_mysqld to send all output to the error log and to NOT output
  random messages to the tty it was started on.
- display a MESSAGE reminding people to change the password of the
  mysql 'root' user.
- bump PKGREVISION (to 3.23.49nb2)
2003-01-21 06:02:41 +00:00
lukem
1dfc0898a6 Don't install mysql.server as part of the client.
Bump PKGREVISION.
Fixes part of PR [pkg/19936].
2003-01-20 23:20:36 +00:00
lukem
dd4939bb62 add definitions for MYSQL_USER and MYSQL_GROUP 2003-01-20 23:16:38 +00:00
lukem
8b21c4ee4b fix typo 2003-01-20 22:39:27 +00:00
wiz
5ebdaf4616 regen for patch change:
23c23
<    * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $
---
>    * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $
32c32
<    * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $
---
>    * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $

Requested in various PRs.
2003-01-20 22:36:40 +00:00
jdolecek
df41d58819 use native pthreads on NetBSD, if available
the explicit exits(/usr/include/pthread.h) here is not ideal, but this
pkg didn't use pthread.buildlink2.mk before
2003-01-20 18:09:08 +00:00
jdolecek
b9e5235bd4 need to include <signal.h> in my_pthread.h to be compilable
with native NetBSD threads - header uses sigset_t and not all sources
pulling the header pull <signal.h> before my_pthread.h
2003-01-20 17:48:45 +00:00
grant
f6ca1c37d4 use automatic rc script handling. 2003-01-19 12:34:45 +00:00
skrll
4d96f87202 Don't use pthread_attr_setstacksize unless _POSIX_THREAD_ATTR_STACKSIZE
is defined. This lets openldap compile on -current.

Fixes PR 19921.

PKGREVISION++
2003-01-19 09:26:33 +00:00
tron
09eb67b31f Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to
use native threads on platforms which support them.
2003-01-19 08:48:47 +00:00
gson
3613047cf8 Add and enable py-bsddb3. 2003-01-17 19:42:46 +00:00
gson
5963b4e9a2 PyBSDDB 4.1.1, a Python extension module for Berkeley DB 3 and 4.
This NetBSD package includes the patches from bug reports #667340,
#667343, and #669533, which are in the SourceForge pybsddb3 CVS but
not yet in the 4.1.1 release; hence PKGREVISION=1.
2003-01-17 19:26:04 +00:00
mjl
637c77c045 Update p5-DBD-postgresql to 1.21
- System tables no longer returned by tables().
      - Fix table_attributes to handle removal of pg_relcheck in 7.3,
      - Properly reset transaction status after failed transaction when
        autocommit is off.  Properly report transaction failure message.
      - New pg_bool_tf database handle that when set to true booleans are
        returned as 't'/'f' rather than 1/0.
      - Maintenance transferred to GBorg.
      - Added implementations of column_info() and table_info(), and
        primary_key_info().
      - The POD formatting was cleaned up.
      - The preparser was updated to better handle escaped characters.
      - Added eg/lotest.pl as a demonstration of using large objects in buffers
        rather than files.
      - Added LISTEN/NOTIFY functionality.
      - Added constants for common PostgreSQL data types.
      - Fixed compile-time warnings.
2003-01-17 16:41:37 +00:00
tron
cd4e498f06 - Fix installation of online documentation.
- Supply example configuration for Apache web server.
- Search for configuration file in "${PKG_SYSCONFDIR}/phpmyadmin".
- Rearrange directory structure so that the PHP files can be mapped
  into a web server's document space instead of copying them.
- Bump package revision after above changes.
These improvements are based on the patches supplied by Adrian Portelli
in PR pkg/19708.
2003-01-12 14:04:57 +00:00
jlam
894e5a9bf9 Updated databases/pgaccess to 0.98.8. Major changes from version 0.98.7
include:

  * Completely redesigned interface, brighter and full of helpful icons
    and better widgets.

  * Connect to multiple databases on different hosts in one instance of
    the program.  Forms, Reports, Queries, Scripts, and Diagrams can be
    copied between clusters.

  * Syntax highlighting.

  * Forms took a leap, with a snappy grid, more widgets, more fonts, more
    colors, simpler data source connection, tab order modification, and a
    removal of the 8k barrier.

  * The PgMonitor program was pulled under the umbrella, and can be run as
    a plugin from the main window menu.
2003-01-11 23:04:11 +00:00
jlam
c870cd3712 Install the conversion modules and SQL script for postgresql. Bump the
PKGREVISION of databases/postgresql-server to 1.
2003-01-11 02:13:54 +00:00
schmonz
85caee66fe Define NO_PKGTOOLS_REQD_CHECK, which will mean something in a moment. 2003-01-09 13:11:10 +00:00
uebayasi
74c44aee6e Use the right interface of Buildlinked directory.
Pointed out by wiz.
2003-01-07 12:52:44 +00:00
uebayasi
a102473294 Buildlinkify. 2003-01-07 11:42:31 +00:00
uebayasi
917d29d213 Rename older (<1.6) Guile as guile14.
Packages using Guile now all depend on guile14.  These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
2003-01-07 03:56:17 +00:00
jlam
40d4e783e2 Suppress checks for building libpgtcl.a if tcl-postgresql package is
installed.
2003-01-05 20:19:35 +00:00
jlam
475cbe5281 Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2003-01-05 20:14:20 +00:00
jlam
4ec712783e Updated databases/postgresql to 7.3.1.
==================================================================
      | NOTE:  A dump-and-restore is required to update your databases |
      |        if you wish to update postgresql-server. If your        |
      |        application examines the system catalogs, additional    |
      |        changes will be required due to the introduction of     |
      |        schemas in 7.3; for more information, see:              |
      |                                                                |
      |   http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3   |
      ==================================================================

Major changes from version 7.2.3 include:

   Schemas
          Schemas allow users to create objects in separate namespaces,
          so two people or applications can have tables with the same
          name. There is also a public schema for shared tables.
          Table/index creation can be restricted by removing permissions
          on the public schema.

   Drop Column
          PostgreSQL now supports the ALTER TABLE ... DROP COLUMN
          functionality.

   Table Functions
          Functions returning multiple rows and/or multiple columns are
          now much easier to use than before. You can call such a "table
          function" in the SELECT FROM clause, treating its output like a
          table. Also, PL/pgSQL functions can now return sets.

   Prepared Queries
          PostgreSQL now supports prepared queries, for improved
          performance.

   Dependency Tracking
          PostgreSQL now records object dependencies, which allows
          improvements in many areas. "DROP" statements now take either
          CASCADE or RESTRICT to control whether dependent objects are
          also dropped.

   Privileges
          Functions and procedural languages now have privileges, and
          functions can be defined to run with the privileges of their
          creator.

   Internationalization
          Both multibyte and locale support are now always enabled.

   Logging
          A variety of logging options have been enhanced.

   Interfaces
          A large number of interfaces have been moved to
          http://gborg.postgresql.org where they can be developed and
          released independently.

   Functions/Identifiers
          By default, functions can now take up to 32 parameters, and
          identifiers can be up to 63 bytes long. Also, OPAQUE is now
          deprecated: there are specific "pseudo-datatypes" to represent
          each of the former meanings of OPAQUE in function argument and
          result types.
2003-01-05 20:12:07 +00:00
jlam
00db3248fd Decouple py-postgresql from the postgresql build infrastructure and make
this package build standalone.  py-postgresql uses it's own version
numbering and really doesn't have much to do with the rest of the
postgresql packages.
2003-01-05 19:26:16 +00:00
cjep
a0acc780b0 Test for useradd rather than user. The package then installs cleanly on
Solaris.
2003-01-05 14:39:41 +00:00
tron
7dd23d4fd0 Update "phpmyadmin" to version 2.3.3.1 (2.3.3pl1). This version fixes
numerous bugs discovered since the release of version 2.3.2.
2003-01-05 14:25:18 +00:00
tron
2e107ae99c Update "phpmyadmin" package to version 2.3.2. Changes since version 2.2.0
include an improved user interface and many bug fixes.
The update was provided by Adrian Portelli in PR pkg/19012.
2003-01-05 08:41:45 +00:00
cjep
b277a020e1 Attempt to make this work with python 2.2. Also use buildlink2 for
openldap1.
2003-01-04 18:16:22 +00:00
lukem
afe01dffe4 this needs gmake to build... 2003-01-03 00:38:31 +00:00
lukem
7347a6cf7d Define USE_BUILDLINK2 so that this actually knows about the dependency
on mysql-client ...
2003-01-02 23:35:43 +00:00
jlam
44acf34f84 Updated databases/jdbc-postgresql to 7.3.1. Changes from version 7.2.3
include:

   Allow JDBC to compile with JDK 1.4
   Add JDBC 3 support
   Allows JDBC to set loglevel by adding ?loglevel=X to the connection URL
   Add Driver.info
   Add updateable result sets
   Add support for callable statements
   Add query cancel capability
   Add refresh row
   Fix MD5 encryption handling for multibyte servers
   Add support for prepared statements

Approved by jwise@netbsd.org.
2003-01-02 18:46:39 +00:00
mjl
83e0a24f19 Update p5-DBIx-SearchBuilder to 0.76
Extra checking for cache misses in DBIx::SearchBuilder::Record::Cachable
	The start of support for checking database version, so that we can do
	version-specific SQL
	utf-8 safe searching
	arbitrarily complex grouping clauses.
	complex query generation.
	Adding support for mysqlPP
	Fixed a caching bug that caused multiple copies of an object in memory to not
	be kept in sync
	Fixed bug in setting a column to the value of an SQL statement.
	Better support for Postgres 7.2 and transactions.
	Support for Class::ReturnValue to channel errors up when expected
	Dependency on Class::ReturnValue
	Minor cleanups and refactorings to allow percolation of errors on create
2003-01-02 15:36:33 +00:00
wulf
fd426ebc6c Updated to genweb-4.09: Fixed security hole 2003-01-02 09:34:50 +00:00
rh
9666c25aeb Make this a prerequisite of gnome-vfs and only conflict with
gnome-vfs<=1.0.3
Bump PKGREVISION
2003-01-02 03:21:34 +00:00
jlam
2c140f9f2a Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
seb
2c19017573 Workaround an apparent bug in make (cannot put comment in a .eli* line). 2002-12-29 00:43:52 +00:00
jschauma
7e72fa0860 Bump PKGREVISION on packages that depend on x11/xforms, since there
has been a soname change.  Pointed out by fredb.
2002-12-28 21:22:53 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
jmmv
6c739a6e75 This package requires scrollkeeper to build properly. Addresses problems
shown by Hubert's bulk build.
2002-12-26 18:56:05 +00:00
jmmv
6c0b21a311 Make this package install its configuration file inside the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-25 15:58:20 +00:00
jmmv
c8514d6fd6 Make this package install its configuration file inside the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
2002-12-25 15:11:20 +00:00
grant
5051651bcf use automatic PLIST handling. 2002-12-25 12:37:48 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
grant
d33c431bc7 Darwin, like NetBSD, has /usr/include/db.h. 2002-12-22 10:28:08 +00:00
grant
dd9c4f2490 allow this to build by replacing the use of LTCONFIG_OVERRIDE with
LIBTOOL_OVERRIDE.
2002-12-19 12:41:02 +00:00
wiz
ebf4a3ba5b Use PKGNAME_NOREV instead of homebrewn version (hi salo!). 2002-12-18 19:41:16 +00:00
seb
5dcda1ae5b If USE_DB185 is _not_ defined we actually want db2: introduce _NEED_DB2
to help sort this out.
2002-12-15 01:48:45 +00:00
tron
b0ff42ef18 Fix security problem in MySQL client library and server which were
recently discovered by e-matters.
2002-12-13 14:19:54 +00:00
drochner
5b1abc13c6 for the Python-version-selection magic to work properly, extension.mk
must be pulled in before srcdist.mk
2002-12-10 15:08:19 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
cjep
a9b7aaac3b tabs instead of spaces for indentation. 2002-12-08 23:23:42 +00:00
salo
a753dfec6d Fix WRKSRC after PKGREVISION bump. (hi wiz!) 2002-12-08 00:53:19 +00:00
drochner
879c744c3b +metakit 2002-12-04 18:49:32 +00:00
drochner
8e337221ff Python frontend for the metakit database lib 2002-12-04 18:48:09 +00:00
drochner
68b53e2613 metakit is an embedded database library.
This is the base library, w/o scripting frontends.
2002-12-04 18:47:15 +00:00
seb
391343bc20 Noop commit, just tweaking style. 2002-12-02 22:59:37 +00:00
salo
f7de1f29c1 USE_PKGLOCALEDIR, delint. 2002-11-30 16:24:35 +00:00
jmmv
3ebd61de48 Add and enable tdb. 2002-11-29 19:20:17 +00:00
jmmv
114d556e96 Initial import of tdb, version 1.0.6. Description follows:
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.

Approved by wiz.

This closes my own PR 18122.
2002-11-29 19:19:12 +00:00
bouyer
a12d7fadcc The module RRDs.so depends on libraries from X11. $X11BSE/lib is in LD_RUN_PATH,
but it seems the linker ignores it when there are explicit -Wl,-R on the
command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS.
2002-11-27 19:33:08 +00:00
tron
d00ac7068d Correct package list to match recent changes. 2002-11-19 09:59:18 +00:00
jlam
3672e2ec00 Allow this file to be used to mean "we want DB-1.85" if the inclusion of
this file is preceded by defining "USE_DB185".  On NetBSD (and probably
Linux), where we already have DB-1.85 in the base system, this defaults to
using the system libraries and headers.
2002-11-18 20:49:17 +00:00
jlam
f49e19e04b Always build the db-1.85-compatibility code, not just for Solaris. Bump
PKGREVISION.
2002-11-18 20:22:53 +00:00
jlam
3b199ced25 Sort. 2002-11-18 20:13:23 +00:00
jlam
0508bc597d buildlink1 -> buildlink2 2002-11-15 00:50:19 +00:00
jlam
b9bff1b2f5 buildlink1 -> buildlink2 2002-11-15 00:39:53 +00:00
jlam
b5fecf95c7 Whitespace fixes. 2002-11-15 00:36:21 +00:00
jlam
9bb79caafa buildlink1 -> buildlink2 2002-11-15 00:26:44 +00:00
rh
ed193493ff Update edb to 1.0.3. Changes are bugfixes only. 2002-11-08 23:23:10 +00:00
martti
9ef7dbabf1 - make this work with apache2
- buildlink2
2002-11-05 07:33:13 +00:00
martti
5371d663f1 Use buildlink 2002-11-03 10:28:47 +00:00
grant
44d51ef86c update MASTER_SITES. 2002-11-02 16:49:44 +00:00
tron
c154192251 Remove patch file obsoleted by last update of this package. 2002-11-01 17:04:45 +00:00
wiz
f7538fa45d Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library). 2002-11-01 16:34:34 +00:00
wiz
5c00709e48 Update to 1.8.3:
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-11-01 00:31:18 +00:00
rh
d743e3ed6c Add and enable gnome-db 2002-10-30 06:45:54 +00:00
rh
1fcba1d3e5 Initial import of gnome-db-0.8.192, the GNOME2 database applications and
libraries.
2002-10-30 06:44:59 +00:00
rh
f3f730ef7e Add missing buildlink2.mk 2002-10-30 06:39:22 +00:00
rh
daeb4fb457 Add and enable libgnomedb 2002-10-30 05:09:36 +00:00
rh
6cdf16c677 Initial import of libgnomedb-0.8.199, the GNOME2 database library. 2002-10-30 05:09:08 +00:00
rh
c9183fee88 Replace homegrown patch with PKGCONFIG_OVERRIDE 2002-10-30 03:11:19 +00:00
rh
ab39539c5a Add and enable libgda 2002-10-30 00:52:52 +00:00
rh
b5a404c93d Initial import of libgda-0.8.199, the GNU database access library. This
version only comes with a default XML backend enabled.
Based on the package provided by Scott Aaron Bamford in PR pkg/18660.
2002-10-30 00:52:10 +00:00
seb
1f825479a3 Use buildlink2. Use perl5/module.mk. 2002-10-27 22:51:06 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
seb
749cc12a27 Use perl5/module.mk (including PERL5_LDFLAGS).
Remove Makefile.PL interactive part via patch.
2002-10-27 19:41:53 +00:00
seb
ed2eb17e4c Use perl5/module.mk. 2002-10-27 19:34:19 +00:00
cjones
60f9ada109 Added guile-pg-0.07. 2002-10-27 01:17:34 +00:00
cjones
d93d1a240e Imported guile-pg:
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-27 01:14:09 +00:00
grant
248bf22f9c Update to freetds-0.60.
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-26 18:45:28 +00:00
wiz
b8664845e3 Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR. 2002-10-25 18:32:43 +00:00
drochner
78f5bcd79e add one 2002-10-25 14:44:21 +00:00
drochner
35fc6deffc add py-psycopg 2002-10-25 14:18:44 +00:00
drochner
ce35e7b871 another Python-PostgreSQL adapter 2002-10-25 14:17:24 +00:00
drochner
d0530fe5f1 postgresql-7.2.3 contains PyGreSQL-3.3, so reflect this in the name 2002-10-25 11:17:24 +00:00
wiz
819a06fa2d Use pax instead of relying on gtar (wwww). 2002-10-24 16:25:32 +00:00
drochner
f055bbaba6 this postinstall rule needs the real GNU tar, so BUILD_DEPEND on it 2002-10-24 13:18:05 +00:00
wiz
e2d1ae2f9f Convert to buildlink2. 2002-10-21 14:47:00 +00:00
wiz
e8ac36ddb4 Unused. 2002-10-21 12:51:00 +00:00
wiz
68c8771147 buildlink1 -> buildlink2. 2002-10-21 12:32:16 +00:00
wiz
fb2e1ca2f6 buildlink1 -> buildlink2. 2002-10-21 11:56:49 +00:00