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 igraph |
---|
7 | version 0.5.1 |
---|
8 | |
---|
9 | categories math devel |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | description high performance graph library for C |
---|
13 | long_description high performance graph library, primarily aimed \ |
---|
14 | at complex network research and analysis. |
---|
15 | homepage http://cneurocvs.rmki.kfki.hu/igraph/ |
---|
16 | |
---|
17 | distname igraph-${version} |
---|
18 | master_sites ${homepage}download/ |
---|
19 | checksums md5 19f9c193fc7c8b88a0e8d98aef9f9bb5 \ |
---|
20 | sha1 91caa3a6faaf776a93e94e3dd21a94b006f981af \ |
---|
21 | rmd160 13e9085545fe231d3654dd9b928bc67192ca9d38 |
---|