[59845] trunk/dports

blair at macports.org blair at macports.org
Fri Oct 23 22:01:27 PDT 2009


Revision: 59845
          http://trac.macports.org/changeset/59845
Author:   blair at macports.org
Date:     2009-10-23 22:01:25 -0700 (Fri, 23 Oct 2009)
Log Message:
-----------
Switch from tabs to spaces for indentation.

Modified Paths:
--------------
    trunk/dports/graphics/libmng/Portfile
    trunk/dports/perl/p5-crypt-cbc/Portfile
    trunk/dports/perl/p5-net-ipv4addr/Portfile
    trunk/dports/perl/p5-net-ping-external/Portfile
    trunk/dports/perl/p5-unix-syslog/Portfile

Modified: trunk/dports/graphics/libmng/Portfile
===================================================================
--- trunk/dports/graphics/libmng/Portfile	2009-10-24 04:53:44 UTC (rev 59844)
+++ trunk/dports/graphics/libmng/Portfile	2009-10-24 05:01:25 UTC (rev 59845)
@@ -3,34 +3,34 @@
 PortSystem 1.0
 PortGroup  muniversal 1.0
 
-name		libmng
-version		1.0.10
-categories	graphics
-maintainers	blair openmaintainer
-description	Library for read MNG, an extension to PNG.
+name                    libmng
+version                 1.0.10
+categories              graphics
+maintainers             blair openmaintainer
+description             Library for read MNG, an extension to PNG.
 long_description	This library extends PNG support to include Multiple \
 			Network Graphics this adds animation capabilitys to \
 			PNG.
-homepage	http://libmng.sourceforge.net/
-master_sites 	sourceforge
-platforms	darwin
-checksums	md5 a464ae7d679781beebdf7440d144b7bd \
-		sha1 78ad516a1de79d00de720bf2a7c9afea2c896b09 \
-		rmd160 ed09e537ebb129f5e13cba56d9d2c2a106955393
+homepage                http://libmng.sourceforge.net/
+master_sites            sourceforge
+platforms               darwin
+checksums               md5 a464ae7d679781beebdf7440d144b7bd \
+                        sha1 78ad516a1de79d00de720bf2a7c9afea2c896b09 \
+                        rmd160 ed09e537ebb129f5e13cba56d9d2c2a106955393
 
-depends_build	port:automake port:autoconf port:libtool
+depends_build           port:automake port:autoconf port:libtool
 
-depends_lib	port:jpeg port:lcms port:zlib
+depends_lib             port:jpeg port:lcms port:zlib
 
 pre-configure {
-	system "cd '${worksrcpath}' && ln -s makefiles/configure.in ."
-	system "cd '${worksrcpath}' && ln -s makefiles/acinclude.m4 ."
-	system "cd '${worksrcpath}' && ln -s makefiles/Makefile.am ."
-	system "cd '${worksrcpath}' && LIBTOOLIZE=glibtoolize autoreconf -fi"
+    system "cd '${worksrcpath}' && ln -s makefiles/configure.in ."
+    system "cd '${worksrcpath}' && ln -s makefiles/acinclude.m4 ."
+    system "cd '${worksrcpath}' && ln -s makefiles/Makefile.am ."
+    system "cd '${worksrcpath}' && LIBTOOLIZE=glibtoolize autoreconf -fi"
 }
 
-configure.args	--with-jpeg=${prefix} \
-		--with-lcms=${prefix} \
-		--with-zlib=${prefix}
+configure.args  --with-jpeg=${prefix} \
+                --with-lcms=${prefix} \
+                --with-zlib=${prefix}
 
-livecheck.type	freshmeat
+livecheck.type  freshmeat

Modified: trunk/dports/perl/p5-crypt-cbc/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-cbc/Portfile	2009-10-24 04:53:44 UTC (rev 59844)
+++ trunk/dports/perl/p5-crypt-cbc/Portfile	2009-10-24 05:01:25 UTC (rev 59845)
@@ -1,20 +1,19 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		perl5 1.0
+PortSystem              1.0
+PortGroup               perl5 1.0
 
-perl5.setup		Crypt-CBC 2.29
-maintainers		blair openmaintainer
-description		Encrypt Data with Cipher Block Chaining Mode
-long_description	This is Crypt::CBC, a Perl-only implementation of \
-				the cryptographic cipher block chaining mode \
-				(CBC).  In combination with a block cipher \
-				such as Crypt::DES or Crypt::IDEA, you can \
-				encrypt and decrypt messages of arbitrarily \
-				long length.  The encrypted messages are \
-				compatible with the encryption format used \
-				by SSLeay.
-checksums		md5 87ed0ae7489bd79fcb0da50d110cc1fb \
-			sha1 669b263f737a117f572004b794e97d94a763a09e \
-			rmd160 446ad31d463f1ade162c28038668d1984e0fc81e
-platforms		darwin
+perl5.setup             Crypt-CBC 2.29
+maintainers             blair openmaintainer
+description             Encrypt Data with Cipher Block Chaining Mode
+long_description        This is Crypt::CBC, a Perl-only implementation of the \
+                        the cryptographic cipher block chaining mode (CBC).  \
+                        In combination with a block cipher such as Crypt::DES \
+                        or Crypt::IDEA, you can encrypt and decrypt messages \
+                        of arbitrarily long length.  The encrypted messages \
+                        are compatible with the encryption format used by \
+                        SSLeay.
+checksums               md5 87ed0ae7489bd79fcb0da50d110cc1fb \
+                        sha1 669b263f737a117f572004b794e97d94a763a09e \
+                        rmd160 446ad31d463f1ade162c28038668d1984e0fc81e
+platforms               darwin

