[79049] trunk/dports/cross/avr-libc/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 31 01:27:04 PDT 2011


Revision: 79049
          http://trac.macports.org/changeset/79049
Author:   ryandesign at macports.org
Date:     2011-05-31 01:27:03 -0700 (Tue, 31 May 2011)
Log Message:
-----------
avr-libc: whitespace changes only; see #29632

Modified Paths:
--------------
    trunk/dports/cross/avr-libc/Portfile

Modified: trunk/dports/cross/avr-libc/Portfile
===================================================================
--- trunk/dports/cross/avr-libc/Portfile	2011-05-31 08:21:57 UTC (rev 79048)
+++ trunk/dports/cross/avr-libc/Portfile	2011-05-31 08:27:03 UTC (rev 79049)
@@ -1,29 +1,30 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem          1.0
+PortSystem              1.0
 
-name                avr-libc
-version             1.7.0
-categories          cross
-maintainers         v9g.de:titus
-description         C library for the AVR microcontroller.
-long_description    AVR Libc is a Free Software project whose goal is \
-                    to provide a high quality C library for use with \
-                    GCC on Atmel AVR microcontrollers.
-platforms           darwin
-homepage            http://www.nongnu.org/avr-libc/
-master_sites        http://savannah.nongnu.org/download/avr-libc/
+name                    avr-libc
+version                 1.7.0
+categories              cross
+maintainers             v9g.de:titus
+description             C library for the AVR microcontroller.
+long_description        AVR Libc is a Free Software project whose goal is \
+                        to provide a high quality C library for use with \
+                        GCC on Atmel AVR microcontrollers.
+platforms               darwin
+homepage                http://www.nongnu.org/avr-libc/
+master_sites            http://savannah.nongnu.org/download/avr-libc/
+
 # installs deliberately files outside regular tree:
 destroot.violate_mtree  yes                                                                                                                           
 
-use_bzip2           yes
-checksums           md5 3eff7b779bd950400cb0a45f3c2fb377 \
-		    sha1 38d1d52174a6afaf6f5cddbc29af49b586cfde2f \
-		    rmd160 6be7e8cc7e05c84dc5bb706d466f603941ec0dce
+use_bzip2               yes
+checksums               md5     3eff7b779bd950400cb0a45f3c2fb377 \
+                        sha1    38d1d52174a6afaf6f5cddbc29af49b586cfde2f \
+                        rmd160  6be7e8cc7e05c84dc5bb706d466f603941ec0dce
 
-depends_lib         port:gettext \
-                    port:avr-gcc
+depends_lib             port:gettext \
+                        port:avr-gcc
 
-configure.args      --host=avr --build=`./config.guess`
-configure.cc        avr-gcc
+configure.args          --host=avr --build=`./config.guess`
+configure.cc            avr-gcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110531/575ed161/attachment.html>


More information about the macports-changes mailing list