1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | name octave-statistics |
---|
8 | version 1.2.2 |
---|
9 | categories math |
---|
10 | |
---|
11 | octave.setup statistics 1.2.2 |
---|
12 | platforms darwin |
---|
13 | license GPL-2+ GPL-3+ public-domain |
---|
14 | maintainers nomaintainer |
---|
15 | description Additional statistics functions for Octave. |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | |
---|
19 | checksums md5 f7830d55665dd6bf797c287ce5479dfa \ |
---|
20 | sha1 8c3260308e8011c0425ab3965d79f15b4abc37a0 |
---|
21 | |
---|
22 | |
---|