1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Unicode Normalization Form support library for CRuby.

Reviewed by:	swills
This commit is contained in:
MIHIRA Sanpei Yoshiro 2012-04-15 13:29:57 +00:00
parent b657ffaf81
commit 3745cb1ebf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294850
4 changed files with 25 additions and 0 deletions

View File

@ -1271,6 +1271,7 @@
SUBDIR += rubygem-termcolor
SUBDIR += rubygem-terminal-table
SUBDIR += rubygem-tidy
SUBDIR += rubygem-unf_ext
SUBDIR += rubygem-xml-simple
SUBDIR += rubygem-xslt
SUBDIR += rubygem-yard

View File

@ -0,0 +1,19 @@
# Ports collection makefile for: rubygem-unf_ext
# Date created: 31 Mar 2012
# Whom: MIHIRA Yoshiro <sanpei@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= unf_ext
PORTVERSION= 0.0.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Unicode Normalization Form support library for CRuby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/unf_ext-0.0.4.gem) = 257b89ad3bbb90ca1a1f32aedb75df955197125cbe8d9ffcc868c56072e39c6c
SIZE (rubygem/unf_ext-0.0.4.gem) = 396288

View File

@ -0,0 +1,3 @@
Unicode Normalization Form support library for CRuby.
WWW: https://github.com/knu/ruby-unf_ext