Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -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 Index: textproc/rubygem-twitter-text/Makefile =================================================================== --- /dev/null +++ textproc/rubygem-twitter-text/Makefile @@ -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 Index: textproc/rubygem-twitter-text/distinfo =================================================================== --- /dev/null +++ textproc/rubygem-twitter-text/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/twitter-text-1.12.0.gem) = 1b5c0bd5db4b16e6eda1992385e86c40890496a709f28ead7ede98f9f7ba778a +SIZE (rubygem/twitter-text-1.12.0.gem) = 44032 Index: textproc/rubygem-twitter-text/pkg-descr =================================================================== --- /dev/null +++ textproc/rubygem-twitter-text/pkg-descr @@ -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