Update to 1.06 (Based on SQLite 3.0.7).
This commit is contained in:
parent
c919c12eea
commit
9e6c8fc0bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119058
@ -5,8 +5,8 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DBD-SQLite2
|
||||
PORTVERSION= 0.33
|
||||
PORTNAME= DBD-SQLite
|
||||
PORTVERSION= 1.06
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
@ -18,7 +18,7 @@ COMMENT= Provides access to SQLite2 databases through the DBI
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBD::SQLite2.3
|
||||
MAN3= DBD::SQLite.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (DBD-SQLite2-0.33.tar.gz) = babd83fd5eb9ba7560ad4bab4c76c0eb
|
||||
SIZE (DBD-SQLite2-0.33.tar.gz) = 363277
|
||||
MD5 (DBD-SQLite-1.06.tar.gz) = c52c35b10cc8e7c4a376b3ffd85566fa
|
||||
SIZE (DBD-SQLite-1.06.tar.gz) = 422819
|
||||
|
@ -1,12 +1,12 @@
|
||||
DBD::SQLite2
|
||||
============
|
||||
DBD::SQLite
|
||||
===========
|
||||
|
||||
SQLite is a small fast embedded SQL database engine.
|
||||
|
||||
DBD::SQLite2 embeds that database engine into a DBD driver, so if
|
||||
DBD::SQLite 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.
|
||||
DBD::SQLite may be just what you need.
|
||||
|
||||
It supports quite a lot of features, such as transactions (atomic
|
||||
commit and rollback), indexes, DBA-free operation, a large subset
|
||||
|
@ -1,7 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite2.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2/SQLite2.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2/SQLite2.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user