Ticket #47284: Portfile

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