From owner-svn-ports-all@FreeBSD.ORG Thu Dec 25 17:08:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78F7D160; Thu, 25 Dec 2014 17:08:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B4232460; Thu, 25 Dec 2014 17:08:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPH8shD015003; Thu, 25 Dec 2014 17:08:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPH8rnn014999; Thu, 25 Dec 2014 17:08:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412251708.sBPH8rnn014999@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 25 Dec 2014 17:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375586 - in head/net: . rubygem-t X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 17:08:54 -0000 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 +# $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 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