summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-10-12 16:10:31 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-10-12 16:10:31 +0000
commit9e6c8fc0bc15540fb4f77d018bd2bdd67e99d665 (patch)
treee4f956635f9f308c5d332f33efcf22709f46d134 /databases/p5-DBD-SQLite
parentRepocopy from p5-DBD-SQLite to p5-DBD-SQLite2. (diff)
Update to 1.06 (Based on SQLite 3.0.7).
Notes
Notes: svn path=/head/; revision=119058
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/Makefile6
-rw-r--r--databases/p5-DBD-SQLite/distinfo4
-rw-r--r--databases/p5-DBD-SQLite/pkg-descr8
-rw-r--r--databases/p5-DBD-SQLite/pkg-plist14
4 files changed, 16 insertions, 16 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index 24afada953df..ceb340c574d0 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -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>
diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo
index ff20764a3709..d4c861c90540 100644
--- a/databases/p5-DBD-SQLite/distinfo
+++ b/databases/p5-DBD-SQLite/distinfo
@@ -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
diff --git a/databases/p5-DBD-SQLite/pkg-descr b/databases/p5-DBD-SQLite/pkg-descr
index 4fca15965e42..67516ef45351 100644
--- a/databases/p5-DBD-SQLite/pkg-descr
+++ b/databases/p5-DBD-SQLite/pkg-descr
@@ -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
diff --git a/databases/p5-DBD-SQLite/pkg-plist b/databases/p5-DBD-SQLite/pkg-plist
index 7cda5ab0da53..f679c6b3357a 100644
--- a/databases/p5-DBD-SQLite/pkg-plist
+++ b/databases/p5-DBD-SQLite/pkg-plist
@@ -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