From 5060b7641ab65c2eb2b8b214727d800c5fc20f38 Mon Sep 17 00:00:00 2001 From: tota Date: Sat, 28 Jan 2012 02:48:28 +0000 Subject: - Re-add math/R-cran-igraph - Update to 0.5.5-4 - Add LICENSE section - Take maintainership [1] PR: ports/164110 Submitted by: tota (myself) Approved by: previous maintainer (timeout > 2 weeks) [1] --- MOVED | 1 - math/Makefile | 1 + math/R-cran-igraph/Makefile | 28 ++++++++++++++++++++++++++++ math/R-cran-igraph/distinfo | 2 ++ math/R-cran-igraph/pkg-descr | 3 +++ 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 math/R-cran-igraph/Makefile create mode 100644 math/R-cran-igraph/distinfo create mode 100644 math/R-cran-igraph/pkg-descr diff --git a/MOVED b/MOVED index a10a5a1..fbf4018 100644 --- a/MOVED +++ b/MOVED @@ -1715,7 +1715,6 @@ lang/u++||2011-04-18|Has expired: has been broken for over a half year lang/pugs||2011-04-18|Has expired: has been broken for over a year lang/mozart||2011-04-18|Has expired: does not compile on FreeBSD 7.x or newer math/linalg||2011-04-18|Has expired: does not build on FreeBSD 7.x or newer -math/R-cran-igraph||2011-04-18|Has expired: has been broken for over a half year misc/ftree||2011-04-18|Has expired: has been broken for over a half year multimedia/katchtv||2011-04-18|Has expired: has been broken for a half year multimedia/libomxil-bellagio||2011-04-18|Has expired: has been broken for almost a year diff --git a/math/Makefile b/math/Makefile index c1f6b87..ba40786 100644 --- a/math/Makefile +++ b/math/Makefile @@ -13,6 +13,7 @@ SUBDIR += R-cran-coda SUBDIR += R-cran-deldir SUBDIR += R-cran-gpclib + SUBDIR += R-cran-igraph SUBDIR += R-cran-inline SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-psych diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile new file mode 100644 index 0000000..c46f621 --- /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 +# +# $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 + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: uses i386 assembler +.endif + +.include diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo new file mode 100644 index 0000000..5ecf106 --- /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 0000000..13495cd --- /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 -- cgit v1.1