[89062] trunk/dports/aqua/GetPoints/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 18 19:58:20 PST 2012


Revision: 89062
          http://trac.macports.org/changeset/89062
Author:   ryandesign at macports.org
Date:     2012-01-18 19:58:20 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
GetPoints: whitespace changes, add modeline

Modified Paths:
--------------
    trunk/dports/aqua/GetPoints/Portfile

Modified: trunk/dports/aqua/GetPoints/Portfile
===================================================================
--- trunk/dports/aqua/GetPoints/Portfile	2012-01-19 03:56:43 UTC (rev 89061)
+++ trunk/dports/aqua/GetPoints/Portfile	2012-01-19 03:58:20 UTC (rev 89062)
@@ -1,18 +1,22 @@
+# -*- 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
+PortSystem          1.0
 PortGroup           github 1.0
-PortGroup xcode 1.0
+PortGroup           xcode 1.0
 
 github.setup        10125HB GetPoints development
+categories          aqua
+maintainers         phw openmaintainer
 
-categories	aqua 
-distname 	${name}
-maintainers	phw openmaintainer
-description	A MacOS Cocoa Program to put a coordinate system over a picture and read of coordinates of specified points.
-long_description	${description}
+description         A MacOS Cocoa Program to put a coordinate system over a \
+                    picture and read of coordinates of specified points.
 
-fetch.type	git
-git.branch  origin/master
+long_description    ${description}
 
-livecheck.type	none
+distname            ${name}
+
+fetch.type          git
+git.branch          origin/master
+
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/50d1b31c/attachment.html>


More information about the macports-changes mailing list