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