Import of p5-DBD-SQLite-0.31, from Robert Nagy <thuglife@bsd.hu>

DBD::SQLite is the Perl5 Database Interface driver for the SQLite
database.
This commit is contained in:
wilfried 2004-04-08 21:02:33 +00:00
parent 0cbffda458
commit 0106de31f2
5 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= 'SQLite drivers for the Perl DBI'
DISTNAME= DBD-SQLite-0.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MAINTAINER= Robert Nagy <thuglife@bsd.hu>
# artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
BUILD_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI
RUN_DEPENDS= :p5-DBI->=1.08:databases/p5-DBI
REGRESS_DEPENDS= :sqlite->=2.8.12:databases/sqlite
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (DBD-SQLite-0.31.tar.gz) = 4aa99c39104b7cd39129aec548e7d3e4
RMD160 (DBD-SQLite-0.31.tar.gz) = 283b4513727394fb8001ca4b4c41e017317b391c
SHA1 (DBD-SQLite-0.31.tar.gz) = f880a6bc672af98ee2e6272c81b874a7d850bd55

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
--- Makefile.PL.orig 2004-01-06 09:07:49.000000000 +0100
+++ Makefile.PL 2004-04-08 22:30:09.000000000 +0200
@@ -13,7 +13,7 @@ WriteMakefile(
'PREREQ_PM' => {DBI => 1.21}, # e.g., Module::Name => 1.1
'OBJECT' => '$(O_FILES)',
'INC' => '-I$(DBI_INSTARCH_DIR)',
- 'OPTIMIZE' => "-O6 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
+ 'OPTIMIZE' => "-O2 -DNDEBUG=1 -DSQLITE_PTR_SZ=$Config{ptrsize}",
'clean' => { FILES => 'SQLite.xsi config.h' },
);

View File

@ -0,0 +1,7 @@
DBD::SQLite is the Perl5 Database Interface driver for the SQLite
database.
In other words: DBD::SQLite is an interface between the Perl
programming language and the SQLite programming API that comes with
the SQLite Embeddable database management system. Most functions
provided by the respective programming API's are supported.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/04/08 21:02:33 wilfried Exp $
${P5ARCH}/DBD/SQLite.pm
@comment ${P5ARCH}/DBD/getsqlite.pl
@comment ${P5ARCH}/auto/DBD/SQLite/.packlist
${P5ARCH}/auto/DBD/SQLite/SQLite.bs
${P5ARCH}/auto/DBD/SQLite/SQLite.so
man/man3p/DBD::SQLite.3p
@dirrm ${P5ARCH}/auto/DBD/SQLite
@dirrm ${P5ARCH}/auto/DBD