[47962] trunk/dports/net

snc at macports.org snc at macports.org
Wed Mar 11 11:48:05 PDT 2009


Revision: 47962
          http://trac.macports.org/changeset/47962
Author:   snc at macports.org
Date:     2009-03-11 11:48:05 -0700 (Wed, 11 Mar 2009)
Log Message:
-----------
created argus-clients, ticket #18792

Added Paths:
-----------
    trunk/dports/net/argus-clients/
    trunk/dports/net/argus-clients/Portfile

Added: trunk/dports/net/argus-clients/Portfile
===================================================================
--- trunk/dports/net/argus-clients/Portfile	                        (rev 0)
+++ trunk/dports/net/argus-clients/Portfile	2009-03-11 18:48:05 UTC (rev 47962)
@@ -0,0 +1,40 @@
+# -*- 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
+
+name            argus-clients
+version         3.0.0
+categories      net
+maintainers     googlemail.com:usx303 \
+                openmaintainer
+
+homepage        http://www.qosient.com/argus/
+description     Network Audit Record Generation and Utilization System
+long_description\
+    Argus is a real-time Flow Monitor that is designed to perform \
+    comprehensive IP network traffic auditing.
+
+platforms       darwin
+depends_lib     path:bin/perl:perl5
+
+master_sites    ftp://qosient.com/pub/argus/src/
+checksums       md5 69220c898c0a3ad612292eaecdec70d2\
+                sha1 d3055bed8050cc7e13f30c60ec17683e58d4e13c\
+                rmd160 eda4bcaec5ec53528feb2336e311abe719b7b438
+
+default_variants +graph
+
+variant graph description {Build ragraph (depends on rrdtool)} {
+    depends_lib-append port:rrdtool
+}
+
+post-destroot   {
+    file rename "${destroot}${prefix}/argus" "${destroot}${prefix}/share/argus"
+    file delete -force "${destroot}${prefix}/bin/argusbug"
+    if {[variant_isset graph]} {
+        reinplace "s|#! /usr/bin/perl|#! ${prefix}/bin/perl|" ${destroot}${prefix}/bin/ragraph
+    } else {
+        file delete -force "${destroot}${prefix}/bin/ragraph"
+    }
+}


Property changes on: trunk/dports/net/argus-clients/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090311/b06950f8/attachment.html>


More information about the macports-changes mailing list