pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite3-tcl Initial import of sqlite3-tcl, v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da84e8472fee
branches:  trunk
changeset: 491397:da84e8472fee
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Mar 23 22:09:50 2005 +0000

description:
Initial import of sqlite3-tcl, version 3.1.3:

SQLite is a C library that implements an SQL database engine. Programs
that link with the SQLite library can have SQL database access without
running a separate RDBMS process. The distribution comes with a standalone
command-line access program (sqlite) that can be used to administer an
SQLite database and which serves as an example of how to use the SQLite
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 package provides the TCL bindings for the SQLite C library.

diffstat:

 databases/sqlite3-tcl/DESCR    |  12 ++++++++++++
 databases/sqlite3-tcl/Makefile |  16 ++++++++++++++++
 databases/sqlite3-tcl/PLIST    |   4 ++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 902c5f94d5e0 -r da84e8472fee databases/sqlite3-tcl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3-tcl/DESCR       Wed Mar 23 22:09:50 2005 +0000
@@ -0,0 +1,12 @@
+SQLite is a C library that implements an SQL database engine. Programs
+that link with the SQLite library can have SQL database access without
+running a separate RDBMS process. The distribution comes with a standalone
+command-line access program (sqlite) that can be used to administer an
+SQLite database and which serves as an example of how to use the SQLite
+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 package provides the TCL bindings for the SQLite C library.
diff -r 902c5f94d5e0 -r da84e8472fee databases/sqlite3-tcl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3-tcl/Makefile    Wed Mar 23 22:09:50 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/23 22:09:50 jmmv Exp $
+
+.include "../../databases/sqlite3/Makefile.common"
+
+PKGNAME:=              ${PKGNAME:S/-/-tcl-/}
+
+CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
+
+BUILD_TARGET=          libtclsqlite3.la
+INSTALL_TARGET=                tcl_install
+
+BUILDLINK_DEPENDS.sqlite3+=    sqlite3>=3.1.3nb2
+
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 902c5f94d5e0 -r da84e8472fee databases/sqlite3-tcl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqlite3-tcl/PLIST       Wed Mar 23 22:09:50 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/23 22:09:50 jmmv Exp $
+lib/tcl8.4/sqlite3/libtclsqlite3.so
+lib/tcl8.4/sqlite3/pkgIndex.tcl
+@dirrm lib/tcl8.4/sqlite3



Home | Main Index | Thread Index | Old Index