Version: 2.8.17, Package name: sqlite-2.8.17 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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. Flavors: no_tcl - disables TCL-based regression tests |
Filesize: 947.075 KB |
Version History (View Complete History) |
|
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 14:52:36 by Stuart Henderson | Files touched by this commit (87) |
Log message: another batch of ncurses->curses WANTLIB updates, skipping any that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's multipackaging work |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2007-09-15 14:34:03 by Simon Bertrang | Files touched by this commit (94) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-12-16 05:22:37 by Marc Espie | Files touched by this commit (270) |
Log message: say goodbye to GNU land. |
2006-11-20 11:32:38 by Bernd Ahlers | Files touched by this commit (1) |
Log message: Fix wrong BUILD_DEPENDS. |
2006-10-28 05:19:21 by Marc Espie | Files touched by this commit (64) |
Log message: a few more SHARED_LIBS reformat |
2006-01-11 05:19:44 by Marc Espie | Files touched by this commit (3) |
Log message: zap MODGNU_SHARED_LIBS |
2005-12-26 14:32:02 by Nikolay Sturm | Files touched by this commit (19) |
Log message: SHARED_LIBS, USE_LIBTOOl |
2005-12-21 00:58:32 by Jolan Luff | Files touched by this commit (6) |
Log message: fix crashes on amd64 |
2005-12-20 20:58:11 by Jolan Luff | Files touched by this commit (2) |
Log message: update to 2.8.17 |
2005-11-03 16:05:02 by Jolan Luff | Files touched by this commit (2) |
Log message: add no_tcl flavor, inspired by a patch from pierre-yves ritsch |
2005-04-28 18:02:06 by Damien Miller | Files touched by this commit (3) |
Log message: drop maintainership of these, I don't have time to give them enought attention |
2005-02-19 20:14:53 by Jolan Luff | Files touched by this commit (1) |
Log message: add missing dependency on pkgconfig |
2005-02-15 19:27:16 by Jolan Luff | Files touched by this commit (2) |
Log message: update to 2.8.16, ok djm@ |
2005-01-14 17:22:11 by Jolan Luff | Files touched by this commit (3) |
Log message: update to 2.8.15, ok djm@ |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-11-22 09:59:30 by Marc Espie | Files touched by this commit (20) |
Log message: WANTLIB markers |
2004-09-14 17:31:47 by Marc Espie | Files touched by this commit (43) |
Log message: new style PLISTs |
2004-07-11 17:52:02 by Damien Miller | Files touched by this commit (4) |
Log message: update to sqlite-2.8.14 and activate regress tests |
2004-03-04 10:49:26 by Marc Espie | Files touched by this commit (9) |
Log message: explicitly tag no-autoheader some ports for which re-running it after autoconf is a problem. |
2004-02-18 13:59:24 by Damien Miller | Files touched by this commit (5) |
Log message: 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@ |