aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-04-21 05:57:13 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-04-21 10:57:57 +0000
commit15fc62683381d822ab5f5b35b66009fcf63632fd (patch)
treedcfd22eb5f7bbd681bc03a1edaba85793a1a2233
parente47b43119c5d0367354238887bbc2e40e2ac76a9 (diff)
downloadports-15fc62683381d822ab5f5b35b66009fcf63632fd.tar.gz
ports-15fc62683381d822ab5f5b35b66009fcf63632fd.zip
www/gitlab: new ports required for gitlab 16.11.0
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-static_holmes/Makefile18
-rw-r--r--textproc/rubygem-static_holmes/distinfo3
-rw-r--r--textproc/rubygem-static_holmes/pkg-descr1
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.