summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Connector
diff options
context:
space:
mode:
authorsno <sno>2010-07-31 07:11:05 +0000
committersno <sno>2010-07-31 07:11:05 +0000
commit77c0ff6747d0b1ea8e34289c78bb0bb633ae9c54 (patch)
tree8717b4ce1b7fefd5084832bef596f3ab16413537 /databases/p5-DBIx-Connector
parentf5bb6f45cca08857600666ba746f4ed36266bcc2 (diff)
downloadpkgsrc-77c0ff6747d0b1ea8e34289c78bb0bb633ae9c54.tar.gz
Importing package for DBIx::Connector 0.35 into databases/p5-DBIx-Connector.
DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing to do is to hang on to a database handle to maintain a connection to the database in order to minimize that overhead. DBIx::Connector lets you do that without having to worry about dropped or corrupted connections.
Diffstat (limited to 'databases/p5-DBIx-Connector')
-rw-r--r--databases/p5-DBIx-Connector/DESCR7
-rw-r--r--databases/p5-DBIx-Connector/Makefile24
-rw-r--r--databases/p5-DBIx-Connector/distinfo5
3 files changed, 36 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Connector/DESCR b/databases/p5-DBIx-Connector/DESCR
new file mode 100644
index 00000000000..2d33e5a918e
--- /dev/null
+++ b/databases/p5-DBIx-Connector/DESCR
@@ -0,0 +1,7 @@
+DBIx::Connector provides a simple interface for fast and safe DBI connection
+and transaction management. Connecting to a database can be expensive; you
+don't want your application to re-connect every time you need to run a query.
+The efficient thing to do is to hang on to a database handle to maintain a
+connection to the database in order to minimize that overhead.
+DBIx::Connector lets you do that without having to worry about dropped or
+corrupted connections.
diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile
new file mode 100644
index 00000000000..7d353581f01
--- /dev/null
+++ b/databases/p5-DBIx-Connector/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 07:11:05 sno Exp $
+#
+
+DISTNAME= DBIx-Connector-0.35
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DBIx-Connector/
+COMMENT= Fast, safe DBI connection and transaction management
+LICENSE= ${PERL5_LICENSE}
+
+BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/DBIx/Connector/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-DBIx-Connector/distinfo b/databases/p5-DBIx-Connector/distinfo
new file mode 100644
index 00000000000..89b0f90ff93
--- /dev/null
+++ b/databases/p5-DBIx-Connector/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/31 07:11:05 sno Exp $
+
+SHA1 (DBIx-Connector-0.35.tar.gz) = a50090d7ebc6295389973425ec3b789b5af06b2b
+RMD160 (DBIx-Connector-0.35.tar.gz) = caa424f26a7d583df01f3de0606f745b4228ae09
+Size (DBIx-Connector-0.35.tar.gz) = 31084 bytes