[41233] trunk/dports/net/cidr/Portfile

blb at macports.org blb at macports.org
Tue Oct 28 13:50:38 PDT 2008


Revision: 41233
          http://trac.macports.org/changeset/41233
Author:   blb at macports.org
Date:     2008-10-28 13:50:38 -0700 (Tue, 28 Oct 2008)
Log Message:
-----------
net/cidr - whitespace changes

Modified Paths:
--------------
    trunk/dports/net/cidr/Portfile

Modified: trunk/dports/net/cidr/Portfile
===================================================================
--- trunk/dports/net/cidr/Portfile	2008-10-28 20:40:28 UTC (rev 41232)
+++ trunk/dports/net/cidr/Portfile	2008-10-28 20:50:38 UTC (rev 41233)
@@ -1,33 +1,37 @@
 # $Id$
 
-PortSystem	1.0
-name		cidr
-version		2.3.2
-categories	net
-maintainers	blb
-description	RFC 1878 subnet helper
+PortSystem          1.0
+name                cidr
+version             2.3.2
+categories          net
+maintainers         blb
+description         RFC 1878 subnet helper
 long_description \
-cidr is a utility for determining the network address and broadcast \
-address for a CIDR subnet.  It takes as input an ip address and netmask \
-in binary, dotted-quad, hexadecimal, decimal or prefix formats.  It \
-outputs the network address, broadcast address, and a count (and \
-optionally a list) of valid host addresses for the corresponding subnet.
+   cidr is a utility for determining the network address and broadcast \
+   address for a CIDR subnet.  It takes as input an ip address and netmask \
+   in binary, dotted-quad, hexadecimal, decimal or prefix formats.  It \
+   outputs the network address, broadcast address, and a count (and \
+   optionally a list) of valid host addresses for the corresponding subnet.
 
+platforms            darwin
+
 # This no longer works, but is here for whatever needs...
-#homepage	http://geeksoul.com/robert/cidr.html
-master_sites	http://critical.ch/distfiles/ \
-				http://energy.critical.ch/distfiles/
-platforms	darwin
-checksums	md5 b349453a0196fddd3ffa0af5fbbacf54
+#homepage            http://geeksoul.com/robert/cidr.html
+master_sites         http://critical.ch/distfiles/ \
+                     http://energy.critical.ch/distfiles/
 
-use_configure	no
+checksums            md5 b349453a0196fddd3ffa0af5fbbacf54
 
+use_configure        no
+
 destroot {
-	file mkdir "${destroot}/${prefix}/bin" \
-		"${destroot}/${prefix}/share/man/man1" \
-		"${destroot}/${prefix}/share/doc/cidr"
-	system "install -m 755 ${worksrcpath}/cidr ${destroot}/${prefix}/bin/"
-	system "install -m 644 ${worksrcpath}/cidr.1 ${destroot}/${prefix}/share/man/man1/"
-	system "install -m 644 ${worksrcpath}/README ${worksrcpath}/gpl.txt \
-			${worksrcpath}/rfc1878.txt ${destroot}/${prefix}/share/doc/cidr/"
+   file mkdir "${destroot}/${prefix}/bin" \
+      "${destroot}/${prefix}/share/man/man1" \
+      "${destroot}/${prefix}/share/doc/cidr"
+   system "install -m 755 ${worksrcpath}/cidr ${destroot}/${prefix}/bin/"
+   system "install -m 644 ${worksrcpath}/cidr.1 \
+      ${destroot}/${prefix}/share/man/man1/"
+   system "install -m 644 ${worksrcpath}/README ${worksrcpath}/gpl.txt \
+      ${worksrcpath}/rfc1878.txt ${destroot}/${prefix}/share/doc/cidr/"
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081028/59f08b73/attachment.html>


More information about the macports-changes mailing list