Import rabbiter-2.0.0 as net/rabbiter.
Rabbiter receives comments from twitter and sends them to Rabbit. Rabbit shows them in your slides. It is very useful when you talk on public event.
This commit is contained in:
parent
9cbbfbd2b0
commit
156f92f193
4 changed files with 41 additions and 0 deletions
3
net/rabbiter/DESCR
Normal file
3
net/rabbiter/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Rabbiter receives comments from twitter and sends them to Rabbit.
|
||||
Rabbit shows them in your slides.
|
||||
It is very useful when you talk on public event.
|
28
net/rabbiter/Makefile
Normal file
28
net/rabbiter/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/03/16 13:28:10 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rabbiter-2.0.0
|
||||
CATEGORIES= net ruby
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYGEMS}
|
||||
EXTRACT_SUFX= .gem
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://rabbit-shocker.org/en/rabbiter/
|
||||
COMMENT= Twitter client for Rabbit
|
||||
LICENSE= gnu-gpl-v2 # or later
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rabbit>=2.0.0:../../graphics/rabbit
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=1.1.4:../../devel/ruby-gnome2-gio
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-twitter_oauth-[0-9]*:../../security/ruby-twitter_oauth
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream>=0.1.6:../../net/ruby-twitter-stream
|
||||
CONFLICTS+= ${RUBY_PKGPREFIX}-rabbit<2.0.0
|
||||
|
||||
USE_RUBY_SETUP= yes
|
||||
USE_RUBY_SETUP_PKG= yes
|
||||
|
||||
CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \
|
||||
--siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
|
||||
--siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
|
||||
|
||||
.include "../../lang/ruby/modules.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
net/rabbiter/PLIST
Normal file
5
net/rabbiter/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/03/16 13:28:10 obache Exp $
|
||||
bin/rabbiter
|
||||
${RUBY_VENDORLIB}/rabbiter.rb
|
||||
${RUBY_VENDORLIB}/rabbiter/gettext.rb
|
||||
${RUBY_VENDORLIB}/rabbiter/version.rb
|
5
net/rabbiter/distinfo
Normal file
5
net/rabbiter/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/03/16 13:28:10 obache Exp $
|
||||
|
||||
SHA1 (rabbiter-2.0.0.gem) = 778fbd71d5c9cc3fc2a309b87295a552bff8a3f9
|
||||
RMD160 (rabbiter-2.0.0.gem) = 330a835d152cc569bd4230520ca68b279eee90d2
|
||||
Size (rabbiter-2.0.0.gem) = 15872 bytes
|
Loading…
Reference in a new issue