- Add new port: www/rubygem-em-twitter
EM-Twitter is an EventMachine-based ruby client for the Twitter Streaming API. WWW: https://github.com/spagalloco/em-twitter
This commit is contained in:
parent
e5380f82a7
commit
3ddf0bf4bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313070
@ -1713,6 +1713,7 @@
|
||||
SUBDIR += rubygem-domainatrix
|
||||
SUBDIR += rubygem-em-http-request
|
||||
SUBDIR += rubygem-em-socksify
|
||||
SUBDIR += rubygem-em-twitter
|
||||
SUBDIR += rubygem-em-websocket
|
||||
SUBDIR += rubygem-emk-sinatra-url-for
|
||||
SUBDIR += rubygem-erubis
|
||||
|
20
www/rubygem-em-twitter/Makefile
Normal file
20
www/rubygem-em-twitter/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= em-twitter
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Twitter Streaming API client for EventMachine
|
||||
|
||||
RUN_DEPENDS= rubygem-eventmachine>=1.0.0:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||
rubygem-http_parser.rb>=0.5:${PORTSDIR}/net/rubygem-http_parser.rb \
|
||||
rubygem-simple_oauth>=0.1:${PORTSDIR}/net/rubygem-simple_oauth
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-em-twitter/distinfo
Normal file
2
www/rubygem-em-twitter/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/em-twitter-0.2.1.gem) = 992720e49695805244c1c6caf849891760ac28bd081b1cd86a873ff7d952d6fe
|
||||
SIZE (rubygem/em-twitter-0.2.1.gem) = 17920
|
4
www/rubygem-em-twitter/pkg-descr
Normal file
4
www/rubygem-em-twitter/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
EM-Twitter is an EventMachine-based ruby client for the Twitter
|
||||
Streaming API.
|
||||
|
||||
WWW: https://github.com/spagalloco/em-twitter
|
Loading…
Reference in New Issue
Block a user