pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-igraph math/R-igraph: Import version 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b128f12c6ae
branches:  trunk
changeset: 308494:1b128f12c6ae
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu May 24 22:25:17 2018 +0000

description:
math/R-igraph: Import version 1.2.1

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.

diffstat:

 math/R-igraph/DESCR                   |   3 +++
 math/R-igraph/Makefile                |  17 +++++++++++++++++
 math/R-igraph/distinfo                |   7 +++++++
 math/R-igraph/patches/patch-configure |  15 +++++++++++++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r b2d75aba0b6b -r 1b128f12c6ae math/R-igraph/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-igraph/DESCR       Thu May 24 22:25:17 2018 +0000
@@ -0,0 +1,3 @@
+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.
diff -r b2d75aba0b6b -r 1b128f12c6ae math/R-igraph/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-igraph/Makefile    Thu May 24 22:25:17 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/05/24 22:25:17 minskim Exp $
+
+DISTNAME=      igraph_1.2.1
+CATEGORIES=    graphics
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://igraph.org/
+COMMENT=       Network Analysis and Visualization
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-magrittr-[0-9]*:../../devel/R-magrittr
+DEPENDS+=      R-pkgconfig>=2.0.0:../../devel/R-pkgconfig
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r b2d75aba0b6b -r 1b128f12c6ae math/R-igraph/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-igraph/distinfo    Thu May 24 22:25:17 2018 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2018/05/24 22:25:17 minskim Exp $
+
+SHA1 (R/igraph_1.2.1.tar.gz) = 68994ee2f463b5f2ce91621db3a2608798481185
+RMD160 (R/igraph_1.2.1.tar.gz) = 43f77e5f0e9cab2fd606a6d8cfd247158203bf73
+SHA512 (R/igraph_1.2.1.tar.gz) = 4b4a31f2f2f0fde4c8d8667bd6a6733f1af9e4509570383243d8da0aec918ae0ec63a5be684bb348f56f1a3275d538b59df5534ea1f1214a373323e39fde1789
+Size (R/igraph_1.2.1.tar.gz) = 2703426 bytes
+SHA1 (patch-configure) = f3f6fc7c3c877f02b9b29c9758f1ac9edb51341c
diff -r b2d75aba0b6b -r 1b128f12c6ae math/R-igraph/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-igraph/patches/patch-configure     Thu May 24 22:25:17 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2018/05/24 22:25:17 minskim Exp $
+
+Portability fix.
+
+--- configure.orig     2018-03-10 12:30:50.000000000 +0000
++++ configure
+@@ -3499,7 +3499,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+-if test "x$ac_cv_fc_compiler_gnu" == xyes; then
++if test "x$ac_cv_fc_compiler_gnu" = xyes; then
+ 
+ $as_echo "#define HAVE_GFORTRAN 1" >>confdefs.h
+ 



Home | Main Index | Thread Index | Old Index