From owner-svn-ports-head@freebsd.org Sun Dec 6 06:54:59 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5905DA3BBA8; Sun, 6 Dec 2015 06:54:59 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FA4C1082; Sun, 6 Dec 2015 06:54:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB66swkG081337; Sun, 6 Dec 2015 06:54:58 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB66swk0081334; Sun, 6 Dec 2015 06:54:58 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201512060654.tB66swk0081334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 6 Dec 2015 06:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403091 - head/math/R-cran-igraph X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 06:54:59 -0000 Author: tota Date: Sun Dec 6 06:54:57 2015 New Revision: 403091 URL: https://svnweb.freebsd.org/changeset/ports/403091 Log: - Update to 1.0.1 - Update COMMENT and pkg-descr Modified: head/math/R-cran-igraph/Makefile head/math/R-cran-igraph/distinfo head/math/R-cran-igraph/pkg-descr Modified: head/math/R-cran-igraph/Makefile ============================================================================== --- head/math/R-cran-igraph/Makefile Sun Dec 6 05:45:29 2015 (r403090) +++ head/math/R-cran-igraph/Makefile Sun Dec 6 06:54:57 2015 (r403091) @@ -2,18 +2,23 @@ # $FreeBSD$ PORTNAME= igraph -DISTVERSION= 0.7.1 -PORTREVISION= 1 +DISTVERSION= 1.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org -COMMENT= R extension package for igraph +COMMENT= Network Analysis and Visualization LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +RUN_DEPENDS= R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr \ + R-cran-NMF>0:${PORTSDIR}/math/R-cran-NMF \ + R-cran-irlba>0:${PORTSDIR}/math/R-cran-irlba + USES= cran:auto-plist +USE_GNOME= libxml2 .include Modified: head/math/R-cran-igraph/distinfo ============================================================================== --- head/math/R-cran-igraph/distinfo Sun Dec 6 05:45:29 2015 (r403090) +++ head/math/R-cran-igraph/distinfo Sun Dec 6 06:54:57 2015 (r403091) @@ -1,2 +1,2 @@ -SHA256 (igraph_0.7.1.tar.gz) = 07cfd3273c3b091d9cdc189bd8fe4153888771baeaa3b65a0c0671293f186bdb -SIZE (igraph_0.7.1.tar.gz) = 2616543 +SHA256 (igraph_1.0.1.tar.gz) = dc64ed09b8b5f8d66ed4936cde3491974d6bc5178dd259b6eab7ef3936aa5602 +SIZE (igraph_1.0.1.tar.gz) = 3328353 Modified: head/math/R-cran-igraph/pkg-descr ============================================================================== --- head/math/R-cran-igraph/pkg-descr Sun Dec 6 05:45:29 2015 (r403090) +++ head/math/R-cran-igraph/pkg-descr Sun Dec 6 06:54:57 2015 (r403091) @@ -1,3 +1,6 @@ -R-cran-igraph is a R extension package for igraph. +Routines for simple graphs and network analysis. It can handle large +graphs very well and provides functions for generating random and +regular graphs, graph visualization, centrality methods and much +more. -WWW: http://cran.r-project.org/web/packages/igraph/ +WWW: https://cran.r-project.org/web/packages/igraph/