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 rb25-rubyzip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb25-rubyzip
To see what files were installed by rb25-rubyzip, run:
port contents rb25-rubyzip
To later upgrade rb25-rubyzip, run:
sudo port selfupdate && sudo port upgrade rb25-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.