Commit graph

2127 commits

Author SHA1 Message Date
markd
bbe48768d2 Bring options handling in buildlink3.mk into sync with current options.mk. 2004-11-08 12:17:50 +00:00
kristerw
478c18d67e Update HOMEPAGE. 2004-11-07 17:16:34 +00:00
he
06f46fdf6b Add SUBDIR entries for
p5-Lingua-EN-Inflect
	p5-UNIVERSAL-moniker
	p5-Class-DBI
2004-11-06 20:21:53 +00:00
he
a62fa71430 Import p5-Class-DBI version 0.96.
Class::DBI provides a convenient abstraction layer to a database.

It not only provides a simple database to object mapping layer, but can
be used to implement several higher order database functions (triggers,
referential integrity, cascading delete etc.), at the application level,
rather than at the database.

This is particularly useful when using a database which doesn't support
these (such as MySQL), or when you would like your code to be portable
across multiple databases which might implement these things in
different ways.

In short, Class::DBI aims to make it simple to introduce 'best practice'
when dealing with data stored in a relational database.
2004-11-06 19:06:08 +00:00
jdolecek
c583bbc2d3 Update phpMyAdmin package to 2.6.0-pl2. Changes since 2.5.7 seem to be
only UI changes according to release announcements.

While here, introduce some package changes:
* handle config.inc.php via CONF_FILES mechanism instead of PLIST magick,
  the symlink config.inc.php -> ${PKG_SYSCONFDIR}/config.inc.php is now
  included in PLIST
* use NO_BUILD, NO_CONFIGURE
* Apache config fragment file is now installed as ${EXDIR}/apache.conf, not
  copied to ${PKG_SYSCONFDIR} and MESSAGE points to the ${EXDIR} location
* do not install any *.sh files - they are developer stuff only
* use INSTALL_DATA for all files except scripts/convertcfg.pl
2004-11-06 13:28:32 +00:00
he
71903e94c2 Add SUBDIR entries for
databases/p5-DBIx-ContextualFetch
	databases/p5-Ima-DBI
	devel/p5-Class-WhiteHole
	www/p5-Apache-AuthCookie
	www/p5-Apache-Session-Wrapper
	www/p5-MasonX-Request-WithApacheSession
2004-11-06 01:37:07 +00:00
he
4e7eec146d Import p5-Ima-DBI 0.33. From the module's documentation:
Ima::DBI attempts to organize and facilitate caching and more
efficient use of database connections and statement handles.

One of the things I always found annoying about writing large
programs with DBI was making sure that I didn't have duplicate
database handles open.  I was also annoyed by the somewhat wasteful
nature of the prepare/execute/finish route I'd tend to go through
in my subroutines.  The new DBI->connect_cached and DBI->prepare_cached
helped alot, but I still had to throw around global datasource,
username and password information.

So, after a while I grew a small library of DBI helper routines
and techniques.  Ima::DBI is the culmination of all this, put into
a nice(?), clean(?) class to be inherited from.
2004-11-06 01:29:50 +00:00
he
9c44ae040b Import p5-DBIx-ContextualFetch version 1.01.
It always struck me odd that DBI didn't take much advantage of Perl's
context sensitivity. DBIx::ContextualFetch redefines some of the various
fetch methods to fix this oversight. It also adds a few new methods for
convenience (though not necessarily efficiency).
2004-11-06 01:27:29 +00:00
jdolecek
d7a6086867 it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting now, do so for aesthetic reasons
2004-11-05 21:44:44 +00:00
jdolecek
c6bb2fdd60 Add php-dbx package - PHP database abstraction layer extension. This is
for both PHP 4.x and 5.x.
2004-11-05 21:01:46 +00:00
jdolecek
4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00
grant
41aa333b2d fix config.{guess,sub} override. 2004-11-05 09:24:39 +00:00
recht
14a963c151 Fix the build on Darwin. 2004-11-04 20:10:13 +00:00
recht
f30ea2004b Add back the sum for the hierarchical queries patch. 2004-11-04 20:06:12 +00:00
he
81300ce599 Correct PLIST after upgrade to postgresql 7.3.8. 2004-11-01 22:32:26 +00:00
jdolecek
726163e39c Add php5-mysqli 5.0.2 - enhanced PHP interface to MySQL 4.1 and later, which
includes support for more advanced features such as prepared statements.
2004-11-01 22:08:43 +00:00
jdolecek
930eab16eb Need also patch-au from mysql4-server. The build completes successfully
with this patch.
2004-11-01 20:23:21 +00:00
jdolecek
d91e48994d define USE_BUILDLINK3 before including Makefile.common, which pulls some
buildlink3.mk files
2004-11-01 20:00:51 +00:00
grant
44fd2ddde4 move patch-af back here and don't share patches with mysql4-server.
some of the patches disable part of the build and break the client
build.

should fix build issue noted on tech-pkg.
2004-11-01 08:30:24 +00:00
jdolecek
8b91b79ee5 update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well
2004-10-31 23:47:32 +00:00
jdolecek
2560415070 drop dependence on ap-php4 and Apache - the package should work on anything
PHP-enabled

bump PKGREVISION
2004-10-31 23:31:31 +00:00
jdolecek
0a2a2ce869 Add php5-sqlite - package for PHP SQLite extension. This is PHP 5.x only. 2004-10-31 22:14:44 +00:00
jdolecek
1ca85f8450 Add php5-sqlite - package for PHP SQLite extension. This is PHP 5.x only. 2004-10-31 22:11:52 +00:00
jdolecek
d3c56462a3 adjust for rename of most php4-* packages to php-* 2004-10-31 21:46:40 +00:00
jdolecek
ec3c63fd71 remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
2004-10-31 21:20:08 +00:00
jdolecek
49e9ef7f78 extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31 21:07:13 +00:00
jdolecek
52c1980501 new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x

convert existing php4-* packages to this framework and import as php-*
2004-10-31 19:30:29 +00:00
jdolecek
6389d55e7e move php4-mysql patch into php4/patches and use USE_PHP_EXT_PATCHES 2004-10-31 17:45:44 +00:00
grant
59aa94e880 enable the thread-safe client so that the full set of tools is
built and installed.

bump PKGREVISION.
2004-10-31 10:14:14 +00:00
grant
c441289d5d be explicit about where openssl is, fixes openssl detection on Solaris. 2004-10-31 09:24:27 +00:00
grant
a589475b93 use patches and distinfo from mysql4-server instead of duplicating
patches here.
2004-10-31 09:01:25 +00:00
grant
fb956ec427 fix test for zlib so that it works with sunpro. 2004-10-31 08:55:20 +00:00
grant
3addbbe1ec whitespace fix 2004-10-31 06:57:05 +00:00
xtraeme
946ea03d41 This needs pthread.bl3.mk too... 2004-10-30 08:13:51 +00:00
xtraeme
a439b919f0 Add missing pthread.bl3.mk, closes PR pkg/27650. 2004-10-30 08:12:18 +00:00
minskim
97e10e0584 Use INSTALL_LIB, not INSTALL_PROGRAM, to install a library. 2004-10-30 05:24:54 +00:00
tron
a8f4eef64e Remove dead patch file. 2004-10-29 10:54:42 +00:00
tron
5d0bf40873 Add missing deinstallation script. 2004-10-29 10:41:03 +00:00
tron
0ceb54cf9d Include makefile fragments from "../../databases/mysql-client" and
not ""../../databases/mysql4-client" because the later is a newer version.
2004-10-29 10:32:54 +00:00
jdolecek
158484ab16 use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick
the currently installed mysql*-client (or install the default if there
is no mysql-client package installed yet)

this makes package buildable with arbitrary MySQL version, such as 3.23.x,
4.0.x or 4.1.x
2004-10-29 05:59:23 +00:00
xtraeme
ed2410fcea Fix BUILDLINK_PKGSRCDIR. 2004-10-28 01:45:19 +00:00
xtraeme
164467f2a4 Use subst.mk instead of using sed(1)/mv(1)/rm(1). 2004-10-28 01:34:27 +00:00
xtraeme
2a9a2b7231 s/mysql/mysql3/ for Makefile.common and buildlink3.mk files. 2004-10-28 01:17:33 +00:00
xtraeme
2031439052 + mysql3-{client,server} 2004-10-28 01:14:58 +00:00
xtraeme
209642c76f Update mysql4-{client,server} to 4.1.7 (latest production release).
MySQL version 4.1 offers dozens of important product enhancements
and new features, including support for:

    * Subqueries and derived tables -- allowing users to search
      complex data sets with greater ease and efficiency;
    * A significantly faster and more flexible client-server protocol
      with support for prepared statements, providing optimized query
      execution and improved warning information;
    * New GUI installer and configuration wizards for Linux and Windows,
      making it easier for developers to set up and optimize their
      MySQL databases;
    * Encrypted client-server communication using OpenSSL (GPL),
      greatly increasing security against malicious intrusion and
      unauthorized access.
    * A more highly-optimized MySQL server library with a smaller
      memory footprint that performs significantly faster when embedded
      in third-party software.
    * Extensive Unicode support through the utf8 and ucs2 international
      character sets for applications that require the use of local
      languages;
    * Industry-standard GIS spatial types for storing and managing
      geographic data;
    * Improved full text search and Help features.
2004-10-28 01:12:44 +00:00
xtraeme
2f3c7164bf Update mysql-{client,server} to 4.0.21 (previously mysql4-*). 2004-10-28 01:08:15 +00:00
xtraeme
e17b95083a Import mysql-server-3.23.58 into databases/mysql3-server. 2004-10-28 01:02:15 +00:00
xtraeme
ec30fc9ddf Import mysql-client-3.23.58 into databases/mysql3-client. 2004-10-28 01:01:31 +00:00
recht
757b4b3755 gnome-mime-data uses intltool, so include it's bl3.mk.
Fixes the build on OS X.
2004-10-27 07:50:30 +00:00
jmmv
9d5986ded7 Update to 2.4.2: list of changes unknown, but only minor fixes can be expected. 2004-10-26 20:58:59 +00:00
jdolecek
0c4849511b Update all postgresql73 packages to 7.3.8. This fixes following two issues:
* A vulnerability exists due to the insecure creation of temporary files,
  which could possibly let a malicious user overwrite arbitrary files

* Repair possible failure to update hint bits on disk
  Under rare circumstances this oversight could lead to "could not access
  transaction status" failures, which qualifies it as a potential-data-loss bug.
2004-10-25 17:40:00 +00:00
jdolecek
5d540d33ce Update all postgresql74 packages to 7.4.6. This fixes following two issues:
* A vulnerability exists due to the insecure creation of temporary files,
  which could possibly let a malicious user overwrite arbitrary files

* Repair possible failure to update hint bits on disk
  Under rare circumstances this oversight could lead to "could not access
  transaction status" failures, which qualifies it as a potential-data-loss bug.
2004-10-25 17:12:09 +00:00
xtraeme
4b2673763c Update databases/mysql4* packages to 4.0.21 (latest stable production
release) and take maintainership.

