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 | # $Id: Portfile 114034 2013-11-27 16:20:17Z michaelld@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup octave 1.0 |
---|
6 | |
---|
7 | octave.setup quaternion 2.4.0 |
---|
8 | platforms darwin |
---|
9 | license GPL-2+ |
---|
10 | maintainers gmail.com:mschamschula openmaintainer |
---|
11 | description Quaternion package for GNU Octave, includes a quaternion class with \ |
---|
12 | overloaded operators. |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums rmd160 bb4969615469c8e9e9d643944f91f6f00d2cf4f1 \ |
---|
16 | sha256 4c2d4dd8f1d213f080519c6f9dfbbdca068087ee0411122b16e377e0f4641610 |
---|