summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-01-28 02:48:28 +0000
committertota <tota@FreeBSD.org>2012-01-28 02:48:28 +0000
commit5060b7641ab65c2eb2b8b214727d800c5fc20f38 (patch)
treef3fa9195f23b4dad2d4cea2f9fc6c5c6c43a6b89
parent8b1f7f57362e9af27f6e84dda88553973a3d2e20 (diff)
downloadFreeBSD-ports-5060b7641ab65c2eb2b8b214727d800c5fc20f38.zip
FreeBSD-ports-5060b7641ab65c2eb2b8b214727d800c5fc20f38.tar.gz
- 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]
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-igraph/Makefile28
-rw-r--r--math/R-cran-igraph/distinfo2
-rw-r--r--math/R-cran-igraph/pkg-descr3
5 files changed, 34 insertions, 1 deletions
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 <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 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
OpenPOWER on IntegriCloud