aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Sequence
Commit message (Collapse)AuthorAgeFilesLines
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326904
* - Fix plistMartin Wilke2013-06-022-7/+2
| | | | | | | | | - Trim header Reported by: pkg (PKG_DEVELOPER_MODE) Notes: svn path=/head/; revision=319672
* - Correct BUILD_DEPENDS and RUN_DEPENDSSteve Wills2012-01-291-1/+2
| | | | | | | | | PR: ports/164415 Submitted by: swills (myself) Approved by: Jon Nistor <nistor@snickers.org> (maintainer) Notes: svn path=/head/; revision=290062
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* New port databases/p5-DBIx-SequenceEdwin Groothuis2006-01-064-0/+50
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> Notes: svn path=/head/; revision=152869