[152813] trunk/dports/net/bmon/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Sep 18 21:09:31 PDT 2016
Revision: 152813
https://trac.macports.org/changeset/152813
Author: ryandesign at macports.org
Date: 2016-09-18 21:09:30 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
bmon: whitespace changes / reformatting only
Modified Paths:
--------------
trunk/dports/net/bmon/Portfile
Modified: trunk/dports/net/bmon/Portfile
===================================================================
--- trunk/dports/net/bmon/Portfile 2016-09-19 03:59:32 UTC (rev 152812)
+++ trunk/dports/net/bmon/Portfile 2016-09-19 04:09:30 UTC (rev 152813)
@@ -2,32 +2,35 @@
PortSystem 1.0
-name bmon
-version 2.1.0
+name bmon
+version 2.1.0
revision 1
categories net
+platforms darwin
maintainers nomaintainer
-description An interface bandwidth monitor
-long_description bmon is a bandwidth monitor with multiple modes and \
- mrtg-like ascii diagram capability.
+
+description An interface bandwidth monitor
+
+long_description bmon is a bandwidth monitor with multiple modes and \
+ mrtg-like ascii diagram capability.
+
homepage http://people.suug.ch/~tgr/bmon
-platforms darwin
master_sites ${homepage}/files
-checksums md5 3111a027907016c0902d67350c619df6 \
- sha1 969084269f155583063832751fff5a22a6ac77e3 \
- rmd160 7e0a5e0a82bfd3dc30fec899088f2206a75796a0
+checksums md5 3111a027907016c0902d67350c619df6 \
+ sha1 969084269f155583063832751fff5a22a6ac77e3 \
+ rmd160 7e0a5e0a82bfd3dc30fec899088f2206a75796a0
-configure.args --mandir=${prefix}/share/man
+patchfiles patch-src-out_audio.c \
+ patch-src-out_xml_event.c
-patchfiles patch-src-out_audio.c patch-src-out_xml_event.c
+configure.args --mandir=${prefix}/share/man
-depends_lib port:ncurses
+depends_lib port:ncurses
-destroot { xinstall -m 755 -d ${destroot}${prefix}/bin
- xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
- file copy ${worksrcpath}/src/bmon \
- ${destroot}${prefix}/bin
- file copy ${worksrcpath}/man/bmon.1 \
- ${destroot}${prefix}/share/man/man1
+destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/bin
+ xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
+ file copy ${worksrcpath}/src/bmon ${destroot}${prefix}/bin
+ file copy ${worksrcpath}/man/bmon.1 ${destroot}${prefix}/share/man/man1
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160918/8b7b795d/attachment-0001.html>
More information about the macports-changes
mailing list