1 | # $Id: Portfile 106153 2013-05-17 03:23:31Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libzip |
---|
6 | version 0.11.1 |
---|
7 | categories archivers |
---|
8 | license BSD |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description libzip is a C library for reading, creating, and modifying zip archives. |
---|
12 | long_description This is a C library for reading, creating, and modifying zip archives.\ |
---|
13 | Files can be added from data buffers, files, or compressed data \ |
---|
14 | copied directly from other zip archives. Changes made without \ |
---|
15 | closing the archive can be reverted. |
---|
16 | homepage http://www.nih.at/libzip/ |
---|
17 | master_sites ${homepage} |
---|
18 | use_xz yes |
---|
19 | |
---|
20 | checksums rmd160 debf91c79b7aa39c1de8ed65b311ded2bb1b3201 \ |
---|
21 | sha256 65338688f157784c80824d222f779505416d066c701409f6aef6b886bcd856a4 |
---|
22 | |
---|
23 | depends_lib port:zlib |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.regex ${name}-(\[0-9.\]+)\\.tar |
---|