[129204] trunk/dports/sysutils/dd_rescue/Portfile

khindenburg at macports.org khindenburg at macports.org
Mon Dec 8 16:13:25 PST 2014


Revision: 129204
          https://trac.macports.org/changeset/129204
Author:   khindenburg at macports.org
Date:     2014-12-08 16:13:25 -0800 (Mon, 08 Dec 2014)
Log Message:
-----------
dd_rescue: add modeline + whitespace changes

Modified Paths:
--------------
    trunk/dports/sysutils/dd_rescue/Portfile

Modified: trunk/dports/sysutils/dd_rescue/Portfile
===================================================================
--- trunk/dports/sysutils/dd_rescue/Portfile	2014-12-08 23:31:27 UTC (rev 129203)
+++ trunk/dports/sysutils/dd_rescue/Portfile	2014-12-09 00:13:25 UTC (rev 129204)
@@ -1,29 +1,30 @@
+# -*- 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			dd_rescue
-version			1.14
-categories		sysutils
-maintainers		hudora.de:md
-platforms		darwin
-description		copy data from one file or block device to another
-long_description	dd_rescue is modeled after dd but optimized for copying \
-				data from possible damaged disks to your system
-homepage		http://www.garloff.de/kurt/linux/ddrescue/
-master_sites		${homepage}
-checksums		md5     417d26eacb5fb7851487329542f225e8 \
-				sha1    0a9c06a9679f50294f7b2968bf026944c808315a \
-				rmd160  e6e12c460c29845912c2e456ac88160009341dcf
-worksrcdir		dd_rescue
-patchfiles		patch-Makefile
-use_configure	no
-build.target	default
+name                dd_rescue
+version             1.14
+categories          sysutils
+maintainers         hudora.de:md
+platforms           darwin
+description         copy data from one file or block device to another
+long_description    dd_rescue is modeled after dd but optimized for copying \
+                    data from possible damaged disks to your system
+homepage            http://www.garloff.de/kurt/linux/ddrescue/
+master_sites        ${homepage}
+checksums           md5     417d26eacb5fb7851487329542f225e8 \
+                    sha1    0a9c06a9679f50294f7b2968bf026944c808315a \
+                    rmd160  e6e12c460c29845912c2e456ac88160009341dcf
+worksrcdir          dd_rescue
+patchfiles          patch-Makefile
+use_configure       no
+build.target        default
 
-destroot.destdir	INSTALLDIR=${destroot}${prefix}/bin
+destroot.destdir    INSTALLDIR=${destroot}${prefix}/bin
 
-post-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} README.dd_rescue COPYING \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} README.dd_rescue COPYING \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141208/6f188bef/attachment.html>


More information about the macports-changes mailing list