summaryrefslogtreecommitdiff
path: root/databases/lua-sql-mysql
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-06-23Revbump for MySQL default changenia1-1/+2
2020-07-02Add 'lua' category to Lua modules.nia1-2/+2
While here, normalize some packages with strange variable order.
2020-07-01databases: Remove lua-sql-sqlite, bindings for ancient sqlitenia1-2/+1
2018-10-29lua-sql: Put back LUA_LIBDIR, fixes alternate installs.jperkin1-1/+2
2018-10-26lua-sql-*: Fix all the module builds.jperkin1-3/+3
In all cases they were trying to use variables that aren't used in the build process, the sqlite include paths had typos, and sqlite3 was trying to use sqlite2's buildlink3.mk
2018-10-26lua-sql: Fix LUA_INC which cannot possibly have worked.jperkin1-5/+3
Remove LUA_LIBDIR and LUA_DIR, they are unused by the lua-sql modules.
2017-09-24lua-sql-*: update HOMEPAGEwiz1-2/+2
2016-10-08Import MySQL luasql 2.3.2 as databases/lua-sql-mysqlkamil5-0/+58
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to: * Connect to ODBC, Oracle, MySQL and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion; This package provides access to MySQL.