From c901c4ef74d022af7b8b993fd41dd01b0881926e Mon Sep 17 00:00:00 2001 From: "Mike M. Volokhov" Date: Thu, 10 May 2012 10:44:48 +0000 Subject: [PATCH] Import R-graph-1.34.0 as wip/R-graph. A package that implements some simple graph handling capabilities. --- R-graph/DESCR | 1 + R-graph/MESSAGE | 7 +++++++ R-graph/Makefile | 20 ++++++++++++++++++++ R-graph/buildlink3.mk | 13 +++++++++++++ R-graph/distinfo | 5 +++++ 5 files changed, 46 insertions(+) create mode 100644 R-graph/DESCR create mode 100644 R-graph/MESSAGE create mode 100644 R-graph/Makefile create mode 100644 R-graph/buildlink3.mk create mode 100644 R-graph/distinfo diff --git a/R-graph/DESCR b/R-graph/DESCR new file mode 100644 index 0000000000..ee535b1c97 --- /dev/null +++ b/R-graph/DESCR @@ -0,0 +1 @@ +A package that implements some simple graph handling capabilities. diff --git a/R-graph/MESSAGE b/R-graph/MESSAGE new file mode 100644 index 0000000000..1bcfb8e6bc --- /dev/null +++ b/R-graph/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2012/05/10 10:44:48 bubuchka Exp $ + +For more versatile graphs you may also want to install +the R-Rgraphviz package. + +=========================================================================== diff --git a/R-graph/Makefile b/R-graph/Makefile new file mode 100644 index 0000000000..68c80b9d7c --- /dev/null +++ b/R-graph/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/05/10 10:44:48 bubuchka Exp $ + +CATEGORIES= math devel +MASTER_SITES= http://www.bioconductor.org/packages/release/bioc/src/contrib/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.bioconductor.org/packages/release/bioc/html/graph.html +COMMENT= R package to handle graph data structures + +R_PKGNAME= graph +R_PKGVER= 1.34.0 + +LICENSE= artistic-2.0 + +USE_LANGUAGES= c + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../wip/R-BiocGenerics/buildlink3.mk" +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/R-graph/buildlink3.mk b/R-graph/buildlink3.mk new file mode 100644 index 0000000000..1f382dc1ac --- /dev/null +++ b/R-graph/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/05/10 10:44:48 bubuchka Exp $ + +BUILDLINK_TREE+= Rgraph + +.if !defined(RGRAPH_BUILDLINK3_MK) +RGRAPH_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.Rgraph+= R-graph>=1.34.0 +BUILDLINK_ABI_DEPENDS.Rgraph+= R-graph>=1.34.0 +BUILDLINK_PKGSRCDIR.Rgraph?= ../../wip/R-graph +.endif # RGRAPH_BUILDLINK3_MK + +BUILDLINK_TREE+= -Rgraph diff --git a/R-graph/distinfo b/R-graph/distinfo new file mode 100644 index 0000000000..e22201bd4d --- /dev/null +++ b/R-graph/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/05/10 10:44:48 bubuchka Exp $ + +SHA1 (R/graph_1.34.0.tar.gz) = 6aa0be3e23d40c02aed39e01bbee1b4403915ce4 +RMD160 (R/graph_1.34.0.tar.gz) = 5f25b7837f18f382522fb6929fd0e86333b7df11 +Size (R/graph_1.34.0.tar.gz) = 947047 bytes