aboutsummaryrefslogtreecommitdiff
path: root/archivers/rubygem-ruby-xz
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.0Sunpoet Po-Chuan Hsieh2018-05-212-9/+5
| | | | | | | Changes: https://github.com/Quintus/ruby-xz/blob/master/HISTORY.rdoc Notes: svn path=/head/; revision=470550
* archivers/rubygem-ruby-xz: fix dependenciesSteve Wills2017-02-031-0/+5
| | | | Notes: svn path=/head/; revision=433254
* - Update to 0.2.3Sunpoet Po-Chuan Hsieh2016-04-282-3/+7
| | | | | | | | | | - Add LICENSE - Add NO_ARCH Changes: https://github.com/Quintus/ruby-xz/blob/master/HISTORY.rdoc Notes: svn path=/head/; revision=414211
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* archivers/rubygem-ruby-xz: create portSteve Wills2016-04-233-0/+23
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 Notes: svn path=/head/; revision=413879