summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfhajny <fhajny>2009-12-02 12:13:28 +0000
committerfhajny <fhajny>2009-12-02 12:13:28 +0000
commit5166f6ace12bb9fc06236c08163df1c241654b22 (patch)
treeeb3e0f5874be971773dfe6d2f87ae56dfe0669fc /www
parent10bfd5c8e40b58199d7a998f1bcfec87fb2f3805 (diff)
downloadpkgsrc-5166f6ace12bb9fc06236c08163df1c241654b22.tar.gz
Import ruby18-patron-0.4.4 as www/ruby-patron.
Patron is a Ruby HTTP client library based on libcurl. It does not try to expose the full "power" (read complexity) of libcurl but instead tries to provide a sane API while taking advantage of libcurl under the hood.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-patron/DESCR4
-rw-r--r--www/ruby-patron/Makefile18
-rw-r--r--www/ruby-patron/PLIST21
-rw-r--r--www/ruby-patron/distinfo5
4 files changed, 48 insertions, 0 deletions
diff --git a/www/ruby-patron/DESCR b/www/ruby-patron/DESCR
new file mode 100644
index 00000000000..87b3a1e9bb3
--- /dev/null
+++ b/www/ruby-patron/DESCR
@@ -0,0 +1,4 @@
+Patron is a Ruby HTTP client library based on libcurl. It does not try
+to expose the full "power" (read complexity) of libcurl but instead
+tries to provide a sane API while taking advantage of libcurl under
+the hood.
diff --git a/www/ruby-patron/Makefile b/www/ruby-patron/Makefile
new file mode 100644
index 00000000000..0bcb0f02d23
--- /dev/null
+++ b/www/ruby-patron/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 12:13:28 fhajny Exp $
+
+DISTNAME= patron-0.4.4
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://toland.github.com/patron/
+COMMENT= Ruby HTTP client library based on libcurl
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GEM_BUILD= gemspec
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-patron/PLIST b/www/ruby-patron/PLIST
new file mode 100644
index 00000000000..63b8ad7d8c9
--- /dev/null
+++ b/www/ruby-patron/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/02 12:13:28 fhajny Exp $
+${GEM_HOME}/cache/patron-${PKGVERSION}.gem
+${GEM_LIBDIR}/.require_paths
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/patron/extconf.rb
+${GEM_LIBDIR}/ext/patron/session_ext.c
+${GEM_LIBDIR}/lib/patron.rb
+${GEM_LIBDIR}/lib/patron/error.rb
+${GEM_LIBDIR}/lib/patron/request.rb
+${GEM_LIBDIR}/lib/patron/response.rb
+${GEM_LIBDIR}/lib/patron/session.rb
+${GEM_LIBDIR}/lib/patron/session_ext.${RUBY_DLEXT}
+${GEM_LIBDIR}/spec/patron_spec.rb
+${GEM_LIBDIR}/spec/request_spec.rb
+${GEM_LIBDIR}/spec/response_spec.rb
+${GEM_LIBDIR}/spec/session_spec.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/patron-${PKGVERSION}.gemspec
diff --git a/www/ruby-patron/distinfo b/www/ruby-patron/distinfo
new file mode 100644
index 00000000000..5c8ecf92c9e
--- /dev/null
+++ b/www/ruby-patron/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/12/02 12:13:28 fhajny Exp $
+
+SHA1 (patron-0.4.4.gem) = c3914ea4d392c2bf1d0440c722c2565b975aef86
+RMD160 (patron-0.4.4.gem) = 8ad2e68f81e38267f259cfea884cb88602053337
+Size (patron-0.4.4.gem) = 15360 bytes