IABSD.fr/ports/databases/sqlite/pkg

Branch :


Log

Author Commit Date CI Message
7a958849 2022-03-11 18:31:17 drop RCS Ids
2382144b 2015-03-16 18:07:34 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump
7bc053ae 2013-01-14 13:43:36 Use Tcl 8.5 in the build/regress tests of sqlite 2; sync plist and remove useless PKGNAME=DISTNAME while there
e0d4ddb9 2005-12-26 21:32:00 SHARED_LIBS, USE_LIBTOOl
5af939e2 2005-11-03 23:05:01 add no_tcl flavor, inspired by a patch from pierre-yves ritsch
25ab10e2 2004-09-14 23:31:45 new style PLISTs
1b2adfd4 2004-07-11 23:52:01 update to sqlite-2.8.14 and activate regress tests
706c813a 2004-02-18 20:59:24 Import of sqlite, a public-domain in-process SQL engine: SQLite is a C library that implements an embeddable 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. with help from Aleksander Piotrowski; help & ok sturm@