Port details |
- lua-lsqlite3 Lua wrapper for SQLite3 library
- 0.9.5_1 databases =2 0.9.5_1Version of this port present on the latest quarterly branch.
- Maintainer: yds@Necessitu.de
- Port Added: 2019-06-01 10:01:27
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- http://Lua.SQLite.org/index.cgi/doc/tip/doc/lsqlite3.wiki
- Description:
- LuaSQLite3 is a thin wrapper around the public domain SQLite3
database engine.
LuaSQLite3 provides a means to manipulate SQLite3 databases
directly from Lua using Lua 5.
There are two modules, identical except that one links SQLite3
dynamically, the other statically.
The module `lsqlite3` links SQLite3 dynamically.
The module `lsqlite3complete` links SQLite3 statically.
- ¦ ¦ ¦ ¦
- 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:
-
- lua54-lsqlite3>0:databases/lua-lsqlite3
- To install the port:
- cd /usr/ports/databases/lua-lsqlite3/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/lua-lsqlite3
- pkg install lua54-lsqlite3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-lsqlite3
- Package flavors (<flavor>: <package>)
- lua54: lua54-lsqlite3
- lua53: lua53-lsqlite3
- lua52: lua52-lsqlite3
- lua51: lua51-lsqlite3
- distinfo:
- TIMESTAMP = 1631022697
SHA256 (lsqlite3_fsl09y.zip) = 4c1415c6169ceedfef55888db5bd081dadc154a868c07ad2a06e75825be21d94
SIZE (lsqlite3_fsl09y.zip) = 2124170
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nonexistent : databases/sqlite3
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- liblua-5.4.so : lang/lua54
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lua54-lsqlite3-0.9.5_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- databases_lua-lsqlite3
- USES:
- localbase:ldflags sqlite:3 zip lua:module
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.5_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.5_1 07 Jul 2022 19:13:30 |
Alexey Dokuchaev (danfe) |
databases/lua-lsqlite3: unbreak the build against non-amalgamated SQLite
- Change the :target in SQLite dependency to `build' so that files which
are copied during `pre-configure' stage would be generated;
- Don't explicitly list supported Lua versions in the COMMENT and define
options after other declarative knobs and before targets;
- Switch to the new upstream distfile (version remained the same) as the
previous one is no longer fetchable. Looking at the changes, they
span the period from 2018-07-01 to 2021-09-07 and look legit. Also,
the test suite had been amended; it would be hooked in another commit.
PR: 259991 |
0.9.5_1 30 Apr 2021 14:06:37 |
Dmitry Marakasov (amdmi3) |
databases/lua-lsqlite3: mark BROKEN
Approved by: portmgr blanket |
0.9.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.5_1 28 May 2020 15:20:47 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). |
0.9.5_1 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
0.9.5 15 Oct 2019 13:33:35 |
swills |
databases/lua-lsqlite3: Fix Makefile options
PR: 241250
Submitted by: yds <yds@Necessitu.de> (maintainer) |
0.9.5 01 Jun 2019 08:34:27 |
rodrigo |
Add new port databases/lua-lsqlite3
LuaSQLite3 is a thin wrapper around the public domain SQLite3
database engine providing a mean to manipulate SQLite3 databases
directly from Lua using Lua 5.
PR: 237282
Submitted by: yds@Necessitu.de |