summaryrefslogtreecommitdiff
path: root/www/lua-curl
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2010-02-26 22:03:00 +0000
committeragc <agc@pkgsrc.org>2010-02-26 22:03:00 +0000
commitbdf61dc104ac3d32868b5dd222eb52fdc9eb78b2 (patch)
tree111b508684dd6cf1338d9c20c570d98575deabda /www/lua-curl
parent8ca33bdb94544b4bd972701d7526c11529b2aef1 (diff)
downloadpkgsrc-bdf61dc104ac3d32868b5dd222eb52fdc9eb78b2.tar.gz
initial import of lua-curl-0.2 into the packages collection.
Lua support for libcurl. Connect and communicate to many different types of servers with many different types of protocols. This project is not a fork of LuaCURL, which is a direct mapping of parts of the libcurl-easy interface. The intent of Lua-cURL is to adapt the * Easy Interface * Multi Interface * Shared Interface of libcurl to the functionality of Lua (for example by using iterators instead of callbacks when possible).
Diffstat (limited to 'www/lua-curl')
-rw-r--r--www/lua-curl/DESCR16
-rw-r--r--www/lua-curl/Makefile25
-rw-r--r--www/lua-curl/PLIST2
-rw-r--r--www/lua-curl/distinfo5
4 files changed, 48 insertions, 0 deletions
diff --git a/www/lua-curl/DESCR b/www/lua-curl/DESCR
new file mode 100644
index 00000000000..b98bddf8b4c
--- /dev/null
+++ b/www/lua-curl/DESCR
@@ -0,0 +1,16 @@
+Lua support for libcurl.
+
+Connect and communicate to many different types of servers with many
+different types of protocols.
+
+This project is not a fork of LuaCURL, which is a direct mapping of
+parts of the libcurl-easy interface.
+
+The intent of Lua-cURL is to adapt the
+
+ * Easy Interface
+ * Multi Interface
+ * Shared Interface
+
+of libcurl to the functionality of Lua (for example by using iterators
+instead of callbacks when possible).
diff --git a/www/lua-curl/Makefile b/www/lua-curl/Makefile
new file mode 100644
index 00000000000..147b5b13a0a
--- /dev/null
+++ b/www/lua-curl/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/02/26 22:03:00 agc Exp $
+#
+
+DISTNAME= lua-curl-0.2
+CATEGORIES= www
+MASTER_SITES= http://luaforge.net/frs/download.php/2634/
+
+MAINTAINER= agc@NetBSD.org
+HOMEPAGE= http://lua-curl.luaforge.net/
+COMMENT= Full lua bindings for libcurl
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES+= c c++
+USE_TOOLS+= pkg-config
+
+AUTO_MKDIRS= yes
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../lang/lua/module.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/lua-curl/PLIST b/www/lua-curl/PLIST
new file mode 100644
index 00000000000..ee11c09ed0e
--- /dev/null
+++ b/www/lua-curl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/26 22:03:00 agc Exp $
+lib/lua/5.1/cURL.la
diff --git a/www/lua-curl/distinfo b/www/lua-curl/distinfo
new file mode 100644
index 00000000000..fd4ac3b52e6
--- /dev/null
+++ b/www/lua-curl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/02/26 22:03:00 agc Exp $
+
+SHA1 (lua-curl-0.2.tar.gz) = 875d8578972187a86e7c59e18d4c10b7e11707cc
+RMD160 (lua-curl-0.2.tar.gz) = f4950cc7e0c29f51e750c78c7995ee893b399d96
+Size (lua-curl-0.2.tar.gz) = 326984 bytes