summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
2003-03-22Initialize variable to avoid warning during 'make configure'heinz2-5/+13
2003-03-20Hmmm... for some reason the PKGREVISION bump was not commited...jmmv1-1/+2
2003-03-20add forgotten wordheinz1-2/+2
2003-03-19Distfile has changed in the server, no information about why... (from whatjmmv2-3/+18
I found, they have rebuild automake stuff and it seems they fixed some bugs, so also bump PKGREVISION).
2003-03-19Add & enable p5-DB_Fileseb1-1/+2
2003-03-19Initial import of p5-DB_File version 1.806 into the NetBSD Packages Collection.seb5-0/+78
DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1. (DB_File can be built version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x features). Note: this package is skipped on systems providing DB 1 as we assume that the perl5 package picked it up so already provides this module.
2003-03-16Update p5-DBI to 1.35mjl2-5/+5
Fixed memory leak in fetchrow_hashref introduced in DBI 1.33. Fixed various DBD::Proxy errors introduced in DBI 1.33. Fixed to ANSI C in dbd_dr_data_sources Fixed $h->can($method_name) to return correct code ref. Removed DBI::Format from distribution as it's now part of the separate DBI::Shell distribution Updated DBI::DBD docs with a note about the CLONE method. Updated DBI::DBD docs Updated DBI::DBD::Metadata for perl 5.5.3 Added note to install_method docs about setup_driver() method.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam7-14/+16
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-12Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.jschauma1-2/+2
Pointed out by wiz.
2003-03-11Enable p5-DBD-SQLitemjl1-1/+2
2003-03-11Initial import of p5-DBD-SQLite 0.25mjl4-0/+32
SQLite is a public domain RDBMS database engine. p5-DBD-SQLite is the matching perl DBD module for accessing it.