NOTICE: This package has been removed from pkgsrc

./databases/mysql4-client, MySQL 4, a free SQL database (client)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.1.22nb4, Package name: mysql-client-4.1.22nb4, Maintainer: hallmann

MySQL is a SQL (Structured Query Language) database server. SQL is the
most popular database language in the world. MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.

The main goals of MySQL are speed and robustness.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development it already offers a rich and highly useful
function set.

The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).

This package contains the MySQL client programs and libraries.


Required to run:
[lang/perl5]

Required to build:
[devel/gmake] [devel/libtool-base] [archivers/bsdtar]

Package options: ssl

Master sites: (Expand)

SHA1: 857e942cc3207caf56e2aa48961fc1ed66d932e6
RMD160: bfcf5058e4247cf4d7d1550ea54c64ebc8bc615e
Filesize: 17344.825 KB

Version history: (Expand)


CVS history: (Expand)


   2010-09-23 16:35:40 by Takahiro Kambe | Files touched by this commit (21) | Package removed
Log message:
Good-by mysql4-client now.  It isn't supported any more and no package
need it now.
   2010-01-16 18:57:38 by Thomas Klausner | Files touched by this commit (22)
Log message:
Remove workaround for compiler bug in gcc2 on sparc64.
   2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-05-25 23:42:22 by Joerg Sonnenberger | Files touched by this commit (48)
Log message:
Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
   2008-03-26 14:29:58 by Thomas Klausner | Files touched by this commit (2)
Log message:
pkglint cleanup.
   2008-03-26 14:22:00 by Thomas Klausner | Files touched by this commit (45)
Log message:
Re-add mysql4 packages.
Andreas Hallmann graciously agreed to maintain them.