aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-SQLEngine
Commit message (Collapse)AuthorAgeFilesLines
* Reset hansjoerg.pehofer@uibk.ac.at at his request.linimon2008-08-191-1/+1
| | | | Hat: portmgr
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update from v0.028 to v0.93aaron2006-06-144-77/+99
| | | | | | | | - Restrict to Perl 5.6+ due to make test problems PR: ports/98183 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* Upgrade to 0.028.vanilla2004-05-063-36/+78
| | | | | PR: ports/66176 Submitted by: maintainer
* - Update to 0.016vanilla2004-03-254-24/+58
| | | | | PR: ports/64614 Submitted by: maintainer
* Update to 0.010arved2003-11-093-11/+12
| | | | | PR: 58740 Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducederwin2003-10-241-1/+0
| | | | in the last commit.
* utilize SITE_PERLijliao2003-10-241-2/+1
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Conditionalise dependencies on databases/p5-DBI: for perlerwin2003-09-161-2/+1
| | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus)
* Add p5-DBIx-SQLEngine 0.009, extends DBI with high-level operations.erwin2003-08-084-0/+83
The DBIx::SQLEngine class provides an extended interface for DBI database handles, adding methods that support ad-hoc SQL generation and query execution in a single call. PR: 55129 Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>