Add rubygem-emoji_regex 3.0.0

Ruby Emoji Regex provides a pair of Ruby regular expressions for matching
Unicode Emoji symbols.

This is based upon the fantastic work from Mathias Bynens' emoji-regex
Javascript package. emoji-regex is cleverly assembled based upon data from the
Unicode Consortium.

The regular expressions provided herein are derived from that pacakge.

WWW: https://github.com/ticky/ruby-emoji-regex
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-19 12:40:50 +00:00
parent a2259ffb33
commit 12be5bfc28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548972
4 changed files with 34 additions and 0 deletions

View file

@ -5962,6 +5962,7 @@
SUBDIR += rubygem-ecma-re-validator SUBDIR += rubygem-ecma-re-validator
SUBDIR += rubygem-edavis10-object_daddy SUBDIR += rubygem-edavis10-object_daddy
SUBDIR += rubygem-elif SUBDIR += rubygem-elif
SUBDIR += rubygem-emoji_regex
SUBDIR += rubygem-english SUBDIR += rubygem-english
SUBDIR += rubygem-enumerize SUBDIR += rubygem-enumerize
SUBDIR += rubygem-equalizer SUBDIR += rubygem-equalizer

View file

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= emoji_regex
PORTVERSION= 3.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Regular expressions for matching Unicode Emoji symbols
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1600177142
SHA256 (rubygem/emoji_regex-3.0.0.gem) = 4345810c2352853a4f3aa210e83b0e1451b88869dfbb65ed703ea2edcc2b5456
SIZE (rubygem/emoji_regex-3.0.0.gem) = 8704

View file

@ -0,0 +1,10 @@
Ruby Emoji Regex provides a pair of Ruby regular expressions for matching
Unicode Emoji symbols.
This is based upon the fantastic work from Mathias Bynens' emoji-regex
Javascript package. emoji-regex is cleverly assembled based upon data from the
Unicode Consortium.
The regular expressions provided herein are derived from that pacakge.
WWW: https://github.com/ticky/ruby-emoji-regex