diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-01-06 10:07:15 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-01-06 10:07:15 +0800 |
commit | 24949996b086cf54b4554bbc53de966c0428bd35 (patch) | |
tree | be47b2a54489cd4729f923366f61fb005dfe3464 | |
parent | 13664c092fcfc31fe717b506a372fa8dae5f7804 (diff) | |
download | freebsd-ports-gnome-24949996b086cf54b4554bbc53de966c0428bd35.tar.gz freebsd-ports-gnome-24949996b086cf54b4554bbc53de966c0428bd35.tar.zst freebsd-ports-gnome-24949996b086cf54b4554bbc53de966c0428bd35.zip |
- delete part of repocopy from ruby-thrift to rubygems-thrift
PR: ports/163676
Approved by: gabor (mentor)
-rw-r--r-- | devel/ruby-thrift/Makefile | 33 | ||||
-rw-r--r-- | devel/ruby-thrift/pkg-descr | 3 | ||||
-rw-r--r-- | devel/ruby-thrift/pkg-plist | 41 |
3 files changed, 0 insertions, 77 deletions
diff --git a/devel/ruby-thrift/Makefile b/devel/ruby-thrift/Makefile deleted file mode 100644 index 833ea86581a7..000000000000 --- a/devel/ruby-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.6.1 -PORTEPOCH= 1 -CATEGORIES= devel -PKGNAMEPREFIX= ruby- -DISTFILES= - -MAINTAINER= komarov@valerka.net -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/ruby-thrift/pkg-descr b/devel/ruby-thrift/pkg-descr deleted file mode 100644 index 5bc0a5de8c4e..000000000000 --- a/devel/ruby-thrift/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ruby interface to Thrift. - -WWW: http://incubator.apache.org/thrift/ diff --git a/devel/ruby-thrift/pkg-plist b/devel/ruby-thrift/pkg-plist deleted file mode 100644 index f51729d9e1ff..000000000000 --- a/devel/ruby-thrift/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/thrift_native.so -%%RUBY_SITELIBDIR%%/thrift.rb -%%RUBY_SITELIBDIR%%/thrift/client.rb -%%RUBY_SITELIBDIR%%/thrift/core_ext.rb -%%RUBY_SITELIBDIR%%/thrift/core_ext/fixnum.rb -%%RUBY_SITELIBDIR%%/thrift/exceptions.rb -%%RUBY_SITELIBDIR%%/thrift/processor.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/struct.rb -%%RUBY_SITELIBDIR%%/thrift/struct_union.rb -%%RUBY_SITELIBDIR%%/thrift/thrift_native.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 -%%RUBY_SITELIBDIR%%/thrift/types.rb -%%RUBY_SITELIBDIR%%/thrift/union.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 |