summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgdt <gdt>2013-02-21 15:14:45 +0000
committergdt <gdt>2013-02-21 15:14:45 +0000
commit84d01267275ac4402e7dabb7e7d499018c4f1309 (patch)
tree99f80c592ba5a30c1b0db2410c707643cb83c404 /databases
parent16a0d4245326c6ed47e72d39878f290d2c0842b7 (diff)
downloadpkgsrc-84d01267275ac4402e7dabb7e7d499018c4f1309.tar.gz
Add explanations to DESCR for sqlite packages because it is quite
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlite/DESCR2
-rw-r--r--databases/py-sqlite/Makefile4
-rw-r--r--databases/py-sqlite2/DESCR3
-rw-r--r--databases/py-sqlite2/Makefile4
-rw-r--r--databases/py-sqlite3/DESCR3
-rw-r--r--databases/py-sqlite3/Makefile4
-rw-r--r--databases/sqlite/DESCR2
-rw-r--r--databases/sqlite/Makefile3
-rw-r--r--databases/sqlite3/DESCR2
-rw-r--r--databases/sqlite3/Makefile4
10 files changed, 22 insertions, 9 deletions
diff --git a/databases/py-sqlite/DESCR b/databases/py-sqlite/DESCR
index 31cd97ee000..3182f8dca8d 100644
--- a/databases/py-sqlite/DESCR
+++ b/databases/py-sqlite/DESCR
@@ -1,2 +1,4 @@
PySQLite is a Python interface to the SQLite library,
allowing Python programs to access SQLite databases.
+
+This wraps the obsolete sqlite2.
diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile
index e36311e6da4..bcf63b022da 100644
--- a/databases/py-sqlite/Makefile
+++ b/databases/py-sqlite/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2012/10/02 21:25:50 asau Exp $
+# $NetBSD: Makefile,v 1.19 2013/02/21 15:14:45 gdt Exp $
DISTNAME= pysqlite-1.0.1
PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/}
diff --git a/databases/py-sqlite2/DESCR b/databases/py-sqlite2/DESCR
index 31cd97ee000..e686986eddd 100644
--- a/databases/py-sqlite2/DESCR
+++ b/databases/py-sqlite2/DESCR
@@ -1,2 +1,5 @@
PySQLite is a Python interface to the SQLite library,
allowing Python programs to access SQLite databases.
+
+This module wraps sqlite3 by using code not contained in the python
+distribution.
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index f77eaf88a52..c878de87562 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2013/01/26 21:37:16 adam Exp $
+# $NetBSD: Makefile,v 1.30 2013/02/21 15:14:45 gdt Exp $
DISTNAME= pysqlite-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases python
MASTER_SITES= http://pysqlite.googlecode.com/files/
diff --git a/databases/py-sqlite3/DESCR b/databases/py-sqlite3/DESCR
index 33b432568b5..e62e7f1883e 100644
--- a/databases/py-sqlite3/DESCR
+++ b/databases/py-sqlite3/DESCR
@@ -1,2 +1,5 @@
This is the interface to the SQLite library built into Python starting
with version 2.5. It allows Python programs to access SQLite databases.
+
+This module wraps sqlite3 by using code contained in the python
+distribution.
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 94c628248f2..5861537f316 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2013/01/26 21:37:16 adam Exp $
+# $NetBSD: Makefile,v 1.15 2013/02/21 15:14:45 gdt Exp $
PKGNAME= ${PYPKGPREFIX}-sqlite3-0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= databases python
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/databases/sqlite/DESCR b/databases/sqlite/DESCR
index f83129be07c..faa66a8987a 100644
--- a/databases/sqlite/DESCR
+++ b/databases/sqlite/DESCR
@@ -8,3 +8,5 @@ library.
SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.
+
+This is version 2 of sqlite, which is essentially obsolete.
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index a00d9022d40..e26cab540a4 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2013/01/04 13:33:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.44 2013/02/21 15:14:45 gdt Exp $
DISTNAME= sqlite-2.8.17
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/
diff --git a/databases/sqlite3/DESCR b/databases/sqlite3/DESCR
index f83129be07c..3fd5b2bbaea 100644
--- a/databases/sqlite3/DESCR
+++ b/databases/sqlite3/DESCR
@@ -8,3 +8,5 @@ library.
SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.
+
+This is sqlite3, the current stable version.
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index e78e99d902a..06d10a319c0 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2013/01/26 21:36:16 adam Exp $
+# $NetBSD: Makefile,v 1.62 2013/02/21 15:14:46 gdt Exp $
DISTNAME= sqlite-autoconf-3071502
PKGNAME= sqlite3-3.7.15.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/