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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup denilsonsa prettyping 1.0.1 v |
---|
7 | categories net |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | license MIT |
---|
11 | supported_archs noarch |
---|
12 | |
---|
13 | description prettier, more colorful, more compact, easier to read \ |
---|
14 | ping output |
---|
15 | |
---|
16 | long_description prettyping is a wrapper around the standard ping tool \ |
---|
17 | with the objective of making the output prettier, more \ |
---|
18 | colorful, more compact, and easier to read. prettyping \ |
---|
19 | runs the standard ping in the background and parses its \ |
---|
20 | output, showing the ping responses in a graphical way at \ |
---|
21 | the terminal (by using colors and Unicode characters). |
---|
22 | |
---|
23 | homepage http://denilsonsa.github.io/prettyping/ |
---|
24 | |
---|
25 | checksums rmd160 199a0f4558b666791ece9ef80e81bb87c1eb5afc \ |
---|
26 | sha256 4526d1fe920f05f952e3ebb83b89f7e134e0d202b14bbfc237ecfdd6076559d2 |
---|
27 | |
---|
28 | use_configure no |
---|
29 | |
---|
30 | build {} |
---|
31 | |
---|
32 | destroot { |
---|
33 | copy ${worksrcpath}/prettyping ${destroot}${prefix}/bin |
---|
34 | } |
---|