pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/lua-curl initial import of lua-curl-0.2 into the p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b4ecaed2075
branches: trunk
changeset: 572460:1b4ecaed2075
user: agc <agc%pkgsrc.org@localhost>
date: Fri Feb 26 22:03:00 2010 +0000
description:
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:
www/lua-curl/DESCR | 16 ++++++++++++++++
www/lua-curl/Makefile | 25 +++++++++++++++++++++++++
www/lua-curl/PLIST | 2 ++
www/lua-curl/distinfo | 5 +++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r bb61475dfd71 -r 1b4ecaed2075 www/lua-curl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lua-curl/DESCR Fri Feb 26 22:03:00 2010 +0000
@@ -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 -r bb61475dfd71 -r 1b4ecaed2075 www/lua-curl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lua-curl/Makefile Fri Feb 26 22:03:00 2010 +0000
@@ -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@localhost
+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 -r bb61475dfd71 -r 1b4ecaed2075 www/lua-curl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lua-curl/PLIST Fri Feb 26 22:03:00 2010 +0000
@@ -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 -r bb61475dfd71 -r 1b4ecaed2075 www/lua-curl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/lua-curl/distinfo Fri Feb 26 22:03:00 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index