# $Id: Portfile 117173 2014-02-18 10:16:22Z raimue@macports.org $

PortSystem      1.0
PortGroup       cmake 1.0

name            vramsteg
version         1.0.1
categories      sysutils devel
platforms       darwin
license         MIT
maintainers     raimue openmaintainer
description     Utility for displaying progress bars
long_description \
    Vramsteg, from the Swedish framsteg (progress), is a CLI progress bar \
    that can be used from any script language. It supports color, labels, \
    percentage completion, elapsed time and estimates.

homepage        http://tasktools.org/projects/vramsteg.html
master_sites    http://taskwarrior.org/download/

checksums       rmd160  c7003cf5ace54fedd8bff600eb6f2c1bfe9c157f \
                sha256  bc47e078079a845fa9c9cc5e4c9f4585402430ac6efc82ea6ff607506af8bdb9

livecheck.type  regex
livecheck.url   http://tasktools.org/index.html
livecheck.regex ${name}-(\\d+(\\.\\d+)+)\\.tar
