[28950] trunk/dports/aqua/ihook/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 12 11:42:24 PDT 2007
Revision: 28950
http://trac.macosforge.org/projects/macports/changeset/28950
Author: nox at macports.org
Date: 2007-09-12 11:42:24 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
ihook: Whitespace changes.
Modified Paths:
--------------
trunk/dports/aqua/ihook/Portfile
Modified: trunk/dports/aqua/ihook/Portfile
===================================================================
--- trunk/dports/aqua/ihook/Portfile 2007-09-12 18:40:59 UTC (rev 28949)
+++ trunk/dports/aqua/ihook/Portfile 2007-09-12 18:42:24 UTC (rev 28950)
@@ -1,39 +1,37 @@
# $Id$
-PortSystem 1.0
-PortGroup xcode 1.0
+PortSystem 1.0
+PortGroup xcode 1.0
-name ihook
-set my_name iHook
-version 1.1.0
-categories aqua
-maintainers nomaintainer
+name ihook
+set my_name iHook
+version 1.1.0
+categories aqua
+maintainers nomaintainer
+description A graphical interface frontend for commandline executables
+long_description \
+ iHook is a graphical frontend for any commandline executable. It gives scripts a pleasant Aqua face, \
+ and allows script writers to provide graphical feedback without having to learn one of the higher \
+ APIs available for Mac OS X.
-description A graphical interface frontend for commandline executables
-long_description iHook is a graphical frontend for any commandline \
- executable. It gives scripts a pleasant Aqua face, \
- and allows script writers to provide graphical \
- feedback without having to learn one of the higher \
- APIs available for Mac OS X.
+homepage http://rsug.itd.umich.edu/software/ihook/
+master_sites ${homepage}files/
+distname ${name}-${version}-src
+worksrcdir ${name}-${version}
+extract.suffix .tgz
-homepage http://rsug.itd.umich.edu/software/ihook/
-master_sites ${homepage}files/
-distname ${name}-${version}-src
-worksrcdir ${name}-${version}
-extract.suffix .tgz
+checksums md5 5d8582eaa62f633095eb5d4ee31d10b9 \
+ sha1 73f434d9bd9238a7c36014c1dd656f9b9eba1616 \
+ rmd160 5b384f008739ba8cffd5380aa8ea7bcf3c6d7eec
-checksums md5 5d8582eaa62f633095eb5d4ee31d10b9 \
- sha1 73f434d9bd9238a7c36014c1dd656f9b9eba1616 \
- rmd160 5b384f008739ba8cffd5380aa8ea7bcf3c6d7eec
-
if {! [variant_isset universal]} {
- set arch ${os.arch}
- if {! [string compare ${os.arch} powerpc]} {
- set arch ppc
- }
+ set arch ${os.arch}
+ if {! [string compare ${os.arch} powerpc]} {
+ set arch ppc
+ }
- xcode.build.settings ARCHS=${arch}
- xcode.destroot.settings ARCHS=${arch}
+ xcode.build.settings ARCHS=${arch}
+ xcode.destroot.settings ARCHS=${arch}
}
post-destroot {
@@ -43,7 +41,7 @@
variant universal {}
-livecheck.check regex
-livecheck.url ${homepage}
+livecheck.check regex
+livecheck.url ${homepage}
livecheck.regex "${my_name} (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/e712a807/attachment.html
More information about the macports-changes
mailing list