aboutsummaryrefslogtreecommitdiff
path: root/archivers/rubygem-archive-zip
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-09-031-1/+1
| | | | Notes: svn path=/head/; revision=510990
* Take maintainershipSunpoet Po-Chuan Hsieh2019-08-121-1/+1
| | | | Notes: svn path=/head/; revision=508770
* Update to 0.12.0Sunpoet Po-Chuan Hsieh2019-07-012-6/+7
| | | | | | | Changes: https://github.com/javanthropus/archive-zip/blob/master/NEWS.md Notes: svn path=/head/; revision=505594
* Update to 0.11.0Sunpoet Po-Chuan Hsieh2018-01-292-4/+4
| | | | | | | Changes: https://github.com/javanthropus/archive-zip/blob/master/NEWS.md Notes: svn path=/head/; revision=460274
* Update to 0.10.0Sunpoet Po-Chuan Hsieh2017-09-052-4/+4
| | | | | | | Changes: https://github.com/javanthropus/archive-zip/blob/master/NEWS.md Notes: svn path=/head/; revision=449295
* archivers/rubygem-archive-zip: update to 0.9.0Steve Wills2016-12-272-3/+4
| | | | Notes: svn path=/head/; revision=429632
* 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
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to 0.8.0Sunpoet Po-Chuan Hsieh2016-01-172-3/+4
| | | | | | | | | | - Add NO_ARCH Changes: https://github.com/javanthropus/archive-zip/blob/master/NEWS.md Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406371
* - Update to 0.7.0TAKATSU Tomonari2014-09-092-4/+7
| | | | | | | | - Add LICENSE section - Pass maintainership to ruby@ Notes: svn path=/head/; revision=367753
* Support stageBaptiste Daroussin2014-01-051-1/+0
| | | | Notes: svn path=/head/; revision=338708
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Update to 0.6.0TAKATSU Tomonari2013-03-252-8/+4
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=315237
* - Update to 0.5.0TAKATSU Tomonari2012-03-082-3/+3
| | | | Notes: svn path=/head/; revision=292981
* - Point at the homepage consistently as defined by rubygems.orgPhilip M. Gollucci2011-12-201-1/+1
| | | | Notes: svn path=/head/; revision=287683
* - Fix depend versions according to rubygems.org [again]Philip M. Gollucci2011-11-021-1/+1
| | | | | | | | With Hat: ruby@ Tested by: P6 TB Full rubygem run Notes: svn path=/head/; revision=284931
* - Update to 0.4.0TAKATSU Tomonari2011-08-312-3/+3
| | | | Notes: svn path=/head/; revision=280839
* - Add a new port: archivers/rubygem-archive-zipTAKATSU Tomonari2011-08-063-0/+34
The Archive::Zip library intends to provide a simple, yet complete and Ruby-esque, interface to working with ZIP archives. Basic archive creation and extraction can be handled using only a few methods. More complex operations involving the manipulation of existing archives in place (adding, removing, and modifying entries) are also possible with a little more work. Even adding advanced features such as new compression codecs are supported with a moderate amount of effort. WWW: https://github.com/javanthropus/archive-zip Notes: svn path=/head/; revision=279004