1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Character encoding detecting library for Ruby using ICU.

WWW: http://github.com/brianmario/charlock_holmes
This commit is contained in:
Jun Kuriyama 2012-10-07 10:28:57 +00:00
parent cc0538bca8
commit 8467dc22c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305454
4 changed files with 25 additions and 0 deletions

View File

@ -1257,6 +1257,7 @@
SUBDIR += ruby-xslt
SUBDIR += rubygem-albino
SUBDIR += rubygem-augeas
SUBDIR += rubygem-charlock_holmes
SUBDIR += rubygem-coderay
SUBDIR += rubygem-colored
SUBDIR += rubygem-compass

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= charlock_holmes
PORTVERSION= 0.6.8
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for character encoding detection
LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include
PLIST_FILES= lib/ruby/gems/${RUBY_VER}/gems/charlock_holmes-${PORTVERSION}/ext/charlock_holmes/src/file-5.08/src/.libs/libmagic.la
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/charlock_holmes-0.6.8.gem) = 1f3af070aa98fe464413cbc29741b6e4cd986f50e3e4e895771ca91e74428361
SIZE (rubygem/charlock_holmes-0.6.8.gem) = 648192

View File

@ -0,0 +1,3 @@
Character encoding detecting library for Ruby using ICU.
WWW: http://github.com/brianmario/charlock_holmes