[68065] trunk/dports/sysutils

jmr at macports.org jmr at macports.org
Tue May 25 20:38:42 PDT 2010


Revision: 68065
          http://trac.macports.org/changeset/68065
Author:   jmr at macports.org
Date:     2010-05-25 20:38:39 -0700 (Tue, 25 May 2010)
Log Message:
-----------
New port: crswallow, tool to filter or rate-limit text lines containing CR (#23305)

Added Paths:
-----------
    trunk/dports/sysutils/crswallow/
    trunk/dports/sysutils/crswallow/Portfile

Added: trunk/dports/sysutils/crswallow/Portfile
===================================================================
--- trunk/dports/sysutils/crswallow/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/crswallow/Portfile	2010-05-26 03:38:39 UTC (rev 68065)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                crswallow
+version             0.2
+categories          sysutils
+license             MPL-1.1 GPL-2.0+ LGPL-2.1+
+platforms           darwin
+maintainers         gmail.com:stefan.van.der.eijk openmaintainer
+
+description         filter or rate-limit text lines containing CR
+long_description    crswallow processes text lines passed in from stdin and \
+                    forwards most of them to stdout/stderr. Text lines which \
+                    contain the carriage return character (cr) are often \
+                    used by software to print progress information on a text \
+                    console. Some tools update the status very often, e.g. \
+                    mencoder may do so several hundred times per second. \
+                    Such output can be very disturbing when running software \
+                    over a remote terminal connection with low bandwidth. \
+                    The crswallow filter can limit status output to a single \
+                    update in a given time interval, for example once per \
+                    second.
+                                
+homepage            http://code.google.com/p/crswallow/
+master_sites        googlecode
+
+checksums           md5     f1a751c0ea8891ec1682d4ea209fc3b0 \
+                    sha1    96701106de01db3e4b46e799ff23b8537019410c \
+                    rmd160  781d40d2fd00eafdbe9076ec9dfbf40670beef2e
+
+worksrcdir          ${name}
+use_configure       no
+build.cmd           ${configure.cc}
+build.args          ${configure.cflags} ${configure.cc_archflags} -o ${name}
+build.target        ${name}.c
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/sysutils/crswallow/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/20100525/2a6dcfe2/attachment.html>


More information about the macports-changes mailing list