summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2002-03-12Install executable and man page in package's Makefile directly.wiz1-1/+5
Work-around for pkg/15385.
2002-03-07Remove odd -L${WRKSRC}/libraries junk from openldap libtool archives.jlam1-1/+3
Fixes part of pkg/15794 by Bernd Ernesti <bernd@arresum.inka.de>. This wasn't actually a buildlink problem, but buildlink is flexible enough to provide a solution.
2002-03-07If USE_SASL == YES, then the openldap libraries are linked againstjlam1-1/+5
libsasl.so, so include cyrus-sasl/buildlink.mk to pull in the SASL libraries into ${BUILDLINK_DIR}.
2002-02-28Sort.wiz1-2/+2
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron7-21/+21
2002-02-28Update databases/php4-pgsql to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update databases/php4-odbc to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update databases/php4-mysql to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
2002-02-28Update databases/php4-ldap to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update databases/php4-filepro to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update databases/php4-dbase to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-28Update databases/php4-dba to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-18Introduce new framework for handling info files generation and installation.seb6-20/+25
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll7-23/+23
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14Update p5-SQL-Statement to 1.002mjl3-5/+21
Added backwards compatiblity: both SQL::Statement and SQL::Parser now work in perl version 5.004 and above. Changed defaults for DBD::CSV so it now accepts new SQL without adding extra flags to scripts Added support for SQL comments Fixed bugs in qualified column names (e.g. tableA.*), and in joins using ON or WHERE Fixed bug in UPDATE that caused the new value to be a hash rather than a scalar. New features: Explicit and implicit joins Table name aliases Set functions String functions String concatenation Numeric expressions IN predicate BETWEEN predicate Alphabetic comparison in WHERE clauses Ordering of text that looks like a number Verbose error messages for both Parsing and Execution errors Pure perl, new maintainer.
2002-02-14Update p5-DBD-CSV to 0.2001mjl2-5/+5
adjusted docs to show Jeff as the new maintainer. added docs for extended SQL features (joins, etc.) available with SQL::Statement 1.0 and above. adjusted tests blobs.t, chopblanks.t, and ak-dbd.t to work with all versions of SQL::Statement.
2002-02-14Update p5-DBI to 1.21mjl2-6/+6
Fixed DBD::Proxy support for AutoCommit Fixed DBI::ProxyServer bind_param(_inout) handling Fixed DBI::ProxyServer fetch loop Fixed install_driver do-the-right-thing with $@ on error. It, and connect(), will leave $@ empty on success and holding the error message on error. Fixed fetchrow_hashref to assign columns to the hash left-to-right so later fields with the same name overwrite earlier ones as per DBI < 1.15 Changed tables() to use quote_indentifier() if the driver returns a true value for $dbh->get_info(29) # SQL_IDENTIFIER_QUOTE_CHAR Changed ping() so it no longer triggers RaiseError/PrintError. Changed connect() to not call $class->install_driver unless needed. Changed DESTROY to catch fatal exceptions and append to $@. Added ISO SQL/CLI & ODBCv3 data type definitions Removed the definition of SQL_BIGINT data type constant as the value is inconsistent between standards (ODBC=-5, SQL/CLI=25). Added $dbh->column_info(...) Added $dbh->foreign_key_info(...) Added $dbh->quote_identifier(...) Added $h->{HandleError} = sub { ... } addition and/or alternative to RaiseError/PrintError. Added Fowler/Noll/Vo hash type as an option to DBI::hash(). Added DBI::Changes so now you can "perldoc DBI::Changes", yeah! Added selectrow_arrayref & selectrow_hashref docs
2002-02-13Updated openldap to 2.0.23martti3-9/+9
* Fixed slapd moddn acl bug (ITS#1562) (ITS#1582) * Fixed slapd acl regex (to dn="") portability bug (ITS#1579) * Disabled -lldap atexit() handler (ITS#1577) * Updated config.guess/sub scripts (ITS#1567) * Fixed a number of typos (ITS#1578)
2002-02-12Add `-p0' in PATCH_DIST_ARGS to helps Solaris' /usr/bin/gpatch, this doesseb1-3/+3
not seem to harm NetBSD's /usr/bin/patch. Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix shared libraries numbering under Solaris.
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam1-3/+3
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-02Update openldap to 2.0.22. Notable changes since version 2.0.21(nb1):kleink2-6/+5
Fixed slapd passwd modify referral bug Fixed back-ldbm index threading bug Fixed back-ldbm ordering presence index bug Fixed back-ldap modify bug (ITS#1547) Fixed -lldap TLS errno bug Fixed ud v2 kind bug Updated slapd slurpd friendly code Build environment Fixed Mach cthreads detection (ITS#1554) Updated Berkeley DB 4 detection
2002-02-01Make this work if openldap doesn't use pthreads.jlam3-18/+17
2002-02-01Add SASL-based user authentication based on if USE_SASL=YES.jlam1-1/+7
2002-01-31Major upgrade of Sqlite from version 2.1.7 to version 2.2.5reinoud2-5/+5
Lots of bug fixes in SQL parsing and supports more weildy SQL code like using the right of an AS in athe column list of a SELECT as part of an expression in the WHERE, ORDER BY, GROUP BY and/of HAVING clauses. For a full report see the changelog on http://www.hwaci.com/sw/sqlite/changes.html
2002-01-31Update databases/openldap to 2.0.21nb1. Changes from version 2.0.21 arejlam4-7/+17
building this package _without_ threads support if the threads are non- native. While the package does build correctly using GNU pth, and the clients run correctly, the slapd server isn't able to pass "make test". When built without threads support, only the replication test fails, I think because slurpd isn't built.
2002-01-30Mapping the files into the web space doesn't work so don't recomment it.tron1-2/+2
2002-01-30Standardize format.wiz1-1/+3
2002-01-30Add a rc.d-style control script for slapd.jlam3-2/+43
2002-01-30Add a message which explains how to use the package properly to avoidtron1-0/+6
things like the one described in PR pkg/15379.
2002-01-29update to 0.9.1, in response to PR pkg/15054 by jgoerzen@complete.orgdrochner4-35/+125
2002-01-28use distutils to build the extension module, to make it work withdrochner4-16/+39
newer Python versions too, XXX we have to override the do-patch rule to avoid patch errors (we use EXTRACT_ELEMENTS, so we don't generally have all the original files)
2002-01-28Note addition of p5-AddressBook.jlam1-1/+2
2002-01-28Initial import of databases/p5-AddressBook:jlam5-0/+96
Perl-AddressBook is a collection of perl library modules which provide a unified interface for accessing addressbook entries stored in various types of databases, e.g. LDAP, LDIF, PalmDB, DBI, text, HTML.
2002-01-28The requirements for Net::LDAP are just URI, not libwww.jlam1-4/+4
2002-01-28Fix some whitespace issues.jlam1-2/+2
2002-01-27mysql_config places single-quotes around the directory name when queriedjlam1-1/+6
for --libs or --cflags: -L'directory' or -I'directory'. Strip those quotes away in the config script wrapper to make it look more normal.
2002-01-27Add and enable ruby-mysql.taca1-1/+2
2002-01-27Oh, remove imported files in incorrect directory.taca5-75/+0
2002-01-27Importing ruby-mysql package, extension library to access a MySQL databasetaca10-0/+150
from Ruby. Based on PR pkg/14302 with slightly modification and newer version, 2.4.2.
2002-01-23oops, forgot thisdrochner1-0/+6
2002-01-22use buildlink file for python and py-mysqldb, but keep tied todrochner1-4/+6
Python-2.0 due to Zope
2002-01-19use python buildlink filedrochner2-7/+10
2002-01-19oops, forgot thisdrochner1-5/+5
2002-01-19use python buildlink filedrochner1-7/+14
2002-01-19use python buildlink filedrochner1-3/+4
2002-01-19use buildlink files for Python and mxDareTime,drochner2-25/+17
install docs into version dependant subdir to avoid conflicts
2002-01-19Update ruby-postgresql package to 0.6.5. Quote from Changes is below.taca3-30/+32
Ruby extension library to access PostgreSQL. =========================================== Mon Nov 19 2001 version 0.6.5 released * change my address. Noboru Saitou <noborus@netlab.jp> Fri Nov 16 2001 * default encoding set. Riley <wormwood@speakeasy.org> Fri Nov 16 2001 * add methods "cmdtuples" Gabriel Emerson <gemerson@evalsoft.com> Thanks to greentea@fa2.so-net.ne.jp Thu Jul 12 2001 * psql.rb $OPT_p => $OPT_p.to_i (bug fix). Yuta TSUBOI <yuuta-t@is.aist-nara.ac.jp>
2002-01-15Update openldap to 2.0.21. Notable changes since version 2.0.20:kleink2-5/+5
Fix slapd empty string indexing/filtering handling (ITS#1507) Changed slapd ACL selfwrite replace logic (ITS#1530) Build environment Updated IPv6 configuration argument handling Fix back-shell tools make depend bug (ITS#1518) Removed extraneous files
2002-01-15change pkg name of required pkg py-mxDateTime to py20-mxDateTime to getdrochner1-2/+2
the right version
2002-01-14Update openldap to 2.0.20. Notable changes since version 2.0.19(nb1):kleink3-13/+11
Fixed slapd ACL empty replace bug (ITS#1530) Fixed slapd ACL peername/sockname exact match bug (ITS#1516) Fixed back-passwd db_config bug Fixed -lldap cache debug bug (ITS#1501) Fixed -lldap dnssrv free bug Fixed -lldap Start TLS first op bug Fixed slurpd TLS non-critical/critical bug (ITS#1527) Fixed slurpd SASL password bug (ITS#1528) Build environment Fixed repl_user build error (ITS#1503) Updated BerkeleyDB 4 support Updated schema files Updated Windows NT/2000 MSVC5 port