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:
parent
cc0538bca8
commit
8467dc22c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305454
@ -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
|
||||
|
19
textproc/rubygem-charlock_holmes/Makefile
Normal file
19
textproc/rubygem-charlock_holmes/Makefile
Normal 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>
|
2
textproc/rubygem-charlock_holmes/distinfo
Normal file
2
textproc/rubygem-charlock_holmes/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/charlock_holmes-0.6.8.gem) = 1f3af070aa98fe464413cbc29741b6e4cd986f50e3e4e895771ca91e74428361
|
||||
SIZE (rubygem/charlock_holmes-0.6.8.gem) = 648192
|
3
textproc/rubygem-charlock_holmes/pkg-descr
Normal file
3
textproc/rubygem-charlock_holmes/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Character encoding detecting library for Ruby using ICU.
|
||||
|
||||
WWW: http://github.com/brianmario/charlock_holmes
|
Loading…
Reference in New Issue
Block a user