[153172] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Mon Sep 26 01:52:27 PDT 2016


Revision: 153172
          https://trac.macports.org/changeset/153172
Author:   ryandesign at macports.org
Date:     2016-09-26 01:52:27 -0700 (Mon, 26 Sep 2016)
Log Message:
-----------
prettyping: new port, version 1.0.0

Resolves #51581

Added Paths:
-----------
    trunk/dports/net/prettyping/
    trunk/dports/net/prettyping/Portfile

Added: trunk/dports/net/prettyping/Portfile
===================================================================
--- trunk/dports/net/prettyping/Portfile	                        (rev 0)
+++ trunk/dports/net/prettyping/Portfile	2016-09-26 08:52:27 UTC (rev 153172)
@@ -0,0 +1,35 @@
+# -*- 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
+}


Property changes on: trunk/dports/net/prettyping/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160926/961ea080/attachment.html>


More information about the macports-changes mailing list