mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Twitter Client on Terminal with Twitter Streaming API.
WWW: http://rubygems.org/gems/earthquake PR: ports/168173 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
This commit is contained in:
parent
19f7d9b6d1
commit
872817b282
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297965
@ -148,6 +148,7 @@
|
||||
SUBDIR += qwit-devel
|
||||
SUBDIR += qxmpp
|
||||
SUBDIR += ramblercontacts
|
||||
SUBDIR += rubygem-earthquake
|
||||
SUBDIR += rubygem-termtter
|
||||
SUBDIR += rubygem-xmpp4r
|
||||
SUBDIR += sendxmpp
|
||||
|
32
net-im/rubygem-earthquake/Makefile
Normal file
32
net-im/rubygem-earthquake/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: rubygem-earthquake
|
||||
# Date created: 2012-05-21
|
||||
# Whom: Koichiro IWAO <meta+ports@vmeta.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= earthquake
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= net-im rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= meta+ports@vmeta.jp
|
||||
COMMENT= A terminal based twitter client with Twitter streaming API
|
||||
|
||||
RUN_DEPENDS= rubygem-twitter-stream>=0.1.15:${PORTSDIR}/net/rubygem-twitter-stream \
|
||||
rubygem-notify>=0.2.1:${PORTSDIR}/devel/rubygem-notify \
|
||||
rubygem-i18n>=0.6.0:${PORTSDIR}/devel/rubygem-i18n \
|
||||
rubygem-activesupport>=3.2.1:${PORTSDIR}/devel/rubygem-activesupport \
|
||||
rubygem-awesome_print>=1.0.2:${PORTSDIR}/devel/rubygem-awesome_print \
|
||||
rubygem-launchy>=2.0.5:${PORTSDIR}/devel/rubygem-launchy \
|
||||
rubygem-oauth>=0.4.5:${PORTSDIR}/net/rubygem-oauth \
|
||||
rubygem-twitter_oauth>=0.4.3:${PORTSDIR}/security/rubygem-twitter_oauth \
|
||||
rubygem-slop>=2.4.4:${PORTSDIR}/devel/rubygem-slop
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
USE_RAKE= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
PLIST_FILES= bin/earthquake
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-im/rubygem-earthquake/distinfo
Normal file
2
net-im/rubygem-earthquake/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/earthquake-0.9.0.gem) = 81d342bd78720138389a94d4cfa25e024237b888bdb7c2af059525abcb25df08
|
||||
SIZE (rubygem/earthquake-0.9.0.gem) = 18432
|
3
net-im/rubygem-earthquake/pkg-descr
Normal file
3
net-im/rubygem-earthquake/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Twitter Client on Terminal with Twitter Streaming API.
|
||||
|
||||
WWW: http://rubygems.org/gems/earthquake
|
Loading…
Reference in New Issue
Block a user