diff options
author | tota <tota@FreeBSD.org> | 2015-12-06 14:54:57 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2015-12-06 14:54:57 +0800 |
commit | 29228e9cb29c754c84de7317863a10a3010bbe41 (patch) | |
tree | 990a0043fabef571875010311b52e36e20c64b58 /math | |
parent | 901066928bf90021841216234a86a35b69508cc7 (diff) | |
download | freebsd-ports-gnome-29228e9cb29c754c84de7317863a10a3010bbe41.tar.gz freebsd-ports-gnome-29228e9cb29c754c84de7317863a10a3010bbe41.tar.zst freebsd-ports-gnome-29228e9cb29c754c84de7317863a10a3010bbe41.zip |
- Update to 1.0.1
- Update COMMENT and pkg-descr
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-igraph/Makefile | 11 | ||||
-rw-r--r-- | math/R-cran-igraph/distinfo | 4 | ||||
-rw-r--r-- | math/R-cran-igraph/pkg-descr | 7 |
3 files changed, 15 insertions, 7 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index e24e19c0b0a7..87dd026d768d 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -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 <bsd.port.pre.mk> diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 01b487a5a933..3f9325407458 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -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 diff --git a/math/R-cran-igraph/pkg-descr b/math/R-cran-igraph/pkg-descr index 69ddf81178a2..04d054a2caea 100644 --- a/math/R-cran-igraph/pkg-descr +++ b/math/R-cran-igraph/pkg-descr @@ -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/ |