Commits
Marius Schamschula authored 18fd68af714
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup octave 1.0 |
5 5 | |
6 - | octave.setup general 2.0.0 |
7 - | revision 4 |
6 + | octave.setup general 2.1.0 |
8 7 | platforms darwin |
9 8 | license GPL-3+ BSD public-domain |
10 9 | maintainers {mps @Schamschula} openmaintainer |
11 10 | description General tools for Octave, string dictionary, \ |
12 11 | parallel computing. |
13 12 | long_description ${description} |
14 13 | |
15 - | checksums rmd160 0a0a86442068eb4f208e3321c5369b1341817220 \ |
16 - | sha256 80a6921bea3437ea233873ca4382bdc7c31c9e61bd1bcb9059da18db39df7194 |
14 + | checksums rmd160 7de2f01177c5a589c8d64dca59472e5dbc9d40c4 \ |
15 + | sha256 addb8d30b05e9e0c32259dee74756b6e29ecbe529ad6088d21b113d2c531246f \ |
16 + | size 59848 |
17 + | |
18 + | depends_lib port:nettle |