|
Revision 64241, 1.0 KB
(checked in by and.damore@…, 3 weeks ago)
|
|
dropping octave-forge packages maintainability
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name octave-special-matrix |
|---|
| 6 | version 1.0.7 |
|---|
| 7 | categories math science |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | description Additional Special Matrices for Octave. |
|---|
| 11 | long_description ${description} |
|---|
| 12 | |
|---|
| 13 | homepage http://octave.sourceforge.net/ |
|---|
| 14 | master_sites sourceforge:octave |
|---|
| 15 | |
|---|
| 16 | distname special-matrix-$version |
|---|
| 17 | |
|---|
| 18 | checksums md5 7dcd0154aca5fbb0de20628352c3dcfa \ |
|---|
| 19 | sha1 6c9f36a45071ecbb4c75d8084d3bee70652cd4f6 \ |
|---|
| 20 | rmd160 dfac40b0aa692dbf6221829ffac9f895bb0620b2 |
|---|
| 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/special-matrix-(\\d+(\\.\\d+)*)\.tar\.gz |
|---|