[129137] trunk/dports/textproc/backward/Portfile

petr at macports.org petr at macports.org
Sun Dec 7 10:01:17 PST 2014


Revision: 129137
          https://trac.macports.org/changeset/129137
Author:   petr at macports.org
Date:     2014-12-07 10:01:17 -0800 (Sun, 07 Dec 2014)
Log Message:
-----------
backward: reformating

Modified Paths:
--------------
    trunk/dports/textproc/backward/Portfile

Modified: trunk/dports/textproc/backward/Portfile
===================================================================
--- trunk/dports/textproc/backward/Portfile	2014-12-07 17:56:43 UTC (rev 129136)
+++ trunk/dports/textproc/backward/Portfile	2014-12-07 18:01:17 UTC (rev 129137)
@@ -1,22 +1,29 @@
+# -*- 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
+PortSystem          1.0
 
-name			backward
-version			0.1
-categories		textproc amusements
-platforms		darwin freebsd
-maintainers		phw
-description		command line tool that reverses lineorder of stdin or any given file(s)
-long_description	${description}
-homepage		http://code.google.com/p/backward/
-master_sites		googlecode
+name                backward
+version             0.1
+categories          textproc amusements
+platforms           darwin freebsd
+maintainers         nomaintainer
+
+description         command line tool that reverses lineorder of stdin or any given file(s)
+long_description    ${description}
+
+homepage            http://code.google.com/p/backward/
+master_sites        googlecode
+use_bzip2           yes
+
 checksums           md5     355c8e23157b4248e9de241393addb1f \
                     sha1    2e5a3de3ad7f0070f81ffd122c275b9729833ddc \
                     rmd160  072240b32ea1b485108a4bf422dcbdcb94eeb6ef
-use_configure		no
-use_bzip2		yes
-build			{}
+
+use_configure       no
+
+build               {}
+
 destroot {
-	xinstall ${worksrcpath}/backward ${destroot}${prefix}/bin
+    xinstall ${worksrcpath}/backward ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141207/d0aacece/attachment.html>


More information about the macports-changes mailing list