[27973] trunk/dports/devel/ccache/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 16 16:15:49 PDT 2007


Revision: 27973
          http://trac.macosforge.org/projects/macports/changeset/27973
Author:   nox at macports.org
Date:     2007-08-16 16:15:48 -0700 (Thu, 16 Aug 2007)

Log Message:
-----------
ccache:
 * Taken over.
 * Whitespace changes.

Modified Paths:
--------------
    trunk/dports/devel/ccache/Portfile

Modified: trunk/dports/devel/ccache/Portfile
===================================================================
--- trunk/dports/devel/ccache/Portfile	2007-08-16 22:28:59 UTC (rev 27972)
+++ trunk/dports/devel/ccache/Portfile	2007-08-16 23:15:48 UTC (rev 27973)
@@ -1,24 +1,28 @@
 # $Id$
 
-PortSystem 1.0
-name             ccache
-version          2.4
-revision         1
-categories       devel
-maintainers      nomaintainer at macports.org
-description      object-file caching compiler wrapper
+PortSystem		1.0
+
+name			ccache
+version			2.4
+revision		1
+categories		devel
+maintainers		nox
+description		object-file caching compiler wrapper
+
 long_description \
 	ccache is a compiler cache.  It acts as a caching pre-processor to C/C++ \
 	compilers, using the -E compiler switch and a hash to detect when a \
 	compilation can be satisfied from cache.  This often results in a 5 to 10 \
 	times speedup in common compilations.
-homepage         http://ccache.samba.org/
-platforms        darwin freebsd
-master_sites     http://samba.org/ftp/ccache/
-checksums        md5 73c1ed1e767c1752dd0f548ec1e66ce7
 
-configure.args   --mandir=${prefix}/share/man
+homepage		http://ccache.samba.org/
+platforms		darwin freebsd
+master_sites	http://samba.org/ftp/ccache/
 
+checksums		md5 73c1ed1e767c1752dd0f548ec1e66ce7
+
+configure.args	--mandir=${prefix}/share/man
+
 post-destroot {
 	file mkdir ${destroot}${prefix}/ccache/bin
 	system "cd ${destroot}${prefix}/ccache/bin; \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/04fdb364/attachment.html


More information about the macports-changes mailing list