[149318] trunk/dports/mail/Pantomime-Framework/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jun 10 22:28:18 PDT 2016


Revision: 149318
          https://trac.macports.org/changeset/149318
Author:   ryandesign at macports.org
Date:     2016-06-10 22:28:18 -0700 (Fri, 10 Jun 2016)
Log Message:
-----------
Pantomime-Framework: whitespace changes; add modeline

Modified Paths:
--------------
    trunk/dports/mail/Pantomime-Framework/Portfile

Modified: trunk/dports/mail/Pantomime-Framework/Portfile
===================================================================
--- trunk/dports/mail/Pantomime-Framework/Portfile	2016-06-10 21:04:35 UTC (rev 149317)
+++ trunk/dports/mail/Pantomime-Framework/Portfile	2016-06-11 05:28:18 UTC (rev 149318)
@@ -1,26 +1,32 @@
+# -*- 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
-PortGroup  xcode 1.0
+PortSystem          1.0
+PortGroup           xcode 1.0
 
-name				Pantomime-Framework
-version				1.2.0pre1
-categories			mail devel
-# Parts are under the Elm license 
-license				GPL-2+ Noncommercial Restrictive
+name                Pantomime-Framework
+version             1.2.0pre1
+categories          mail devel
+# Parts are under the Elm license
+license             GPL-2+ Noncommercial Restrictive
 maintainers         nomaintainer
-description			a framework for supporing POP, IMAP3, and SMTP
-long_description	Pantomime is a framework that implements support for POP, \
-					IMAP3, and SMTP. It's fast and easy to use.
-homepage			http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3
-master_sites		http://www.collaboration-world.com/pantomime.data/releases/Stable/
+
+description         a framework for supporing POP, IMAP3, and SMTP
+
+long_description    Pantomime is a framework that implements support for POP, \
+                    IMAP3, and SMTP. It's fast and easy to use.
+
+homepage            http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3
+master_sites        http://www.collaboration-world.com/pantomime.data/releases/Stable/
+
 distfiles           Pantomime-${version}${extract.suffix}
-checksums			md5 2f3ddc10177013960e732cd35fd9373e \
-					sha1 b8e7caa2d1f51a3387ed0fb96b5140a24ef33aea
 
-worksrcdir			Pantomime
+checksums           md5 2f3ddc10177013960e732cd35fd9373e \
+                    sha1 b8e7caa2d1f51a3387ed0fb96b5140a24ef33aea
 
-xcode.project		Pantomime.xcode
+worksrcdir          Pantomime
+
+xcode.project       Pantomime.xcode
 xcode.destroot.type framework
 
 if {${os.major} >= 10} {
@@ -28,5 +34,5 @@
         file copy -force ${filespath}/project.pbxproj ${worksrcpath}/${xcode.project}
         file copy ${filespath}/Info-Pantomime__Upgraded_.plist ${worksrcpath}
     }
-    xcode.target        Pantomime\ (Upgraded)
+    xcode.target    Pantomime\ (Upgraded)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160610/5ee4f598/attachment.html>


More information about the macports-changes mailing list