[Lunar-commits] CVS: moonbase/sql/sqlite CONFIGURE, NONE,
1.1 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.8, 1.9
Jerry Lundström
prox at lunar-linux.org
Tue Aug 17 12:02:24 GMT 2004
Update of /var/cvs/lunar/moonbase/sql/sqlite
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31858
Modified Files:
DEPENDS DETAILS
Added Files:
CONFIGURE
Log Message:
bumped, added tcl depend, removed gdbm since i dont see it using it anywhere, added enabling of utf8.
--- NEW FILE: CONFIGURE ---
if ! grep -q CONFIGURED $MODULE_CONFIG; then
if query "Enable UTF8 characterset?" y; then
OPTS="$OPTS --enable-utf8"
fi
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
fi
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/sqlite/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ DEPENDS 17 Aug 2004 12:02:22 -0000 1.2
@@ -1 +1,4 @@
-depends gdbm
+optional_depends "tcl" \
+ "--with-tcl" \
+ "" \
+ "SQLite TCL Binding"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/sqlite/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 20 Jun 2004 06:27:57 -0000 1.8
+++ DETAILS 17 Aug 2004 12:02:22 -0000 1.9
@@ -1,13 +1,13 @@
- MODULE=sqlite
- VERSION=2.8.14
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=http://www.hwaci.com/sw/sqlite/$SOURCE
- SOURCE_VFY=md5:113ce31cc31e0ab671bab590122e272a
- WEB_SITE=http://www.hwaci.com/sw/sqlite/
+ MODULE=sqlite
+ VERSION=2.8.15
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=http://www.sqlite.org/
+ SOURCE_VFY=md5:0afa73e107bd106031d046c8ca6a94ab
+ WEB_SITE=http://www.sqlite.org/
ENTERED=20011016
- UPDATED=20040620
- SHORT="An SQL engine in a C library."
+ UPDATED=20040817
+ SHORT="An SQL engine in a C library."
cat << EOF
SQLite is a C library that implements an SQL database engine. A large
More information about the Lunar-commits
mailing list