freebsd-ports/databases/sqlite2/pkg-plist
Mikhail Teterin 55b0526ba9 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 :-)
2001-06-11 23:32:07 +00:00

24 lines
769 B
Text

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