Port details |
- luasql-postgres Lua interface to PostgreSQL
- 2.6.0 databases =2 2.6.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@freebsd.org
- Port Added: 2009-05-26 07:42:25
- Last Update: 2022-07-20 14:21:07
- Commit Hash: d076ad9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/keplerproject/luasql
- Description:
- LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
* Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.
- ¦ ¦ ¦ ¦
- 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-luasql-postgres>0:databases/luasql-postgres
- To install the port:
- cd /usr/ports/databases/luasql-postgres/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/luasql-postgres
- pkg install lua54-luasql-postgres
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lua54-luasql-postgres
- Package flavors (<flavor>: <package>)
- lua54: lua54-luasql-postgres
- lua53: lua53-luasql-postgres
- lua52: lua52-luasql-postgres
- lua51: lua51-luasql-postgres
- distinfo:
- TIMESTAMP = 1609938245
SHA256 (keplerproject-luasql-2.6.0_GH0.tar.gz) = 8ec445c58fa6148be759080c08f37baea5c3fa84f766197db9bf9c8edb6f8e60
SIZE (keplerproject-luasql-2.6.0_GH0.tar.gz) = 107651
Packages (timestamps in pop-ups are UTC):
- Master port: databases/luasql-mysql
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- liblua-5.4.so : lang/lua54
- libpq.so.5 : databases/postgresql15-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_luasql-postgres
- USES:
- lua:module gmake dos2unix pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/luasql-mysql | Commit | Credits | Log message |
2.6.0 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 ) |
2.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.1 18 Apr 2016 14:06:52 |
mat |
Update to 2.3.1.
PR: 208864
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
2.3.0 10 Jun 2014 05:49:41 |
bapt |
Support stage |
2.3.0 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
2.1.1_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.1.1_1 09 Aug 2011 15:41:30 |
mm |
Transfer maintainer back to ports@FreeBSD.org
Approved by: maintainer (myself) |
2.1.1 26 May 2009 07:39:48 |
mm |
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua
program to:
* Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.
WWW: http://www.keplerproject.org/luasql/
---------------------------------------------------------------------- |
Number of commits found: 8
|