Commit graph

522 commits

Author SHA1 Message Date
jtb
886da8ffcf Add an INFO_FILES entry. 2001-04-18 17:28:26 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
hubertf
2d28090d5c <mysql/mysql.h> can be found in the mysql-client pkg:
noon% pkg_info -Fe /usr/pkg/include/mysql/mysql.h
mysql-client-3.23.35

Add dependency on that!
2001-04-15 01:11:16 +00:00
hubertf
3cb8c4d5a7 fix fatal typo - INSTAL 2001-04-15 01:06:43 +00:00
mjl
d5775fd64f Update to 1.15. Notable changes:
Added selectrow_arrayref, selectrow_hashref, selectall_hashref
  Added DBI->connect(..., { dbi_connect_method => 'method' })
  Added $h->{ShowErrorStatement}=1 to cause the appending of the
    relevant Statement text to the RaiseError/PrintError text.
  Trace method uses warn() if it can't open the new file.
  Trace shows source line and filename during global destruction.
  Documentation:
    Documented $DBI::lasth (which has been there since day 1).
    Documented SQL_* names.
    Clarified and extended docs for $h->state
    Clarified fetchall_arrayref({}) docs
    Clarified type_info_all re lettercase and index values.
    Updated DBI::FAQ to 0.38
    Added cute bind_columns example
    Extended docs on \%attr arg to data_sources method.
  Proxy:
    Removed debug messages from DBD::Proxy AUTOLOAD
    Added fix for problem using table_info
    Added better determination of where to put the pid file
    Added KNOWN ISSUES section to DBD::Proxy docs
  Known issues:
    Perl 5.005 and 5.006 both leak memory doing local($handle->{Foo}).
    Perl 5.004 doesn't. The leak is not a DBI or driver bug.
2001-04-13 15:06:11 +00:00
jlam
73cd9e77cb Note inclusion by odbc-postgresql 2001-04-10 13:08:05 +00:00
jwise
2f9af9bf60 Add a MAINTAINER field. 2001-04-06 23:48:49 +00:00
jwise
85f85864c7 Add a message file pointing users to the ODBC chapter of the PostgreSQL
documentation.
2001-04-06 22:05:43 +00:00
jwise
49efcd2aa0 Add and enable odbc-postgresql. 2001-04-06 22:01:09 +00:00
jwise
df0d820956 Initial import of odbc-postgresql, the PostgreSQL 7 ODBC support. 2001-04-06 21:59:59 +00:00
hubertf
b405a4ddfe Also install odbctest program 2001-04-06 11:39:54 +00:00
hubertf
fa2ac1c517 Install some documentation. 2001-04-06 11:19:33 +00:00
mjl
ad9c381c34 Depend on freedts >= 0.50 2001-04-04 14:04:36 +00:00
mjl
89f67fd424 Update to 0.51. Changes since 0.50:
removed all the old unittests from the samples directory
	endian detection fixed
	'make check' and ctlib unittests
	TDS 7.0 fixes, numerics et al
	dead connection handling
	query timeout stuff
