svn commit: r385791 - in head/textproc: . rubygem-twitter-text

Michael Moll mmoll at FreeBSD.org
Fri May 8 15:55:18 UTC 2015


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 <ports at toco-domains.de>
  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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list