summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl/PLIST
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-23 22:09:50 +0000
committerjmmv <jmmv>2005-03-23 22:09:50 +0000
commit44598d5f126fc9edea76f280ddfd2312b9194995 (patch)
tree9da7ab55a3e696b8cb45db2303e0f959ed006c63 /databases/sqlite3-tcl/PLIST
parent39aae2ad439282eff47631e3cd436dc469ba0119 (diff)
downloadpkgsrc-44598d5f126fc9edea76f280ddfd2312b9194995.tar.gz
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 (limited to 'databases/sqlite3-tcl/PLIST')
-rw-r--r--databases/sqlite3-tcl/PLIST4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/sqlite3-tcl/PLIST b/databases/sqlite3-tcl/PLIST
new file mode 100644
index 00000000000..9f17d5b1098
--- /dev/null
+++ b/databases/sqlite3-tcl/PLIST
@@ -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