1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name deco-archive |
---|
7 | version 1.6 |
---|
8 | categories archivers |
---|
9 | license GPL-3 |
---|
10 | platforms darwin |
---|
11 | supported_archs noarch |
---|
12 | maintainers vt.edu:jpo openmaintainer |
---|
13 | description provides support for popular archive formats to deco |
---|
14 | long_description deco-archive provides support for popular archive formats \ |
---|
15 | to the deco file extraction framework. |
---|
16 | homepage http://hartlich.com/deco/archive/ |
---|
17 | master_sites ${homepage}download/ |
---|
18 | |
---|
19 | checksums rmd160 09482ab28c92e09161160f5240d0c967435074cd \ |
---|
20 | sha256 128253a1b232ac10993d7a20b6cb31dfc1f4ad9d9015b0483a33fb6ea558844d |
---|
21 | |
---|
22 | use_configure no |
---|
23 | build {} |
---|
24 | |
---|
25 | destroot.args PREFIX=${prefix} |
---|
26 | |
---|
27 | livecheck.type regex |
---|
28 | livecheck.url ${master_sites} |
---|
29 | livecheck.regex $name-(\\d+(?:\\.\\d+)*) |
---|