diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-09-26 20:57:24 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-09-26 20:57:24 +0000 |
commit | b7291bb130b1b2dd70485fb023be28605323223d (patch) | |
tree | ceaed915ef6cf469dbc13951eb05d1614293b47e /devel/rubygem-thrift | |
parent | 096d2a29e0e7c567057e397f385a6ef9e9c20de9 (diff) |
Add ruby-thrift 20070917, Ruby interface to thrift.
Notes
Notes:
svn path=/head/; revision=200146
Diffstat (limited to 'devel/rubygem-thrift')
-rw-r--r-- | devel/rubygem-thrift/Makefile | 26 | ||||
-rw-r--r-- | devel/rubygem-thrift/pkg-descr | 3 | ||||
-rw-r--r-- | devel/rubygem-thrift/pkg-plist | 10 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/rubygem-thrift/Makefile b/devel/rubygem-thrift/Makefile new file mode 100644 index 000000000000..f8454968e045 --- /dev/null +++ b/devel/rubygem-thrift/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: thrift +# Date created: 27 September 2007 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= thrift +PORTVERSION= 20070917 +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 + +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 new file mode 100644 index 000000000000..634be3a51ada --- /dev/null +++ b/devel/rubygem-thrift/pkg-descr @@ -0,0 +1,3 @@ +Ruby interface to Thrift. + +WWW: http://developers.facebook.com/thrift/ diff --git a/devel/rubygem-thrift/pkg-plist b/devel/rubygem-thrift/pkg-plist new file mode 100644 index 000000000000..17eb6129084a --- /dev/null +++ b/devel/rubygem-thrift/pkg-plist @@ -0,0 +1,10 @@ +%%RUBY_SITELIBDIR%%/thrift/thrift.rb +%%RUBY_SITELIBDIR%%/thrift/protocol/tbinaryprotocol.rb +%%RUBY_SITELIBDIR%%/thrift/protocol/tprotocol.rb +%%RUBY_SITELIBDIR%%/thrift/server/tserver.rb +%%RUBY_SITELIBDIR%%/thrift/transport/tsocket.rb +%%RUBY_SITELIBDIR%%/thrift/transport/ttransport.rb +@dirrm %%RUBY_SITELIBDIR%%/thrift/transport +@dirrm %%RUBY_SITELIBDIR%%/thrift/server +@dirrm %%RUBY_SITELIBDIR%%/thrift/protocol +@dirrm %%RUBY_SITELIBDIR%%/thrift |