- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
A critical fix repairs an error in ReadBuffer that can cause data loss
due to overwriting recently-added pages. This applies to the 8.1 and
8.0 branches on all platforms.
Note that this update might require a reindex of textual columns under
certain conditions; please see UPDATING.
Other fixes included are:
-- Character string locale comparison bug. This may require a REINDEX
on text column indexes in some locales, such as Hungarian.
-- Prevent accidental changes of locale by plperl
-- Two fixes for Japanese encodings
-- Two fixes for COPY CSV
-- Fixes for functions returning RECORD
-- Fixes to autovacuum, dblink and pgcrypto
PR contains new port security/pecl-hash which provides
possibility to install PHP PECL extension:
pHASH Message Digest Framework
PR: ports/90087
Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
DBIx::Sequence - A simple SQL92 ID generator
This module is intended to give easier portability to Perl
database application by providing a database independant
unique ID generator. This way, an application developer
is not bound to use his database's SEQUENCE or auto_increment
thus making his application portable on multiple database
environnements.
This module implements a simple Spin Locker mechanism and
is garanteed to return a unique value every time it is
called, even with concurrent processes. It uses your database
for its state storage with ANSI SQL92 compliant SQL. All
SQL queries inside DBIx::Sequence are pre cached and very
efficient especially under mod_perl.
WWW: http://search.cpan.org/dist/DBIx-Sequence/
PR: ports/91373
Submitted by: Jon Nistor <nistor@snickers.org>
DBIx::Abstract - DBI SQL abstraction.
This module provides methods for doing manipulating database tables
This module provides methods retrieving and storing data in SQL
databases. It provides methods for all of the more important SQL
commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
It endeavors to produce an interface that will be intuitive to those
already familiar with SQL.
Notable features include:
* data_source generation for some DBD drivers.
* Can check to make sure the connection is not stale and reconnect
if it is.
* Controls statement handles for you.
* Can delay writes.
* Generates complex where clauses from hashes and arrays.
* Shortcuts (convenience functions) for some common cases. (Like
select_all_to_hashref.)
WWW: http://search.cpan.org/dist/DBIx-Abstract/
PR: ports/91372
Submitted by: Jon Nistor <nistor@snickers.org>
PBL (Peter Graf's Program Base Library) is a library with highly portable
database functions that can be used in a C or C++ project.
The code of the PBL library includes:
- PBL BASE - some base functions (pbl_*)
- PBL HASH - a memory hash table implementation (pblHt*)
- PBL KEYFILE - a key file implementation (pblKf*)
- PBL ISAM - an ISAM file implementation (pblIsam*)
The spamprobe project (mail/spamprobe) can be used with PBL databases.
PR: ports/91344
Submitted by: Johan van Selst <johans@stack.nl>
DBUtils is a suite of tools providing solid, persistent and
pooled connections to a database that can be used in all
kinds of multi-threaded environments like Webware for Python
or other web application servers. The suite supports DB-API
2 compliant database interfaces and the classic PyGreSQL
interface.
WWW: http://www.webwareforpython.org/DBUtils
PR: ports/91268
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
Peter Graf's Program Base Library of C functions. Includes
hash table, ISAM, key file implementations.
WWW: http://mission.base.com/peter/source/
PR: ports/91257
Submitted by: hideo <hideo@lastamericanempire.com>
There seems to be no sign of DBIx::Ease module when trying
to access through the given URL in pkg-descr.
PR: ports/90231
Submitted by: Parv <parv@pair.com>
Approved by: maintainer timeout
This patch adds the missing configure argument '--with-proj',
as reported in PR ports/91112
PR: ports/91220
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
one or more memcached servers. Apart from being very similar to the API
of Cache::Memcached, the Cached::Memcached::Managed API allows for
management of groups of values, for simplified key generation and expiration,
as well as version and namespace management and a few other goodies.
WWW: http://search.cpan.org/dist/Cache-Memcached-Managed/
PR: ports/91203
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Change install directory and add a start-up script for
ldconfig. PORTREVISION bumped because libraries wasn't
usable for other applications before.
PR: ports/91069
Submitted by: Laurent Courty <lrntct@gmail.com>
IPA_SDB -- IPA simple database module
Main features:
- Distribution consists of database ipa_db_sdb(8) and statistics
ipa_st_mod(8) modules;
- Modules completely support dynamic and static rules, limits and
thresholds;
- All database files are stored in own record based database formats;
- Formats of database files are machine architecture independent;
- Sizes of database records are relatively small (binary data formats);
- Access to statistics can be granted accordingly to the user group;
- There is the ipa_sdb_dump(8) utility for dumping database files to
text format and back.
WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/
PR: ports/91009
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Postgis upgrade from 1.0.6 to 1.1.0 .
This release, includes new functionality, performance
improvements and bug fixes. Highlights include:
* Geometry building functions, including line merging, polygon creation and vertex manipulation,
* Linear referencing functions, including support for measures,
* Performance improvements to coordinate reference transformations
PR: ports/91030
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>