2001-04-04 13:52:11 +00:00
agc
7cd39f13e2 Add and enable myodbc-2.50.36 2001-04-04 12:59:42 +00:00
agc
72a28fc8ee Initial import of myodbc, an ODBC driver for mysql, into the packages
collection.
2001-04-04 12:58:43 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
agc
b78c8e6641 databases/p5-MLDBM is a duplicate of devel/p5-MLDBM.
Merge the two packages into one, in the databases category.
2001-04-02 14:33:50 +00:00
wennmach
2b020a68f6 RCS Id police 2001-03-28 21:49:40 +00:00
jwise
bd2f8e14eb So _that's_ how to do that! :-)
Use ${EXTRACT_ELEMENTS} instead of adding to ${EXTRACT_CMD} by hand.
2001-03-28 20:58:03 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
hubertf
a36f6dbfe5 add & enable xsqlmenu 2001-03-27 02:18:33 +00:00
hubertf
e5bf68c276 Add xsqlmenu-2.10: X based GUI for MySQL
This is a powerful frontend for the MiniSQL or MySQL database
engines, that allows the user to search the database through easy
to use searchforms, select databases and tables from a menu, modify
records just by clicking them in a browser and much more.  Xsqlmenu
supports having multiple tablewindows open at the same time (even
from different databases !).  Also free SQL SELECT statements are
allowed (although they have a few restrictions to avoid confusion).
2001-03-27 02:18:07 +00:00
bad
533efc75e2 When using the included mit-pthreads, do not link against random
-lpthread found in library search path, use explicit path to library.
Noticed by hubertf.
When OPSYS == NetBSD, force use of included mit-pthreads.
Bumb version to "nb1".
2001-03-26 22:37:33 +00:00
skrll
55cacc096c Build a shared library version as well... 2001-03-26 19:31:55 +00:00
bad
0e87083ae4 Depend on mysql-client>=3.23.35 because of library major bump. 2001-03-26 14:54:19 +00:00
bad
776dbabaad Update to mysql-3.23.35.
Enable use of tcp_wrappers in the server.

BDB and Innobase table types are not configured in, so no transaction
support yet.

The 3.23 release has several major features that are not present
in previous versions. We have added new table types: MyISAM, a new
ISAM library which is tuned for SQL and supports large files; BDB,
which uses the Berkeley DB library from Sleepycat Software to
implement transaction-safe tables; INNOBASE, which uses the Innobase
database backend to implement transaction-safe tables. The 3.23
release also includes support for database replication between a
master and many slaves, full-text indexing, and much more.

For a detailed list of changes see appendix E of the online
documentation at http://www.mysql.com/.

The replication code and BerkeleyDB code is still not as tested
and as the rest of the code, so we will probably need to do a couple
of future releases of 3.23 with small fixes for this part of the
code. As long as you don't use these features, you should be quite
safe with MySQL 3.23!

Note that the above doesn't mean that replication or Berkeley DB
doesn't work; We have done a lot of testing of all code, including
replication and BDB without finding any problems. It only means
that not as many users uses this code as the rest of the code and
because of this we are not yet 100 % confident in this code.
2001-03-26 13:46:19 +00:00
bad
a236e650ca Fix configure script to not use "-Lyes/lib" when tcp_wrapper support
is configured in.

Work around the fact that our libtool doesn't seem to grok "-L dir" syntax.
2001-03-26 13:43:50 +00:00
bad
c5025b090f Replace with hack to do the __RENAME hack for sigaction() in mit-pthreads.
Now, mysql-server doesn't require COMPAT_NETBSD13 anymore.
2001-03-26 13:41:32 +00:00
bad
1a3415e0e1 Update to mysql-3.23.35. Changes in the client library include
API/ABI changes, (backward compatible) changes to the client-server
protocol and bug fixes.

The 3.23 release has several major features that are not present
in previous versions. We have added new table types: MyISAM, a new
ISAM library which is tuned for SQL and supports large files; BDB,
which uses the Berkeley DB library from Sleepycat Software to
implement transaction-safe tables; INNOBASE, which uses the Innobase
database backend to implement transaction-safe tables. The 3.23
release also includes support for database replication between a
master and many slaves, full-text indexing, and much more.

For a detailed list of changes see appendix E of the online
documentation at http://www.mysql.com/.

The replication code and BerkeleyDB code is still not as tested
and as the rest of the code, so we will probably need to do a couple
of future releases of 3.23 with small fixes for this part of the
code. As long as you don't use these features, you should be quite
safe with MySQL 3.23!

