[129136] trunk/dports/comms/rgm3800py/Portfile

petr at macports.org petr at macports.org
Sun Dec 7 09:56:43 PST 2014


Revision: 129136
          https://trac.macports.org/changeset/129136
Author:   petr at macports.org
Date:     2014-12-07 09:56:43 -0800 (Sun, 07 Dec 2014)
Log Message:
-----------
rgm3800py: formating

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

Modified: trunk/dports/comms/rgm3800py/Portfile
===================================================================
--- trunk/dports/comms/rgm3800py/Portfile	2014-12-07 17:52:33 UTC (rev 129135)
+++ trunk/dports/comms/rgm3800py/Portfile	2014-12-07 17:56:43 UTC (rev 129136)
@@ -3,25 +3,23 @@
 
 PortSystem          1.0
 
-categories			comms python
-license             GPL-3+
-
 name                rgm3800py
 version             25
+categories          comms python
+platforms           darwin
+supported_archs     noarch
+license             GPL-3+
 maintainers         phw openmaintainer
+
 description         Access Royaltek RGM-3800 and compatible GPS datalogger
-long_description    With this command line utility you can:\
-                    * Dump tracks off your RGM-3800 GPS datalogger in NMEA and GPX format.\
-                    * List tracks with information.\
-                    * Configure logging format and interval.\
-                    * Check memory usage.\
-                    * Erase all tracks.
+long_description    \
+    With this command line utility you can:\
+    * Dump tracks off your RGM-3800 GPS datalogger in NMEA and GPX format.\
+    * List tracks with information.\
+    * Configure logging format and interval.\
+    * Check memory usage.\
+    * Erase all tracks.
 
-platforms           darwin
-supported_archs     noarch
-build               {}
-use_configure       no
-
 homepage            http://code.google.com/p/rgm3800py/
 master_sites        http://rgm3800py.googlecode.com/files/
 distfiles           rgm3800-rev${version}.py
@@ -30,11 +28,15 @@
                     sha1    e8cf2f6aad55ea00b5b81a3dca03e18c3859960d \
                     rmd160  d339eeb8a892e3aaf53209483f61cfbc39bd1d64
 
+use_configure       no
+
 extract {
     file mkdir ${worksrcpath}
     copy ${distpath}/${distfiles} ${worksrcpath}
 }
 
+build               {}
+
 destroot {
      xinstall ${worksrcpath}/${distfiles} ${destroot}${prefix}/bin/${name}.py
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141207/c97251d9/attachment.html>


More information about the macports-changes mailing list