svn commit: r305454 - in head/textproc: . rubygem-charlock_holmes
Jun Kuriyama
kuriyama at FreeBSD.org
Sun Oct 7 10:28:58 UTC 2012
Author: kuriyama
Date: Sun Oct 7 10:28:57 2012
New Revision: 305454
URL: http://svn.freebsd.org/changeset/ports/305454
Log:
Character encoding detecting library for Ruby using ICU.
WWW: http://github.com/brianmario/charlock_holmes
Added:
head/textproc/rubygem-charlock_holmes/
head/textproc/rubygem-charlock_holmes/Makefile (contents, props changed)
head/textproc/rubygem-charlock_holmes/distinfo (contents, props changed)
head/textproc/rubygem-charlock_holmes/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Oct 7 10:26:43 2012 (r305453)
+++ head/textproc/Makefile Sun Oct 7 10:28:57 2012 (r305454)
@@ -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
Added: head/textproc/rubygem-charlock_holmes/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-charlock_holmes/Makefile Sun Oct 7 10:28:57 2012 (r305454)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= charlock_holmes
+PORTVERSION= 0.6.8
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= kuriyama at 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>
Added: head/textproc/rubygem-charlock_holmes/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-charlock_holmes/distinfo Sun Oct 7 10:28:57 2012 (r305454)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/charlock_holmes-0.6.8.gem) = 1f3af070aa98fe464413cbc29741b6e4cd986f50e3e4e895771ca91e74428361
+SIZE (rubygem/charlock_holmes-0.6.8.gem) = 648192
Added: head/textproc/rubygem-charlock_holmes/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-charlock_holmes/pkg-descr Sun Oct 7 10:28:57 2012 (r305454)
@@ -0,0 +1,3 @@
+Character encoding detecting library for Ruby using ICU.
+
+WWW: http://github.com/brianmario/charlock_holmes
More information about the svn-ports-head
mailing list