aboutsummaryrefslogtreecommitdiff
path: root/databases/luasql-sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.3.1.Mathieu Arnold2016-04-181-2/+0
| | | | | | | | | PR: 208864 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=413574
* Support stageBaptiste Daroussin2014-06-101-1/+0
| | | | Notes: svn path=/head/; revision=357266
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Transfer maintainer back to ports@FreeBSD.orgMartin Matuska2011-08-091-2/+0
| | | | | | | Approved by: maintainer (myself) Notes: svn path=/head/; revision=279351
* LuaSQL is a simple interface from Lua to a DBMS. It enables a LuaMartin Matuska2009-05-261-0/+16
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/ Notes: svn path=/head/; revision=234571