cvs commit: ports/databases Makefile
ports/databases/p5-DBIx-Sequence
Makefile distinfo pkg-descr pkg-plist
Edwin Groothuis
edwin at FreeBSD.org
Thu Jan 5 23:06:47 PST 2006
edwin 2006-01-06 07:06:46 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/p5-DBIx-Sequence Makefile distinfo pkg-descr
pkg-plist
Log:
New port databases/p5-DBIx-Sequence
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 at snickers.org>
Revision Changes Path
1.479 +1 -0 ports/databases/Makefile
1.1 +24 -0 ports/databases/p5-DBIx-Sequence/Makefile (new)
1.1 +3 -0 ports/databases/p5-DBIx-Sequence/distinfo (new)
1.1 +15 -0 ports/databases/p5-DBIx-Sequence/pkg-descr (new)
1.1 +8 -0 ports/databases/p5-DBIx-Sequence/pkg-plist (new)
More information about the cvs-all
mailing list