[139424] trunk/dports/comms/picocom/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Aug 16 17:48:39 PDT 2015


Revision: 139424
          https://trac.macports.org/changeset/139424
Author:   khindenburg at macports.org
Date:     2015-08-16 17:48:39 -0700 (Sun, 16 Aug 2015)
Log Message:
-----------
picocom: whitespace changes

Modified Paths:
--------------
    trunk/dports/comms/picocom/Portfile

Modified: trunk/dports/comms/picocom/Portfile
===================================================================
--- trunk/dports/comms/picocom/Portfile	2015-08-17 00:38:07 UTC (rev 139423)
+++ trunk/dports/comms/picocom/Portfile	2015-08-17 00:48:39 UTC (rev 139424)
@@ -3,34 +3,35 @@
 
 PortSystem 1.0
 
-name		picocom
-version		1.7
-categories	comms
-maintainers	gmail.com:ranauei
-platforms	darwin
-description	Minimal dumb-terminal emulation program
+name                picocom
+version             1.7
+categories          comms
+maintainers         gmail.com:ranauei
+platforms           darwin
+description         Minimal dumb-terminal emulation program
 long_description \
-		Picocom was designed to serve as a simple, manual, \
-		modem configuration, testing, and debugging tool. \
-		It has also served (quite well) as a low-tech \
-		"terminal-window" to allow operator intervention in \
-		PPP connection scripts (something like the ms-windows \
-		"open terminal window before / after dialing" feature). \
-		It could also prove useful in many other similar tasks.
-homepage	http://code.google.com/p/picocom
-master_sites	googlecode
+        Picocom was designed to serve as a simple, manual, \
+        modem configuration, testing, and debugging tool. \
+        It has also served (quite well) as a low-tech \
+        "terminal-window" to allow operator intervention in \
+        PPP connection scripts (something like the ms-windows \
+        "open terminal window before / after dialing" feature). \
+        It could also prove useful in many other similar tasks.
 
-checksums	sha256 d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e \
-		rmd160 f1311e84d21aa359dd98ed74d85ca7a94050e10f
+homepage            http://code.google.com/p/picocom
+master_sites        googlecode
 
-patchfiles	patch-picocom.c.diff patch-term.c.diff
+checksums           sha256 d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e \
+                    rmd160 f1311e84d21aa359dd98ed74d85ca7a94050e10f
 
-use_configure	no
+patchfiles          patch-picocom.c.diff patch-term.c.diff
 
-build.target	""
-build.args      CC=${configure.cc}
+use_configure       no
 
+build.target        ""
+build.args          CC=${configure.cc}
+
 destroot {
-	xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8
+    xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150816/2985c624/attachment.html>


More information about the macports-changes mailing list