Changeset 79914
- Timestamp:
- 06/29/11 01:47:29 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/aqua/qtoctave-mac/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/qtoctave-mac/Portfile
r79912 r79914 2 2 # $Id$ 3 3 4 PortSystem 1.0 5 PortGroup qt4 1.0 6 name qtoctave-mac 7 version 0.9.1 8 revision 1 9 categories aqua math 10 platforms darwin 11 maintainers and.damore openmaintainer 12 description QtOctave is a front-end for Octave 13 long_description \ 14 QtOctave is a front-end for Octave, a high-level language\ primarily intended \ 15 for numerical computations like Matlab. QtOctave \ tries, using menus and \ 16 forms, to make Octave easy. 4 PortSystem 1.0 5 PortGroup qt4 1.0 6 name qtoctave-mac 7 version 0.9.1 8 revision 1 9 categories aqua math 10 platforms darwin 11 maintainers and.damore openmaintainer 12 description QtOctave is a front-end for Octave 13 long_description \ 14 QtOctave is a front-end for Octave, a high-level \ 15 language\ primarily intended for numerical computations \ 16 like Matlab. QtOctave \ tries, using menus and forms, \ 17 to make Octave easy. 17 18 18 homepage http://qtoctave.wordpress.com19 distname qtoctave-${version}20 master_sites http://forja.rediris.es/frs/download.php/1760/19 homepage http://qtoctave.wordpress.com 20 distname qtoctave-${version} 21 master_sites http://forja.rediris.es/frs/download.php/1760/ 21 22 22 depends_lib-append path:bin/octave:octave23 depends_build-append port:cmake23 depends_lib-append path:bin/octave:octave 24 depends_build-append port:cmake 24 25 depends_skip_archcheck octave octave-devel 25 26 26 checksums md5 a15edc82c6780dc3764052b04bf902f0 \27 sha1 1d18058c7549a3f25cd648183db3d99ef755257e \28 rmd160 9e4725cc2a52cfe9b7ec1e1b74becba8146b74f027 checksums md5 a15edc82c6780dc3764052b04bf902f0 \ 28 sha1 1d18058c7549a3f25cd648183db3d99ef755257e \ 29 rmd160 9e4725cc2a52cfe9b7ec1e1b74becba8146b74f0 29 30 30 patchfiles patch-cmakelists_txt.diff \31 patch-qtinfo.diff31 patchfiles patch-cmakelists_txt.diff \ 32 patch-qtinfo.diff 32 33 33 configure.cmd cmake34 configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix}35 configure.args ${qt_cmake_defines} \36 -G \"Unix Makefiles\" .34 configure.cmd cmake 35 configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} 36 configure.args ${qt_cmake_defines} \ 37 -G \"Unix Makefiles\" . 37 38 38 use_bzip2 yes39 use_bzip2 yes 39 40 40 livecheck.type regex41 livecheck.url ${homepage}42 livecheck.regex "QtOctave (\\d+(?:\\.\\d+)*) has been released"41 livecheck.type regex 42 livecheck.url ${homepage} 43 livecheck.regex "QtOctave (\\d+(?:\\.\\d+)*) has been released"
Note: See TracChangeset
for help on using the changeset viewer.

