From owner-cvs-all@FreeBSD.ORG Fri Jul 18 12:36:04 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67C851065676; Fri, 18 Jul 2008 12:36:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47EA08FC2B; Fri, 18 Jul 2008 12:36:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6ICa4VM057291; Fri, 18 Jul 2008 12:36:04 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6ICa4ZG057290; Fri, 18 Jul 2008 12:36:04 GMT (envelope-from miwi) Message-Id: <200807181236.m6ICa4ZG057290@repoman.freebsd.org> From: Martin Wilke Date: Fri, 18 Jul 2008 12:36:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/igraph Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2008 12:36:04 -0000 miwi 2008-07-18 12:36:04 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/igraph Makefile distinfo pkg-descr pkg-plist Log: igraph is a free software package for creating and manipulating undirected and directed graphs. It includes implementations for classic graph theory problems like minimum spanning trees and network flow, and also implements algorithms for some recent network analysis methods, like community structure search. igraph contains functions for generating regular and random graphs, manipulating graphs, assigning attributes to vertices and edges. It can calculate various structural properties, includes heuristics for community structure detection, supports many file formats. WWW: http://cneurocvs.rmki.kfki.hu/igraph/ PR: ports/125534 Submitted by: Wen Heping Revision Changes Path 1.484 +1 -0 ports/math/Makefile 1.1 +30 -0 ports/math/igraph/Makefile (new) 1.1 +3 -0 ports/math/igraph/distinfo (new) 1.1 +12 -0 ports/math/igraph/pkg-descr (new) 1.1 +35 -0 ports/math/igraph/pkg-plist (new)