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