aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-t
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 /net/rubygem-t
parent9cfa542520e47511c6bd80807d269ae01fe59b2e (diff)
downloadports-46e3316ba21a3b25d4a38ba3637df515563d56f8.tar.gz
ports-46e3316ba21a3b25d4a38ba3637df515563d56f8.zip
- 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
Notes
Notes: svn path=/head/; revision=375586
Diffstat (limited to 'net/rubygem-t')
-rw-r--r--net/rubygem-t/Makefile27
-rw-r--r--net/rubygem-t/distinfo2
-rw-r--r--net/rubygem-t/pkg-descr6
3 files changed, 35 insertions, 0 deletions
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