From owner-svn-ports-head@FreeBSD.ORG Fri May 8 15:55:18 2015 Return-Path: Delivered-To: svn-ports-head@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 6577EF95; Fri, 8 May 2015 15:55:18 +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 465DD1ABD; Fri, 8 May 2015 15:55:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48FtI7G042931; Fri, 8 May 2015 15:55:18 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48FtHOZ042925; Fri, 8 May 2015 15:55:17 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505081555.t48FtHOZ042925@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Fri, 8 May 2015 15:55:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385791 - in head/textproc: . rubygem-twitter-text X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 15:55:18 -0000 Author: mmoll Date: Fri May 8 15:55:16 2015 New Revision: 385791 URL: https://svnweb.freebsd.org/changeset/ports/385791 Log: new port: textproc/rubygem-twitter-text Ruby gem for handling of Twitter texts WWW: https://github.com/twitter/twitter-text PR: 199924 Differential Revision: https://reviews.freebsd.org/D2484 Submitted by: Torsten Zuehlsdorff Approved by: mat (mentor) Added: head/textproc/rubygem-twitter-text/ head/textproc/rubygem-twitter-text/Makefile (contents, props changed) head/textproc/rubygem-twitter-text/distinfo (contents, props changed) head/textproc/rubygem-twitter-text/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri May 8 15:51:17 2015 (r385790) +++ head/textproc/Makefile Fri May 8 15:55:16 2015 (r385791) @@ -1397,6 +1397,7 @@ SUBDIR += rubygem-terminal-table SUBDIR += rubygem-text SUBDIR += rubygem-tidy + SUBDIR += rubygem-twitter-text SUBDIR += rubygem-unf SUBDIR += rubygem-unf_ext SUBDIR += rubygem-version_sorter Added: head/textproc/rubygem-twitter-text/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-twitter-text/Makefile Fri May 8 15:55:16 2015 (r385791) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= twitter-text +PORTVERSION= 1.12.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby gem for handling of Twitter texts + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-unf>=0.1.0:${PORTSDIR}/textproc/rubygem-unf + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-twitter-text/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-twitter-text/distinfo Fri May 8 15:55:16 2015 (r385791) @@ -0,0 +1,2 @@ +SHA256 (rubygem/twitter-text-1.12.0.gem) = 1b5c0bd5db4b16e6eda1992385e86c40890496a709f28ead7ede98f9f7ba778a +SIZE (rubygem/twitter-text-1.12.0.gem) = 44032 Added: head/textproc/rubygem-twitter-text/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-twitter-text/pkg-descr Fri May 8 15:55:16 2015 (r385791) @@ -0,0 +1,7 @@ +A Ruby gem that provides text handling for Twitter messages. + +The main use cases for this gem are unified handling of +various auto-linking mechanisms and extraction of +usernames, lists, hashtags and URLs. + +WWW: https://github.com/twitter/twitter-text