[95761] trunk/dports/sysutils/pv/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Jul 21 09:14:54 PDT 2012
Revision: 95761
https://trac.macports.org/changeset/95761
Author: ryandesign at macports.org
Date: 2012-07-21 09:14:54 -0700 (Sat, 21 Jul 2012)
Log Message:
-----------
pv: whitespace / formatting changes / add modeline (#35003)
Modified Paths:
--------------
trunk/dports/sysutils/pv/Portfile
Modified: trunk/dports/sysutils/pv/Portfile
===================================================================
--- trunk/dports/sysutils/pv/Portfile 2012-07-21 16:14:36 UTC (rev 95760)
+++ trunk/dports/sysutils/pv/Portfile 2012-07-21 16:14:54 UTC (rev 95761)
@@ -1,32 +1,39 @@
+# -*- 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
-PortGroup muniversal 1.0
+PortSystem 1.0
+PortGroup muniversal 1.0
-name pv
-version 1.2.0
-categories sysutils
-platforms darwin
-maintainers gmail.com:meissnem
-license Apache-2.0
+name pv
+version 1.2.0
+categories sysutils
+platforms darwin
+maintainers gmail.com:meissnem
+license Apache-2.0
-description monitor the progress of data through a pipe
-long_description \
- pv - Pipe Viewer - is a terminal-based tool for monitoring \
- the progress of data through a pipeline. It can be inserted \
- into any normal pipeline between two processes to give a \
- visual indication of how quickly data is passing through, \
- how long it has taken, how near to completion it is, and an \
- estimate of how long it will be until completion.
-homepage http://www.ivarch.com/programs/pv.shtml
-master_sites googlecode:pipeviewer
-use_bzip2 yes
+description monitor the progress of data through a pipe
+
+long_description pv - Pipe Viewer - is a terminal-based tool for monitoring \
+ the progress of data through a pipeline. It can be \
+ inserted into any normal pipeline between two processes to \
+ give a visual indication of how quickly data is passing \
+ through, how long it has taken, how near to completion it \
+ is, and an estimate of how long it will be until completion.
+
+homepage http://www.ivarch.com/programs/pv.shtml
+master_sites googlecode:pipeviewer
+
+use_bzip2 yes
+
checksums md5 67aedf6dbcd068d5feeaa76156153f4f \
sha1 bb921bca55347a1b7c6f74ce6b70cff0325499d7 \
rmd160 3dfb7dc65c2d8032d3db1dcce27b42cc9cc14540
-configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info
-depends_lib port:gettext
+configure.args --mandir=${prefix}/share/man \
+ --infodir=${prefix}/share/info
+
+depends_lib port:gettext
+
if {${os.platform} == "darwin" && ${os.major} != 9} {
# Leopard is the only release where stat64 exists and is not deprecated
patchfiles-append stat64.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120721/e731d69a/attachment.html>
More information about the macports-changes
mailing list