summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03Add p5-DBD-XBase.salo1-1/+2
2003-06-03Import of p5-DBD-XBase-0.232: perl DBI/DBD driver for XBase (dBase/FoxPro)salo4-0/+32
databases. XBase module provides access to XBase (dBase, Fox*) dbf files. It also handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx, mdx, idx and cdx). The DBD::XBase is a database driver for DBI and provides simple SQL interface to reading and writing the database files. So this package offers two ways of accessing your beloved data in dbf files: XBase.pm and DBD::XBase. It is recommend using DBD::XBase and only resort to XBase.pm if you need something special which is not supported by the DBI interface.
2003-06-03Change dependency of jakarta-ant into apache-ant, as it's now known.jschauma1-2/+2
All build fine with the new version of ant.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma33-66/+66
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-30Use bsd.pkg.install.mk infrastructure to create the `gnats' user andseb5-128/+18
some directories. In the process kill PLIST @exec -except for those related to install-info. While here substitute some leftover `/usr/pkg' in MESSAGE. XXX Marking this package as USE_BUILDLINK2 will make my life easier for forthcoming changes but as it is not really necessary for the build it self I guess it is not a good option?
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv6-12/+16
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-30Update p5-DBI to 1.37mjl2-5/+5
Fixed "Can't get dbh->{Statement}: unrecognised attribute" error Fixed DBI->connect to carp instead of croak on 'old-style' usage. Fixed connect(,,, { RootClass => $foo }) to not croak if module not found. Fixed code generated by DBI::DBD::Metadata Fixed DBI::PurePerl to not reset $@ during method dispatch. Fixed Proxy disconnect Fixed error in DBI::DBD docs Changed t/40profile.t to not require Time::HiRes. Changed execute_array() return value from row count to executed tuple count, and now the ArrayTupleStatus attribute is mandatory. NOTE: That is an API definition change that may affect your code. Changed CompatMode attribute to also disable attribute 'quick FETCH'. Changed attribute FETCH to be slightly faster Added workaround for perl bug #17575 tied hash nested FETCH Added Username and Password attributes to connect(..., \%attr) and so also embedded in DSN like "dbi:Driver(Username=user,Password=pass):..." Username and Password can't contain ")", ",", or "=" characters. The predence is DSN first, then \%attr, then $user & $pass parameters, and finally the DBI_USER & DBI_PASS environment variables. The Username attribute is stored in the $dbh but the Password is not. Added ProxyServer HOWTO configure restrictions docs Added MaxRows attribute to selectcol_arrayref Added dump_handle as a method not just a DBI:: utility function. Added on-demand by-row data feed into execute_array() using code ref, or statement handle. For example, to insert from a select: $insert_sth->execute_array( { ArrayTupleFetch => $select_sth, ... } ) Added warning to trace log when $h->{foo}=... is ignored due to invalid prefix (e.g., not 'private_').
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-29Since postgresql explicitly checks for and fails if -ffast-math is set inabs1-1/+4
CFLAGS, strip it out. No package bump as no change in generated package.
2003-05-25Depend on gnome2-dirs to handle the share/application-registry directory.jmmv2-3/+5
Bump PKGREVISION to 1.
2003-05-22Update MASTER_SITES, from Ben Collver in PR 21640.wiz1-4/+2
2003-05-17add and enable p5-MARCdmcmahill1-1/+2
2003-05-17import p5-MARC-1.15dmcmahill4-0/+37
MARC (MAchine Readable Cataloging) MARC.pm is a Perl 5 module for reading in, manipulating, and outputting bibliographic records in the USMARC format. It handles conversions from MARC into ASCII (text), Library of Congress MARCMaker, HTML, and ISBD. Input from MARCMaker format is also supported. Individual records, fields, indicators, and subfields can be created, modified, and deleted. It can extract URLs from the 856 field into HTML. MARC.pm can handle both single and batches of MARC records. The limit on the number of records in a batch is determined by the memory capacity of the machine you are running. If memory is an issue for you MARC.pm will allow you to read in records from a batch gradually. MARC.pm also includes a variety of tools for searching, removing, and even creating records from scratch.
2003-05-12Fix some PKGSRCDIR pathsjmc1-2/+2
2003-05-11Need to comment out the platforms line in setup.py if building under 2.0jmc1-3/+9
2003-05-08Pthreads not needed -- only used by executable, not bywiz1-3/+1
any of the openldap libraries. Closes PR 21490 by Todd Vierling.
2003-05-07I haven't maintained this for years, so remove my name from thewrstuden1-2/+2
maintainership.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv21-61/+61
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05post-install:grant1-5/+5
- create directories first, then install files into them. - remove unnecessary trailing slashes.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz24-44/+48
dependency bumps.
2003-04-30Use PKGCONFIG_OVERRIDE.jmmv1-1/+3
2003-04-30Remove extra, unexisting file.jmmv1-2/+1
2003-04-27Lint: Make this description more concise.cjep1-34/+6
Remove information that is in MESSAGE.
2003-04-27Add information about mail aliases.cjep1-3/+6
2003-04-27Update gnome-mime-data to 2.2.0. This includes an updated set of icons.rh3-9/+16
2003-04-25It's databases, not database in CATEGORIES.jmmv1-2/+2
2003-04-21RCS tagcjep1-0/+1
2003-04-21RCS tag.cjep1-0/+1
2003-04-21lintcjep1-0/+5
2003-04-21Update p5-DBIx-SearchBuilder to 0.80mjl2-5/+5
- Count method enhanced to ignore "LIMIT"s - LIMIT behaviour changed to be handle specific - ReadableAttributes and WritableAttributes added as methods to Record.pm - SB->Count should return no results unless the search is limited - Eliminate a warning on empty searches - No longer attempt to cache (and fail) objects that haven't been database-loaded
2003-04-20Update p5-DBD-postgresql to 1.22mjl3-13/+13
- Fix memory allocation problem in bytea escaping - Add utf8 support - Transform Perl arrays into PostgreSQL arrays - Fix for foreign_key_info() - Fix PG_TEXT parameter binding - Doc cleanups - Fix warning from func($table, 'table_attributes') - Added suppport for schemas - Fix binary to a bytea field conversion
2003-04-18Do the install check in a way that actually works.jmc1-2/+2
2003-04-15Only set TCL_DIR if doing an installjmc1-1/+3
2003-04-13Add a buildlink2 filecjep1-0/+24
2003-04-13Update of database/py-mysqldb to 0.9.2.cjep3-68/+71
Changes since 0.9.1 include: * Bugs fixed, including segfault problem with Python 1.5.2 * Take advantage of GC memory allocator in Python 2.2 * cursor.execute(query) with no arguments leaves the original query string alone. * Mac OS X tidy ups. * Memory leak fixes. * cursor.executemany() fixes. * Other fixes (see the CHANGELOG file for details) From PR#19056 from MLH. Note that we assume the client library is not thread safe as per 0.9.1.
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-04-06add & enable dbhhubertf1-1/+2
2003-04-06Import dbh-1.0.14: Library to create disk based Hashtableshubertf6-0/+95
Disk based hashes is a method to create multidimensional binary trees on disk. This library permits the extension of database concept to a plethora of electronic data, such as graphic information. With the multidimensional binary tree it is possible to mathematically prove that access time to any particular record is minimized (using the concept of critical points from calculus), which provides the means to construct optimized databases for particular applications. Submitted by benedikt.meurer@unix-ag.uni-siegen.de in pkgsrc-wip
2003-04-04Use tclConfig.sh to get the proper place for the library. Also do a mkdirjmc1-2/+6
before installing to make sure the directory exists.
2003-04-03Build py-postgresql from the postgresql 7.3.2 tarball. PKGREVISION++toshii12-215/+44
Remove files and patches in the py-postgresql directory and add necessary ones in the postgresql directory.
2003-04-01Add an empty do-patch rule.jmc1-1/+2
A simple make test here would have shown this to break by removing NO_PATCH without otherwise seeing why it was there..
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv17-41/+34
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-25Add in SVR4 pkg names.cjep4-4/+8
2003-03-24Remove PKGREVISION for updating ruby-gdbm package to 1.6.8.taca1-2/+1
This is bug fix release of ruby programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here.
2003-03-24remove unnecessary parens and indent some conditionals forgrant1-7/+5
readability purposes. whitespace police.
2003-03-24add workaround for broken curses.h test on Solaris (seegrant1-1/+8
http://www.mysql.com/doc/en/Solaris_2.7.html)
2003-03-23Homepage was permanently moved to dbi.perl.orgheinz1-2/+2