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 | |
---|
6 | name matio |
---|
7 | version 1.3.3 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | description Matio is a library for working with Matlab save files |
---|
10 | long_description Matio is a library for reading and writing Matlab \ |
---|
11 | save files. It is used by scientific data processing \ |
---|
12 | programs. |
---|
13 | maintainers nomaintainer |
---|
14 | categories math |
---|
15 | platforms darwin |
---|
16 | homepage http://sourceforge.net/projects/matio |
---|
17 | master_sites http://downloads.sourceforge.net/project/${name}/${name}/${version}/ |
---|
18 | checksums md5 5c12a98f391de000e88b5a1b20d74abf |
---|
19 | |
---|
20 | depends_lib port:zlib |
---|