Functionality added or changed:

# Print version_comment (from ./configure --comment during compilation)
  when starting the server. E.g.: Version: '4.0.21-debug' socket:
  '/tmp/mysql.sock' port: 0 Official MySQL Binary

# Made the MySQL server not react to signals SIGHUP and SIGQUIT on
  Mac OS X 10.3. This is needed because under this OS, the MySQL server
  receives lots of these signals (reported as Bug #2030).

# On Windows, the mysqld-nt and mysqld-max-nt servers now write error
  messages to the Windows event log in addition to the MySQL error log.

Tons of bugfixes were fixed, more information:

http://dev.mysql.com/doc/mysql/en/News-4.0.21.html
2004-10-22 01:10:03 +00:00
darcy
e2dd92d852 Add py-pgnotify package. 2004-10-21 16:05:17 +00:00
darcy
364c7c1441 Initial import of pg-notify version 0.1
Python interface to PostgreSQL LISTEN/NOTIFY
2004-10-21 16:03:37 +00:00
jonb
7b1d7f6469 Add sum for patch file needed when compiling with PGSQL_USE_HIER=YES 2004-10-21 12:15:19 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00
tv
0053da96f2 Update linkage to libltdl, now in its own package. 2004-10-15 11:54:10 +00:00
kristerw
b3d134acbc Correct PLIST.
Bump PKGREVISION.
2004-10-14 17:58:43 +00:00
jdolecek
eb6cafc4da drop dependence on nb1 of -client - it's not necessary after the update
to 7.4.5

pointed out by Greg Troxel in private e-mail
2004-10-13 05:21:49 +00:00
salo
1aebb73e83 Add postgresql74-plperl (hi jaromir!). 2004-10-11 21:56:06 +00:00
jdolecek
115a6ab5c2 add patches to make it possible to compile PL/Python 2004-10-10 18:26:00 +00:00
jdolecek
ee0a81bda9 want to describe PL/Python here, not PL/Perl 2004-10-10 17:53:49 +00:00
jdolecek
8a5195e0e3 Update to JDBC driver included with PostgreSQL 7.3.7.
Notable change in 7.3.5:
     * Remove  ability  to bind a list of values to a single parameter in
       JDBC (prevents possible SQL-injection attacks)
2004-10-10 17:48:34 +00:00
jdolecek
0b19059448 Update to PostgreSQL 7.3.7.
Changes:
     * Prevent possible loss of committed transactions during crash
       Due to insufficient interlocking between transaction commit and
       checkpointing, it was possible for transactions committed just
       before the most recent checkpoint to be lost, in whole or in part,
       following a database crash and restart. This is a serious bug that
       has existed since PostgreSQL 7.1.
     * Remove asymmetrical word processing in tsearch (Teodor)
     * Properly schema-qualify function names when pg_dump'ing a CAST
2004-10-10 17:46:07 +00:00
jdolecek
030b599375 Update the NetBSD dynloader wrapper code to use straigh dl*() calls on all
archs. This fixes support for dynamic loading on mips and also improves
error reporting.

Fixes PR pkg/25473 by Byron Servies.

PKGREVISION not bumped, will ride update to 7.3.7
2004-10-10 17:27:43 +00:00
jdolecek
e07638733e Update the NetBSD dynloader wrapper code to use straigh dl*() calls on all
archs. This fixes support for dynamic loading on mips, and adresses
PR pkg/25473 by Byron Servies.
2004-10-10 16:44:39 +00:00
jdolecek
8a38b14515 Update jdbc-postgresql74 to latest version 7.4.5.
List of changes since 7.4.3 is not available beyond brief note for 7.4.4:
* Updated JDBC driver (build 215) with various fixes
2004-10-10 16:19:18 +00:00
jdolecek
a87bbf797d kill -O pax argument - it's not portable, and it's not needed here
in first place

fixes PR pkg/23829 by Michal Pasternak
2004-10-10 15:58:03 +00:00
jdolecek
a143d162be suggest simplier way to enable PL/Python, using program createlang 2004-10-10 12:56:31 +00:00
jdolecek
b18bfc7b0b Add package for PostgreSQL 7.4.5 PL/Python. PL/Python procedural language
allows PostgreSQL functions to be written in Python language.

Fixes PR pkg/23349 by Michal Pasternak.
2004-10-10 12:38:21 +00:00
jdolecek
dee2cf3374 Add patches necessary to build PL/Python, based on information provided
in PR pkg/23349 by Michal Pasternak.
2004-10-10 12:33:35 +00:00
jdolecek
2efc1afc6d Import postgresql74-plperl. This is mostly for reference unfortunately.
If perl is built with thread support, loading the language module would
crash PostgreSQL on NetBSD - loading shared module linked against libpthread
doesn't work if the main binary isn't linked against libpthread.

For this reason, this package is currently marked as BROKEN, and only
here to save packaging work for person who'd want to finish this.
2004-10-10 12:24:10 +00:00
jdolecek
6ac71665c0 Update PostgreSQL 7.4 packages to 7.4.5. Changes are mostly reliability fixes.
Dump/restore is not necessary for 7.4.x users.

Changes in 7.4.5:
    * Repair possible crash during concurrent btree index insertions
       This patch fixes a rare case in which concurrent insertions into a
       btree index could result in a server panic. No permanent damage
       would result, but it's still worth a re-release. The bug does not
       exist in pre-7.4 releases.

Changes in 7.4.4:
     * Prevent possible loss of committed transactions during crash
       Due to insufficient interlocking between transaction commit and
       checkpointing, it was possible for transactions committed just
       before the most recent checkpoint to be lost, in whole or in part,
       following a database crash and restart. This is a serious bug that
       has existed since PostgreSQL 7.1.
     * Check HAVING restriction before evaluating result list of an
       aggregate plan
     * Avoid crash when session's current userID is deleted
     * Fix hashed crosstab for zero-rows case (Joe)
     * Force cache update after renaming a column in a foreign key
     * Pretty-print UNION queries correctly
     * Make psql handle \r\n newlines properly in COPY IN
     * pg_dump handled ACLs with grant options incorrectly
     * Fix thread support for OS X and Solaris
     * Updated JDBC driver (build 215) with various fixes
     * ECPG fixes
     * Translation updates (various contributors)
2004-10-10 07:30:22 +00:00
jdolecek
e77240dd45 fix typo in documentation directory name 2004-10-09 16:26:26 +00:00
jdolecek
0626499e8b Update to phpPgAdmin-3.4.1, based on patches submitted in PR pkg/26539
by Sergio Jimenez.

The full change list since 2.4 is not available, and even the changes in 3.x
line are too numberous to list. See package file HISTORY for details.

Highlights include much more complete support for various PostgreSQL features,
full support for version up to and including 8.0 beta1, localization
to many languages.
2004-10-09 16:23:43 +00:00
martti
4b65b6259f Updated dbh to 1.0.20
Changes unknown (ChangeLog ends to 1.0.10). This version is needed
by the (not yet released) XFce 4.2
2004-10-08 09:13:30 +00:00
heinz
d2eb44c14d Provide a value 'yes' for USE_DB185. This lets p5-DB_File find the
correct libraries to link with db3 and db4.
2004-10-06 23:27:19 +00:00
tsarna
e6d2e6dac9 regen patchsum 2004-10-05 20:02:26 +00:00
tsarna
f2f23172c7 Fix error in patch 2004-10-05 20:02:10 +00:00
tsarna
cf6d730fec Add a patch by me, also fed back:
Treat more informational messages as non-fatal, and add an
extension to allow an application to capture them.

Also bump revision.
2004-10-05 19:49:28 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
adrianp
b9fde8c89d - Change to my NetBSD email address
- Modify the COMMENT as it's been wrong for a long time now
2004-10-02 14:58:39 +00:00
jdolecek
a74cfcd643 Updated oraedit to 0.1.4. The only change was to update the script
to work with newer Python (no more FCNTL module)
2004-10-02 09:04:04 +00:00
jdolecek
4a25fe3f71 more brief and useful description 2004-10-02 08:31:36 +00:00
jdolecek
f90438026f the old hosting is gone, binary is on new place 2004-10-02 08:30:02 +00:00
snj
71d41a3ed8 s/replacemenet/replacement/, pointed out by Tomasz Marciniak.
Also, "particularily" is not a word.
2004-09-30 21:10:34 +00:00
tv
5a7b6daac6 PKGREVISION doesn't belong here; the individual Makefiles set it. 2004-09-30 02:51:36 +00:00
martti
77dd4021af Updated checksum 2004-09-29 07:02:26 +00:00
jdolecek
5e5544ddbe Update php4 package to bug-fix release 4.3.9.
Changes since 4.3.8:
* fixes to GPC input processing
* bundled GD extension synced with 2.0.28, re-introducing write support
  for GIF (patent expiration worldwide)
* Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
  exhaustion
* Fixed strip_tags() to correctly handle '\0' characters.
* Rewritten UNIX and Windows install help files.
* Fixed a file-descriptor leak with phpinfo() and other 'special' URLs.
* Fixed possible crash inside php_shutdown_config().
* Fixed isset crashes on arrays.
* Fixed imagecreatefromstring() crashes with external GD library.
* Fixed fgetcsv() parsing of strings ending with escaped enclosures.
* Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(),
  strspn(), strcspn().
* Fixed '\0' in Authenticate header passed via safe_mode.
* Allow bundled GD to compile against freetype 2.1.2.

All in all this release fixes over 50 bugs that have been discovered
and resolved since the 4.3.8 release.
2004-09-28 12:41:13 +00:00
rh
5c85b41f4f This version of openldap no longer builds against the old version of sasl,
so don't attempt to depend on it (always use cyrus-sasl2 for SASL support).
OK'ed by jlam.
2004-09-27 04:11:52 +00:00
kristerw
6297fd2711 Work around some limitations in the NetBSD 1.6 pax. 2004-09-24 20:47:09 +00:00
kristerw
3f109a4f65 Fix a C++ statement that gcc 2 cannot handle. 2004-09-24 20:16:18 +00:00
agc
43321a5469 The mechanical PLIST changes were a bit too aggressive - restore some
files and symlinks mistakenly removed.
2004-09-23 16:55:09 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
cube
414b91a0b3 Update to version 2.9004.
The list of changes is long, and can be found inside the archive in the
ChangeLog file or online at the following URL:

http://search.cpan.org/src/RUDY/DBD-mysql-2.9004/ChangeLog

I'm committing this during the freeze because it's an update that I forgot
when committing the rt3 package, and rt3 needs it.
2004-09-13 11:49:37 +00:00
salo
cbd502dc97 PKGREVISION++
Point to correct location of VERSION file so we save the correct version
into pkgconfig file.
Addresses PR pkg/26875 by Ian Zagorskih.
2004-09-08 15:55:48 +00:00
wiz
392f956f95 Add py-postgresql. 2004-09-05 18:43:19 +00:00
grant
b54a65c729 allow this to be installed regardless of whether the installed perl
package includes DB_File.
2004-09-05 09:54:24 +00:00
jmmv
d63fa3cd53 Update to 0.15:
* Changes in the package:
- Add a buildlink3.mk file to be used to add a direct dependency on this
  package.  This file also creates a fake "update-mime-database" wrapper
  in the buildlink directory so that programs can't run it directly
  during its build.
- Add the mimedb.mk file, which can be used by packages that install
  mimedb extensions (into share/mime/packages) to automatically rebuild
  the database at (de)installation time.
- The mime database files (except those installed into share/mime/packages)
  must not be listed in the PLIST, so add some PRINT_PLIST_AWK magic to
  handle this automatically.

* Mime Types Changes:
- Added various aliases
- Make text files inherit from text/plain
- Added text/x-xmi
- Added application/x-javascripta

* Translations:
- new translations: Danish (Ole Laursen), Greek (Nikos Charonitakis),
  Korean (Cha Young-Ho)
- updated translations: Finnish  (Ville Skyttä), German (Christian Neumair)
2004-08-31 11:43:44 +00:00
darcy
3986e98799 Recreate files for py-postgresql. PyGreSQL has been moved back out of the
PostgreSQL tree and I have released this version that is no longer tied
to a specific version of PostgreSQL.
2004-08-30 08:33:34 +00:00
recht
8de3d5c4bd Add and enable phpldapadmin.
While at it fix some identations (replaced spaces by tab).
2004-08-29 15:58:17 +00:00
recht
eb5d5e182c intial import of phpldapadmin-0.9.4b
Based upon the package provided by Rasputin in PR 26767

phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible,
multi-language administration for your LDAP server. Its hierarchical tree-viewer
and advanced search functionality make it intuitive to browse and administer
your LDAP directory.

Features include:

    * LDAP tree browser
    * Template-based entry editing
    * Recursively copy and delete entire trees
    * View and edit image attributes (like jpegPhoto)
    * Advanced LDAP schema browser
    * Template-based entry creation
    * LDAP searches (both simple and advanced)
    * LDIF and DSML export, LDAP import
    * Rename LDAP entries
    * Manage user password hashes (supports sha, crypt, md5, blowfish, md5crypt)
    * Browse RootDSE LDAP information
    * Configurable authentication (anonymous, web login, or static)
    * Binary attribute support
    * Configurable support for aliases and referrals
    * Automatically increment UID numbers
    * Configurable read-only and read/write modes.
    * Robust i18n support
2004-08-29 15:56:34 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
jlam
9d5426ff76 Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework.  Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS.  This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.

This fixes PR pkg/26590.
2004-08-22 19:32:51 +00:00
seb
9d206746ea For once it seems that the right package wildcard for CONFLICT is
'-*' instead of '-[0-9]*'. Otherwise postsgreql74-lib-whatever can be
incorrectly installed alongside postgresql73-lib-whatever because the latter
does not match 'postgresql73-[0-9]*'.
2004-08-21 17:27:04 +00:00
kristerw
c70ab1c4b4 Use PKG_SKIP_REASON when the ORACLE_HOME is undefined, so that bulk
builds do not report this as a broken package.
2004-08-16 11:41:18 +00:00
recht
157c36d901 Bump PKGREVISION to 1 for the previous thread-safety change.
noted by wiz
2004-08-16 10:27:28 +00:00
recht
e0c761d675 Do not build with --enable-thread-safety on NetBSD. Currently, it
causes more harm than good.
2004-08-16 09:05:08 +00:00
drochner
222f73281f update to 1.0.6
changes: translations added, minor bugfixes
2004-08-15 15:06:33 +00:00
cube
62225971c7 Update to version 2.0.2. This, among a lot of other things, fix
compilation against newer OpenLDAP, as shown in bulk builds results.

Changes since 2.0.1:

Modules:
* Fixed detecting appropriate OpenLDAP libs version for
  determining whether ldap_whoami_s() is available or not.
  This fixes build problems with OpenLDAP libs 2.1.0 up
  to 2.1.12.
----------------------------------------------------------------
Changes since 2.0.0:

dsml:
* Fixed wrong exception message format string

ldap.schema.models:
* Fixed Entry.__delitem__() to delete really everything
  when deleting an attribute dictionary item.
----------------------------------------------------------------
Changes since 2.0.0pre21:

ldif:
* Empty records are simply ignored in ldif.LDIFWriter.unparse()

Modules/:
* New method result2() returns 3-tuple containing the msgid
  of the outstanding operation.

ldap.ldapobject:
* New _ldap wrapper method LDAPObject.result2() (see above)
  which is now used by LDAPObject.result().
----------------------------------------------------------------
Changes since 2.0.0pre20:

setup.py:
* runtime_library_dirs is set

Modules/:
* (Hopefully) fixed building with OpenLDAP 2.2 libs in errors.c
* Removed meaningless repr() function from LDAPObject.c
* Removed setting LDAP_OPT_PROTOCOL_VERSION in l_ldap_sasl_bind_s()
* Modified string handling via berval instead of *char
  in l_ldap_compare_ext() makes it possible to compare attribute
  values with null chars.
* Wrapped ldap_sasl_bind() for simple binds instead of ldap_bind()
  since 1. the latter is marked deprecated and 2. ldap_sasl_bind()
  allows password credentials with null chars.
* Removed unused sources linkedlist.c and linkedlist.h
* Function l_ldap_whoami_s() only added if built against
  OpenLDAP 2.1.x+ libs (should preserve compability with 2.0 libs)

ldap.ldapobject:
* LDAPObject.bind() only allows simple binds since Kerberos V4
  binds of LDAPv2 are not supported anymore. An assert statement
  was added to make the coder aware of that.
* Renamed former LDAPObject.sasl_bind_s() to
  LDAPObject.sasl_interactive_bind_s() since it wraps OpenLDAP's
  ldap_sasl_interactive_bind_s()
----------------------------------------------------------------
Changes since 2.0.0pre19:

Modules/:
* Removed doc strings from functions.c
* Removed probably unused wrapper function l_ldap_dn2ufn() since
  ldap_dn2ufn() is deprecated in OpenLDAP 2.1+
* Removed wrapper function l_ldap_is_ldap_url().
* Removed macro add_int_r() from constants.c since it caused
  incompability issues with OpenLDAP 2.2 libs
  (Warning: all result types are Integers now! Use the constants!)
* New wrapper function l_ldap_whoami_s()

ldap.ldapobject:
* New wrapper method LDAPObject.whoami_s()

ldap.functions:
* Removed is_ldap_url(). The more general function
  ldapurl.isLDAPUrl() should be used instead.

ldap.sasl:
* Added class cram_md5 (for SASL mech CRAM-MD5)

ldap.async:
* Use constants for search result types (see note about
  add_int_r() above).
----------------------------------------------------------------
Changes since 2.0.0pre18:

Modules/:
* LDAPObject.c:
  Most deprecated functions of OpenLDAP C API are not used anymore.
* functions.c:
  Removed unused default_ldap_port().
* constants.c:
  Removed unused or silly constants
  AUTH_KRBV4, AUTH_KRBV41, AUTH_KRBV42, URL_ERR_BADSCOPE, URL_ERR_MEM
* errors.c:
  Fixed building with OpenLDAP 2.2.x
  (errors caused by negative error constants in ldap.h)

ldap.ldapobject.LDAPObject:
* Removed unused wrapper methods uncache_entry(), uncache_request(),
  url_search(), url_search_st() and url_search_s()
* New wrapper methods for all the _ext() methods in _ldap.LDAPObject.

ldap.modlist:
* Some performance optimizations and simplifications
  in function modifyModlist()
----------------------------------------------------------------
Changes since 2.0.0pre17:

ldap.ldapobject:
* Fixed missing ldap._ldap_function_call() in
  ReconnectLDAPObject.reconnect()
----------------------------------------------------------------
Changes since 2.0.0pre16:

ldap.functions:
* Fixed ImportError when running python -O
----------------------------------------------------------------
Changes since 2.0.0pre15:

Modules/:
* Removed definition of unused constant RES_EXTENDED_PARTIAL since
  the corresponding symbol LDAP_RES_EXTENDED_PARTIAL seems to not
  be available in OpenLDAP-HEAD (pre 2.2) anymore.

All in Lib/:
* Fixed some subtle bugs/oddities mentioned by pychecker.

dsml:
* Renamed DSMLWriter._f to DSMLWriter._output_file
* Added wrapper method DSMLWriter.unparse() which simply
  calls DSMLWriter.writeRecord()

ldap.ldapobject:
* Simplified LDAPObject.search_subschemasubentry_s()

ldap.functions:
* Moved ldap._ldap_function_call() into ldap.functions.
* apply() is not used anymore since it seems deprecated

ldap.async:
* Added class DSMLWriter

ldap.schema:
* Removed unused key-word argument strict from
  ldap.schema.subentry.SubSchema.attribute_types()
* Fixed backward compability issue (for Python prior to 2.2) in
  ldap.schema.subentry.SubSchema.listall()
2004-08-13 12:07:05 +00:00
recht
21bb4e1b70 Also set PGSQL_VERSION_REQD to 73 for these until issues with PostgreSQL
7.4 are sorted out.
2004-08-13 09:03:40 +00:00
recht
e60d7f44d4 Set PGSQL_VERSION_REQD to 73 (for now) to fix the build. 2004-08-13 08:59:46 +00:00
sketch
dd4c6c9f4f Regenerate patch using '-U 2' to avoid the CVS id. Before, Solaris' gpatch
was unable to read it.  Fixes PR #25082.
2004-08-10 09:20:34 +00:00
adrianp
b347d25aa2 - update to 2.5.7-pl1
- ok'ed tron@/wiz@/snj@

----------------------
phpMyAdmin - Changelog
----------------------

2004-06-30 Marc Delisle  <lem9@users.sourceforge.net>
    * left.php: fix against security alert, thanks to Garvin
    * Documentation.html: FAQ 8.2 for security alert
    ### 2.5.7-pl1 released

2004-06-30 Alexander M. Turek  <me@derrabus.de>
    * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.

2004-06-09 Alexander M. Turek  <me@derrabus.de>
    ### 2.5.7 released

2004-06-08 Alexander M. Turek  <me@derrabus.de>
    * server_privileges.php: typo.
    * Documentation.html, translators.html: Updated from HEAD.

2004-06-07 Alexander M. Turek  <me@derrabus.de>
    * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
      "Engine" in MySQL 4.1.2.
    * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
      latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
      correctly.
    * lang/french-*: Updates.
    * scripts/create-release.sh, README: Merged all HEAD changes.

2004-06-07 Michal Cihar  <michal@cihar.com>
    * libraries/export/sql.php: Fix handling of multi column foreign keys.
    * libraries/common.lib.php: When only_db matches no database, do not show
      any.
    * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
    * export.php: Fixed syntax error.

2004-06-07 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php, big numbers data entry,
      thanks to Dmitry (yrtimd)
    * server_privileges.php: password error when copying a user
    * server_privileges.php: copying a user with table privs

2004-04-02 Alexander M. Turek  <me@derrabus.de>
    * lang/german-*.inc.php: Fixed a typo.

2004-03-10 Michal Cihar  <michal@cihar.com>
    * export.php: Correctly report error when export fails, fix buffer length
      counting, fix error detection.

2004-03-05 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php: floating point digit
    * libraries/sqlparser.lib.php: GRANT...TO

2004-03-03 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php, tbl_replace_fields.php: invalid
      escaping of + in ENUM

2004-03-01 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.5.6 released

2004-02-29 Alexander M. Turek  <howcanisleepwithyourvoiceinmyhead@derrabus.de>
    * libraries/common.lib.php: Yet another ungly fix concerning the missing
      mysql_get_client_info() function.

2004-02-26 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php: memory eater, thanks to xuefer

2004-02-24 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_row_delete.php: mult_submits.inc.php should not be
      called twice

2004-02-18 Marc Delisle  <lem9@users.sourceforge.net>
    * export.php: undefined variable $save_filename

2004-02-15 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.5.6-rc2 released

2004-02-15 Alexander M. Turek  <onehotminute@derrabus.de>
    * config.inc.php, libraries/config_import.lib.php: Added missing Arabic
      Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
    * lang/russian-dos-866.inc.php: Wrong charset (Hotfix, better fix in HEAD).

2004-02-14 Alexander M. Turek  <thewall@derrabus.de>
    * libraries/common.lib.php, libraries/defines.lib.php: Hotfix for
      (Undefined function: mysql_get_client_info() ); bug is already
      fixed in HEAD branch because of the new DBI libraries.

2004-02-13 Alexander M. Turek  <resist@derrabus.de>
    * libraries/common.lib.php: (PMA chokes on undefined
      parser functions if one of the very first queries fails.

2004-02-11 Marc Delisle  <lem9@users.sourceforge.net>
    * server_privileges.php: password not copied
    * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
      execute stored bookmarks when user is different

2004-02-08 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
    * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
    * lang/dutch update, thanks to Ivo Teel
    * lang/estonian: Updated, thanks to Alvar Soome (finsoft).

2004-02-05 Alexander M. Turek  <chaos@derrabus.de>
    * Documentation.html: Added FAQ 1.17a about error message, "Client does not
      support authentication protocol".

2004-02-04 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.lib.php: (was a typo)

2004-02-03 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php: NULL default value of DATETIME field

2004-02-02 Marc Delisle  <lem9@users.sourceforge.net>
    * export.php: security fix, thanks to Cedric Cochin for the advisory
    ### 2.5.6-rc1 released
    * lang/slovak: Updated, thanks to Lubos Klokner (erkac).

2004-02-02 Alexander M. Turek  <supposedformerinfatuationjunkie@derrabus.de>
    * libraries/mysql_charsets.lib.php: Use PMA_backquote().

2004-01-30 Alexander M. Turek  <stormfront@derrabus.de>
    * lang/german-*.inc.php: Updates.

2004-01-29 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
    * lang/italian: Updated, thanks to Pietro Danesi (danone).
    * lang/danish: updates, thanks to Finn Sorensen (alleyman01)

2004-01-27 Marc Delisle  <lem9@users.sourceforge.net>
    * main.php: MySQL version check before server choice

2004-01-25 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_row_delete.php: broken row highlighting
    * libraries/display_tbl.lib.php: bad sort link

2004-01-23 Alexander M. Turek  <foreveryoung@derrabus.de>
    * Documentation.html: Changed my email address.
    * header_printview.inc.php:
      - Don't bypass $cfg['Server']['verbose'] settings;
      - Include MySQL version in SQL printview headers.
    * header.inc.php: Avoid sending headers twice.

2004-01-14 Marc Delisle  <lem9@users.sourceforge.net>
    * mult_submits.inc.php: dropping a field with the
      multi-submit mechanism removes all internal relations of a table,
      patch thanks to Joosep-Georg Järvemaa (j-georg)

2004-01-12 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
    * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
    * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).

2004-01-09 Alexander M. Turek  <singwhenyourewinning@derrabus.de>
    * libraries/sqlparser.lib.php: Support for _charset syntax.

2004-01-09 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.data.php: SQL_CALC_FOUND_ROWS

2004-01-07 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
      SHOW errors

2004-01-06 Alexander M. Turek  <therising@derrabus.de>
    * libraries/charset_conversion.lib.php: Skip charset conversion code if
      input charset and output charset are the same.

2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
    * browse_foreigners.php, tbl_change.php: Sort key/value pairs
      as discussed . Made foreigner window resizable.
    * libraries/functions.js: Reverted row marker patch.
    * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
      libraries/functions.js: Upon clicking on a result row, de/activate
      the checkbox next to it. Only makes sense for horizontal mode. Can be
      deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.

2004-01-05 Alexander M. Turek  <rumors@derrabus.de>
    * tbl_properties_operations.php: Changing a table's charset changed the
      charset of all fields (MySQL >= 4.1.1).

2004-01-04 Alexander M. Turek  <beggaronabeachofgold@derrabus.de>
    * libraries/config_import.lib.php: Added missing compatibility code for
      $cfg['RecodingEngine'].

2004-01-02 Alexander M. Turek  <wecantdance@derrabus.de>
    * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
      MySQL collations are now parsed and highlighted.
    * libraries/export/sql.php: Include charset / collation information in db
      export.

2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details_structure.php: debug code still in place,
      thanks to Matthias Fichtner (mfichtner)
    * browse_foreigners.php: paging does not work; obey RepeatCells=0
    * libraries/display_tbl.lib.php: SHOW FIELDS

2003-12-30 Michal Cihar  <happynewyer@cihar.com>
    * lang/czech: Updated.
    * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.

2003-12-30 Alexander M. Turek  <facevalue@derrabus.de>
    * config.inc.php, db_details_common.php, db_details_structure.php,
      tbl_properties_operations.php, css/phpmyadmin.css.php,
      libraries/common.lib.php, libraries/config_import.lib.php,
      libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
      - SQL parser detected the character set "binary" as column attribute;
      - MySQL charsets are now parsed and highlighted - Note: the SQL parser
        library now has to be included AFTER having connected to the MySQL
        server;
      - The default charset of a database may now be changed;
      - Ensured that the user's connection is used for setting and retreiving
        charset information.
      * libraries/defines.lib.php: typo.

2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_select.php: dropdowns in search page

2003-12-29 Alexander M. Turek  <crazysexycool@derrabus.de>
    * db_details_structure.php, libraries/mysql_charsets.lib.php:
      - display database collation (MySQL >= 4.1.1);
      - list collations of all tables.
    * tbl_properties_strcuture, tbl_properties_table_info.php:
      - Changed "Charset" label to "Collation" because it fits better;
      - The column collations weren't displayed with MySQL 5.0.
    * libraries/sqlparser.data.php: New reserved words:
      - COLLATE (since MySQL 4.1.0);
      - RETURN  (since MySQL 5.0.0).

2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.5.5 released

2003-12-27 Alexander M. Turek  <tragickingdom@derrabus.de>
    * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.

2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details_qbe.php: error when generating joins
    * Documentation.html: FAQ 6.22: default bookmark execution

2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
    * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
    * db_datadict.php, db_printview.php: printing on non-IE browser

2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).

