# -*- 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
# $Id$

PortSystem          1.0
PortGroup           github 1.0

github.setup        denilsonsa prettyping 1.0.0 v
categories          net
platforms           darwin
maintainers         nomaintainer
license             MIT
supported_archs     noarch

description         prettier, more colorful, more compact, easier to read \
                    ping output

long_description    prettyping is a wrapper around the standard ping tool \
                    with the objective of making the output prettier, more \
                    colorful, more compact, and easier to read. prettyping \
                    runs the standard ping in the background and parses its \
                    output, showing the ping responses in a graphical way at \
                    the terminal (by using colors and Unicode characters).

homepage            http://denilsonsa.github.io/prettyping/

checksums           rmd160  e607608fc5bb687615f894411f06e893e7eb3946 \
                    sha256  b2d83ed0dcebc41510bbcd0fa0a1cdd0b326809a430de09d5317a47096c0f364

use_configure       no

build {}

destroot {
    copy ${worksrcpath}/prettyping ${destroot}${prefix}/bin
}