diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 22:35:57 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2017-05-08 22:35:57 +0000 |
commit | 8ee1b18a8f958083cf7fff9d4e1842ce17ea5234 (patch) | |
tree | 7db09c97377e72eeffaa8df940bd25b33678957c /devel/R-cran-rgexf | |
parent | 18d96a45bb1dbdee7ae2c54ca1c7682035544d50 (diff) |
Notes
Diffstat (limited to 'devel/R-cran-rgexf')
-rw-r--r-- | devel/R-cran-rgexf/Makefile | 22 | ||||
-rw-r--r-- | devel/R-cran-rgexf/distinfo | 3 | ||||
-rw-r--r-- | devel/R-cran-rgexf/pkg-descr | 10 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/R-cran-rgexf/Makefile b/devel/R-cran-rgexf/Makefile new file mode 100644 index 000000000000..37cd0ac59e5a --- /dev/null +++ b/devel/R-cran-rgexf/Makefile @@ -0,0 +1,22 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rgexf +PORTVERSION= 0.15.3 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Build, Import and Export GEXF Graph Files + +LICENSE= GPLv3 + +CRAN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \ + R-cran-Rook>0:www/R-cran-Rook \ + R-cran-igraph>0:math/R-cran-igraph +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/devel/R-cran-rgexf/distinfo b/devel/R-cran-rgexf/distinfo new file mode 100644 index 000000000000..d159aaa8ec6f --- /dev/null +++ b/devel/R-cran-rgexf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1494149377 +SHA256 (rgexf_0.15.3.tar.gz) = 2e8a7978d1fb977318e6310ba65b70a9c8890185c819a7951ac23425c6dc8147 +SIZE (rgexf_0.15.3.tar.gz) = 447723 diff --git a/devel/R-cran-rgexf/pkg-descr b/devel/R-cran-rgexf/pkg-descr new file mode 100644 index 000000000000..19e8fb8ce8e8 --- /dev/null +++ b/devel/R-cran-rgexf/pkg-descr @@ -0,0 +1,10 @@ +Create, read and write GEXF (Graph Exchange XML Format) graph files +(used in Gephi and others). Using the XML package, it allows the +user to easily build/read graph files including attributes, GEXF +viz attributes (such as color, size, and position), network dynamics +(for both edges and nodes) and edge weighting. Users can build/handle +graphs element-by-element or massively through data-frames, visualize +the graph on a web browser through "sigmajs" (a javascript library) +and interact with the igraph package. + +WWW: https://cran.r-project.org/web/packages/rgexf/ |