Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 17:08:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375586 - in head/net: . rubygem-t
Message-ID:  <201412251708.sBPH8rnn014999@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 25 17:08:52 2014
New Revision: 375586
URL: https://svnweb.freebsd.org/changeset/ports/375586
QAT: https://qat.redports.org/buildarchive/r375586/

Log:
  - 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

Added:
  head/net/rubygem-t/
  head/net/rubygem-t/Makefile   (contents, props changed)
  head/net/rubygem-t/distinfo   (contents, props changed)
  head/net/rubygem-t/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Dec 25 17:08:45 2014	(r375585)
+++ head/net/Makefile	Thu Dec 25 17:08:52 2014	(r375586)
@@ -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

Added: head/net/rubygem-t/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-t/Makefile	Thu Dec 25 17:08:52 2014	(r375586)
@@ -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>

Added: head/net/rubygem-t/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-t/distinfo	Thu Dec 25 17:08:52 2014	(r375586)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/t-2.8.0.gem) = 9455b540e30962bca10ff95a242300e1c99152170d52c5ec836a8344cf8a1651
+SIZE (rubygem/t-2.8.0.gem) = 28672

Added: head/net/rubygem-t/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-t/pkg-descr	Thu Dec 25 17:08:52 2014	(r375586)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412251708.sBPH8rnn014999>