summaryrefslogtreecommitdiff
path: root/databases/sqlite/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on -CURRENT.Ruslan Ermilov2002-07-211-1/+2
| | | | Notes: svn path=/head/; revision=63321
* Update to 1.0.32 and unbreak.Akinori MUSHA2001-09-032-3/+10
| | | | | | | | - Complete SRCS. - Patch tableapi.test to avoid an out-of-scope error. Notes: svn path=/head/; revision=47359
* A number of things:Mikhail Teterin2001-06-115-0/+98
. 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 :-) Notes: svn path=/head/; revision=43872