Skip to content

Commit

Permalink
devel/rubygem-zstd-ruby: new port
Browse files Browse the repository at this point in the history
Ruby binding for zstd(Zstandard - Fast real-time compression algorithm)
  • Loading branch information
rosorio committed Aug 4, 2022
1 parent c87270d commit 3f20b5e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -7054,6 +7054,7 @@
SUBDIR += rubygem-zentest
SUBDIR += rubygem-zhexdump
SUBDIR += rubygem-zlib
SUBDIR += rubygem-zstd-ruby
SUBDIR += rubymine
SUBDIR += rudeconfig
SUBDIR += rudiments
Expand Down
14 changes: 14 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
3 changes: 3 additions & 0 deletions 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

0 comments on commit 3f20b5e

Please sign in to comment.