pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lua-sql-*: Deported to pkgsrc/databases
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Oct 8 15:09:49 2016 +0200
Changeset: c247549db39683674091d840be1edd123328eed3
Removed Files:
lua-sql-mysql/DESCR
lua-sql-mysql/Makefile
lua-sql-mysql/Makefile.common
lua-sql-mysql/PLIST
lua-sql-mysql/distinfo
lua-sql-postgres/DESCR
lua-sql-postgres/Makefile
lua-sql-postgres/PLIST
lua-sql-sqlite/DESCR
lua-sql-sqlite/Makefile
lua-sql-sqlite/PLIST
lua-sql-sqlite3/DESCR
lua-sql-sqlite3/Makefile
lua-sql-sqlite3/PLIST
Log Message:
lua-sql-*: Deported to pkgsrc/databases
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c247549db39683674091d840be1edd123328eed3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lua-sql-mysql/DESCR | 6 ------
lua-sql-mysql/Makefile | 16 ----------------
lua-sql-mysql/Makefile.common | 28 ----------------------------
lua-sql-mysql/PLIST | 2 --
lua-sql-mysql/distinfo | 6 ------
lua-sql-postgres/DESCR | 6 ------
lua-sql-postgres/Makefile | 16 ----------------
lua-sql-postgres/PLIST | 2 --
lua-sql-sqlite/DESCR | 6 ------
lua-sql-sqlite/Makefile | 16 ----------------
lua-sql-sqlite/PLIST | 2 --
lua-sql-sqlite3/DESCR | 6 ------
lua-sql-sqlite3/Makefile | 16 ----------------
lua-sql-sqlite3/PLIST | 2 --
14 files changed, 130 deletions(-)
diffs:
diff --git a/lua-sql-mysql/DESCR b/lua-sql-mysql/DESCR
deleted file mode 100644
index 127afdd..0000000
--- a/lua-sql-mysql/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
diff --git a/lua-sql-mysql/Makefile b/lua-sql-mysql/Makefile
deleted file mode 100644
index 924311e..0000000
--- a/lua-sql-mysql/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/11/25 23:32:27 othyro Exp $
-
-.include "Makefile.common"
-
-PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-mysql/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= MySQL bindings for Lua
-
-BUILD_TARGET= mysql
-
-MAKE_FLAGS+= DRIVER_LIBS_mysql="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.mysql-client}/lib -L${BUILDLINK_PREFIX.mysql-client}/lib -lmysqlclient"
-MAKE_FLAGS+= DRIVER_INCS_mysql=-I${BUILDLINK_PREFIX.mysql-client}/include/mysql
-
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-sql-mysql/Makefile.common b/lua-sql-mysql/Makefile.common
deleted file mode 100644
index e0dd82c..0000000
--- a/lua-sql-mysql/Makefile.common
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/11/25 23:32:27 othyro Exp $
-#
-# used by wip/lua-sql-postgres/Makefile
-# used by wip/lua-sql-sqlite/Makefile
-# used by wip/lua-sql-sqlite3/Makefile
-
-# TODO: firebird, oci8, odbc
-
-GITHUB_PROJECT= luasql
-DISTNAME= luasql-2.3.2
-CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_GITHUB:=keplerproject/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-LICENSE= mit
-HOMEPAGE= http://www.keplerproject.org/luasql/
-
-USE_TOOLS+= gmake
-
-MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
-MAKE_FLAGS+= LUA_LIBDIR=${DESTDIR}${PREFIX}/${LUA_CDIR}
-MAKE_FLAGS+= LUA_DIR=${DESTDIR}${PREFIX}/${LUA_LDIR}
-MAKE_FLAGS+= LUA_INC=${DESTDIR}${PREFIX}/${LUA_INCDIR}
-
-DISTINFO_FILE= ${.CURDIR}/../../wip/lua-sql-mysql/distinfo
-PATCHDIR= ${.CURDIR}/../../wip/lua-sql-mysql/patches
-
-.include "../../lang/lua/module.mk"
diff --git a/lua-sql-mysql/PLIST b/lua-sql-mysql/PLIST
deleted file mode 100644
index f20b12c..0000000
--- a/lua-sql-mysql/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_CDIR}/luasql/mysql.so
diff --git a/lua-sql-mysql/distinfo b/lua-sql-mysql/distinfo
deleted file mode 100644
index 82658fb..0000000
--- a/lua-sql-mysql/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/26 15:03:07 poppnk Exp $
-
-SHA1 (luasql-2.3.2.tar.gz) = 089b797d22589277b9b2f926f4da008fe7026ccb
-RMD160 (luasql-2.3.2.tar.gz) = 478d699360fa9d0605a1801962b0bade6a8e6098
-SHA512 (luasql-2.3.2.tar.gz) = 6bfd25c494fa214c2f449d95448966b4872fa46a8df87969a9bd654c4f8c341f2a3a56b2bd6ca6cf09971caf5ab05a0c912fffe97dc782921572039308f7f8fa
-Size (luasql-2.3.2.tar.gz) = 100985 bytes
diff --git a/lua-sql-postgres/DESCR b/lua-sql-postgres/DESCR
deleted file mode 100644
index a2c5856..0000000
--- a/lua-sql-postgres/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 PostgreSQL.
diff --git a/lua-sql-postgres/Makefile b/lua-sql-postgres/Makefile
deleted file mode 100644
index d21a37d..0000000
--- a/lua-sql-postgres/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/11/25 23:32:27 othyro Exp $
-
-.include "../../wip/lua-sql-mysql/Makefile.common"
-
-PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-postgres/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= PostgreSQL bindings for Lua
-
-BUILD_TARGET= postgres
-
-MAKE_FLAGS+= DRIVER_LIBS_postgres="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib -L${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib -lpq"
-MAKE_FLAGS+= DRIVER_INCS_postgres=-I${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
-
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-sql-postgres/PLIST b/lua-sql-postgres/PLIST
deleted file mode 100644
index b36c3a0..0000000
--- a/lua-sql-postgres/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_CDIR}/luasql/postgres.so
diff --git a/lua-sql-sqlite/DESCR b/lua-sql-sqlite/DESCR
deleted file mode 100644
index 188f303..0000000
--- a/lua-sql-sqlite/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 SQLite 2.x.
diff --git a/lua-sql-sqlite/Makefile b/lua-sql-sqlite/Makefile
deleted file mode 100644
index dde5e76..0000000
--- a/lua-sql-sqlite/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/11/25 23:32:27 othyro Exp $
-
-.include "../../wip/lua-sql-mysql/Makefile.common"
-
-PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-sqlite/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= SQLite 2.x bindings for Lua
-
-BUILD_TARGET= sqlite
-
-MAKE_FLAGS+= DRIVER_LIBS_sqlite="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.sqlite}/lib -L${BUILDLINK_PREFIX.sqlite}/lib -lsqlite"
-MAKE_FLAGS+= DRIVER_INCS_sqlite=-I${BUILDLINK_PREFIX.sqlite}/includel
-
-.include "../../databases/sqlite/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-sql-sqlite/PLIST b/lua-sql-sqlite/PLIST
deleted file mode 100644
index 094f57b..0000000
--- a/lua-sql-sqlite/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_CDIR}/luasql/sqlite.so
diff --git a/lua-sql-sqlite3/DESCR b/lua-sql-sqlite3/DESCR
deleted file mode 100644
index ec8c155..0000000
--- a/lua-sql-sqlite3/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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 SQLite3.
diff --git a/lua-sql-sqlite3/Makefile b/lua-sql-sqlite3/Makefile
deleted file mode 100644
index 96a1a62..0000000
--- a/lua-sql-sqlite3/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/11/25 23:32:27 othyro Exp $
-
-.include "../../wip/lua-sql-mysql/Makefile.common"
-
-PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/luasql/sql-sqlite3/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= SQLite 3.x bindings for Lua
-
-BUILD_TARGET= sqlite3
-
-MAKE_FLAGS+= DRIVER_LIBS_sqlite="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.sqlite3}/lib -L${BUILDLINK_PREFIX.sqlite3}/lib -lsqlite3"
-MAKE_FLAGS+= DRIVER_INCS_sqlite=-I${BUILDLINK_PREFIX.sqlite3}/includel
-
-.include "../../databases/sqlite/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lua-sql-sqlite3/PLIST b/lua-sql-sqlite3/PLIST
deleted file mode 100644
index a12eae6..0000000
--- a/lua-sql-sqlite3/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-${LUA_CDIR}/luasql/sqlite3.so
Home |
Main Index |
Thread Index |
Old Index