diff options
author | fhajny <fhajny@pkgsrc.org> | 2009-12-02 12:13:28 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2009-12-02 12:13:28 +0000 |
commit | 7ec9305d98ae193b94be38cca1c0162b342d33ee (patch) | |
tree | eb3e0f5874be971773dfe6d2f87ae56dfe0669fc | |
parent | c73e9f347023ffdfb69b6f258ee33c25f60d0d75 (diff) | |
download | pkgsrc-7ec9305d98ae193b94be38cca1c0162b342d33ee.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.
-rw-r--r-- | www/ruby-patron/DESCR | 4 | ||||
-rw-r--r-- | www/ruby-patron/Makefile | 18 | ||||
-rw-r--r-- | www/ruby-patron/PLIST | 21 | ||||
-rw-r--r-- | www/ruby-patron/distinfo | 5 |
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 |