diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-20 00:39:39 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-20 00:39:39 +0000 |
commit | 4e3069b817a5635438449f5e1d6e809a6bb56683 (patch) | |
tree | d59538d109a0c769a6c87228ff519cc0bb389d0a /databases/p5-DBD-SQLite2 | |
parent | e9ece38384c0dc03dc42d2798194305667fa2f4a (diff) | |
download | pkgsrc-4e3069b817a5635438449f5e1d6e809a6bb56683.tar.gz |
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 (limited to 'databases/p5-DBD-SQLite2')
-rw-r--r-- | databases/p5-DBD-SQLite2/DESCR | 12 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/Makefile | 21 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/databases/p5-DBD-SQLite2/DESCR b/databases/p5-DBD-SQLite2/DESCR new file mode 100644 index 00000000000..6698c321e95 --- /dev/null +++ b/databases/p5-DBD-SQLite2/DESCR @@ -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 --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile new file mode 100644 index 00000000000..e244a4ac999 --- /dev/null +++ b/databases/p5-DBD-SQLite2/Makefile @@ -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 +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 --git a/databases/p5-DBD-SQLite2/PLIST b/databases/p5-DBD-SQLite2/PLIST new file mode 100644 index 00000000000..715967694b9 --- /dev/null +++ b/databases/p5-DBD-SQLite2/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/20 00:39:39 heinz Exp $ diff --git a/databases/p5-DBD-SQLite2/distinfo b/databases/p5-DBD-SQLite2/distinfo new file mode 100644 index 00000000000..a67324049d2 --- /dev/null +++ b/databases/p5-DBD-SQLite2/distinfo @@ -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 |