Modified: trunk/dports/perl/p5-net-ipv4addr/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ipv4addr/Portfile	2009-10-24 04:53:44 UTC (rev 59844)
+++ trunk/dports/perl/p5-net-ipv4addr/Portfile	2009-10-24 05:01:25 UTC (rev 59845)
@@ -3,17 +3,17 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup		Net-IPv4Addr 0.10
-maintainers		blair openmaintainer
+perl5.setup             Net-IPv4Addr 0.10
+maintainers             blair openmaintainer
 
-description		Parse IPv4 addresses in traditional and CIDR formats
-long_description	Net::IPv4Addr provides functions for parsing IPv4 \
-			addresses both in traditional address/netmask format \
-			and in the new CIDR format.  There are also methods \
-			for calculating the network and broadcast address and \
-			also to see check if a given address is in a specific \
-			network.
+description             Parse IPv4 addresses in traditional and CIDR formats
+long_description        Net::IPv4Addr provides functions for parsing IPv4 \
+                        addresses both in traditional address/netmask format \
+                        and in the new CIDR format.  There are also methods \
+                        for calculating the network and broadcast address and \
+                        also to see check if a given address is in a specific \
+                        network.
 
-checksums		md5 57aa8e28ebcd4c0c9f15792740e53d3c \
-			sha1 da26fed2a1ea13c34ebef86606899c5fb294af98
-platforms		darwin
+checksums               md5 57aa8e28ebcd4c0c9f15792740e53d3c \
+                        sha1 da26fed2a1ea13c34ebef86606899c5fb294af98
+platforms               darwin

Modified: trunk/dports/perl/p5-net-ping-external/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ping-external/Portfile	2009-10-24 04:53:44 UTC (rev 59844)
+++ trunk/dports/perl/p5-net-ping-external/Portfile	2009-10-24 05:01:25 UTC (rev 59845)
@@ -3,22 +3,22 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup		Net-Ping-External 0.13
-maintainers		blair openmaintainer
+perl5.setup             Net-Ping-External 0.13
+maintainers             blair openmaintainer
 
-description		Cross-platform interface to ICMP 'ping' utilities
-long_description	Net::Ping::External is a module which interfaces \
-			with the 'ping' command on many systems.  It \
-			presently provides a single function, 'ping()', \
-			that takes in a hostname and (optionally) a timeout \
-			and returns true if the host is alive, and false \
-			otherwise.  Unless you have the ability (and \
-			willingness) to run your scripts as the superuser \
-			on your system, this module will probably provide \
-			more accurate results than Net::Ping will.
+description             Cross-platform interface to ICMP 'ping' utilities
+long_description        Net::Ping::External is a module which interfaces \
+                        with the 'ping' command on many systems.  It \
+                        presently provides a single function, 'ping()', \
+                        that takes in a hostname and (optionally) a timeout \
+                        and returns true if the host is alive, and false \
+                        otherwise.  Unless you have the ability (and \
+                        willingness) to run your scripts as the superuser \
+                        on your system, this module will probably provide \
+                        more accurate results than Net::Ping will.
 
-use_zip			yes
-checksums		md5 83710568eb209598a04674b18986b049 \
-			sha1 aa6aae1b1cd33106ec2452376e848014ff6c61f8 \
-			rmd160 f74248cc7232c1b08d5ba9f7d5a70600d3a5f953
-platforms		darwin
+use_zip                 yes
+checksums               md5 83710568eb209598a04674b18986b049 \
+                        sha1 aa6aae1b1cd33106ec2452376e848014ff6c61f8 \
+                        rmd160 f74248cc7232c1b08d5ba9f7d5a70600d3a5f953
+platforms               darwin

Modified: trunk/dports/perl/p5-unix-syslog/Portfile
===================================================================
--- trunk/dports/perl/p5-unix-syslog/Portfile	2009-10-24 04:53:44 UTC (rev 59844)
+++ trunk/dports/perl/p5-unix-syslog/Portfile	2009-10-24 05:01:25 UTC (rev 59845)
@@ -3,13 +3,13 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 
-perl5.setup		Unix-Syslog 1.1
-maintainers		blair openmaintainer
+perl5.setup             Unix-Syslog 1.1
+maintainers             blair openmaintainer
 
-description		Access to the Unix system logger via Perl's XSUBs
-long_description	${description}
-master_sites		http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/
+description             Access to the Unix system logger via Perl's XSUBs
+long_description        ${description}
+master_sites            http://search.cpan.org/CPAN/authors/id/M/MH/MHARNISCH/
 
-checksums		md5 73d78e309fe9508ffc9a54d84d79aac9 \
-			sha1 42728e41b4d85e2e2e5f711939e329a0500f56c4
-platforms		darwin
+checksums               md5 73d78e309fe9508ffc9a54d84d79aac9 \
+                        sha1 42728e41b4d85e2e2e5f711939e329a0500f56c4
+platforms               darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091023/489d6596/attachment-0001.html>


More information about the macports-changes mailing list