Ticket #21554: Portfile

File Portfile, 1.1 KB (added by jjstickel@…, 15 years ago)

math/octave-odepkg/Portfile

Line 
1# new, JJS 9/22/09
2
3PortSystem 1.0
4
5name                octave-odepkg
6version             0.6.7
7categories          math science
8platforms           darwin
9maintainers         and.damore alakazam
10description         A package for solving ordinary differential equations and more.   
11long_description    ${description}
12
13homepage            http://octave.sourceforge.net/
14master_sites        sourceforge:octave
15
16distname            odepkg-$version
17
18checksums           md5     d405084fcad6e439ae751baf9fd203d2 \
19                    sha1    d050dce3a043bd74c5143c6602e8d67af6a5e22d \
20                    rmd160  fe85f5a64058ef67e5e65b5b89773685275b68ff
21
22depends_lib-append  port:octave
23
24use_parallel_build  no
25
26post-destroot {
27    move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
28}
29
30post-activate {
31    system "octave --eval \"pkg rebuild\""
32}
33
34livecheck.type  regex
35livecheck.url   http://octave.sourceforge.net/packages.html
36livecheck.regex http://downloads\.sourceforge\.net/octave/odepkg-(\\d+(\\.\\d+)*)\.tar\.gz