[129135] trunk/dports/comms/rgm3800/Portfile

petr at macports.org petr at macports.org
Sun Dec 7 09:52:33 PST 2014


Revision: 129135
          https://trac.macports.org/changeset/129135
Author:   petr at macports.org
Date:     2014-12-07 09:52:33 -0800 (Sun, 07 Dec 2014)
Log Message:
-----------
rgm3800: modeline, formating

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

Modified: trunk/dports/comms/rgm3800/Portfile
===================================================================
--- trunk/dports/comms/rgm3800/Portfile	2014-12-07 17:12:49 UTC (rev 129134)
+++ trunk/dports/comms/rgm3800/Portfile	2014-12-07 17:52:33 UTC (rev 129135)
@@ -1,30 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-
 PortSystem          1.0
-categories			comms aqua python
-PortGroup			xcode 1.0
+PortGroup           xcode 1.0
 
 name                rgm3800
-version				1
-
+version             1
+categories          comms aqua python
+platforms           darwin
 maintainers         phw openmaintainer
-description         A gui for the rgm3800py Script to access Royaltek RGM-3800 and compatible GPS datalogger
-long_description    With this gui 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
+description         A GUI for the rgm3800py Script to access Royaltek RGM-3800 and compatible GPS datalogger
 
+long_description    \
+    With this gui 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.
+
 homepage            http://code.google.com/p/rgm3800py/
 
-fetch.type 			svn
-svn.url				http://rgm3800py.googlecode.com/svn/trunk/
+fetch.type          svn
+svn.url             http://rgm3800py.googlecode.com/svn/trunk/
 distname            ${name}
-worksrcdir			trunk/rgm3800app/
+worksrcdir          trunk/rgm3800app/
 
 notes "RGM3800 needs a PL2303 USB driver, i.e. http://osx-pl2303.sourceforge.net/"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141207/91b1f2e9/attachment.html>


More information about the macports-changes mailing list