Ticket #40683: Portfile

File Portfile, 619 bytes (added by mashavecher, 11 years ago)

octave-io

Line 
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       
4PortSystem          1.0
5PortGroup           octave 1.0
6       
7name                            octave-io 1.2.3
8version                         1.2.3
9categories                      math
10
11octave.setup        io 1.2.3
12platforms           darwin
13license             GPL-2+ GPL-3+ public-domain
14maintainers         nomaintainer
15description         Input/Output in external formats.
16long_description    ${description}
17
18
19checksums           md5     29969e5ee74c5a9e90d4f72abbecaa37 \
20                        sha1    012fe8ad406fd41bf8715193504c280308806f52
21
22
23
24