aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-igraph
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-12-06 06:54:57 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-12-06 06:54:57 +0000
commit0a3561889b309396ca70970f61fe3058584f2727 (patch)
tree990a0043fabef571875010311b52e36e20c64b58 /math/R-cran-igraph
parentc295b101ebe975a703b06570ffe893785b547e13 (diff)
downloadports-0a3561889b309396ca70970f61fe3058584f2727.tar.gz
ports-0a3561889b309396ca70970f61fe3058584f2727.zip
Notes
Diffstat (limited to 'math/R-cran-igraph')
-rw-r--r--math/R-cran-igraph/Makefile11
-rw-r--r--math/R-cran-igraph/distinfo4
-rw-r--r--math/R-cran-igraph/pkg-descr7
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/