rubyzip is a ruby module for reading and writing zip files
rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.
rubyzip is a ruby module for reading and writing zip files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib.
To install rb-rubyzip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-rubyzip
To see what files were installed by rb-rubyzip, run:
port contents rb-rubyzip
To later upgrade rb-rubyzip, run:
sudo port selfupdate && sudo port upgrade rb-rubyzip
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.