Revision: 79914 http://trac.macports.org/changeset/79914 Author: and.damore@macports.org Date: 2011-06-29 01:47:29 -0700 (Wed, 29 Jun 2011) Log Message: ----------- port qtoctave-mac, whitespace changes Modified Paths: -------------- trunk/dports/aqua/qtoctave-mac/Portfile Modified: trunk/dports/aqua/qtoctave-mac/Portfile =================================================================== --- trunk/dports/aqua/qtoctave-mac/Portfile 2011-06-29 08:46:20 UTC (rev 79913) +++ trunk/dports/aqua/qtoctave-mac/Portfile 2011-06-29 08:47:29 UTC (rev 79914) @@ -1,42 +1,43 @@ # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup qt4 1.0 -name qtoctave-mac -version 0.9.1 -revision 1 -categories aqua math -platforms darwin -maintainers and.damore openmaintainer -description QtOctave is a front-end for Octave -long_description \ -QtOctave is a front-end for Octave, a high-level language\ primarily intended \ -for numerical computations like Matlab. QtOctave \ tries, using menus and \ -forms, to make Octave easy. +PortSystem 1.0 +PortGroup qt4 1.0 +name qtoctave-mac +version 0.9.1 +revision 1 +categories aqua math +platforms darwin +maintainers and.damore openmaintainer +description QtOctave is a front-end for Octave +long_description \ + QtOctave is a front-end for Octave, a high-level \ + language\ primarily intended for numerical computations \ + like Matlab. QtOctave \ tries, using menus and forms, \ + to make Octave easy. -homepage http://qtoctave.wordpress.com -distname qtoctave-${version} -master_sites http://forja.rediris.es/frs/download.php/1760/ +homepage http://qtoctave.wordpress.com +distname qtoctave-${version} +master_sites http://forja.rediris.es/frs/download.php/1760/ -depends_lib-append path:bin/octave:octave -depends_build-append port:cmake +depends_lib-append path:bin/octave:octave +depends_build-append port:cmake depends_skip_archcheck octave octave-devel -checksums md5 a15edc82c6780dc3764052b04bf902f0 \ - sha1 1d18058c7549a3f25cd648183db3d99ef755257e \ - rmd160 9e4725cc2a52cfe9b7ec1e1b74becba8146b74f0 +checksums md5 a15edc82c6780dc3764052b04bf902f0 \ + sha1 1d18058c7549a3f25cd648183db3d99ef755257e \ + rmd160 9e4725cc2a52cfe9b7ec1e1b74becba8146b74f0 -patchfiles patch-cmakelists_txt.diff \ - patch-qtinfo.diff +patchfiles patch-cmakelists_txt.diff \ + patch-qtinfo.diff -configure.cmd cmake -configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} -configure.args ${qt_cmake_defines} \ - -G \"Unix Makefiles\" . +configure.cmd cmake +configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} +configure.args ${qt_cmake_defines} \ + -G \"Unix Makefiles\" . -use_bzip2 yes +use_bzip2 yes -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex "QtOctave (\\d+(?:\\.\\d+)*) has been released" +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex "QtOctave (\\d+(?:\\.\\d+)*) has been released"
participants (1)
-
and.damore@macports.org