pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-thrift_client Import the thrift_client Ruby...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef72d1df42bb
branches:  trunk
changeset: 576459:ef72d1df42bb
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Fri Jun 11 22:56:52 2010 +0000

description:
Import the thrift_client Ruby module, version 0.4.3.

thrift_client is a Ruby client module for the Thrift RPC library.

diffstat:

 devel/ruby-thrift_client/DESCR    |   1 +
 devel/ruby-thrift_client/Makefile |  17 +++++++++++++++++
 devel/ruby-thrift_client/PLIST    |  27 +++++++++++++++++++++++++++
 devel/ruby-thrift_client/distinfo |   5 +++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 8736f23c394e -r ef72d1df42bb devel/ruby-thrift_client/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-thrift_client/DESCR    Fri Jun 11 22:56:52 2010 +0000
@@ -0,0 +1,1 @@
+A Thrift client wrapper for Ruby that encapsulates some common failover behavior.
diff -r 8736f23c394e -r ef72d1df42bb devel/ruby-thrift_client/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-thrift_client/Makefile Fri Jun 11 22:56:52 2010 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/11 22:56:52 tonnerre Exp $
+
+DISTNAME=      thrift_client-0.4.3
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+
+MAINTAINER=    tonnerre%NetBSD.org@localhost
+HOMEPAGE=      http://blog.evanweaver.com/files/doc/fauna/thrift_client/
+COMMENT=       Thrift client wrapper for Ruby
+
+GEM_BUILD=     gemspec
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-thrift>=0:../../devel/ruby-thrift
+
+.include "../../devel/libthrift/buildlink3.mk"
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8736f23c394e -r ef72d1df42bb devel/ruby-thrift_client/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-thrift_client/PLIST    Fri Jun 11 22:56:52 2010 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/11 22:56:52 tonnerre Exp $
+${GEM_HOME}/cache/thrift_client-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/Manifest
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/thrift_client.rb
+${GEM_LIBDIR}/lib/thrift_client/abstract_thrift_client.rb
+${GEM_LIBDIR}/lib/thrift_client/connection.rb
+${GEM_LIBDIR}/lib/thrift_client/connection/base.rb
+${GEM_LIBDIR}/lib/thrift_client/connection/factory.rb
+${GEM_LIBDIR}/lib/thrift_client/connection/http.rb
+${GEM_LIBDIR}/lib/thrift_client/connection/socket.rb
+${GEM_LIBDIR}/lib/thrift_client/event_machine.rb
+${GEM_LIBDIR}/lib/thrift_client/simple.rb
+${GEM_LIBDIR}/lib/thrift_client/thrift.rb
+${GEM_LIBDIR}/test/greeter/greeter.rb
+${GEM_LIBDIR}/test/greeter/greeter.thrift
+${GEM_LIBDIR}/test/greeter/server.rb
+${GEM_LIBDIR}/test/multiple_working_servers_test.rb
+${GEM_LIBDIR}/test/simple_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/thrift_client_http_test.rb
+${GEM_LIBDIR}/test/thrift_client_test.rb
+${GEM_LIBDIR}/thrift_client.gemspec
+${GEM_HOME}/specifications/thrift_client-${PKGVERSION}.gemspec
diff -r 8736f23c394e -r ef72d1df42bb devel/ruby-thrift_client/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-thrift_client/distinfo Fri Jun 11 22:56:52 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/11 22:56:52 tonnerre Exp $
+
+SHA1 (thrift_client-0.4.3.gem) = 06e61ba190a8e05e806630d9792ad81af7699642
+RMD160 (thrift_client-0.4.3.gem) = eb4361f2f650199ee1da9abd4c1b220b105b05f7
+Size (thrift_client-0.4.3.gem) = 23040 bytes



Home | Main Index | Thread Index | Old Index