2003-12-18 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_relation.php: do not destroy foreign key references
      to another db (still cannot enter via phpMyAdmin this kind of
      references)
    * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).

2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
    * lang/sync_lang.sh: Fix generation of translation, when source is in
      utf-8.
    * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
      noticing this.

2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).

2003-12-15 Garvin Hicking  <me@supergarv.de>
    * tbl_replace.php: Check all required array indizes for multi-row edit

2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
    * read_dump.php: Go & Bookmark problem when the
      query has a character like "+" in it

2003-12-13 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_query_box.php, ldi_table.php: maximum upload size
    * tbl_change.php: max BLOB upload size

2003-12-12 Marc Delisle  <lem9@users.sourceforge.net>
    * db_details.php, libraries/common.lib.php, lang/*:
      new feature to display the maximum upload size
      TODO: detect if upload succeeded

2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
    * export.php: Fixed Regex
    * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
      libraries/transformations/application_octetstream__download.inc.php:
      Added a new transformation to download blob/binary field contents
      with customized filenames. Needed two minor tweeks to the general
      system.

2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
    * libraries/export/sql.php: Fix moving foreign key definition on Windows.

2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_replace.php: missing number of rows for Affected rows
      and Inserted rows; wrong message for insert ids
    * libraries/display_tbl.lib.php: SHOW DATABASES

2003-12-11 Alexander M. Turek  <bleibtallesanders@derrabus.de>
    * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
      Updated character sets overview for MySQL 4.1.1.
    * db_create.php, main.php: Ability to specify a default character set for a
      new database.
    * libraries/sqlparser.lib.php.

2003-12-11 Garvin Hicking <me@supergarv.de>
    * header_printview.inc.php: show number of rows in printview
    * tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
      where non-existant fields caused PHP notices.
    * db_details.php: Removed unneccessary whitespace
    * sql.php: When dropping the only remaining database, an
      error occured. Fixed by checking if databases remein (as suggested
      by lem9)

2003-12-10 Garvin Hicking <me@supergarv.de>
    * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
      delimiter slipped to the replacement's end instead of the expression's
      end.
    * db_details_structure.php: Bug 857315 - short open tag fixed

2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/sqlparser.data.php: FORCE INDEX
    * main.php: backquotes on the wildcard dbname
      when no controluser is defined
    * db_datadict.php: ENUMs and data dictionary,
      thanks to Andrew Weiner (landreww) for the report and fix

2003-12-09 Garvin Hicking <embatag@supergarv.de>
    * tbl_change.php: Fixed (not displaying default values)
    * lang/german*: Translations
    * left.php: Escape single quotes in single-table cases as well

2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
    * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)

2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.5.5-rc1 released

2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/danish: updates, thanks to Finn Sorensen (alleyman01)

2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php: fixed a typo,
      and added some isset for a new check

2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
    * libraries/transformations/text_plain__dateformat.inc.php:
      Use <dfn>-Tag to display original data to not waste display
      clarity by using hyperlinks. Original implementation also
      failed when using customized options.

2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
    * libraries/transformations/text_plain__dateformat.inc.php:
      patch 845690: show real data before transformation
    * left.php: put a workaround in place

2003-12-04 Garvin Hicking <grinch@supergarv.de>
    * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
      tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
      libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
      Multi row edit via checkboxes in browse mode is now available.
      This means, you can edit multiple records at once now.
    * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
       (un)nullify() function
    * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
      Made checkbox/edit/delete fields smaller

2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php: the constant used to check
      if the transformation function is included no longer exists
    * libraries/transformations/: replaced "include" by "require_once"
    * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
    * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
    * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
    * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
    * lang/estonian: Updated, thanks to Alvar Soome (finsoft).

2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
    * main.php: Fixed one remaining preg_match

2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php: sort order and aliases

2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
    * Almost every file:
      - Replaced all include / require commands by require_once where possible;
      - Further php 4.1+ optimizations;
      - footer.inc.php now automatically stops the script execution;
      - Coding standards.
    * config.inc.php: Don't include select_lang.lib.php here.
    * libraries/common.lib.php: Backwards compatibility.
    * libraries/common.lib.php, libraries/defines.lib.php,
      libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
      scripts/create-release.sh:
      defines.lib.php was included twice. For optimization reasons I moved all
      the code that is independent from the MySQL connection out of defines.lib
      into defines_php.lib.
      To point out the (new) meanings of the files I renamed defines.lib.php to
      defines_mysql.lib.php while defines_php.lib.php is now known as
      defines.lib.php.

2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
    * lang/check_lang.sh: Cleanup.
    * lang/sort_lang.sh: Cleanup.
    * lang/czech: Better translated some strings.

2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/arabic: update, thanks to Ossama Khayat (okhayat)
    * lang/hindi: update, thanks to Girish Nair (girish_nair)
    * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
    * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).

2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
    * translators.html: Changed email of Hindi translator, again.
    * badwords.txt: File is obsolete.

2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
    * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
      tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
      tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
      libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
      libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:

      Reverted some obfuscated regular expressions to their working eregi-versions
      to not break stuff. Removed unneccessary reset() calls, replaced some more
      while(list()) constructs.
    * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
      libraries/common.lib.php, libraries/display_tbl.lib.php,
      libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
      ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:

      - When stored transformations have '.php3' ending, automagically assume '.php' now.
      - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
        linebreaks.

2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
    * lang/german-*.inc.php: Updates.
    * lang/english-*.inc.php: Sortation.

2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_rename.php: give an error if the new table name has a dot
      in its name, to avoid doing our automatic relation-table renames

2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/common.lib.php: Use preg again, it just needs a bit more
      escaping of \ (once for PHP and once for PCRE).
    * css/phpmyadmin.css.php: Make server selection in left frame same size as
      on other places.
    * main.php: One more regex escaping fix.
    * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
    * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
    * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
    * translators.html: Updated email for Hindi translator.

2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3: while (list() = each()) is not always as bad as
      one might think ;-p

2003-11-22 Garvin Hicking <me@supergarv.de>
    * ./*: More PHP3-compatibility removal, see 2003-11-20.

2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties_operations.php: display "Add constraints" only
      if there are foreign keys in current table
    * libraries/common.lib.php: revert back to previous logic at line 1108
      because of regex problem (when only_db is used)

2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_move_copy.php: typo about constraints

2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
    * scripts/create-release.sh: Udated information what is needed to change on
      home page to currect status.

2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_databases.php, server_processlist.php, server_status.php,
      server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
    * README: Updated requirements.
    * scripts/create-release.sh: Create Documentation.txt when building the
      distribution kits.
    * Documentation.txt, scripts/updatedocs.sh: Romoved.

2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
    * read_dump.php: Show message about failing upload in all cases, removed
      some PHP compatibility code.
    * libraries/export/sql.php: More older PHP cleanup.
    * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
      table moving/copying and allow to keep constraints over these
      operations.
    * server_databases.php: Add correct parameters to left frame to keep
      server choice, language, etc.
    * libraries/config_import.lib.php, config.inc.php, db_details.php,
      tbl_query_box.php, Documentation: Allow changing of default queries
    * Documentation.html: Valid XHTML again.
    * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).

2003-11-20 Garvin Hicking <me@supergarv.de>
    * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
      libraries/transformations/overview.php, libraries/*.php
      (work in progress)

      Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
      - Replaced "while (list() = each())" calls by foreach loops.
      - Removed PHP3-compatibility code
      - Removed calls to $HTTP_*_VARS (using $_* now).
      - Replaced some TAB-characters with whitespace
      - Removed PHP4 < 4.1.0 compatibility code
      - Removed MySQL < 3.23.32 compatibility code
      - Replaced "for ($i=0; $i <= count(); $i++)" loops to
        "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
        performance
      - Replace calls to eregi*/split functions to their preg* counterparts for
        faster and binary-safe operation
      - Replace regex-Calls to simple string functions where possible (speedup)
      - Replace calls to substr($string, X, 1) to $string{X}

