aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-thrift
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-thrift')
-rw-r--r--devel/rubygem-thrift/Makefile33
-rw-r--r--devel/rubygem-thrift/pkg-descr3
-rw-r--r--devel/rubygem-thrift/pkg-plist39
3 files changed, 0 insertions, 75 deletions
diff --git a/devel/rubygem-thrift/Makefile b/devel/rubygem-thrift/Makefile
deleted file mode 100644
index a63f9e509e9a..000000000000
--- a/devel/rubygem-thrift/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: thrift
-# Date created: 27 September 2007
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= thrift
-PORTVERSION= 0.2.0
-PORTEPOCH= 1
-CATEGORIES= devel
-PKGNAMEPREFIX= ruby-
-DISTFILES=
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= Ruby interface to thrift
-
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
-
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-
-# XXX: Because this port will call ruby again to build binary extensions,
-# it is not suitable for building when PREFIX != LOCALBASE.
-# This seems to be a Ruby limitation, and the following does not help:
-#USE_RUBY_EXTCONF= yes
-#RUBY_EXTCONF_SUBDIRS= ext
-
-post-extract:
- @${LN} -sfh \
- `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/rb ${WRKSRC}
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-thrift/pkg-descr b/devel/rubygem-thrift/pkg-descr
deleted file mode 100644
index 5bc0a5de8c4e..000000000000
--- a/devel/rubygem-thrift/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Ruby interface to Thrift.
-
-WWW: http://incubator.apache.org/thrift/
diff --git a/devel/rubygem-thrift/pkg-plist b/devel/rubygem-thrift/pkg-plist
deleted file mode 100644
index de7823901c83..000000000000
--- a/devel/rubygem-thrift/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/thrift_native.so
-%%RUBY_SITELIBDIR%%/thrift.rb
-%%RUBY_SITELIBDIR%%/thrift/client.rb
-%%RUBY_SITELIBDIR%%/thrift/exceptions.rb
-%%RUBY_SITELIBDIR%%/thrift/processor.rb
-%%RUBY_SITELIBDIR%%/thrift/struct.rb
-%%RUBY_SITELIBDIR%%/thrift/thrift_native.rb
-%%RUBY_SITELIBDIR%%/thrift/types.rb
-%%RUBY_SITELIBDIR%%/thrift/core_ext.rb
-%%RUBY_SITELIBDIR%%/thrift/core_ext/fixnum.rb
-%%RUBY_SITELIBDIR%%/thrift/protocol/base_protocol.rb
-%%RUBY_SITELIBDIR%%/thrift/protocol/binary_protocol.rb
-%%RUBY_SITELIBDIR%%/thrift/protocol/binary_protocol_accelerated.rb
-%%RUBY_SITELIBDIR%%/thrift/protocol/compact_protocol.rb
-%%RUBY_SITELIBDIR%%/thrift/serializer/deserializer.rb
-%%RUBY_SITELIBDIR%%/thrift/serializer/serializer.rb
-%%RUBY_SITELIBDIR%%/thrift/server/base_server.rb
-%%RUBY_SITELIBDIR%%/thrift/server/mongrel_http_server.rb
-%%RUBY_SITELIBDIR%%/thrift/server/nonblocking_server.rb
-%%RUBY_SITELIBDIR%%/thrift/server/simple_server.rb
-%%RUBY_SITELIBDIR%%/thrift/server/thread_pool_server.rb
-%%RUBY_SITELIBDIR%%/thrift/server/threaded_server.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/base_server_transport.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/base_transport.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/buffered_transport.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/framed_transport.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/http_client_transport.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/io_stream_transport.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/memory_buffer_transport.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/server_socket.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/socket.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/unix_server_socket.rb
-%%RUBY_SITELIBDIR%%/thrift/transport/unix_socket.rb
-@dirrm %%RUBY_SITELIBDIR%%/thrift/transport
-@dirrm %%RUBY_SITELIBDIR%%/thrift/server
-@dirrm %%RUBY_SITELIBDIR%%/thrift/serializer
-@dirrm %%RUBY_SITELIBDIR%%/thrift/protocol
-@dirrm %%RUBY_SITELIBDIR%%/thrift/core_ext
-@dirrm %%RUBY_SITELIBDIR%%/thrift