[87776] trunk/dports/mail/GNUMail-Aqua/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 5 13:08:43 PST 2011


Revision: 87776
          http://trac.macports.org/changeset/87776
Author:   ryandesign at macports.org
Date:     2011-12-05 13:08:42 -0800 (Mon, 05 Dec 2011)
Log Message:
-----------
GNUMail-Aqua: whitespace changes / reformatting / add modeline

Modified Paths:
--------------
    trunk/dports/mail/GNUMail-Aqua/Portfile

Modified: trunk/dports/mail/GNUMail-Aqua/Portfile
===================================================================
--- trunk/dports/mail/GNUMail-Aqua/Portfile	2011-12-05 20:34:06 UTC (rev 87775)
+++ trunk/dports/mail/GNUMail-Aqua/Portfile	2011-12-05 21:08:42 UTC (rev 87776)
@@ -1,48 +1,50 @@
+# -*- 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
 
-name		GNUMail-Aqua
-version		1.2.0pre1
-categories	mail aqua
-platforms	darwin
-maintainers nomaintainer
-description	Fully featured mail application using GNUStep or Cocoa.
-long_description	GNUMail.app is a fully featured mail application \
-			running on multiple platforms. It uses the GNUstep \
-			development framework or Apple Cocoa, which are based \
-			on the OpenStep specification provided by NeXT, Inc..
+name                GNUMail-Aqua
+version             1.2.0pre1
+categories          mail aqua
+platforms           darwin
+maintainers         nomaintainer
 
-homepage	http://www.collaboration-world.com/gnumail/
-set subdir	releases/Stable/
-master_sites	http://www.collaboration-world.com/gnumail.data/${subdir}:g \
-		http://www.collaboration-world.com/pantomime.data/${subdir}:p
+description         Fully featured mail application using GNUStep or Cocoa.
 
-distfiles	GNUMail-${version}${extract.suffix}:g \
-		Pantomime-${version}${extract.suffix}:p
-checksums	GNUMail-${version}${extract.suffix} \
-			md5 3e3c368cd7209c7201e98cbdb811abba \
-		Pantomime-${version}${extract.suffix} \
-			md5 2f3ddc10177013960e732cd35fd9373e
+long_description    GNUMail.app is a fully featured mail application \
+                    running on multiple platforms. It uses the GNUstep \
+                    development framework or Apple Cocoa, which are based \
+                    on the OpenStep specification provided by NeXT, Inc..
 
-worksrcdir		GNUMail
+homepage            http://www.collaboration-world.com/gnumail/
+set subdir          releases/Stable/
+master_sites        http://www.collaboration-world.com/gnumail.data/${subdir}:g \
+                    http://www.collaboration-world.com/pantomime.data/${subdir}:p
 
-patch.dir		${workpath}
-patchfiles		patch-Pantomime-CWDNSManager.m
+distfiles           GNUMail-${version}${extract.suffix}:g \
+                    Pantomime-${version}${extract.suffix}:p
 
-use_configure	no
+checksums           GNUMail-${version}${extract.suffix} \
+                    md5 3e3c368cd7209c7201e98cbdb811abba \
+                    Pantomime-${version}${extract.suffix} \
+                    md5 2f3ddc10177013960e732cd35fd9373e
 
-build.type	pbx
+worksrcdir          GNUMail
+
+patch.dir           ${workpath}
+patchfiles          patch-Pantomime-CWDNSManager.m
+
+use_configure       no
+
+build.type          pbx
 build {
-	file mkdir ${worksrcpath}/build
-	system "cd ${workpath}/Pantomime && ${build.cmd} -project Pantomime.xcode"
-	file copy ${workpath}/Pantomime/build/Pantomime.framework \
-		${worksrcpath}/build
-	system "cd ${worksrcpath} && ${build.cmd} -project GNUMail.xcode"
+    file mkdir ${worksrcpath}/build
+    system "cd ${workpath}/Pantomime && ${build.cmd} -project Pantomime.xcode"
+    file copy ${workpath}/Pantomime/build/Pantomime.framework ${worksrcpath}/build
+    system "cd ${worksrcpath} && ${build.cmd} -project GNUMail.xcode"
 }
 
 destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/Applications
-	file copy ${worksrcpath}/build/GNUMail.app \
-		${destroot}${prefix}/Applications
+    xinstall -m 755 -d ${destroot}${prefix}/Applications
+    file copy ${worksrcpath}/build/GNUMail.app ${destroot}${prefix}/Applications
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111205/f2e02371/attachment-0001.html>


More information about the macports-changes mailing list