git: 3f20b5ec8d75 - main - devel/rubygem-zstd-ruby: new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Aug 2022 12:10:37 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f20b5ec8d750440008b807046dcb71b24c8df90 commit 3f20b5ec8d750440008b807046dcb71b24c8df90 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2022-08-04 11:46:35 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2022-08-04 11:50:11 +0000 devel/rubygem-zstd-ruby: new port Ruby binding for zstd(Zstandard - Fast real-time compression algorithm) --- devel/Makefile | 1 + devel/rubygem-zstd-ruby/Makefile | 14 ++++++++++++++ devel/rubygem-zstd-ruby/distinfo | 3 +++ devel/rubygem-zstd-ruby/pkg-descr | 3 +++ 4 files changed, 21 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index d8c4db87f842..644f338ddc6f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7054,6 +7054,7 @@ SUBDIR += rubygem-zentest SUBDIR += rubygem-zhexdump SUBDIR += rubygem-zlib + SUBDIR += rubygem-zstd-ruby SUBDIR += rubymine SUBDIR += rudeconfig SUBDIR += rudiments diff --git a/devel/rubygem-zstd-ruby/Makefile b/devel/rubygem-zstd-ruby/Makefile new file mode 100644 index 000000000000..89bbe03d6e81 --- /dev/null +++ b/devel/rubygem-zstd-ruby/Makefile @@ -0,0 +1,14 @@ +PORTNAME= zstd-ruby +PORTVERSION= 1.5.2.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= rodrigo@FreeBSD.org +COMMENT= Ruby binding for zstd + +LICENSE= BSD3CLAUSE + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-zstd-ruby/distinfo b/devel/rubygem-zstd-ruby/distinfo new file mode 100644 index 000000000000..cc77ace6802e --- /dev/null +++ b/devel/rubygem-zstd-ruby/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1659559974 +SHA256 (rubygem/zstd-ruby-1.5.2.3.gem) = 6ddb3bd73ca3ed9c5d15107c4f3ce62aac270cc00046175586a9cc5814f617e3 +SIZE (rubygem/zstd-ruby-1.5.2.3.gem) = 441344 diff --git a/devel/rubygem-zstd-ruby/pkg-descr b/devel/rubygem-zstd-ruby/pkg-descr new file mode 100644 index 000000000000..745a6113523f --- /dev/null +++ b/devel/rubygem-zstd-ruby/pkg-descr @@ -0,0 +1,3 @@ +Ruby binding for zstd(Zstandard - Fast real-time compression algorithm) + +WWW: https://github.com/SpringMT/zstd-ruby