diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-static_holmes/Makefile | 18 | ||||
-rw-r--r-- | textproc/rubygem-static_holmes/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-static_holmes/pkg-descr | 1 |
4 files changed, 23 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8906ad5be507..a48c152049ca 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1916,6 +1916,7 @@ SUBDIR += rubygem-sixarm_ruby_unaccent SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp + SUBDIR += rubygem-static_holmes SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table diff --git a/textproc/rubygem-static_holmes/Makefile b/textproc/rubygem-static_holmes/Makefile new file mode 100644 index 000000000000..b0912b30877c --- /dev/null +++ b/textproc/rubygem-static_holmes/Makefile @@ -0,0 +1,18 @@ +PORTNAME= static_holmes +DISTVERSION= 0.7.7 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Gems for character encoding detection +WWW= https://gitlab.com/gitlab-org/ruby/gems/charlock_holmes + +LICENSE= MIT + +LIB_DEPENDS= libicui18n.so:devel/icu + +USES= gem + +CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include + +.include <bsd.port.mk> diff --git a/textproc/rubygem-static_holmes/distinfo b/textproc/rubygem-static_holmes/distinfo new file mode 100644 index 000000000000..4caaee0cbccc --- /dev/null +++ b/textproc/rubygem-static_holmes/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1713290151 +SHA256 (rubygem/static_holmes-0.7.7.gem) = 87c426d821728915518444342aaac58d078b359e0f4a34e4e0516b0daadc8207 +SIZE (rubygem/static_holmes-0.7.7.gem) = 11264 diff --git a/textproc/rubygem-static_holmes/pkg-descr b/textproc/rubygem-static_holmes/pkg-descr new file mode 100644 index 000000000000..6f7a69a1590d --- /dev/null +++ b/textproc/rubygem-static_holmes/pkg-descr @@ -0,0 +1 @@ +Character encoding detecting library for Ruby using ICU. |