pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-igraph



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu May 24 22:25:17 UTC 2018

Added Files:
        pkgsrc/math/R-igraph: DESCR Makefile distinfo
        pkgsrc/math/R-igraph/patches: patch-configure

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-igraph/DESCR \
    pkgsrc/math/R-igraph/Makefile pkgsrc/math/R-igraph/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-igraph/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-igraph/DESCR
diff -u /dev/null pkgsrc/math/R-igraph/DESCR:1.1
--- /dev/null   Thu May 24 22:25:17 2018
+++ pkgsrc/math/R-igraph/DESCR  Thu May 24 22:25:17 2018
@@ -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.
Index: pkgsrc/math/R-igraph/Makefile
diff -u /dev/null pkgsrc/math/R-igraph/Makefile:1.1
--- /dev/null   Thu May 24 22:25:17 2018
+++ pkgsrc/math/R-igraph/Makefile       Thu May 24 22:25:17 2018
@@ -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"
Index: pkgsrc/math/R-igraph/distinfo
diff -u /dev/null pkgsrc/math/R-igraph/distinfo:1.1
--- /dev/null   Thu May 24 22:25:17 2018
+++ pkgsrc/math/R-igraph/distinfo       Thu May 24 22:25:17 2018
@@ -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

Index: pkgsrc/math/R-igraph/patches/patch-configure
diff -u /dev/null pkgsrc/math/R-igraph/patches/patch-configure:1.1
--- /dev/null   Thu May 24 22:25:17 2018
+++ pkgsrc/math/R-igraph/patches/patch-configure        Thu May 24 22:25:17 2018
@@ -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