2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php: first group of headers was offset by
      one column to the left

2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
    * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
    * lang/portuguese: Updated, thanks to António Raposo (cfmsoft).
    * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).

2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
    * Documentation.html: Modified requirements.
    * server_collations.php: Replaced obsolete "while (list() = each())" calls
      by foreach loops.
    * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.

2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.

2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
      for the product name
    * main.php: new warnings for old PHP or MySQL versions

2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/display_tbl.lib.php: Can kill more proceses.

2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
    * almost EVERYTHING: The big rename from php3 to php.

2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
    * read_dump.php3: Show result of last SHOW query when multiple queries.
    * scripts/create-release.sh: Generate also sizes of files, for
      files.inc.php on homepage.

2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/french: update
    * lang/turkish update, thanks to Bora Alioglu
    * lang/italian: Updated, thanks to Pietro Danesi (danone).
    * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).

2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties_structure.php3: not only TEXT but also
      any ...TEXT field types can have a FULLTEXT index

2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/common.lib.php3: undefined variable dblist_full when
      renaming a table

2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/export/sql.php3: Fix export of foreign keys.
    * libraries/export/sql.php3, libraries/config_import.lib.php3,
      libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
      config.inc.php3: Allow delayed inserts.
    * libraries/export/sql.php3, libraries/common.lib.php3,
      libraries/config_import.lib.php3, libraries/display_export.lib.php3,
      lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
      statements in export.
    * lang/remove_message.sh: Checks for parameter count.

