You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.0 KiB
Tcl
26 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.branches 3.3 3.2 3.1 3.0 2.7 2.6 2.5 2.4
|
|
ruby.setup rubyzip 2.3.2 gem
|
|
revision 0
|
|
|
|
categories-append archivers
|
|
license {Ruby GPL-2}
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description rubyzip is a ruby module for reading and writing zip files
|
|
long_description \
|
|
{*}${description}, 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.
|
|
homepage https://github.com/rubyzip/rubyzip
|
|
|
|
checksums rmd160 f4b7707edb837fa2f893536d948804d72a3f2aa3 \
|
|
sha256 3f57e3935dc2255c414484fbf8d673b4909d8a6a57007ed754dde39342d2373f \
|
|
size 40448
|