[130216] trunk/dports/sysutils
khindenburg at macports.org
khindenburg at macports.org
Sun Dec 28 16:02:59 PST 2014
Revision: 130216
https://trac.macports.org/changeset/130216
Author: khindenburg at macports.org
Date: 2014-12-28 16:02:59 -0800 (Sun, 28 Dec 2014)
Log Message:
-----------
andatool: new port #43787
Added Paths:
-----------
trunk/dports/sysutils/andatool/
trunk/dports/sysutils/andatool/Portfile
Added: trunk/dports/sysutils/andatool/Portfile
===================================================================
--- trunk/dports/sysutils/andatool/Portfile (rev 0)
+++ trunk/dports/sysutils/andatool/Portfile 2014-12-29 00:02:59 UTC (rev 130216)
@@ -0,0 +1,41 @@
+# -*- 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 andatool
+version 0.8
+categories sysutils
+license GPL-2
+maintainers gmail.com:mschamschula openmaintainer
+platforms darwin
+description Andatool displays in realtime how often regular expressions match
+long_description Andatool displays in realtime how often one or more regular \
+ expressions match with what scrolls-by in a logfile. That way you can see \
+ quickly, for example, what firewall-rules get triggered most.
+
+homepage http://www.vanheusden.com/andatool/
+master_sites ${homepage}
+
+checksums rmd160 451ff667748b3963df0f65f5d1b57e98a356810a \
+ sha256 3bc399e1afae6648fa9596a01f5e42888439f7bfa3af319358b4928aed0e8051
+extract.suffix .tgz
+
+depends_lib port:ncurses
+
+use_configure no
+
+variant universal {}
+
+build.args CC="${configure.cc} [get_canonical_archflags cc]"
+
+eval destroot.args ${build.args}
+
+pre-build {
+ reinplace "s|\$(DESTDIR)/usr/|\$(DESTDIR)${prefix}/|g" \
+ ${worksrcpath}/Makefile
+ }
+
+livecheck.type regex
+livecheck.regex ${name}-(\[0-9.]+)${extract.suffix}
+
Property changes on: trunk/dports/sysutils/andatool/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/20141228/b10aa00e/attachment.html>
More information about the macports-changes
mailing list