summaryrefslogtreecommitdiff
path: root/devel/ruby-thrift
diff options
context:
space:
mode:
authortonnerre <tonnerre>2010-06-11 22:50:40 +0000
committertonnerre <tonnerre>2010-06-11 22:50:40 +0000
commit97ba6432aa530f1fb459a4ccb26498c38982fd29 (patch)
treec65eb33f357fd2531c1902e322139ebbd8b2d7f3 /devel/ruby-thrift
parentb0365eecd07e7a0ba60c8d70d7cdf44d63c3ba6f (diff)
downloadpkgsrc-97ba6432aa530f1fb459a4ccb26498c38982fd29.tar.gz
Import the Thrift Ruby module, version 0.2.0.4.
This is the Ruby implementation of the Thrift RPC protocol.
Diffstat (limited to 'devel/ruby-thrift')
-rw-r--r--devel/ruby-thrift/DESCR1
-rw-r--r--devel/ruby-thrift/Makefile15
-rw-r--r--devel/ruby-thrift/PLIST102
-rw-r--r--devel/ruby-thrift/distinfo5
4 files changed, 123 insertions, 0 deletions
diff --git a/devel/ruby-thrift/DESCR b/devel/ruby-thrift/DESCR
new file mode 100644
index 00000000000..5874f489760
--- /dev/null
+++ b/devel/ruby-thrift/DESCR
@@ -0,0 +1 @@
+Ruby libraries for Thrift (a language-agnostic RPC system).
diff --git a/devel/ruby-thrift/Makefile b/devel/ruby-thrift/Makefile
new file mode 100644
index 00000000000..b66e3eb005b
--- /dev/null
+++ b/devel/ruby-thrift/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/11 22:50:40 tonnerre Exp $
+
+DISTNAME= thrift-0.2.0.4
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= tonnerre@NetBSD.org
+HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/thrift/
+COMMENT= Ruby libraries for Thrift (a language-agnostic RPC system)
+
+GEM_BUILD= gemspec
+
+.include "../../devel/libthrift/buildlink3.mk"
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-thrift/PLIST b/devel/ruby-thrift/PLIST
new file mode 100644
index 00000000000..1897ca41547
--- /dev/null
+++ b/devel/ruby-thrift/PLIST
@@ -0,0 +1,102 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/11 22:50:40 tonnerre Exp $
+${GEM_HOME}/cache/thrift-${PKGVERSION}.gem
+${GEM_LIBDIR}/.require_paths
+${GEM_LIBDIR}/CHANGELOG
+${GEM_LIBDIR}/Makefile.am
+${GEM_LIBDIR}/Manifest
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/benchmark/Benchmark.thrift
+${GEM_LIBDIR}/benchmark/benchmark.rb
+${GEM_LIBDIR}/benchmark/client.rb
+${GEM_LIBDIR}/benchmark/gen-rb/BenchmarkService.rb
+${GEM_LIBDIR}/benchmark/gen-rb/Benchmark_constants.rb
+${GEM_LIBDIR}/benchmark/gen-rb/Benchmark_types.rb
+${GEM_LIBDIR}/benchmark/server.rb
+${GEM_LIBDIR}/benchmark/thin_server.rb
+${GEM_LIBDIR}/ext/binary_protocol_accelerated.c
+${GEM_LIBDIR}/ext/binary_protocol_accelerated.h
+${GEM_LIBDIR}/ext/compact_protocol.c
+${GEM_LIBDIR}/ext/compact_protocol.h
+${GEM_LIBDIR}/ext/constants.h
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/macros.h
+${GEM_LIBDIR}/ext/memory_buffer.c
+${GEM_LIBDIR}/ext/memory_buffer.h
+${GEM_LIBDIR}/ext/protocol.c
+${GEM_LIBDIR}/ext/protocol.h
+${GEM_LIBDIR}/ext/struct.c
+${GEM_LIBDIR}/ext/struct.h
+${GEM_LIBDIR}/ext/thrift_native.c
+${GEM_LIBDIR}/lib/thrift.rb
+${GEM_LIBDIR}/lib/thrift/client.rb
+${GEM_LIBDIR}/lib/thrift/core_ext.rb
+${GEM_LIBDIR}/lib/thrift/core_ext/fixnum.rb
+${GEM_LIBDIR}/lib/thrift/exceptions.rb
+${GEM_LIBDIR}/lib/thrift/processor.rb
+${GEM_LIBDIR}/lib/thrift/protocol/base_protocol.rb
+${GEM_LIBDIR}/lib/thrift/protocol/binary_protocol.rb
+${GEM_LIBDIR}/lib/thrift/protocol/binary_protocol_accelerated.rb
+${GEM_LIBDIR}/lib/thrift/protocol/binaryprotocol.rb
+${GEM_LIBDIR}/lib/thrift/protocol/binaryprotocolaccelerated.rb
+${GEM_LIBDIR}/lib/thrift/protocol/compact_protocol.rb
+${GEM_LIBDIR}/lib/thrift/protocol/tbinaryprotocol.rb
+${GEM_LIBDIR}/lib/thrift/protocol/tprotocol.rb
+${GEM_LIBDIR}/lib/thrift/serializer/deserializer.rb
+${GEM_LIBDIR}/lib/thrift/serializer/serializer.rb
+${GEM_LIBDIR}/lib/thrift/server/base_server.rb
+${GEM_LIBDIR}/lib/thrift/server/httpserver.rb
+${GEM_LIBDIR}/lib/thrift/server/mongrel_http_server.rb
+${GEM_LIBDIR}/lib/thrift/server/nonblocking_server.rb
+${GEM_LIBDIR}/lib/thrift/server/nonblockingserver.rb
+${GEM_LIBDIR}/lib/thrift/server/simple_server.rb
+${GEM_LIBDIR}/lib/thrift/server/thread_pool_server.rb
+${GEM_LIBDIR}/lib/thrift/server/threaded_server.rb
+${GEM_LIBDIR}/lib/thrift/server/thttpserver.rb
+${GEM_LIBDIR}/lib/thrift/server/tserver.rb
+${GEM_LIBDIR}/lib/thrift/struct.rb
+${GEM_LIBDIR}/lib/thrift/thrift_native.rb
+${GEM_LIBDIR}/lib/thrift/transport/base_server_transport.rb
+${GEM_LIBDIR}/lib/thrift/transport/base_transport.rb
+${GEM_LIBDIR}/lib/thrift/transport/buffered_transport.rb
+${GEM_LIBDIR}/lib/thrift/transport/framed_transport.rb
+${GEM_LIBDIR}/lib/thrift/transport/http_client_transport.rb
+${GEM_LIBDIR}/lib/thrift/transport/io_stream_transport.rb
+${GEM_LIBDIR}/lib/thrift/transport/memory_buffer_transport.rb
+${GEM_LIBDIR}/lib/thrift/transport/server_socket.rb
+${GEM_LIBDIR}/lib/thrift/transport/socket.rb
+${GEM_LIBDIR}/lib/thrift/transport/unix_server_socket.rb
+${GEM_LIBDIR}/lib/thrift/transport/unix_socket.rb
+${GEM_LIBDIR}/lib/thrift/types.rb
+${GEM_LIBDIR}/lib/thrift_native.${RUBY_DLEXT}
+${GEM_LIBDIR}/script/proto_benchmark.rb
+${GEM_LIBDIR}/script/read_struct.rb
+${GEM_LIBDIR}/script/write_struct.rb
+${GEM_LIBDIR}/setup.rb
+${GEM_LIBDIR}/spec/ThriftSpec.thrift
+${GEM_LIBDIR}/spec/base_protocol_spec.rb
+${GEM_LIBDIR}/spec/base_transport_spec.rb
+${GEM_LIBDIR}/spec/binary_protocol_accelerated_spec.rb
+${GEM_LIBDIR}/spec/binary_protocol_spec.rb
+${GEM_LIBDIR}/spec/binary_protocol_spec_shared.rb
+${GEM_LIBDIR}/spec/client_spec.rb
+${GEM_LIBDIR}/spec/compact_protocol_spec.rb
+${GEM_LIBDIR}/spec/exception_spec.rb
+${GEM_LIBDIR}/spec/gen-rb/NonblockingService.rb
+${GEM_LIBDIR}/spec/gen-rb/ThriftSpec_constants.rb
+${GEM_LIBDIR}/spec/gen-rb/ThriftSpec_types.rb
+${GEM_LIBDIR}/spec/http_client_spec.rb
+${GEM_LIBDIR}/spec/mongrel_http_server_spec.rb
+${GEM_LIBDIR}/spec/nonblocking_server_spec.rb
+${GEM_LIBDIR}/spec/processor_spec.rb
+${GEM_LIBDIR}/spec/serializer_spec.rb
+${GEM_LIBDIR}/spec/server_socket_spec.rb
+${GEM_LIBDIR}/spec/server_spec.rb
+${GEM_LIBDIR}/spec/socket_spec.rb
+${GEM_LIBDIR}/spec/socket_spec_shared.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/struct_spec.rb
+${GEM_LIBDIR}/spec/types_spec.rb
+${GEM_LIBDIR}/spec/unix_socket_spec.rb
+${GEM_LIBDIR}/thrift.gemspec
+${GEM_HOME}/specifications/thrift-${PKGVERSION}.gemspec
diff --git a/devel/ruby-thrift/distinfo b/devel/ruby-thrift/distinfo
new file mode 100644
index 00000000000..2331f3494c6
--- /dev/null
+++ b/devel/ruby-thrift/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/11 22:50:40 tonnerre Exp $
+
+SHA1 (thrift-0.2.0.4.gem) = 860d8581255e3c11e8725affd01940d5e42a0eee
+RMD160 (thrift-0.2.0.4.gem) = 05902697af95a395f4902b1013905e21280afa71
+Size (thrift-0.2.0.4.gem) = 74240 bytes