summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-25 17:08:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-25 17:08:52 +0000
commit46e3316ba21a3b25d4a38ba3637df515563d56f8 (patch)
treea79adf4959b3a5a357254d1058e4259fef7c3d75
parent- Update to 5.13.0 (diff)
- 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
-rw-r--r--net/Makefile1
-rw-r--r--net/rubygem-t/Makefile27
-rw-r--r--net/rubygem-t/distinfo2
-rw-r--r--net/rubygem-t/pkg-descr6
4 files changed, 36 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 54fab77d143a..ede91bc4345e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/rubygem-t/Makefile b/net/rubygem-t/Makefile
new file mode 100644
index 000000000000..680ec9d464cf
--- /dev/null
+++ b/net/rubygem-t/Makefile
@@ -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>
diff --git a/net/rubygem-t/distinfo b/net/rubygem-t/distinfo
new file mode 100644
index 000000000000..696f02c4a597
--- /dev/null
+++ b/net/rubygem-t/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/t-2.8.0.gem) = 9455b540e30962bca10ff95a242300e1c99152170d52c5ec836a8344cf8a1651
+SIZE (rubygem/t-2.8.0.gem) = 28672
diff --git a/net/rubygem-t/pkg-descr b/net/rubygem-t/pkg-descr
new file mode 100644
index 000000000000..6f2ad07c8e57
--- /dev/null
+++ b/net/rubygem-t/pkg-descr
@@ -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