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@toco-domains.de>
Approved by:	mat (mentor)
This commit is contained in:
Michael Moll 2015-05-08 15:55:16 +00:00
parent 45e69e5f99
commit 866cff1ada
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385791
4 changed files with 30 additions and 0 deletions

View file

@ -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

View file

@ -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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/twitter-text-1.12.0.gem) = 1b5c0bd5db4b16e6eda1992385e86c40890496a709f28ead7ede98f9f7ba778a
SIZE (rubygem/twitter-text-1.12.0.gem) = 44032

View file

@ -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