./databases/p5-Template-DBI, Template interface to the DBI module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.65nb1, Package name: p5-Template-DBI-2.65nb1, Maintainer: pkgsrc-users

This Template Toolkit plugin module provides an interface to the Perl DBI/DBD
modules, allowing to integrate SQL queries into template documents. It also
provides an interface via the Tie::DBI module (if installed) so that database
records can be accessed without having to embed any SQL in templates.


Required to run:
[www/p5-Template-Toolkit] [databases/p5-DBI] [lang/perl5] [databases/p5-Tie-DBI]

Master sites: (Expand)

SHA1: 181f9417a66650c05860543993853ca33d105caf
RMD160: ddf9ad0badff6bc784b0af53b05be52bfba1cd83
Filesize: 15.313 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-07-31 14:37:16 by Jens Rehsack | Files touched by this commit (3)
Log message:
Updating databases/p5-Template-DBI from 2.64 to 2.65

pkgsrc changes:
- adjust dependencies
- clarify license
- remove upstream applied patch

Upstream changes:
2.65    2010-07-27
        - take over maintainership from prior maintainers
	  Andy Wardley and Simon Matthews (Jens Rehsack)
	  Thanks to both guys for their great work so far
	- improve connect to can reconnect after CLONE
	- add support for keeping alive in threaded environment
	- add ability to prepare/query with passing params to
	  $dbh->prepare
	- add some neat functions to the iterator of th $sth
	- add ability to fetch and store $dbh and $sth attributes
	- reap DBI handles for new threads when used in threaded
	  environments and threads::variable::reap is available
	- add test with two placeholders
   2009-06-15 00:44:54 by Jens Rehsack | Files touched by this commit (1) | Package updated
Log message:
do not need to bump PKGREVISION when not imported
   2009-06-15 00:42:57 by Jens Rehsack | Files touched by this commit (4) | Imported package
Log message:
Importing package of p5 module Template::Plugin::DBI 2.64.

This Template Toolkit plugin module provides an interface to the Perl DBI/DBD
modules, allowing to integrate SQL queries into template documents.  It also
provides an interface via the Tie::DBI module (if installed) so that database
records can be accessed without having to embed any SQL in templates.