pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite2 Initial import of p5-DBD-SQLi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6f0c62d564b
branches: trunk
changeset: 528915:f6f0c62d564b
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun May 20 00:39:39 2007 +0000
description:
Initial import of p5-DBD-SQLite2 0.33.
SQLite is a small fast embedded SQL database engine.
DBD::SQLite2 embeds that database engine into a DBD driver, so
if you want a relational database for your project, but don't
want to install a large RDBMS system like MySQL or PostgreSQL,
then DBD::SQLite2 may be just what you need.
Note: DBD::SQLite2 is the old version of DBD::SQLite, and embeds
version 2.x.x of the sqlite library. The current version of
DBD::SQLite embeds version 3 or possibly later.
This release is designed to allow to have both versions installed
on the same system.
diffstat:
databases/p5-DBD-SQLite2/DESCR | 12 ++++++++++++
databases/p5-DBD-SQLite2/Makefile | 21 +++++++++++++++++++++
databases/p5-DBD-SQLite2/PLIST | 1 +
databases/p5-DBD-SQLite2/distinfo | 5 +++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r 9912bc4960b3 -r f6f0c62d564b databases/p5-DBD-SQLite2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-SQLite2/DESCR Sun May 20 00:39:39 2007 +0000
@@ -0,0 +1,12 @@
+SQLite is a small fast embedded SQL database engine.
+
+DBD::SQLite2 embeds that database engine into a DBD driver, so
+if you want a relational database for your project, but don't
+want to install a large RDBMS system like MySQL or PostgreSQL,
+then DBD::SQLite2 may be just what you need.
+
+Note: DBD::SQLite2 is the old version of DBD::SQLite, and embeds
+version 2.x.x of the sqlite library. The current version of
+DBD::SQLite embeds version 3 or possibly later.
+This release is designed to allow to have both versions installed
+on the same system.
diff -r 9912bc4960b3 -r f6f0c62d564b databases/p5-DBD-SQLite2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-SQLite2/Makefile Sun May 20 00:39:39 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/20 00:39:39 heinz Exp $
+#
+
+DISTNAME= DBD-SQLite2-0.33
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite2/
+COMMENT= Perl DBI/DBD driver for sqlite v2 databases
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/DBD/SQLite2/.packlist
+
+.include "../../databases/p5-DBI/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9912bc4960b3 -r f6f0c62d564b databases/p5-DBD-SQLite2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-SQLite2/PLIST Sun May 20 00:39:39 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/20 00:39:39 heinz Exp $
diff -r 9912bc4960b3 -r f6f0c62d564b databases/p5-DBD-SQLite2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBD-SQLite2/distinfo Sun May 20 00:39:39 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/20 00:39:39 heinz Exp $
+
+SHA1 (DBD-SQLite2-0.33.tar.gz) = 4668ef655c8c8410308d5cb649399d5f339105e8
+RMD160 (DBD-SQLite2-0.33.tar.gz) = 8eb2e379c87abc3e177cdd14a1cf3e16cec09573
+Size (DBD-SQLite2-0.33.tar.gz) = 363277 bytes
Home |
Main Index |
Thread Index |
Old Index