aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Abstract
Commit message (Collapse)AuthorAgeFilesLines
* - Add TEST_DEPENDS to enable testingSteve Wills2012-01-141-0/+1
| | | | | | | | | PR: ports/164111 Submited by: swills (myself) Approved by: Jon Nistor <nistor@snickers.org> (maintainer) Notes: svn path=/head/; revision=289164
* - Update to 1.01Sunpoet Po-Chuan Hsieh2011-09-042-5/+8
| | | | | | | | | | Changes: http://search.cpan.org/dist/DBIx-Abstract/Changes PR: ports/160452 Submitted by: sunpoet (myself) Approved by: Jon Nistor <nistor@snickers.org> (maintainer) Notes: svn path=/head/; revision=281167
* - Add BUILD_DEPENDS to silence build warningsSteve Wills2011-08-201-1/+2
| | | | | | | | | PR: ports/159860 Submitted by: swills (me) Approved by: Jon Nistor <nistor@snickers.org> (maintainer) Notes: svn path=/head/; revision=280047
* - 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-AbstractEdwin Groothuis2006-01-064-0/+57
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> Notes: svn path=/head/; revision=152866