[29082] trunk/dports/lang/perl5.8/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 14 09:39:27 PDT 2007


Revision: 29082
          http://trac.macosforge.org/projects/macports/changeset/29082
Author:   nox at macports.org
Date:     2007-09-14 09:39:26 -0700 (Fri, 14 Sep 2007)

Log Message:
-----------
perl5.8: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/lang/perl5.8/Portfile

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2007-09-14 16:21:57 UTC (rev 29081)
+++ trunk/dports/lang/perl5.8/Portfile	2007-09-14 16:39:26 UTC (rev 29082)
@@ -1,56 +1,62 @@
 # $Id$
 
-PortSystem              1.0
+PortSystem      1.0
 
-name                    perl5.8
-version                 5.8.8
-categories              lang
-maintainers             nomaintainer
-description             Perl 5.8.x - Practical Extraction and Report Language
+name            perl5.8
+version         5.8.8
+categories      lang
+platforms		darwin freebsd linux
+maintainers     nomaintainer
+description     Perl 5.8.x - Practical Extraction and Report Language
 
 long_description \
-	Perl is a general-purpose programming language originally developed \
-	for text manipulation and now used for a wide range of tasks including \
-	system administration, web development, network programming, GUI \
-	development, and more.
+    Perl is a general-purpose programming language originally developed \
+    for text manipulation and now used for a wide range of tasks including \
+    system administration, web development, network programming, GUI \
+    development, and more.
 
-platforms		darwin freebsd linux
-distname		perl-${version}
-use_bzip2               yes
-homepage				http://www.perl.org/
-master_sites            http://www.cpan.org/src/5.0/
+distname        perl-${version}
+use_bzip2       yes
+homepage        http://www.perl.org/
+master_sites    http://www.cpan.org/src/5.0/
 
-checksums               md5 a377c0c67ab43fd96eeec29ce19e8382 \
-                        sha1 4aab490040727ca4419098720eca2ba4367df539 \
-                        rmd160 e78f26d9b96e6db35f946ad4ff55e3a69385c71b
+checksums       md5 a377c0c67ab43fd96eeec29ce19e8382 \
+                sha1 4aab490040727ca4419098720eca2ba4367df539 \
+                rmd160 e78f26d9b96e6db35f946ad4ff55e3a69385c71b
 
 platform darwin {
-	patchfiles-append	patch-hints_darwin.sh
-	pre-configure {
-		reinplace "s|ld=\"MACOSX_DEPLOYMENT_TARGET=10.3|ld=\"env MACOSX_DEPLOYMENT_TARGET=10.3|g" "${worksrcpath}/hints/darwin.sh"
-	}
+    patchfiles-append   patch-hints_darwin.sh
+
+    pre-configure {
+        reinplace "s|ld=\"MACOSX_DEPLOYMENT_TARGET=10.3|ld=\"env MACOSX_DEPLOYMENT_TARGET=10.3|g" "${worksrcpath}/hints/darwin.sh"
+    }
 }
 
-configure.env		LC_ALL=C
-configure.cmd		sh Configure
-configure.pre_args	
-configure.post_args	-des -Dprefix='${prefix}' -Dccflags="-I'${prefix}/include'"\
-					-Dldflags=-L'${prefix}/lib' \
-					-Dvendorprefix='${prefix}'
+configure.env       LC_ALL=C
+configure.cmd       sh Configure
+configure.pre_args  
+configure.post_args -des -Dprefix='${prefix}' -Dccflags="-I'${prefix}/include'"\
+                    -Dldflags=-L'${prefix}/lib' \
+                    -Dvendorprefix='${prefix}'
 
-test.run			yes
+test.run            yes
 
 post-destroot {
-	foreach man3File [glob ${destroot}/${prefix}/share/man/man3/*] {
-		file rename ${man3File} ${man3File}pm
-	}
+    foreach man3File [glob ${destroot}/${prefix}/share/man/man3/*] {
+        file rename ${man3File} ${man3File}pm
+    }
 }
 
-variant threads		{ configure.args-append -Dusethreads }
-variant shared		{ configure.args-append -Duseshrplib }
+variant threads {
+    configure.args-append   -Dusethreads
+}
 
+variant shared {
+    configure.args-append   -Duseshrplib
+}
+
 platform darwin 8 {
-	configure.post_args-append	-Dcc=/usr/bin/gcc-4.0
+    configure.post_args-append  -Dcc=/usr/bin/gcc-4.0
 }
 
 livecheck.check regex

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


More information about the macports-changes mailing list