<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[143408] trunk/dports/net/nrg/Portfile</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/143408">143408</a></dd>
<dt>Author</dt> <dd>mojca@macports.org</dd>
<dt>Date</dt> <dd>2015-12-12 01:26:02 -0800 (Sat, 12 Dec 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>nrg: whitespace, first line, checksums only</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportsnetnrgPortfile">trunk/dports/net/nrg/Portfile</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsnetnrgPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/net/nrg/Portfile (143407 => 143408)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/net/nrg/Portfile        2015-12-12 09:21:09 UTC (rev 143407)
+++ trunk/dports/net/nrg/Portfile        2015-12-12 09:26:02 UTC (rev 143408)
</span><span class="lines">@@ -1,52 +1,58 @@
</span><ins>+# -*- 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
</ins><span class="cx"> # $Id$
</span><span class="cx"> 
</span><del>-PortSystem        1.0
</del><ins>+PortSystem          1.0
</ins><span class="cx"> 
</span><del>-name                                nrg
-version                                0.99.27
</del><ins>+name                nrg
+version             0.99.27
</ins><span class="cx"> revision            2
</span><del>-categories                        net
-maintainers                        nomaintainer
-platforms                        darwin
</del><ins>+categories          net
+maintainers         nomaintainer
+platforms           darwin
</ins><span class="cx"> 
</span><del>-description                        Network Resource Grapher
</del><ins>+description         Network Resource Grapher
</ins><span class="cx"> 
</span><del>-long_description                NRG is an RRDtool front-end tool to monitor traffic and load \
-                                on network links or any other resource utilization source.  It \
-                                automatically creates and maintains web pages and RRDtool databases, \
-                                while providing short and long-term graph web pages just like MRTG.
</del><ins>+long_description    NRG is an RRDtool front-end tool to monitor traffic and load \
+                    on network links or any other resource utilization source.  It \
+                    automatically creates and maintains web pages and RRDtool databases, \
+                    while providing short and long-term graph web pages just like MRTG.
</ins><span class="cx"> 
</span><del>-homepage                        http://ginseng.hep.wisc.edu/NRG/
-master_sites                        ftp://noc.hep.wisc.edu/src/nrg/ \
-                                ftp://noc.hep.wisc.edu/pub/src/nrg/
-checksums                        md5 c38e6b27bc99f8f7fd825bc6e1a44f68
-depends_lib                        port:rrdtool port:p5.16-time-hires
-patchfiles                        patch-nrg-discover-tcp.in.diff \
-                                patch-roverpingd-send.c.diff
</del><ins>+homepage            http://ginseng.hep.wisc.edu/NRG/
+master_sites        ftp://noc.hep.wisc.edu/src/nrg/ \
+                    ftp://noc.hep.wisc.edu/pub/src/nrg/
</ins><span class="cx"> 
</span><del>-configure.perl                        ${prefix}/bin/perl5.16
</del><ins>+checksums           rmd160  1192ce02d14447abdcff994671693eeb4ca67e28 \
+                    sha256  ef851705f9ebd2bf55892823f258c7cffc079ae0276df4f40860c520262971c2
</ins><span class="cx"> 
</span><del>-configure.pre_args                --prefix=${prefix}/var/${name}
</del><ins>+depends_lib         port:rrdtool \
+                    port:p5.16-time-hires
</ins><span class="cx"> 
</span><del>-configure.args                       --bindir=${prefix}/bin \
-                                --sysconfdir=${prefix}/etc/${name} \
-                                --datadir=${prefix}/share \
-                                --build=powerpc-unknown-freebsd \
-                                CFLAGS=&quot;-D__FreeBSD__&quot;
</del><ins>+patchfiles          patch-nrg-discover-tcp.in.diff \
+                    patch-roverpingd-send.c.diff
</ins><span class="cx"> 
</span><ins>+configure.perl      ${prefix}/bin/perl5.16
+
+configure.pre_args  --prefix=${prefix}/var/${name}
+
+configure.args      --bindir=${prefix}/bin \
+                    --sysconfdir=${prefix}/etc/${name} \
+                    --datadir=${prefix}/share \
+                    --build=powerpc-unknown-freebsd \
+                    CFLAGS=&quot;-D__FreeBSD__&quot;
+
</ins><span class="cx"> platform i386 {
</span><del>-        configure.args-delete        --build=powerpc-unknown-freebsd
-        configure.args-append   --build=i386-unknown-freebsd
</del><ins>+    configure.args-delete   --build=powerpc-unknown-freebsd
+    configure.args-append   --build=i386-unknown-freebsd
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> variant pingd_server description {pingd daemon to graph network latency with NRG} {
</span><del>-        startupitem.create        yes
-        startupitem.name        pingd
-        startupitem.executable        &quot;${prefix}/bin/pingd&quot;
</del><ins>+    startupitem.create      yes
+    startupitem.name        pingd
+    startupitem.executable  &quot;${prefix}/bin/pingd&quot;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-build.target                    pingd
-destroot.target                 install.pingd install
</del><ins>+build.target                pingd
+destroot.target             install.pingd install
</ins><span class="cx"> 
</span><span class="cx"> # Maintain empty directories
</span><span class="cx"> destroot.keepdirs ${destroot}${prefix}/var/${name}/archive
</span><span class="lines">@@ -54,47 +60,47 @@
</span><span class="cx"> post-patch {
</span><span class="cx"> 
</span><span class="cx"> ### Path fixes ###
</span><del>-        reinplace &quot;s|@prefix@/bin|@bindir@|g&quot; \
-                ${worksrcpath}/examples/NRG.mconf.in \
-                ${worksrcpath}/src/nrg-spiketrimmer.in
</del><ins>+    reinplace &quot;s|@prefix@/bin|@bindir@|g&quot; \
+        ${worksrcpath}/examples/NRG.mconf.in \
+        ${worksrcpath}/src/nrg-spiketrimmer.in
</ins><span class="cx"> 
</span><del>-        reinplace &quot;s|@prefix@/bin|@bindir@|g&quot; \
-                {*}[glob ${worksrcpath}/templates/*.in]
</del><ins>+    reinplace &quot;s|@prefix@/bin|@bindir@|g&quot; \
+        {*}[glob ${worksrcpath}/templates/*.in]
</ins><span class="cx"> 
</span><span class="cx"> #### Make NRG page title the way I want it ####
</span><del>-       reinplace &quot;s|Somesite's NRG Home Page|NRG Home Page|g&quot; \
-               &quot;${worksrcpath}/examples/Makefile.ops.in&quot;
</del><ins>+    reinplace &quot;s|Somesite's NRG Home Page|NRG Home Page|g&quot; \
+        &quot;${worksrcpath}/examples/Makefile.ops.in&quot;
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> #### Fix paths for proper destrooting ####
</span><del>-        reinplace &quot;s|exec_prefix = @prefix@|exec_prefix = ${destroot}@prefix@|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|prefix = @prefix@|prefix = ${destroot}@prefix@|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|BIN_DIR = @bindir@|BIN_DIR = ${destroot}@bindir@|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|ETC_DIR = @sysconfdir@|ETC_DIR = ${destroot}@sysconfdir@|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|TEMPLATE_DIR = \${prefix}/templates|TEMPLATE_DIR = ${destroot}@prefix@/templates|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|EXAMPLE_DIR = \${prefix}/examples|EXAMPLE_DIR = ${destroot}@datadir@/doc/nrg/examples|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|HTML_DIR = \${prefix}/html|HTML_DIR = ${destroot}@datadir@/doc/nrg/html|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|ARCHIVE_DIR = \${prefix}/archive|ARCHIVE_DIR = ${destroot}@prefix@/archive|g&quot; \
-                ${worksrcpath}/Makefile.in
-        reinplace &quot;s|CONTRIB_DIR = \${prefix}/contrib|CONTRIB_DIR = ${destroot}@datadir@/doc/nrg/contrib|g&quot; \
-                ${worksrcpath}/Makefile.in
</del><ins>+    reinplace &quot;s|exec_prefix = @prefix@|exec_prefix = ${destroot}@prefix@|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|prefix = @prefix@|prefix = ${destroot}@prefix@|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|BIN_DIR = @bindir@|BIN_DIR = ${destroot}@bindir@|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|ETC_DIR = @sysconfdir@|ETC_DIR = ${destroot}@sysconfdir@|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|TEMPLATE_DIR = \${prefix}/templates|TEMPLATE_DIR = ${destroot}@prefix@/templates|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|EXAMPLE_DIR = \${prefix}/examples|EXAMPLE_DIR = ${destroot}@datadir@/doc/nrg/examples|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|HTML_DIR = \${prefix}/html|HTML_DIR = ${destroot}@datadir@/doc/nrg/html|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|ARCHIVE_DIR = \${prefix}/archive|ARCHIVE_DIR = ${destroot}@prefix@/archive|g&quot; \
+        ${worksrcpath}/Makefile.in
+    reinplace &quot;s|CONTRIB_DIR = \${prefix}/contrib|CONTRIB_DIR = ${destroot}@datadir@/doc/nrg/contrib|g&quot; \
+        ${worksrcpath}/Makefile.in
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> post-destroot {
</span><span class="cx"> # Install images to \${prefix}/var/nrg/web/icons
</span><del>-        xinstall -d -m 755 ${destroot}${prefix}/var/${name}/web/icons
-        xinstall -m 755 {*}[glob ${worksrcpath}/images/*.*] ${destroot}${prefix}/var/${name}/web/icons
</del><ins>+    xinstall -d -m 755 ${destroot}${prefix}/var/${name}/web/icons
+    xinstall -m 755 {*}[glob ${worksrcpath}/images/*.*] ${destroot}${prefix}/var/${name}/web/icons
</ins><span class="cx"> 
</span><span class="cx"> # Rename Site.mconf so graphed devices won't get rewritten on port upgrades
</span><del>-        move ${destroot}${prefix}/var/${name}/Site.mconf \
-                ${destroot}${prefix}/var/${name}/Site.mconf.sample
</del><ins>+    move ${destroot}${prefix}/var/${name}/Site.mconf \
+        ${destroot}${prefix}/var/${name}/Site.mconf.sample
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> notes \
</span><span class="lines">@@ -107,23 +113,23 @@
</span><span class="cx"> 2) Modify your httpd.conf file for NRG graph pages:
</span><span class="cx"> 
</span><span class="cx"> Uncomment lines:   AddHandler cgi-script .cgi
</span><del>-                   LoadModule expires_module   libexec/httpd/mod_expires.so
-                   AddModule mod_expires.c
</del><ins>+           LoadModule expires_module   libexec/httpd/mod_expires.so
+           AddModule mod_expires.c
</ins><span class="cx"> 
</span><del>-Add directives:           &lt;Directory /my-Apache-document-root/nrg&gt;
-                      Options ExecCGI
-                   &lt;/Directory&gt;
</del><ins>+Add directives:    &lt;Directory /my-Apache-document-root/nrg&gt;
+              Options ExecCGI
+           &lt;/Directory&gt;
</ins><span class="cx"> 
</span><del>-                   &lt;Files \&quot;*.gif\&quot;&gt;
-                      ExpiresActive On
-                      ExpiresDefault M5
-                   &lt;/Files&gt;
</del><ins>+           &lt;Files \&quot;*.gif\&quot;&gt;
+              ExpiresActive On
+              ExpiresDefault M5
+           &lt;/Files&gt;
</ins><span class="cx"> 
</span><span class="cx"> Change the Apache user and group to the NRG user and group so Apache will
</span><span class="cx"> have permissions to create graphs when you click an RRD file link.
</span><span class="cx"> 
</span><del>-                   User &lt;nrg-user&gt;
-                   Group &lt;nrg-group&gt;
</del><ins>+           User &lt;nrg-user&gt;
+           Group &lt;nrg-group&gt;
</ins><span class="cx"> 
</span><span class="cx"> 3) Change the web root variables at the top of files Makefile and Site.mconf
</span><span class="cx">    in directory ${prefix}/var/${name} to your Apache document root location.
</span></span></pre>
</div>
</div>

</body>
</html>