Note that the above doesn't mean that replication or Berkeley DB
doesn't work; We have done a lot of testing of all code, including
replication and BDB without finding any problems. It only means
that not as many users uses this code as the rest of the code and
because of this we are not yet 100 % confident in this code.
2001-03-26 13:26:42 +00:00
wennmach
11fda0c8b3 Make pgsql's home directory configurable. This is useful e. g. in cases
where ${PREFIX} is mounted read-only etc. Checked with Johnny C. Lam,
who suggested two additional changes.
2001-03-25 11:29:37 +00:00
mjl
a18467f8b2 Enable p5-MLDBM 2001-03-25 05:17:03 +00:00
mjl
b4f49ae638 Initial import of p5-MLDBM, a Perl module store multidimensional
hash structures in tied hashes.
2001-03-25 05:14:28 +00:00
mjl
6348fc542e Enable p5-DBIx-Datasource, p5-DBIx-SearchBuilder 2001-03-25 04:45:41 +00:00
mjl
b649013032 Initial import of p5-DBIx-SearchBuilder, a Perl extension for
easy SQL SELECT Statement generation.
2001-03-25 04:43:40 +00:00
mjl
50804ecefd Oops, typo in packlist path. 2001-03-25 04:36:21 +00:00
mjl
c37ae28b97 Initial import of p5-DBIx-DataSource, a module that implements
create and drop functions for databases. Currently supported
databases are MySQL and PostgreSQL.
2001-03-25 04:30:56 +00:00
mjl
d9a20699a7 Update to 0.1025
* lib/DBD/CSV.pm (fetch_row): Now cleaning $! before
          calling $csv->getline(). Seems to return false errors
          otherwise in some cases.
        * Made Makefile.PL CPAN conformant.
        * Removed unnecessary stuff in Makefile.PL which verified
          the DBI installation.
        * lib/DBD/File.pm (STORE): Changed croak to die.
        * Minor fix in the docs
        * Minor compatibility fixes in the test suite for Perl 5.6.
2001-03-21 17:30:28 +00:00
mjl
670d64cd67 Updated to 0.1017
* Makefile.PL: Fixed portability issue with Darwin.
2001-03-21 17:27:05 +00:00
wulf
4f52c9cd18 Enabled support for alpha platforms 2001-03-10 12:14:07 +00:00
wiz
079495271c ${MD5_FILE} -> ${DIGEST_FILE} 2001-03-07 15:52:01 +00:00
jtb
b56ba87d0c Update of p5-pgsql to 1.9.0. Update provided by Damon Brodie in
PR pkg/11597.

Revision history for Perl extension Pg.

1.9.0   Apr 04 2000
        - remove compile errors with perl5.6
	- remove old-style interface
	- change return value in case of failure from -1 to undef
	- for building the module it is required to set the environment
          variables POSTGRES_INCLUDE and POSTGRES_LIB

1.8.2   Mar 31 1999
	- bug-fix in Makefile.PL for $POSTGRES_HOME not defined
	- bug-fix in doQuery() spotted by
          Christopher Hutton <crhutton@welcomecard.com>
	- minor changes to be compliant with libpq
	- use PQsetdbLogin (using the provided userid/password)
	  instead of PQsetdb
2001-03-05 20:07:47 +00:00
skrll
9decadec29 Remove build system hack that causes build to fail for new libtool. 2001-03-05 12:35:33 +00:00
assar
55da32de67 turn KERBEROS into a binary switch 2001-03-04 03:26:50 +00:00
lukem
051abd3b1f change default group from ingres to pgsql, to match behaviour of other
applications (uname == gname), and because we've removed the default
ingres group anyway.
2001-02-26 18:09:40 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
1de5d86461 NOT_FOR_PLATFORM alpha, since IEEE math there isn't up to it. 2001-02-23 12:32:47 +00:00
fvdl
676124ec2a Upgrade to 3.2.9. Install C++ library as well (not java, since this
depends on java being installed, it should probably be in a seperate
pkg).

Changelog is at http://www.sleepycat.com/update/3.2.9/if.3.2.9.html
2001-02-21 15:56:01 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00