Date: Fri, 6 Jan 2006 07:06:46 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Sequence Makefile distinfo pkg-descr pkg-plist Message-ID: <200601060706.k0676k6m084005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601060706.k0676k6m084005>
