[98134] trunk/dports/aqua

and.damore at macports.org and.damore at macports.org
Tue Sep 25 12:48:17 PDT 2012


Revision: 98134
          http://trac.macports.org//changeset/98134
Author:   and.damore at macports.org
Date:     2012-09-25 12:48:17 -0700 (Tue, 25 Sep 2012)
Log Message:
-----------
ports platypus platypus44: whitespace change (retabbed), added license

Modified Paths:
--------------
    trunk/dports/aqua/Platypus/Portfile
    trunk/dports/aqua/Platypus44/Portfile

Modified: trunk/dports/aqua/Platypus/Portfile
===================================================================
--- trunk/dports/aqua/Platypus/Portfile	2012-09-25 19:33:27 UTC (rev 98133)
+++ trunk/dports/aqua/Platypus/Portfile	2012-09-25 19:48:17 UTC (rev 98134)
@@ -1,37 +1,36 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem          1.0
+PortGroup           xcode 1.0
 
-name			Platypus
-version			4.7
-categories		aqua devel
-maintainers		me.com:tsupplis openmaintainer
-description		Program for creating application wrappers around scripts.
+name                Platypus
+version             4.7
+license             GPL-2
+categories          aqua devel
+maintainers         me.com:tsupplis openmaintainer
+description         Program for creating application wrappers around scripts.
 
-long_description	Platypus is a program for creating application \
-			wrappers around scripts, i.e. creating Mac OS X \
-			applications that execute a script they are bundled \
-			with. Scripts can thus be run transparently from the \
-			graphical window environment without having to \
-			resort to using the command line interface. It \
-			supports drag and drop on created apps, running as \
-			root using Authentication Manager and more.
+long_description    Platypus is a program for creating application \
+    wrappers around scripts, i.e. creating Mac OS X applications that execute a \
+    script they are bundled with. Scripts can thus be run transparently from \
+    the graphical window environment without having to resort to using the \
+    command line interface. It supports drag and drop on created apps, running \
+    as root using Authentication Manager and more.
 
-homepage		http://www.sveinbjorn.org/platypus/
-master_sites		http://www.sveinbjorn.org/files/software/platypus/
-distname		platypus${version}.src
-use_zip			yes
+homepage            http://www.sveinbjorn.org/platypus/
+master_sites        http://www.sveinbjorn.org/files/software/platypus/
+distname            platypus${version}.src
+use_zip             yes
 
 checksums           md5     a2a24f6d4cd3da850bbfc54175e3332e \
                     sha1    87b959b96df9221caacccba3e843558d6800ebec \
                     rmd160  54dc72eb2af47523561d5140d0cbad842bcfd38c
 
 
-supported_archs i386 x86_64
+supported_archs     i386 x86_64
 
