[53981] trunk/dports/lang/sdcc/Portfile

snc at macports.org snc at macports.org
Fri Jul 17 08:04:29 PDT 2009


Revision: 53981
          http://trac.macports.org/changeset/53981
Author:   snc at macports.org
Date:     2009-07-17 08:04:29 -0700 (Fri, 17 Jul 2009)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/lang/sdcc/Portfile

Modified: trunk/dports/lang/sdcc/Portfile
===================================================================
--- trunk/dports/lang/sdcc/Portfile	2009-07-17 14:59:05 UTC (rev 53980)
+++ trunk/dports/lang/sdcc/Portfile	2009-07-17 15:04:29 UTC (rev 53981)
@@ -3,31 +3,32 @@
 
 PortSystem 1.0
 
-name			sdcc
+name                sdcc
 version             2.9.0
-categories		lang
-platforms		darwin
-maintainers		snc openmaintainer
-description		ANSI C compiler targeting Intel 8051, Maxim 80DS390, Zilog Z80
-long_description	SDCC is a freeware, retargettable, optimizing ANSI C \
-				compiler that targets the Intel 8051, Maxim 80DS390, and Zilog \
-				Z80 based MCUs. Work is in progress on supporting Motorola \
-				68HC08 as well as Microchip PIC16 and PIC18 series.
+categories          lang
+platforms           darwin
+maintainers         snc openmaintainer
+description         ANSI C compiler targeting Intel 8051, Maxim 80DS390, Zilog Z80
+long_description    SDCC is a freeware, retargettable, optimizing ANSI C \
+                    compiler that targets the Intel 8051, Maxim 80DS390, and \
+                    Zilog Z80 based MCUs. Work is in progress on supporting \
+                    Motorola 68HC08 as well as Microchip PIC16 and PIC18 series.
 
-homepage		http://sdcc.sourceforge.net/
-master_sites		sourceforge
+homepage            http://sdcc.sourceforge.net/
+master_sites        sourceforge
 checksums           md5     a6151ed328fd3bc48305ffbc628dc122 \
                     sha1    03308a233a67e7fdce3f7e4972acb8731ae42666 \
                     rmd160  38f23365b676132651f0322779bff498eb7e2b8d
-use_bzip2		yes
-distfiles		${name}-src-${version}${extract.suffix}
+use_bzip2           yes
+distfiles           ${name}-src-${version}${extract.suffix}
 
-worksrcdir		${name}
+worksrcdir          ${name}
 
 # Setting CPP explicitly is bad, because 'cpp' and 'gcc -E' are not the same.
-configure.cpp		{}
+configure.cpp       {}
 
-build.type		gnu
+build.type          gnu
 
-destroot.destdir	prefix=${destroot}${prefix} \
-					docdir=${destroot}${prefix}/share/doc/${name}
+destroot.destdir    prefix=${destroot}${prefix} \
+                    docdir=${destroot}${prefix}/share/doc/${name}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090717/0a852a43/attachment.html>


More information about the macports-changes mailing list