Port details |
- sqlite An SQL database engine in a C library, including a Tcl wrapper
- 2.8.14 databases
=6 2.8.14Version of this port present on the latest quarterly branch.
- Maintainer: gh@ghaering.de
- Port Added: 2001-02-22 14:03:21
- Last Update: 2004-12-23 08:25:47
- SVN Revision: UNKNOWN
- People watching this port, also watch:: wget, gmake, openssl, m4
- License: not specified in port
- WWW:
- http://www.sqlite.org/
- Description:
- SQLite is an SQL database engine in a C library. Programs that link 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.
WWW: http://www.sqlite.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- sqlite>0:databases/sqlite
- No installation instructions:
- This port has been deleted.
- PKGNAME: sqlite
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tclsh8.4 : lang/tcl84
- gmake : devel/gmake
- libtool13 : devel/libtool13
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.14 23 Dec 2004 08:25:47 |
nork |
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports |
2.8.14 04 Jul 2004 20:57:16 |
pav |
- Update to 2.8.14
PR: ports/68143
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer timeout (14 days) |
2.8.13_1 28 Mar 2004 06:44:55 |
nork |
Fix build error.
Pointy hat to: myself
Approved by: Gerhard Haering <gh@ghaering.de> (maintainer/implicitly) |
2.8.13_1 27 Mar 2004 21:42:18 |
nork |
Update to 2.8.13.
Approved by: Gerhard Haering <gh@ghaering.de> (maintainer) |
2.8.12_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
2.8.12_1 17 Feb 2004 20:36:01 |
nork |
Update to 2.8.12.
Submitted by: Paul Dlug <paul@aps.org>
Approved by: Gerhard Haering <gh@ghaering.de> (maintainer) |
2.8.11_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.8.11 16 Jan 2004 10:17:18 |
pav |
- Update to 2.8.11
PR: ports/61110
Submitted by: Phil Oleson <oz@nixil.net>
Approved by: maintainer |
2.8.6 11 Nov 2003 15:13:08 |
vanilla |
Upgrade to 2.8.6
Approved by: maintainer |
2.8.3 26 Jun 2003 22:58:32 |
ade |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
2.8.3 11 Jun 2003 16:26:07 |
nork |
o Update to 2.8.3.
o The TCL wrapper is now optional and off by default. Use
SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is
still needed for building the docs, unless you specify
NOPORTDOCS.
o The TCL example is now installed in $LOCALBASE/share/examples/sqlite.
This patch is quite hackish in that it replaces the libtool stuff
from SQLite with the libtool port. It also uses plain 'install'
instead of 'libtool install' to install shared libraries. This
might not look nice, but it's the only way I got the desired effects
to work (i. e. SQLite's libtool refused to install the TCL wrapper
in $LOCALBASE/lib/sqlite - it insisted on only installing it into
$LOCALBASE/lib.
PR: ports/53182
Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer) |
2.8.0 23 Mar 2003 07:15:51 |
nork |
Update to 2.8.0.
PR: ports/49107[1], ports/50095[2]
Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer)[1]
Martin Klaffenboeck <martin.klaffenboeck@gmx.at>[2] |
2.7.4 21 Feb 2003 11:15:05 |
knu |
De-pkg-comment. |
2.7.4 03 Jan 2003 07:09:47 |
petef |
- update tp 2.7.4
- fix style nits (spaces -> tabs)
PR: 46470
Submitted by: maintainer |
2.7.3 11 Nov 2002 18:05:19 |
ijliao |
upgrade to 2.7.3
PR: 45203
Submitted by: maintainer |
2.7.1_2 20 Sep 2002 07:43:55 |
knu |
Renumber the shlib major 2 instead of 0, which was unwanted
regression.
While I'm here, add libtclsqlite.la to ALL_TARGET so the libtclsqlite
library is properly built in the build stage instead of the install
stage. |
2.7.1_1 02 Sep 2002 13:21:36 |
dwcjr |
Fixup from previous commit
Bump PORTREVISION
Submitted by: maintainer |
2.7.1 02 Sep 2002 02:58:54 |
dwcjr |
Update to 2.7.1
PR: 40816
Submitted by: maintainer |
1.0.32 21 Jul 2002 17:20:24 |
ru |
Fix build on -CURRENT. |
02 Dec 2001 18:19:10 |
steve |
Use versioned (1.0.32) to overcome unfetchable distfile. |
03 Sep 2001 13:27:59 |
knu |
Update to 1.0.32 and unbreak. |
06 Jul 2001 09:14:45 |
ijliao |
add missing file |
12 Jun 2001 00:32:08 |
mi |
A number of things: |
23 Apr 2001 07:01:18 |
ijliao |
upgrade to 1.0.30 |
23 Mar 2001 16:57:01 |
ijliao |
upgrade to 1.0.27 |
16 Mar 2001 17:21:00 |
ijliao |
upgrade to 1.0.25 |
22 Feb 2001 17:03:21 |
ijliao |
add sqlite SQL library that uses GDBM as its underlying file storage mechanism
|