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:
parent
b657ffaf81
commit
3745cb1ebf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294850
@ -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
|
||||
|
19
textproc/rubygem-unf_ext/Makefile
Normal file
19
textproc/rubygem-unf_ext/Makefile
Normal 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>
|
2
textproc/rubygem-unf_ext/distinfo
Normal file
2
textproc/rubygem-unf_ext/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/unf_ext-0.0.4.gem) = 257b89ad3bbb90ca1a1f32aedb75df955197125cbe8d9ffcc868c56072e39c6c
|
||||
SIZE (rubygem/unf_ext-0.0.4.gem) = 396288
|
3
textproc/rubygem-unf_ext/pkg-descr
Normal file
3
textproc/rubygem-unf_ext/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Unicode Normalization Form support library for CRuby.
|
||||
|
||||
WWW: https://github.com/knu/ruby-unf_ext
|
Loading…
Reference in New Issue
Block a user