diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-01-28 02:48:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-01-28 02:48:28 +0000 |
commit | 3e5032ae75648cfb28d3fb3747ac7842672c4d02 (patch) | |
tree | 4c093f8df6a42ad11e02b0a4303ecb2c0a272820 /math/R-cran-igraph | |
parent | afa932f84e06070001550272bececac004e3668c (diff) | |
download | ports-3e5032ae75648cfb28d3fb3747ac7842672c4d02.tar.gz ports-3e5032ae75648cfb28d3fb3747ac7842672c4d02.zip |
Notes
Diffstat (limited to 'math/R-cran-igraph')
-rw-r--r-- | math/R-cran-igraph/Makefile | 28 | ||||
-rw-r--r-- | math/R-cran-igraph/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-igraph/pkg-descr | 3 |
3 files changed, 33 insertions, 0 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile new file mode 100644 index 000000000000..c46f62165858 --- /dev/null +++ b/math/R-cran-igraph/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: igraph +# Date created: 10 May, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= igraph +DISTVERSION= 0.5.5-4 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= R extension package for igraph + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: uses i386 assembler +.endif + +.include <bsd.port.post.mk> diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo new file mode 100644 index 000000000000..5ecf10688a05 --- /dev/null +++ b/math/R-cran-igraph/distinfo @@ -0,0 +1,2 @@ +SHA256 (igraph_0.5.5-4.tar.gz) = e4d1bc6572770d6ac79465f9d6688df074047a7145af89601bd1a908891c1dbb +SIZE (igraph_0.5.5-4.tar.gz) = 1148943 diff --git a/math/R-cran-igraph/pkg-descr b/math/R-cran-igraph/pkg-descr new file mode 100644 index 000000000000..13495cd4ecaa --- /dev/null +++ b/math/R-cran-igraph/pkg-descr @@ -0,0 +1,3 @@ +R-cran-igraph is a R extension package for igraph. + +WWW: http://cneurocvs.rmki.kfki.hu/igraph |