Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:49 wiz Exp $
DISTNAME= DBD-SQLite2-0.36
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite2/
COMMENT= Perl DBI/DBD driver for sqlite v2 databases
LICENSE= ${PERL5_LICENSE}
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"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/05/22 03:27:37 hiramatsu Exp $
SHA1 (DBD-SQLite2-0.36.tar.gz) = b4adc42d19b37f2cc324bb22355f6f904bbd1131
RMD160 (DBD-SQLite2-0.36.tar.gz) = 2a10d179896e818df37aa75dc07e78731fec41c0
Size (DBD-SQLite2-0.36.tar.gz) = 371022 bytes