pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-patron Import ruby18-patron-0.4.4 as www/ruby...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa864e9b3f58
branches:  trunk
changeset: 568025:aa864e9b3f58
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Dec 02 12:13:28 2009 +0000

description:
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:

 www/ruby-patron/DESCR    |   4 ++++
 www/ruby-patron/Makefile |  18 ++++++++++++++++++
 www/ruby-patron/PLIST    |  21 +++++++++++++++++++++
 www/ruby-patron/distinfo |   5 +++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 231cb470e368 -r aa864e9b3f58 www/ruby-patron/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-patron/DESCR     Wed Dec 02 12:13:28 2009 +0000
@@ -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 -r 231cb470e368 -r aa864e9b3f58 www/ruby-patron/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-patron/Makefile  Wed Dec 02 12:13:28 2009 +0000
@@ -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@localhost
+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 -r 231cb470e368 -r aa864e9b3f58 www/ruby-patron/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-patron/PLIST     Wed Dec 02 12:13:28 2009 +0000
@@ -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 -r 231cb470e368 -r aa864e9b3f58 www/ruby-patron/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-patron/distinfo  Wed Dec 02 12:13:28 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index