Age | Commit message (Collapse) | Author | Files | Lines |
|
- Provide support for blowing away nested transactions
that aren't yet committed
- Fixed how values of returned hashes are downcased.
- Should be a minor perf improvement
- Moved Stan's destryo fix to the right file
- Better oracle support for unique ids on indexes
- DESTROY fix
- make function naming for autoloaded functions a bit more flexible
- Query builder changes to improve some join performance
- Fixes to a tight loop for cache expiry
- Patches for Oracle BLOB support from Brook Schofield
- Rebuilt Postgres query generator
- Select Distinct altered to support oracle
|
|
|
|
|
|
|
|
in PR pkg/21303 (added ncurses buildlink so the package works on Linux and
IRIX as well):
Abook is a text-based addressbook program designed to use with mutt
mail client.
Import filters for following formats:
- ldif (Netscape Addressbook)
- mutt alias ( >= 0.4.10 )
- Pine addressbook
Export filters for folllowing formats:
- ldif / Netscape addressbook (.4ld)
- Pine addressbook
- HTML
- mutt alias
- GnomeCard (VCard) addressbook
- elm alias
- plain text
- Spruce address book
|
|
|
|
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.
|
|
All build fine with the new version of ant.
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
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?
|
|
the shared share/mime-info directory. Bump PKGREVISION.
|
|
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_').
|
|
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.
|
|
CFLAGS, strip it out. No package bump as no change in generated package.
|
|
Bump PKGREVISION to 1.
|
|
|
|
|
|
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.
|
|
|
|
|
|
any of the openldap libraries.
Closes PR 21490 by Todd Vierling.
|
|
maintainership.
|
|
|
|
|
|
- create directories first, then install files into them.
- remove unnecessary trailing slashes.
|
|
dependency bumps.
|
|
|
|
|
|
Remove information that is in MESSAGE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
- 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
|
|
|
|
|
|
|
|
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.
|
|
(suggested by lukem), group z, r and f flags.
some whitespace cleanup.
|
|
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
|
|
|
|
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
|
|
before installing to make sure the directory exists.
|
|
Remove files and patches in the py-postgresql directory and add necessary
ones in the postgresql directory.
|
|
A simple make test here would have shown this to break by removing NO_PATCH
without otherwise seeing why it was there..
|
|
|
|
|