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 cmake 1.0 |
---|
6 | |
---|
7 | name vtk6 |
---|
8 | version 6.0.0 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | distname vtk-${version} |
---|
11 | worksrcdir VTK${version} |
---|
12 | |
---|
13 | categories graphics devel |
---|
14 | maintainers nomaintainer |
---|
15 | license BSD |
---|
16 | platforms darwin freebsd |
---|
17 | |
---|
18 | description 3D visualization toolkit |
---|
19 | long_description an open source, freely available software system \ |
---|
20 | for 3D computer graphics, image processing, and visualization \ |
---|
21 | used by thousands of researchers and developers around the world. \ |
---|
22 | VTK consists of a C++ class library, and several interpreted \ |
---|
23 | interface layers including Tcl/Tk, Java, and Python. |
---|
24 | |
---|
25 | homepage http://www.vtk.org/ |
---|
26 | master_sites http://www.vtk.org/files/release/${branch}/ |
---|
27 | |
---|
28 | checksums sha256 426df543cffeacf21154dddcd2a6efbd91a586570a07a0db4c426d3e0acd10e4 \ |
---|
29 | rmd160 e1d90c03821ed2b9e7ddc2c9215d1493ba788022 |
---|