1 | # $Id: Portfile 69728 2010-07-14 19:50:40Z toby@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libarchive |
---|
6 | version 2.8.4 |
---|
7 | categories archivers |
---|
8 | maintainers toby |
---|
9 | description functions for reading and writing streaming archives |
---|
10 | long_description \ |
---|
11 | Libarchive is a programming library that can create and \ |
---|
12 | read several different streaming archive formats, including \ |
---|
13 | most popular tar variants and several cpio formats. It can \ |
---|
14 | also write shar archives. |
---|
15 | homepage http://code.google.com/p/libarchive/ |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | master_sites googlecode |
---|
19 | |
---|
20 | checksums md5 83b237a542f27969a8d68ac217dc3796 \ |
---|
21 | sha1 b9cc3bbd20bd71f996be9ec738f19fda8653f7af \ |
---|
22 | rmd160 4df65456c9026cdcf05b285db33518f4ff734c6e |
---|
23 | |
---|
24 | configure.args --disable-bsdtar --disable-bsdcpio \ |
---|
25 | --without-lzmadec --without-lzma |
---|
26 | |
---|
27 | livecheck.regex files/libarchive-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz |
---|