2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/export/latex.php3: Fixed LaTeX output.
    * libraries/export/latex.php3: Unique fields are bold.

2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
    * libraries/display_tbl.lib.php3: Added more secure checks
      for each'ing on arrays built by the query analyzer.
    * libraries/display_tbl.lib.php3: Fixed - Colspan for
      repeated headers were wrong since introduction of multi-row delete.

2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
    * scripts/extchg.sh: generator.sh was not converted

2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
      now (if using PHP4) users can enter NULL in a field
      and get the string NULL and not a NULL value. For a real NULL
      value they must use the Null checkbox.

2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
    * New italian doc (partial) in pma_localized_docs
    * lang/estonian: Updated, thanks to Alvar Soome (finsoft).

2003-11-06 Garvin Hicking <me@supergarv.de>
    * sql.php3, libraries/display_tbl.lib.php3:
      Display linked values in printview. Display relation-
      related features (comments, MIME-transformations) in printview.
      Fix empty table rows in vertical display (kept Mozilla from displaying
      borders in this printmode). Adjusted layout a tiny-weeny bit to let
      the comments of a field fit the whole space.
    * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
      Documentation.html: Propagate current MIME-type to plugin functions.
      Thanks for noticing (again), Thiemo Maettig. :)
    * libraries/common.lib.php3, Documentation.html, config.inc.php3:
      Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
      the left frame. The '*' character can be used to
      fill in all remaining characters. See Documentation for details.
      thanks to Xuefer for suggestions.

2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/export/xml.php3: Add xml header with encoding information.

