mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
archivers/rubygem-ruby-xz: create port
These are simple Ruby bindings for the liblzma library (http://tukaani.org/xz/), which is best known for the extreme compression ratio. Since FFI is used to implement the bindings, no compilation is needed and they should work with JRuby as well. WWW: http://quintus.github.io/ruby-xz
This commit is contained in:
parent
c8bcb7151f
commit
2491d1d69d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413879
@ -189,6 +189,7 @@
|
||||
SUBDIR += rubygem-bzip2-ruby
|
||||
SUBDIR += rubygem-libarchive
|
||||
SUBDIR += rubygem-minitar
|
||||
SUBDIR += rubygem-ruby-xz
|
||||
SUBDIR += rubygem-rubyzip
|
||||
SUBDIR += rubygem-rubyzip2
|
||||
SUBDIR += rvm
|
||||
|
15
archivers/rubygem-ruby-xz/Makefile
Normal file
15
archivers/rubygem-ruby-xz/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ruby-xz
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= archivers rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby bindings for the liblzma library
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
archivers/rubygem-ruby-xz/distinfo
Normal file
2
archivers/rubygem-ruby-xz/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/ruby-xz-0.2.2.gem) = 6c482a4743ddfbb9b4ef892338eac5ddf90ad1da79f2c5c4e74cbb513e413055
|
||||
SIZE (rubygem/ruby-xz-0.2.2.gem) = 20480
|
6
archivers/rubygem-ruby-xz/pkg-descr
Normal file
6
archivers/rubygem-ruby-xz/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
These are simple Ruby bindings for the liblzma library
|
||||
(http://tukaani.org/xz/), which is best known for the extreme compression
|
||||
ratio. Since FFI is used to implement the bindings, no compilation is needed
|
||||
and they should work with JRuby as well.
|
||||
|
||||
WWW: http://quintus.github.io/ruby-xz
|
Loading…
Reference in New Issue
Block a user