[28958] trunk/dports/archivers/dzip/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 12:33:03 PDT 2007


Revision: 28958
          http://trac.macosforge.org/projects/macports/changeset/28958
Author:   nox at macports.org
Date:     2007-09-12 12:33:02 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
dzip: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/archivers/dzip/Portfile

Modified: trunk/dports/archivers/dzip/Portfile
===================================================================
--- trunk/dports/archivers/dzip/Portfile	2007-09-12 19:14:53 UTC (rev 28957)
+++ trunk/dports/archivers/dzip/Portfile	2007-09-12 19:33:02 UTC (rev 28958)
@@ -1,60 +1,60 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			dzip
-version			2.9
-categories		archivers
-maintainers		nomaintainer
-description		file compression tool
+name            dzip
+version         2.9
+categories      archivers
+maintainers     nomaintainer
+description     file compression tool
 
 long_description \
-				Dzip is a program for file compression. It's advantage \
-				over more popular compression software is in the size of the \
-				program, easily fitting on a floppy disk. Dzip's original purpose \
-				was to compress demo recordings of the id software game Quake.
+    Dzip is a program for file compression. It's advantage \
+    over more popular compression software is in the size of the \
+    program, easily fitting on a floppy disk. Dzip's original purpose \
+    was to compress demo recordings of the id software game Quake.
 
-homepage		http://speeddemosarchive.com/dzip/
-master_sites	${homepage}
-distname		dz[strsed ${version} {/\.//}]src
-use_zip			yes
+homepage        http://speeddemosarchive.com/dzip/
+master_sites    ${homepage}
+distname        dz[strsed ${version} {/\.//}]src
+use_zip         yes
 
-checksums		md5 b02d69c7c6ee491380d77f26c6f5a6e0 \
-				sha1 64e7b0d07c55aaa22bbcf04066135b5a9968e5ee \
-				rmd160 4719785c312a577eb7b1aacad43a24b6fd8a4ed2
+checksums       md5 b02d69c7c6ee491380d77f26c6f5a6e0 \
+                sha1 64e7b0d07c55aaa22bbcf04066135b5a9968e5ee \
+                rmd160 4719785c312a577eb7b1aacad43a24b6fd8a4ed2
 
-extract.dir		${worksrcpath}
+extract.dir     ${worksrcpath}
 
 pre-extract {
-	file mkdir ${worksrcpath}
+    file mkdir ${worksrcpath}
 }
 
-use_configure	no
+use_configure   no
 
-build.target	${name}
-build.args		-f Makefile.linux
+build.target    ${name}
+build.args      -f Makefile.linux
 
 destroot {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
-	xinstall -m 0755 ${destroot}${prefix}/bin
+    xinstall -m 0755 ${destroot}${prefix}/bin
 
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 Readme ${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 Readme ${destroot}${docdir}
 }
 
 variant universal {
-	build.args-append "LDFLAGS=\"${configure.universal_ldflags}\""
+    build.args-append "LDFLAGS=\"${configure.universal_ldflags}\""
 
-	post-patch {
-		cd ${worksrcpath}
+    post-patch {
+        cd ${worksrcpath}
 
-		reinplace -E "s|^(CFLAGS.*)\r\$|\\1 ${configure.universal_cflags}|" Makefile.linux
-	}
+        reinplace -E "s|^(CFLAGS.*)\r\$|\\1 ${configure.universal_cflags}|" Makefile.linux
+    }
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}download.html
-livecheck.regex	v(\\d+(?:\\.\\d+)*)
+livecheck.check regex
+livecheck.url   ${homepage}download.html
+livecheck.regex v(\\d+(?:\\.\\d+)*)
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/3ba8d12a/attachment.html


More information about the macports-changes mailing list