From 55b0526ba9ffba4b7ccc6161015bb7c66890605a Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 11 Jun 2001 23:32:07 +0000 Subject: A number of things: . changed maintainership to ports@; . build with TCL support (``package require sqlite''); . run the vendor's tests after build (sorry, Maxim) -- zero errors; . generate from the TCL sources and install the HTML documentation; (unless NOPORTDOCS is set); . build and install two usefull tools, which come with the software: gdbmdump and gdbmstat; . build and install the shared version of -lsqlite -- usefull and needed for dynamic loading into TCL interpreter; . lastly: the new functionality (TCL, tools, docs) called for the PORTREVISION bump. Approved by: after the previous maintainer suggested the first point above, the rest was easy :-) --- databases/sqlite2/pkg-plist | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'databases/sqlite2/pkg-plist') diff --git a/databases/sqlite2/pkg-plist b/databases/sqlite2/pkg-plist index 79c89c5c0bb0..f3e500a0b32b 100644 --- a/databases/sqlite2/pkg-plist +++ b/databases/sqlite2/pkg-plist @@ -1,3 +1,24 @@ bin/sqlite +bin/gdbmdump +bin/gdbmstat lib/libsqlite.a +lib/libsqlite.so +lib/libsqlite.so.1.0 +lib/sqlite/pkgIndex.tcl +@dirrm lib/sqlite include/sqlite.h +%%PORTDOCS%%share/doc/sqlite/arch.html +%%PORTDOCS%%share/doc/sqlite/arch.png +%%PORTDOCS%%share/doc/sqlite/c_interface.html +%%PORTDOCS%%share/doc/sqlite/changes.html +%%PORTDOCS%%share/doc/sqlite/crosscompile.html +%%PORTDOCS%%share/doc/sqlite/dynload.html +%%PORTDOCS%%share/doc/sqlite/fileformat.html +%%PORTDOCS%%share/doc/sqlite/index.html +%%PORTDOCS%%share/doc/sqlite/lang.html +%%PORTDOCS%%share/doc/sqlite/mingw.html +%%PORTDOCS%%share/doc/sqlite/opcode.html +%%PORTDOCS%%share/doc/sqlite/sqlite.html +%%PORTDOCS%%share/doc/sqlite/tclsqlite.html +%%PORTDOCS%%share/doc/sqlite/vdbe.html +%%PORTDOCS%%@dirrm share/doc/sqlite -- cgit v1.3