mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Add rubygem-t 2.8.0
t is a command-line power tool for Twitter. The CLI takes syntactic cues from the Twitter SMS commands, but it offers vastly more commands and capabilities than are available via SMS. WWW: http://sferik.github.io/t RG: https://rubygems.org/gems/t
This commit is contained in:
parent
9cfa542520
commit
46e3316ba2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375586
@ -1064,6 +1064,7 @@
|
||||
SUBDIR += rubygem-rye
|
||||
SUBDIR += rubygem-simple_oauth
|
||||
SUBDIR += rubygem-stompserver
|
||||
SUBDIR += rubygem-t
|
||||
SUBDIR += rubygem-tweetstream
|
||||
SUBDIR += rubygem-twitter
|
||||
SUBDIR += rubygem-twitter-stream
|
||||
|
27
net/rubygem-t/Makefile
Normal file
27
net/rubygem-t/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= t
|
||||
PORTVERSION= 2.8.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Command-line power tool for Twitter
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-geokit>=1.8.3:${PORTSDIR}/graphics/rubygem-geokit \
|
||||
rubygem-htmlentities>=4.3:${PORTSDIR}/textproc/rubygem-htmlentities \
|
||||
rubygem-launchy>=2.4:${PORTSDIR}/devel/rubygem-launchy \
|
||||
rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
|
||||
rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \
|
||||
rubygem-twitter>=5.12:${PORTSDIR}/net/rubygem-twitter
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/t
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-t/distinfo
Normal file
2
net/rubygem-t/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/t-2.8.0.gem) = 9455b540e30962bca10ff95a242300e1c99152170d52c5ec836a8344cf8a1651
|
||||
SIZE (rubygem/t-2.8.0.gem) = 28672
|
6
net/rubygem-t/pkg-descr
Normal file
6
net/rubygem-t/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
t is a command-line power tool for Twitter. The CLI takes syntactic cues from
|
||||
the Twitter SMS commands, but it offers vastly more commands and capabilities
|
||||
than are available via SMS.
|
||||
|
||||
WWW: http://sferik.github.io/t
|
||||
RG: https://rubygems.org/gems/t
|
Loading…
Reference in New Issue
Block a user