2003-11-05 Garvin Hicking <me@supergarv.de>
    * libraries/common.lib.php3, footer.inc.php3: Do not
      store queries with errors in history, also when coming from the
      database SQL tab.
    * libraries/common.lib.php3: The MySQL-error messages
      are now put inside a <code> HTML-container, not <pre>. This allows
      wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
      formatting has been altered to preserve those.
    * libraries/transformations/text_plain__dateformat.inc.php3:
      Remove obsolete code, thanks to Thiemo Maettig!
    * Documentation.html, libraries/display_tbl.lib.php3,
      libraries/transformations/*:
      The $meta field information is now passed to the transformation plugins
      to allow future (and easier) usage of field information
      (zerofill/unsigned/not_null/...).

2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: added known limitation in FAQ 3.10
      about selecting homonyms on a table without primary key

2003-11-04 Garvin Hicking <me@supergarv.de>
    * Documentation.html: Added known limitation about ANSI-mode
    * libraries/transformations/text_plain__dateformat.inc.php3:
      Now allow more timestamps. Minor modification of a patch
      submitted by anonymous poster. Thanks!

2003-11-03 Garvin Hicking <me@supergarv.de>
    * Documentation.html, tbl_row_delete.php3,
      libraries/display_tbl.lib.php3:
      Fixed "Execute stored bookmark". Also made some minor
      tweaks to make PHP-Transformations with forms working again. Added
      a limitation notice on that to FAQ 3.8. Added an image to this action.
    * libraries/display_tbl.lib.php3: Made multi-row delete working for
      vertical browse mode. When executing a multi-row delete, keep the
      last used display mode and other options.
    * Documentation.html: Adjusted link to the link-section of our homepage.
      Fixed typo.

2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.
    * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime

2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Grammar.
    * config.inc.php3, libraries/common.lib.php3,
      libraries/config_import.lib.php3, libraries/display_export.lib.php3,
      libraries/export/csv.php3, lang/*.inc.php3:
      (Excel v.X does not import 'CSV for Excel' exports).

2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
    * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).

2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/relation.lib.php3: quotes added

2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/romanian: Updated, thanks to Valics Lehel.
    * tbl_relation.php3: add backquotes around table and field names
      in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
      version, a blank character in a field name is not accepted by InnoDB

2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
    * querywindow.php3: js errors in SQL-history,
      thanks to Jenik Kaspar (jenix)

2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: undefined $sql_order
    * querywindow.php3: cosmetic change: added &nbsp; for
      better display in Iconic 'both' mode

2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
    * lang/serbian: utf-8 translations contained no strings, regenerated.
    * lang/other: Added missing strings.
    * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
      it makes sense.

2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20.
    * libraries/export/sql.php3. libraries/export/latex.php3,
      libraries/display_export.lib.php3, export.php3, lang/*,
      libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
      supress dates in SQL dump separately.
    * lang/add_message.sh: Fail if no message specified.
    * lang/add_message_file.sh: Fail if no file specified.
    * libraries/display_export.lib.php3: Added ugly hack to allow switching
      export options in Opera.
    * db_details_structure.php3, lang/*: Show also overhead, allow to check
      all tables with overhead at once (JS only).
    * footer.inc.php3: Try to update history in table only if configured so.

2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
      thanks to Chris Walsh (chriswalshaz)
    * libraries/display_tbl.lib.php3: undefined $url_query
    * tbl_relation.php3: Bug 827340: Relation view should display also
      non-unique keys as possible choices for foreign keys

2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
    * Documentation, config.inc.php3, tbl_change.php3,
      libraries/common.lib.php3, libraries/config_import.lib.php3: Make
      default functions configurable.

2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/common.lib.php3: Safari 1.0 v85.5 and fonts
    * libraries/functions.js: scratchboard and paper size
    * lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
    ### 2.5.4 released

2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
    * browse_foreigners.php3: PMA_jsFormat() needed on alert()
    * tbl_query_box.php3, libraries/bookmark.lib.php3:
      bookmarks not configured

2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/zip.lib.php3: Calculate offset progressively.
    * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
    * lang/italian: Updated, thanks to Pietro Danesi (danone).
    * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
    * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
    * lang/sort_lang.sh: Ignores non file parameter.
    * libraries/common.lib.php3: Add some more fixes for wrongly typed
      $cfg['PmaAbsoluteUri'].
    * Documentation: Changed my email and credits.
    * libraries/defines_php.lib.php3: Output buffering is not available in
      php 3.

2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/russian-windows-1251: wrong charset

2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
    * server_privileges.php3: sometimes db privileges
      are not shown

2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: FAQ 6.21 needed clarification

2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/grab_globals.lib.php3: better fix
    * tbl_select.php3: escape single quotes in table
      Search page

2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
    * footer.inc.php3: undefined function PMA_setHistory()

2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/export/sql.php3: Fix PMA_getTableContentOld.
    * left.php3: Konqueror 3 and Opera 7 works with tree view.
    * scripts/create-release.sh: Generate MD5 sums.
    * Documentation, config.inc.php3, scripts/create_tables.sql: Change
      default phpMyAdmin table names from PMA_* to pma_*.

2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/russian*: updated, thanks to Artyom Rabzonov

2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
    * Documentation: Another hint for creating primary/unique keys.

2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/slovak: Updated, thanks to Lubos Klokner (erkac).

2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
    * tbl_replace.php3: Do not include query in redirect url if too long.

2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/grab_globals.lib.php3: protect POST variables
      against cookies of the same name
    * libraries/display_tbl.lib.php3: the multi-row delete
      icon should not be displayed in all cases

2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/slovenian update, thanks to Kositer Uros
    * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
    * libraries/export/sql.php3: Undefined index/offset
    * lang/turkish update, thanks to Bora Alioglu

2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
    * translators.html: Better link.

2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.5.4-rc1 released

2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
    * lang/czech: Updated.
    * config.inc.php3, db_details_importdocsql.php3,
      db_details_structure.php3, libraries/config_import.lib.php3: You now
      need to explicitely enable docSQL support ($cfg['docSQLDir']).
    * Documentation: Documented above and support for compressed dumps.
    * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
      read_dump.php3, tbl_change.php3, tbl_query_box.php3,
      tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.

2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
    * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
    * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
    * new lang: bosnian, thanks to Samir Kobiljak

2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_row_delete.php3, mult_submits.inc.php3,
      libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
      RFE 810270: multi-row delete in browse mode
    * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
    * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
    * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).

2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
    * tbl_indexes.php3: (Icons for index table).
    * lang/persian-*.inc.php3, lang/sync_lang.sh,
      libraries/select_lang.lib.php3, translators.html:
      New Persian language files, thanks to Parham Ghaffarian.
    * libraries/select_lang.lib.php3: Removed a dublicate entry.
    * translators.html: I'm back. :-)
    * lang/english.inc.php3: Resorted strings.

2003-09-26 Garvin Hicking <me@supergarv.de>
    * left.php3: Fixed display of '__protected__' subgroup in
      non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.

2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
    * libraries/function.js: (Opera 7.20 messes up row
      markers), thanks to Michael Johnson (redbeardc).
    * server_privileges.php3: Fixed (Password not kept when
      modifying user).

2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
    * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.

2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/export/sql.php3: we need to analyze the query
      to get the true column name in case of aliases
    * libraries/common.lib.php3: final 1.0 version of Safari
      does not need reduced font size

2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
    * pdf_schema.php3: the "Show color" only removed
      color on arrows, now removes all the color because of printing problems
      on black&white printers, thanks to Kelley Lingerfelt (rebelkell)

2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
    * server_privileges.php3: could not delete a user

2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
      with older php.

2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
      than one cookie auth is being used.

2003-09-18 Garvin Hicking <me@supergarv.de>
    * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: -
      Add bookmark option to query window/tab to bookmark any statement.

2003-09-17 Garvin Hicking <me@supergarv.de>
    * querywindow.php3: Display 'edit' button to alter entries from SQL query
      history, not execute them immediately.
    * footer.inc.php3: Save SQL history even if 'LockFromUpdate' is selected.
    * server_databases.php3: Refresh left frame when selecting a DB of
      server_databases.php3

2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
    * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
      can not be read.
    * tbl_query_box.php3: Do not require any variables in query window.
    * lang/*, libraries/export/sql.php3: Export separately constraints, so
      they don't cause troubles on import.
    * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
      libraries/common.lib.php3, libraries/config_import.lib.php3,
      libraries/auth/cookie.auth.lib.php3,
      libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
      into cookie auth, new config variable for enabling this
      $cfg['AllowArbitraryServer'].
    * db_details.php3, tbl_change.php3, tbl_query_box.php3,
      libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files
    * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
      libraries/config_import.lib.php3: Allow compressing large SQL dumps -
      they are compressed by smaller chunks and send to browser.
    * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
      comment including references.

2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
    * sql.php3: (js disabled and user removes the row limit
      from the Show [30] rows)

2003-09-16 Garvin Hicking <me@supergarv.de>
    * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
    PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
    It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
    one. Keep old function for any future use.

2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
    * tbl_properties_links.php3, db_details_structure.php3: in Table view,
      "Select" becomes "Search" to denote more clearly was this sub-page
      is about

2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
    * libraries/export/sql.php3: Avoid freeing failed result.

2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: clarify FAQ 6.20 about which privileges are
      assigned to users after an upgrade to MySQL 4, and their effect
      on seeing all the databases.

2003-09-12 Garvin Hicking <me@supergarv.de>
    * lang/*, sql.php3, libraries/bookmark.lib.php3:
      (Bookmarks for all users)
    * lang/german*: Update
    * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
      not working on PHP < 4.0.3

2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
    * lang/turkish update, thanks to Bora Alioglu
    * libraries/display_tbl.lib.php3: (undefined $prev_index)
      and add "Sort" tooltip to each column header

2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
    * read_dump.php3: Add also limit to size, not only to pieces, because of
      extended inserts.

2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
    * Documentation.html: clarify about InnoDB support
    * libraries/sqlparser.lib.php3: BINARY as an operator;
      : SELECT * FROM mytable LIMIT 0,-1
    * libraries/mysql_wrappers.lib.php3:  wrong results coming
      from mysql_list_fields, so modify PMA_mysql_list_fields to use
      SELECT * FROM db.table LIMIT 1
      (Thanks to Peter Beckman (ooglek))

2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
    * libraries/mysql_wrappers.lib.php3: wrong results coming
      from mysql_list_tables, so modify PMA_mysql_list_tables to use
      SHOW TABLES FROM

2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
    * tbl_relation.php3: Avoid message about not array variable when no InnoDB
      relations used.
    * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
      indexes.
    * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
    * lang/dutch: Updated, thanks to nobody :-).

2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
    * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
      config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
      libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
      server.

2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
    * server_privileges.php3: Fixed (No 'LOCK TABLES' in DB-specific
      privileges).

2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
    ### 2.5.3 released
2004-08-07 11:31:14 +00:00
recht
a1aa82164f pullup a fix for libpqmodule from HEAD:
Fixed a buffer overrun error in libPQquoteBytea based on a fix by
James Matthew Farrow. [Bug #838317].

bum PKGREVISION to 2 for the fix
2004-08-05 22:20:11 +00:00
jlam
b32800e3ff Rename Makefile.options to options.mk in the packages that I maintain.
This follows the example of the mail/dovecot package, as suggested by
<schmonz>.
2004-08-05 03:04:33 +00:00
recht
e43a1bc75f update the site for hierarchical query patch 2004-08-04 22:17:33 +00:00
jlam
73e8702339 Update databases/sqlite to 2.8.15. This is a bug-fix maintenance
release over version 2.8.14 that fixes some memory allocation and
quoting problems.
2004-08-04 19:59:58 +00:00
jlam
47edab39a4 We only need the full dependency on libtool if we build the dynamic
modules.  Bump the PKGREVISION.
2004-08-04 19:45:02 +00:00
recht
c403c14345 Force GNU readline in the client to work around core dumps with the
native libedit.

Bump PKGREVISION to 1 to propagate the change.
2004-08-04 13:55:02 +00:00
jlam
6fd243b327 This doesn't work with db1. 2004-08-04 05:45:49 +00:00
jlam
f50a3b105d Convert to use bdb.buildlink3.mk. 2004-08-04 05:44:12 +00:00
drochner
602c135523 update to 1.0.5
Version 1.0.5 -- the "Weighs the same as a duck" release
* Added Finnish translation (Eero Tamminen) and relationship calculator.
* Usability improvements for small screen sizes.
* Find duplicates tool fixed.
* Cross-platform newline support in GEDCOM import.
* Parents deleting fixed in Family View.
* Minor bug fixes.
2004-08-02 14:23:19 +00:00
cube
dad9e9f679 Update to version 1.01.
1.01    Sun Jun 27 23:35:46 EDT 2004

        - Releasing 1.00_06 as stable

1.00_06 - Pg/Oracle: Don't attempt to do case insensitive comparisons on
          integer values.

1.00_05 - Force utf8 flag on when doing searches for utf8 data; this
          is a workaround for DBDs that don't do it themselves.

1.00_04	- Move Postgres specific join behaviour to the superclass so
	  everyone gets the benefit.

1.00_03 - Remove "AS" from table name aliases on joins, since Oracle
          doesn't like em.

1.00_02	- Slightly cleaner code in SearchBuilder->GotoPage

1.00_01 - Better handling of case insensitive comparisons on Postgres
	- Proper support for query paging on SQLite
2004-08-02 09:57:02 +00:00
jlam
b460ce1ab5 Convert to use bsd.options.mk. The relevant options variable to set
for each package can be determined by invoking:

	make show-var VARNAME=PKG_OPTIONS_VAR

The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-30 21:05:41 +00:00
wiz
f746c540c2 Remove unnecessary chunk containing $Id$. 2004-07-29 19:03:57 +00:00
xtraeme
f54aa5d0b7 Remove openldap1, which is very old and no longer maintained;
kleink@ agrees.
2004-07-29 09:34:57 +00:00
kim
b8ff1e6d93 Oops, remove RCS keywords from the patch... 2004-07-28 02:51:31 +00:00
kim
1150194016 Add a patch from abook CVS to fix string truncation in mutt import filter. 2004-07-28 02:50:22 +00:00
recht
b7ddb9e862 Set PGSQL_VERSION_REQD to 73 to fix the (bulk) build. 2004-07-27 19:46:54 +00:00
recht
26e73ff762 Fix PKGNAME after PostgreSQL 73 changes. 2004-07-27 19:29:45 +00:00
schmonz
a0513df09e Add standard djbware RESTRICTED clause. Set USE_BUILDLINK3=yes.
Enable pkgviews installation. Rename pre-build to do-configure.
2004-07-26 19:29:44 +00:00
recht
1d49dca682 Make pgaccess depend on tk-postgresql73 to unbreak the build.
(We currently don't have tk-postgresql74.)

spotted by kristerw
2004-07-26 06:47:12 +00:00
kristerw
4e51182fb9 Correct path to ../../databases/tcl-postgresql73 2004-07-25 23:09:25 +00:00
recht
666e12f01b Add and enable the postgresql packages with their new names. 2004-07-24 22:52:42 +00:00
recht
e181ac3e68 Delete old postgresql packages now that we have the postgresql73 ones. 2004-07-24 22:48:13 +00:00
recht
8dc45652d4 Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
2004-07-24 22:45:14 +00:00
recht
469aa0e7b0 change pkgname to postgresql74* (from postgresql*) 2004-07-24 22:44:12 +00:00
recht
87e0fa1a5f reimport of tk-postgresql as tk-postgresql73
Tk interface to PostgreSQL consisting of a front-end Tcl/Tk client.
2004-07-24 22:28:08 +00:00
recht
8277db15ba reimport of py-postgresql as py-postgresql73
Note: This package should probably replaced by a PyGreSQL package.

PyGreSQL is a python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.  This also includes support for
the Python DB-API.
2004-07-24 22:26:44 +00:00
recht
e174370fbb reimport of tcl-postgresql as tcl-postgresql73
Tcl interface to PostgreSQL, including front-end clients and a loadable
shared object for Tcl clients.
2004-07-24 22:25:01 +00:00
recht
06403ecee1 reimport of postgresql-server as postgresql73-server
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This is the meta-package for the PostgreSQL database system.
2004-07-24 22:20:31 +00:00
recht
a5001b4d1f reimport of postgresql-pltcl as postgresql73-pltcl
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system
that enables the Tcl language to be used to create functions and
trigger-procedures.  It offers most of the capabilities a function
writer has in the C language.
2004-07-24 22:19:43 +00:00
recht
6bc2020a9d reimport of postgresql-plperl as postgresql73-plperl
PL/Perl allows you to write functions in the Perl programming language
that may be used in SQL queries as if they were built into Postgres.
The PL/Perl intepreter is a full Perl interpreter.  However, certain
operations have been disabled in order to maintain the security of the
system.
2004-07-24 22:18:50 +00:00
recht
29d305a3c7 reimport of postgresql-lib as postgresql73-lib
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database headers and libraries.
2004-07-24 22:17:56 +00:00
recht
ec2f659001 reimport of postgresql-docs as postgresql73-docs
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database documentation.
2004-07-24 22:16:56 +00:00
recht
0af9cf0e6f reimport of postgresql-client as postgresql73-client
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database client programs.
2004-07-24 22:15:50 +00:00
recht
dba14855c6 reimport of postgresql as postgresql73
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This is the meta-package for the PostgreSQL database system.
2004-07-24 22:14:39 +00:00
jlam
c135417273 cyrus-sasl configure option takes no argument. 2004-07-24 18:37:10 +00:00
jlam
e4eb47db4b Need to bump the version in buildlink3.mk since the shlib major was
bumped.
2004-07-24 17:24:29 +00:00
jlam
15dcbb1b12 If neither USE_SASL nor USE_SASL2 are defined, then use cyrus-sasl2 by
default.
2004-07-24 14:21:44 +00:00
jlam
89a26085db Use the correct configure option for cyrus-sasl, and correct the path to
the cyrus-sasl2/buildlink3.mk file.
2004-07-24 14:20:07 +00:00
jlam
dfe438e74b Update databases/openldap to version 2.2.13, the latest stable release.
Major changes from version 2.1.30 include:

  * "LDAP Sync"-based lightweight replication
  * Proxy Cache Support
  * Hierarchical Backend
  * NS-SLAPI Support
  * Backend Layering
  * Access Control extensions including dynamic group support
  * LDAPv3 extensions:
    - ACID extensions
    - Cancel Operation
    - Content Synchronization Operation
    - DIT Content Rules
    - Duplicate Entry Extension
    - Simple Paged Results Extension
    - Proxy Authorization Extension
2004-07-24 03:32:24 +00:00
jlam
acb3730edd Become maintainer since it's a critical component of samba, and I'm still
the maintainer for that package.
2004-07-23 23:51:21 +00:00
recht
1d7ac2bd7b fix postgresql-lib include
spotted by kristerw
2004-07-22 19:30:35 +00:00
drochner
981e97039b update to 1.1.14
changes:
      * Interval typecasting eventually works the Right Way (TM).
      * ZPsycopgDA now support unicode strings and different backend
        encodings.
      * ZPsycopgDA accept query data as an extra parameter to execute()
        (but still no way to give it extra data from inside a ZSQL
        Method.)
      * Better DBAPI-2.0 compliance (rowcount attribute and argument
        passing.)
      * Now builds on Fedora Core 2 (but remember that the real psycopg
        aficionado runs on Debian ;-P )
      * COPY FROM raise an exception and return usefull information on
        error.
2004-07-22 18:00:37 +00:00
drochner
ce0b57568e update to 0.5.1
fixes a number of (partly annoying) bugs
2004-07-22 17:46:50 +00:00
drochner
eadd5450b2 update to 2.8.14
changes:
Fix the min() and max() optimizer so that it works when the FROM clause
 consists of a subquery.
Ignore extra whitespace at the end of of "." commands in the shell.
Bundle sqlite_encode_binary() and sqlite_decode_binary() with the library.
The TEMP_STORE and DEFAULT_TEMP_STORE pragmas now work.
Code changes to compile cleanly using OpenWatcom.
Fix VDBE stack overflow problems with INSTEAD OF triggers and NULLs in
 IN operators.
Add the global variable sqlite_temp_directory which if set defines
the directory in which temporary files are stored.
sqlite_interrupt() plays well with VACUUM.
Other minor bug fixes.
2004-07-22 17:43:23 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
jlam
c2dbace2b6 Be more explicit about when you'd want to remove /var/mysql. 2004-07-21 17:55:13 +00:00
jlam
2ce7564f6f Defer the creation of the initial MySQL database directories until we
actually try to run MySQL server.  Beef up the rc.d script to work on
systems that don't use NetBSD's rc.d script system, and to support an
"initdb" command to initialize the MySQL database for first-time use.
2004-07-21 17:45:13 +00:00
jlam
f5070265e5 Reorganize the line order to bring related things together and to more
closely match the template package Makefile.  Also use BUILD_DIRS instead
of invoking make explicitly in a post-build target.
2004-07-20 17:28:37 +00:00
jlam
1ec1cf4a61 Slight cleanups. 2004-07-20 15:20:55 +00:00
xtraeme
a7ec28289c Use ${VARBASE}. 2004-07-20 04:53:09 +00:00
heinz
e3d5a8fa76 Include gettext-lib/buildlink3.mk to get libintl.so* on NetBSD 1.5.x.
Bump revision.
2004-07-19 21:07:39 +00:00
jlam
a038f4f702 Unbuildlinkify mysql_config so that --libs and --include return the correct
values.
2004-07-18 22:57:17 +00:00
jlam
82d8960a20 The libraries don't link against libreadline, only the client binaries, so
remove the readline buildlink3.mk file.
2004-07-18 22:30:27 +00:00
jlam
da1cf28141 No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOL
is defined.
2004-07-18 22:08:46 +00:00
schmonz
2b261a6ce2 Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,
as that test is now done by the buildlink3 file itself.
2004-07-18 09:38:26 +00:00
kim
2db0a0bb60 Accept perl-thread in addition perl. 2004-07-17 20:12:23 +00:00
jdolecek
7122e3effd Update php4 to 4.3.8.
This is security fix release, fixing several important security
issues. From the ChangeLog:

* Fixed strip_tags() to correctly handle '\0' characters.
* Improved stability during startup when memory_limit is used.
* Replace alloca() with emalloc() for better stack protection.
* Added missing safe_mode checks inside ftok and itpc.
* Fixed bug #28963 Fixed address allocation routine in IMAP extension.
* Fixed bug #28632 Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL.

Note: package update also includes extra patches from PHP CVS not
present in stock PHP 4.3.8 release - compilation fix for
mssql extension and Zend engine memory-use-after-free fix.
2004-07-14 08:03:16 +00:00
grant
234b8d1088 provide BUILDLINK_CPPFLAGS, LDFLAGS and LIBS for each pkgsrc db
implementation.
2004-07-10 03:01:38 +00:00
erh
864411efe2 Add the p5-DBIWrapper subdirectory 2004-07-08 19:25:23 +00:00
erh
6055e5244d New package: DBIWrapper version 0.20
Perl extension for generic DBI database access
CVl: ---------------------------------------------------------------------
2004-07-08 19:23:08 +00:00
cube
7a7240dd78 Fix PLIST after last update of postgresql (hi darcy!).
Patch from Greg Troxel in PR 26186 (plus remaining bits).
2004-07-08 06:29:02 +00:00
wiz
087979a56f Set BUILDLINK_LIBDIRS.db?, as mail/exim expects. 2004-07-07 08:45:39 +00:00
wiz
613ae35ce3 Annotate a comment:
# XXX: following comment still true for buildlink3?
# XXX ${PYSITELIB}/... doesn't get transformed by buildlink2
2004-07-06 22:57:06 +00:00
wiz
4237d54a34 Unused. 2004-07-06 22:41:15 +00:00
jdolecek
e20e6ce14e Update php4 package to 4.3.7.
Change list from release notes:

* Synchronized bundled GD library with GD 2.0.23.
* Fixed a bug that prevented compilation of GD extensions against
  FreeType 2.1.0-2.1.2.
* Fixed thread safety issue with informix connection id.
* Fixed incorrect resolving of relative paths by glob() in windows.
* Fixed mapping of Greek letters to html entities.
* Fixed a bug that caused an on shutdown crash when using PHP with Apache
  2.0.49.
* Fixed a number of crashes inside pgsql, cpdf and gd extensions.

All in all this release fixes over 30 bugs that have been discovered
and resolved since the 4.3.6 release.
2004-07-06 19:52:01 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
wiz
60019e1e08 Unused. 2004-07-04 09:55:19 +00:00
wiz
d16c050cc4 Convert to bl3. 2004-07-02 12:52:52 +00:00
recht
d0777e5a0b Add two patches from Sleepycat:
1. Long-running applications can hang in the Berkeley DB cache.
   http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1 as patch-ba

2. Replication clients fail to lock all the necessary pages when
   applying updates if there were more than one database in the transaction.
   http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2 as patch-bb

Bump PKGREVISION to 4.
2004-07-01 15:17:21 +00:00
wiz
6ef1244cbb Unused. 2004-07-01 13:45:08 +00:00
pooka
ec4b5fca3f install manual page 2004-06-30 08:37:11 +00:00
grant
c57f007957 fix libecpg version 3.4 -> 3.6 after update to postgresql 7.3.6. 2004-06-28 23:57:05 +00:00
jlam
e6aa5ca27d Move the HTML documentation into ${PREFIX}/share/doc/html. Bump the
PKGREVISION due to user-visible difference.
2004-06-28 22:11:37 +00:00
minskim
2962a1f334 Enable pkgviews installation. 2004-06-28 19:23:53 +00:00
minskim
04705e7382 Update abook to 0.5.2.
Changes since 0.5:
 - five custom fields added
 - experimental wide character support
 - fixed a crash bug in mutt filter
 - fixed errors in configure.in (especially snprintf-functions were incorrectly
   detected)
 - abookrc manual page update
 - sort by field command
 - duplicate item command
 - quit without saving command
 - autoconf/automake update
 - minor filter fixes
 - tried to fix \" quotation problem with mutt import filter
 - removed obsolete filesel_sort option from abookrc manual page
 - added bbdb2xx translator source to contrib
2004-06-28 19:22:37 +00:00
recht
f1025f1782 update to 7.4.3
changes:

* Fix temporary memory leak when using non-hashed aggregates (Tom)
* ECPG fixes, including some for Informix compatibility (Michael)
* Fixes for compiling with thread-safety, particularly Solaris (Bruce)
* Fix error in COPY IN termination when using the old network
  protocol (ljb)
* Several important fixes in pg_autovacuum (Matthew T. O'Connor)
* Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)
* Several JDBC fixes
* Fix ALTER SEQUENCE RESTART where last_value equals the restart
  value (Tom)
* Repair failure to recalculate nested sub-selects (Tom)
* Fix problems with non-constant expressions in LIMIT/OFFSET
* Support FULL JOIN with no join clause, such as X FULL JOIN Y ON
  TRUE (Tom)
* Fix another zero-column table bug (Tom)
* Improve handling of non-qualified identifiers in GROUP BY clauses
  in sub-selects (Tom)
* Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom)
* Add checks for invalid field length in binary COPY (Tom)
* Avoid locking conflict between ANALYZE and LISTEN/NOTIFY
* Numerous translation updates (various contributors)
2004-06-27 16:38:32 +00:00
darcy
d7683cae2e Remove PKGREVISION variable from these files as well since BASE_VERS picks
up the new version.  Thanks to Juan RP <juan@netbsd.graffitipr.org> for
pointing out that those files overwrote the variable from the common Makefile.
2004-06-26 13:32:45 +00:00
darcy
acf9afd538 Forgot to remove PKGREVISION when I updated the package. 2004-06-26 09:23:46 +00:00
taca
789b67e947 Adjust docdir in configure. It should fix broken postgresql74-contrib
package in bulk build.
2004-06-25 14:51:23 +00:00
darcy
4321573944 Upgrade to 7.3.6.
Mostly bug fixes.  The full list of changes can be found at:

7.3.5: http://www.postgresql.org/news/164.html
7.3.6: http://www.postgresql.org/news/172.html

As with all minor release upgrades a dump/restore is not required.
2004-06-24 16:50:51 +00:00
jwise
46c31de70e Back out last `fix' which is nonsensical -- this package uses tclConfig.sh like
all other correctly written tcl-using packages, and gets the inclusion of
-lpthread (and -lm for that matter) exactly right.  I use it regularly here.
2004-06-22 20:43:56 +00:00
drochner
971b16937d use the non-threaded libtcl
(the threaded one gives errors at "createlang" time - strange that
noone noticed...)
2004-06-22 18:43:15 +00:00
drochner
fe5d0e47cd take maintainership, and update to
Version 1.0.4 -- the "Say no more!" release
* Nasty bug in Merge routine fixed.
* Compatibility with pygtk 2.3.x.
* User-added attributes are remembered for Media objects.
* Cancel in Edit Person and Edit Relationship properly reverts events,
  attributes, etc to their pre-edit values.
* Gallery tab added to events.
* Sources added to media objects and their references.
* XML parser fixes.
* GEDCOM parser improvements.
* Bug fixes.
2004-06-21 15:17:20 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
xtraeme
c89fd2ff25 Update databases/mysql4-* to 4.0.20.
Lots of bugfixes, please review the Changelog file.
2004-06-20 18:48:44 +00:00
grant
23ff9a540c link libdb4 against libnsl on Solaris so programs that use it can
resolve all symbols. bump PKGREVISION.

fixes PR pkg/24720.
2004-06-17 14:24:32 +00:00
grant
62251d34d3 whitespace nit 2004-06-17 13:43:06 +00:00
grant
0407039e23 really replace the localedir properly - we need USE_PKGLOCALEDIR for the
_LOCALEDIR definition. fixes PR pkg/25923.
2004-06-15 10:55:24 +00:00
cube
d8f0988ecb 'localedir' is actually two spaces away from the beginning of the line in
the configure script.  Let's play safe and use '\s+'.  Should fix PR 25923
by jmmv.
2004-06-14 20:51:11 +00:00
grant
c00bd178a4 this uses openssl, so it needs openssl/buildlink3.mk. 2004-06-12 02:39:57 +00:00
grant
3d552b0215 this calls ${PATCH} directly, so make sure we have a build dependency
on patch.
2004-06-12 02:35:29 +00:00
grant
cacfe89a60 work around this version setting localedir in autoconf stuff (and not
Makefiles) by using SUBST_SED instead of USE_PKGLOCALEDIR.

partially fixes install on Solaris.
2004-06-12 02:02:07 +00:00
grant
404b2d2831 it's "USE_GNU_TOOLS+=lex" not "flex". duh. 2004-06-11 10:49:36 +00:00
grant
22df858534 in fact, the whole lot needs flex(1) to build. 2004-06-11 10:40:56 +00:00
grant
fa44cbceab this needs flex(1) to build. 2004-06-11 10:38:46 +00:00
mjl
c6be9c96c9 Correct typo in comment and remove leftovers from testing. 2004-06-08 16:38:58 +00:00
xtraeme
3be38dae2b Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
mjl
24c1be170b Correct Homepage 2004-06-04 23:36:58 +00:00
mjl
7e3eed47ff Use db3 instead of db4, so we don't have to pull in pth as well. 2004-06-04 23:32:30 +00:00
mjl
2bf9a0ec97 Enable p5-BerkeleyDB 2004-06-04 23:18:47 +00:00
mjl
bcd547cdec Initial import of p5-BerkeleyDB 0.25
BerkeleyDB is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB.
2004-06-04 23:16:36 +00:00
abs
dec4fe7072 Add jdbc-postgresql74 2004-06-03 10:23:38 +00:00
abs
d521f9a4ba Import jdbc-postgresql74, JDBC driver for postgresql 7.4.x
Has local patch to (incompletely) work around an issue with the jdbc driver
erroneously leaving ';' on the end of tablenames resulting in it generating
SQL statments of the form "SELECT * FROM tablename; WHERE ..."
2004-06-03 10:23:19 +00:00
jschauma
c457e769ea Use CFLAGS when creating the archive. This fixes building under IRIX64
using gcc, as we need the ABI specific flags.
2004-05-26 15:45:14 +00:00
danw
2382afbce0 add a dummy file to libreplacements_la_SOURCES so this builds
correctly on Darwin (which doesn't need any of the replacement
functions, but also doesn't allow empty .a files). PR 25682
2004-05-23 18:23:51 +00:00
recht
86853cd081 unused 2004-05-23 16:48:45 +00:00
recht
96e452de8c bl3ify 2004-05-23 16:48:12 +00:00
snj
3423492e81 Add ${PYSITELIB}/ZEO/* to py-ZODB's PLIST. Bump PKGREVISION to 1.
Closes PR pkg/25567.
2004-05-21 22:00:25 +00:00
recht
a0def1eaa1 +postgresql74-contrib 2004-05-19 12:34:44 +00:00
recht
92f0056af3 initial import of postgresql-contrib-7.4.2
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the contributed programs included in the distribution.
2004-05-19 12:33:29 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
minskim
a8b1c0afef Honor LIBOWN and LIBGRP. 2004-05-16 17:04:42 +00:00
wiz
5d437fdd21 Convert to bl3. Make build with gcc3. 2004-05-14 18:49:52 +00:00
wiz
ee1c2e3653 Convert to bl3.
XXX:
When PKG_SKIP_REASON is commented out, it builds on NetBSD.
Should be tested on some platform that doesn't have db1 in the base
system, too.
2004-05-14 18:38:54 +00:00
wiz
5d1f487a09 Unused. 2004-05-14 18:30:52 +00:00
grant
9077d64df1 minor formatting tweaks for readability 2004-05-14 11:42:13 +00:00
grant
0c7080cef5 s/netbsd.org/NetBSD.org/ 2004-05-14 11:38:54 +00:00
grant
89fc767259 disable TCP wrapper support on Linux and Solaris to work around
mysql bug #599, http://bugs.mysql.com/bug.php?id=599.
2004-05-14 11:09:56 +00:00
grant
200aaa1255 distinguish between mysql 3 and 4 in COMMENT. 2004-05-14 10:53:29 +00:00
kristerw
759f3b6ddf The NetBSD 1.6 tar does not DTRT with the -C flag. cd into the destination
instead, to work around this.
2004-05-13 22:09:28 +00:00
kristerw
b26f6f49e5 Include "../../mk/pthread.buildlink3.mk" 2004-05-13 20:23:21 +00:00
wiz
d1c2ecfe33 Fix DISTINFO_FILE value. 2004-05-13 13:08:28 +00:00
seb
06b185c742 On NetBSD current with native threads it seems this python module can't
be imported by a non-thread aware python without it core dumping.
Hence restrict accepted python packages to threaded ones if native
threads are supported by the platform.

Bump PKGREVISION for that.

Provide a buildlink3.mk file mostly to help bl3ified packages to pick up
the right python packages with respect to this threading issue.
2004-05-11 10:49:54 +00:00
snj
5cf13969c6 Convert to buildlink3. 2004-05-11 04:40:59 +00:00
danw
7b5422e89b use -DBIND_8_COMPAT on darwin 2004-05-10 19:15:53 +00:00
snj
844b08fcd4 No longer used. 2004-05-09 21:15:16 +00:00
snj
e2adc0423f Convert to buildlink3. 2004-05-09 17:46:01 +00:00
snj
0e761f7225 Convert to buildlink3. 2004-05-09 06:48:40 +00:00
snj
9878cedd3b Add include/pgsql/server/*.h and include/pgsql/server/utils/*.h to
BUILDLINK_FILES.  Needed to make gtksql build.  Stupid symlinks.
2004-05-09 06:11:51 +00:00
snj
43d5e1643c Convert to buildlink3. 2004-05-08 04:50:50 +00:00
cjep
341efbf789 whitespace nits 2004-05-07 15:25:13 +00:00
jmmv
67b4676a74 Add and enable libgda-postgres. 2004-05-06 11:18:06 +00:00
jmmv
e16209d8c2 Initial import of libgda-postgres, version 1.0.4:
This package provides the postgres plugin for libgda, which lets it act as
a PostgreSQL client.
2004-05-06 11:17:26 +00:00
jmmv
112dde5227 Reorganize the code a bit to let different providers be built as external
packages easily.
2004-05-06 11:15:31 +00:00