[28968] trunk/dports/archivers/hffzip/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 14:00:45 PDT 2007


Revision: 28968
          http://trac.macosforge.org/projects/macports/changeset/28968
Author:   nox at macports.org
Date:     2007-09-12 14:00:44 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
hffzip: Whitespace changes

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

Modified: trunk/dports/archivers/hffzip/Portfile
===================================================================
--- trunk/dports/archivers/hffzip/Portfile	2007-09-12 20:38:37 UTC (rev 28967)
+++ trunk/dports/archivers/hffzip/Portfile	2007-09-12 21:00:44 UTC (rev 28968)
@@ -1,60 +1,60 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			hffzip
-version			1.01
-categories		archivers
-platforms		darwin
-maintainers		nomaintainer
-description		HFFzip is a file compressor based upon Huffman coding.
+name            hffzip
+version         1.01
+categories      archivers
+platforms       darwin
+maintainers     nomaintainer
+description     HFFzip is a file compressor based upon Huffman coding.
 
 long_description \
-				The Huffman algorithm uses a binary tree, and has complexity \
-				O(N*N) for compression and O(NlogN) for decompression. Although \
-				this file compressor is not so good as other compression programs \
-				(like gzip), HFFzip is right for embedded systems, because of its \
-				little size and the simple algorithm used.
+    The Huffman algorithm uses a binary tree, and has complexity \
+    O(N*N) for compression and O(NlogN) for decompression. Although \
+    this file compressor is not so good as other compression programs \
+    (like gzip), HFFzip is right for embedded systems, because of its \
+    little size and the simple algorithm used.
 
-homepage		http://www.di.unipi.it/~scordino/hffzip.html
-master_sites	http://www.di.unipi.it/~scordino/
-distname		${name}${version}
+homepage        http://www.di.unipi.it/~scordino/hffzip.html
+master_sites    http://www.di.unipi.it/~scordino/
+distname        ${name}${version}
 
-checksums		md5 d81cdfb92e03cfdb109c2728f8ba8594 \
-				sha1 f22e7a39b5dbe9888d6f00994a5ee42cbca66d1d \
-				rmd160 cc73025f112b9c8f4a4d2a1eae9e5da524d63939
+checksums       md5 d81cdfb92e03cfdb109c2728f8ba8594 \
+                sha1 f22e7a39b5dbe9888d6f00994a5ee42cbca66d1d \
+                rmd160 cc73025f112b9c8f4a4d2a1eae9e5da524d63939
 
-worksrcdir		${name}
+worksrcdir      ${name}
 
 post-patch {
-	cd ${worksrcpath}
-	reinplace -E "/^opzioni/s|\$| ${CFLAGS}|" Makefile
-	reinplace -E "/gcc.*${name}/s|\$| ${LDFLAGS}|" Makefile
+    cd ${worksrcpath}
+    reinplace -E "/^opzioni/s|\$| ${CFLAGS}|" Makefile
+    reinplace -E "/gcc.*${name}/s|\$| ${LDFLAGS}|" Makefile
 }
 
-use_configure	no
+use_configure   no
 
-set CFLAGS		${configure.cflags}
-set LDFLAGS		${configure.ldflags}
+set CFLAGS      ${configure.cflags}
+set LDFLAGS     ${configure.ldflags}
 
-build.target	${name}
+build.target    ${name}
 
 destroot {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
-	xinstall ${worksrcpath}/hffzip ${destroot}${prefix}/bin
+    xinstall ${worksrcpath}/hffzip ${destroot}${prefix}/bin
 
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 copying copyright ${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 copying copyright ${destroot}${docdir}
 }
 
 variant universal {
-	set CFLAGS	"${CFLAGS} ${configure.universal_cflags}"
-	set LDFLAGS	"${LDFLAGS} ${configure.universal_ldflags}"
+    set CFLAGS	"${CFLAGS} ${configure.universal_cflags}"
+    set LDFLAGS	"${LDFLAGS} ${configure.universal_ldflags}"
 }
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	"HFFzip (\\d+(?:\\.\\d+)*)"
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex "HFFzip (\\d+(?:\\.\\d+)*)"
 

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


More information about the macports-changes mailing list