-build.target platypus ScriptExec Platypus
-destroot.target Platypus
+build.target        platypus ScriptExec Platypus
+destroot.target     Platypus
 
 if {"darwin" == ${os.platform} && ${os.major} >= 10} {
     universal_variant   no
@@ -39,7 +38,7 @@
 
 set extracted_dir   "${name} ${version} Source Code"
 set target_dir      [string map {" " _} "$extracted_dir"]
-worksrcdir		    $target_dir
+worksrcdir          $target_dir
 
 post-extract {
     file rename ${workpath}/${extracted_dir} ${workpath}/${target_dir}
@@ -47,22 +46,22 @@
 
 
 post-patch {
-	reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/Common.h
+    reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/Common.h
     reinplace "s|build/Platypus/Build/Products/Development|build/Deployment|" ${worksrcpath}/Platypus.xcodeproj/project.pbxproj
 }
 
 post-destroot {
-	reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
+    reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
 
-	# there is no English.lproj when building on Tiger and Leopard but there is one on SL
-	if {"darwin" == ${os.platform} && 10 > ${os.major}} {
-		reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
-	}
+    # there is no English.lproj when building on Tiger and Leopard but there is one on SL
+    if {"darwin" == ${os.platform} && 10 > ${os.major}} {
+        reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
+    }
 
     system -W ${worksrcpath}/Scripts "./InstallCommandLineTool.sh ${destroot}${applications_dir}/Platypus.app/Contents/Resources"
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	"${name} (\\d+(?:\\.\\d+)*)"
+livecheck.type  regex
+livecheck.url   ${homepage}
+livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"
 

Modified: trunk/dports/aqua/Platypus44/Portfile
===================================================================
--- trunk/dports/aqua/Platypus44/Portfile	2012-09-25 19:33:27 UTC (rev 98133)
+++ trunk/dports/aqua/Platypus44/Portfile	2012-09-25 19:48:17 UTC (rev 98134)
@@ -1,61 +1,60 @@
 # $Id$
 
-PortSystem		1.0
-PortGroup		xcode 1.0
+PortSystem          1.0
+PortGroup           xcode 1.0
 
-name			Platypus44
-version			4.4
-categories		aqua devel
-maintainers		nomantainer
-description		Program for creating application wrappers around scripts - obsolete version supporting PowerPC (PPC)
+name                Platypus44
+version             4.4
+license             GPL-2
+categories          aqua devel
+maintainers         nomantainer
+description         Program for creating application wrappers around scripts - obsolete version supporting PowerPC (PPC)
 
-long_description	Platypus is a program for creating application \
-			wrappers around scripts, i.e. creating Mac OS X \
-			applications that execute a script they are bundled \
-			with. Scripts can thus be run transparently from the \
-			graphical window environment without having to \
-			resort to using the command line interface. It \
-			supports drag and drop on created apps, running as \
-			root using Authentication Manager and more. \
-			This ${version} version is the last one to support PPC.
+long_description    Platypus is a program for creating application \
+    wrappers around scripts, i.e. creating Mac OS X applications that execute a \
+    script they are bundled with. Scripts can thus be run transparently from \
+    the graphical window environment without having to resort to using the \
+    command line interface. It supports drag and drop on created apps, running \
+    as root using Authentication Manager and more.  This ${version} version is \
+    the last one to support PPC. \
 
-homepage		http://www.sveinbjorn.org/platypus/
-master_sites		http://www.sveinbjorn.org/files/software/platypus/
-distname		platypus${version}.src
-use_zip			yes
+homepage            http://www.sveinbjorn.org/platypus/
+master_sites        http://www.sveinbjorn.org/files/software/platypus/
+distname            platypus${version}.src
+use_zip             yes
 
 checksums           md5     e6fe23f7037a873394b70bcc62843940 \
                     sha1    31faa5ea5e3e266a213aa3dd3c1fa1173e611110 \
                     rmd160  0708e489de457d79cecb8192f1747459df8402c8
 
-worksrcdir		"${name}-${version}-Source"
+worksrcdir          "${name}-${version}-Source"
 
-supported_archs i386 ppc
+supported_archs     i386 ppc
 
-build.target platypus ScriptExec Platypus
-destroot.target Platypus
+build.target        platypus ScriptExec Platypus
+destroot.target     Platypus
 
 if {"darwin" == ${os.platform} && ${os.major} >= 10} {
     universal_variant   no
 }
 
-patchfiles		project.pbxproj.patch
+patchfiles          project.pbxproj.patch
 post-patch {
-	reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/CommonDefs.h
+    reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/CommonDefs.h
 }
 
 post-destroot {
-	reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
+    reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
 
-	# there is no English.lproj when building on Tiger and Leopard but there is one on SL
-	if {"darwin" == ${os.platform} && 10 > ${os.major}} {
-		reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
-	}
+    # there is no English.lproj when building on Tiger and Leopard but there is one on SL
+    if {"darwin" == ${os.platform} && 10 > ${os.major}} {
+        reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
+    }
 
-	exec /bin/bash ${worksrcpath}/Scripts/InstallCommandLineTool.sh ${destroot}${applications_dir}/Platypus.app/Contents/Resources
+    exec /bin/bash ${worksrcpath}/Scripts/InstallCommandLineTool.sh ${destroot}${applications_dir}/Platypus.app/Contents/Resources
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	"${name} (\\d+(?:\\.\\d+)*)"
+livecheck.type  regex
+livecheck.url   ${homepage}
+livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120925/7aa5edc0/attachment-0001.html>


More information about the macports-changes mailing list