Revision: 38845 http://trac.macosforge.org/projects/macports/changeset/38845 Author: ryandesign@macports.org Date: 2008-08-01 02:46:23 -0700 (Fri, 01 Aug 2008) Log Message: ----------- ihook: whitespace changes only Modified Paths: -------------- trunk/dports/aqua/ihook/Portfile Modified: trunk/dports/aqua/ihook/Portfile =================================================================== --- trunk/dports/aqua/ihook/Portfile 2008-08-01 09:43:56 UTC (rev 38844) +++ trunk/dports/aqua/ihook/Portfile 2008-08-01 09:46:23 UTC (rev 38845) @@ -1,29 +1,38 @@ # $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 -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. +name ihook +set my_name iHook +version 1.1.0 +categories aqua +maintainers nomaintainer -homepage http://rsug.itd.umich.edu/software/ihook/ -master_sites ${homepage}files/ -distname ${name}-${version}-src -worksrcdir ${name}-${version} -extract.suffix .tgz +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, \ + allows script writers to provide graphical feedback \ + without having to learn one of the higher APIs \ + available for Mac OS X. -checksums md5 5d8582eaa62f633095eb5d4ee31d10b9 \ - sha1 73f434d9bd9238a7c36014c1dd656f9b9eba1616 \ - rmd160 5b384f008739ba8cffd5380aa8ea7bcf3c6d7eec +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 + +post-destroot { + move ${destroot}${applications_dir}/shookexec \ + ${destroot}${applications_dir}/${my_name}.app/Contents/Resources +} + +variant universal {} if {! [variant_isset universal]} { set arch ${os.arch} if {! [string compare ${os.arch} powerpc]} { @@ -34,14 +43,6 @@ xcode.destroot.settings ARCHS=${arch} } -post-destroot { - move ${destroot}${applications_dir}/shookexec \ - ${destroot}${applications_dir}/${my_name}.app/Contents/Resources -} - -variant universal {} - -livecheck.check regex -livecheck.url ${homepage} -livecheck.regex "${my_name} (\\d+(?:\\.\\d+)*)" - +livecheck.check regex +livecheck.url ${homepage} +livecheck.regex "${my_name} (\\d+(?:\\.\\d+)*)"