1 | # $Id: Portfile 64241 2010-02-26 21:57:14Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name octave-communications |
---|
6 | version 1.0.10 |
---|
7 | categories math science |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://octave.sourceforge.net/ |
---|
14 | master_sites sourceforge:octave |
---|
15 | |
---|
16 | distname communications-$version |
---|
17 | |
---|
18 | checksums md5 cae9f1e4ce2b1c2358e028abe947d168 \ |
---|
19 | sha1 b51523d8b10f10fd5519bd218e9bf6d37f698a70 \ |
---|
20 | rmd160 210f98df17a5501be36b8fe02535b4ea0da38aad |
---|
21 | |
---|
22 | depends_lib-append port:octave |
---|
23 | |
---|
24 | post-destroot { |
---|
25 | move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} |
---|
26 | } |
---|
27 | |
---|
28 | post-activate { |
---|
29 | system "octave --eval \"pkg rebuild\"" |
---|
30 | } |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url http://octave.sourceforge.net/packages.html |
---|
34 | livecheck.regex http://downloads\.sourceforge\.net/octave/communications-(\\d+(\\.\\d+)*)\.tar\.gz |
---|