Commit Graph

6 Commits

Author SHA1 Message Date
jolan
6bb27b6cfe memory alignment fixes from sqlite cvs, bump pkgname 2005-05-06 02:58:04 +00:00
djm
7f20bbe85b drop maintainership of these, I don't have time to give them enought attention 2005-04-29 00:02:05 +00:00
jolan
6cf0b94f72 - update to 3.2.1 + patch for invalid array access (sent & accepted
upstream)
- subpackage tcl stuff & add no_tcl pseudo flavor

ok djm@
2005-04-28 22:58:28 +00:00
jolan
eead46dd69 fix for aggressive malloc options, backported from sqlite cvs
ok djm@
2005-01-12 17:54:05 +00:00
espie
28a459bb6d WANTLIB markers 2004-11-22 16:59:29 +00:00
djm
ed904462a9 Import of sqlite3, 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.

Note that sqlite3 is not backwards compatible with sqlite2, but they can be 
installed in parallel (thus the separate port). ok jolan@
2004-11-07 00:10:17 +00:00