Date: Wed, 23 Nov 2022 18:37:49 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aec0b9091841 - main - devel/rubygem-xorcist: New port Message-ID: <202211231837.2ANIbnxT067768@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=aec0b9091841ca7eaa85afec47ac50e0f70910ed commit aec0b9091841ca7eaa85afec47ac50e0f70910ed Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-11-23 18:35:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-11-23 18:37:44 +0000 devel/rubygem-xorcist: New port Blazing-fast-cross-platform-monkey-patch-free string XOR. Yes, that means JRubys too. Supported platforms: MRI (v2+), JRuby (v9.2+), Truffle (v21+), Truffle+GraalVM (v21+). Sponsored by: Nepustil --- devel/Makefile | 1 + devel/rubygem-xorcist/Makefile | 15 +++++++++++++++ devel/rubygem-xorcist/distinfo | 3 +++ devel/rubygem-xorcist/pkg-descr | 5 +++++ 4 files changed, 24 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index de1f4b3a15ac..49b84f7f9478 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7179,6 +7179,7 @@ SUBDIR += rubygem-xdg3 SUBDIR += rubygem-xdg4 SUBDIR += rubygem-xdg5 + SUBDIR += rubygem-xorcist SUBDIR += rubygem-xpath SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yui-compressor diff --git a/devel/rubygem-xorcist/Makefile b/devel/rubygem-xorcist/Makefile new file mode 100644 index 000000000000..614c8b45a190 --- /dev/null +++ b/devel/rubygem-xorcist/Makefile @@ -0,0 +1,15 @@ +PORTNAME= xorcist +PORTVERSION= 1.1.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Blazing-fast-cross-platform-monkey-patch-free string XOR +WWW= https://github.com/fny/xorcist + +LICENSE= RUBY + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-xorcist/distinfo b/devel/rubygem-xorcist/distinfo new file mode 100644 index 000000000000..fcaa57d37b4d --- /dev/null +++ b/devel/rubygem-xorcist/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1669226852 +SHA256 (rubygem/xorcist-1.1.3.gem) = 690c97d9a3bb7271ee5cbfd739158f944496cb72fd0c1d55b2db31da918f6bb5 +SIZE (rubygem/xorcist-1.1.3.gem) = 6656 diff --git a/devel/rubygem-xorcist/pkg-descr b/devel/rubygem-xorcist/pkg-descr new file mode 100644 index 000000000000..4f798cc18932 --- /dev/null +++ b/devel/rubygem-xorcist/pkg-descr @@ -0,0 +1,5 @@ +Blazing-fast-cross-platform-monkey-patch-free string XOR. Yes, that means JRubys +too. + +Supported platforms: MRI (v2+), JRuby (v9.2+), Truffle (v21+), Truffle+GraalVM +(v21+).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211231837.2ANIbnxT067768>