Subject: CVS commit: pkgsrc/databases/sqlite3-tcl
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/23/2005 22:09:50
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Wed Mar 23 22:09:50 UTC 2005

Update of /cvsroot/pkgsrc/databases/sqlite3-tcl
In directory ivanova.netbsd.org:/tmp/cvs-serv10061

Log Message:
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.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/databases/sqlite3-tcl/Makefile
N pkgsrc/databases/sqlite3-tcl/PLIST
N pkgsrc/databases/sqlite3-tcl/DESCR

No conflicts created by this import