[83871] trunk/dports/sysutils/count/Portfile

mww at macports.org mww at macports.org
Sun Sep 11 23:34:48 PDT 2011


Revision: 83871
          http://trac.macports.org/changeset/83871
Author:   mww at macports.org
Date:     2011-09-11 23:34:45 -0700 (Sun, 11 Sep 2011)
Log Message:
-----------
whitespace changes; add more checksums;

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

Modified: trunk/dports/sysutils/count/Portfile
===================================================================
--- trunk/dports/sysutils/count/Portfile	2011-09-12 06:26:49 UTC (rev 83870)
+++ trunk/dports/sysutils/count/Portfile	2011-09-12 06:34:45 UTC (rev 83871)
@@ -2,35 +2,36 @@
 
 PortSystem 1.0
 
-name			count
-version			1.20
-revision		1
-categories		sysutils
-platforms		darwin
-maintainers		mww
-description		fast replacement for the standard wc utility
-long_description	Count is a fast replacement for the standard wc utility. \
-			It has the additional features of counting the visible \
-			line length and a fast -stat option to quickly determine \
-			file sizes.
+name                count
+version             1.20
+revision            1
+categories          sysutils
+platforms           darwin
+maintainers         mww
+description         fast replacement for the standard wc utility
+long_description    Count is a fast replacement for the standard wc utility. \
+                    It has the additional features of counting the visible \
+                    line length and a fast -stat option to quickly determine \
+                    file sizes.
 
-homepage		ftp://ftp.berlios.de/pub/count
-master_sites	${homepage}
-checksums		md5 1c4b4fb92856873fcac27c7aa1c41550 \
-				sha1 6b61e3e77da0de7e636ed605e11d4bd1533f72dc
-patchfiles		patch-RULES-rules.prg
+homepage            ftp://ftp.berlios.de/pub/count
+master_sites        ${homepage}
+checksums           md5 1c4b4fb92856873fcac27c7aa1c41550 \
+                    rmd160  8e57ee2ed971ad130e18d2e0b5d15720da573dd3 \
+                    sha256  bd8d20c19bf9a617f298d69e5d80315de4781d5dbe21568fdadeadb9996efeb0
+patchfiles          patch-RULES-rules.prg
 
-depends_build	port:smake
+depends_build       port:smake
 
-use_configure	no
+use_configure       no
 
-use_parallel_build no
+use_parallel_build  no
 
-build.cmd		${prefix}/bin/smake
+build.cmd           ${prefix}/bin/smake
 
-destroot.destdir	INS_BASE=${destroot}${prefix} \
-				MANDIR=share/man
+destroot.destdir    INS_BASE=${destroot}${prefix} \
+                    MANDIR=share/man
 
 post-destroot {
-	file delete -force ${destroot}${prefix}/share/man/man5 ${destroot}${prefix}/lib ${destroot}${prefix}/include
+    file delete -force ${destroot}${prefix}/share/man/man5 ${destroot}${prefix}/lib ${destroot}${prefix}/include
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110911/9e7b318e/attachment.html>


More information about the macports-changes mailing list