Commit graph

8 commits

Author SHA1 Message Date
Steve Wills
6fe9089eae - Add TEST_DEPENDS to enable testing
PR:		ports/164111
Submited by:	swills (myself)
Approved by:	Jon Nistor <nistor@snickers.org> (maintainer)
2012-01-14 14:24:46 +00:00
Sunpoet Po-Chuan Hsieh
0d76020718 - Update to 1.01
Changes:	http://search.cpan.org/dist/DBIx-Abstract/Changes
PR:		ports/160452
Submitted by:	sunpoet (myself)
Approved by:	Jon Nistor <nistor@snickers.org> (maintainer)
2011-09-04 16:18:10 +00:00
Steve Wills
78527e36cd - Add BUILD_DEPENDS to silence build warnings
PR:		ports/159860
Submitted by:	swills (me)
Approved by:	Jon Nistor <nistor@snickers.org> (maintainer)
2011-08-20 01:36:46 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Edwin Groothuis
5aa1d63af5 New port databases/p5-DBIx-Abstract
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>
2006-01-06 06:16:54 +00:00