git: c28b3a0b3ce9 - main - devel/rubygem-xxhash: Add rubygem-xxash 0.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:08:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c28b3a0b3ce95e47b9397792902d16b32c82160f commit c28b3a0b3ce95e47b9397792902d16b32c82160f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:36:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:04:03 +0000 devel/rubygem-xxhash: Add rubygem-xxash 0.5.0 Ruby wrapper for xxHash --- devel/Makefile | 1 + devel/rubygem-xxhash/Makefile | 16 ++++++++++++++++ devel/rubygem-xxhash/distinfo | 3 +++ devel/rubygem-xxhash/pkg-descr | 1 + 4 files changed, 21 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 5fdd5d23f326..6e636eaa8a94 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7201,6 +7201,7 @@ SUBDIR += rubygem-xdg5 SUBDIR += rubygem-xorcist SUBDIR += rubygem-xpath + SUBDIR += rubygem-xxhash SUBDIR += rubygem-yajl-ruby SUBDIR += rubygem-yui-compressor SUBDIR += rubygem-zeitwerk diff --git a/devel/rubygem-xxhash/Makefile b/devel/rubygem-xxhash/Makefile new file mode 100644 index 000000000000..299d0df85ca8 --- /dev/null +++ b/devel/rubygem-xxhash/Makefile @@ -0,0 +1,16 @@ +PORTNAME= xxhash +PORTVERSION= 0.5.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby wrapper for xxHash lib +WWW= https://github.com/nashby/xxhash + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-xxhash/distinfo b/devel/rubygem-xxhash/distinfo new file mode 100644 index 000000000000..3d5978a295e6 --- /dev/null +++ b/devel/rubygem-xxhash/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1669057525 +SHA256 (rubygem/xxhash-0.5.0.gem) = b69fd71a0c9eee66cfecf96461b9019c40b48b644fc4ee40012b23339f546c7f +SIZE (rubygem/xxhash-0.5.0.gem) = 20480 diff --git a/devel/rubygem-xxhash/pkg-descr b/devel/rubygem-xxhash/pkg-descr new file mode 100644 index 000000000000..622bb8d10e81 --- /dev/null +++ b/devel/rubygem-xxhash/pkg-descr @@ -0,0 +1 @@ +Ruby wrapper for xxHash