Import R-graph-1.34.0 as wip/R-graph.
A package that implements some simple graph handling capabilities.
This commit is contained in:
parent
7274938511
commit
c901c4ef74
5 changed files with 46 additions and 0 deletions
1
R-graph/DESCR
Normal file
1
R-graph/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A package that implements some simple graph handling capabilities.
|
7
R-graph/MESSAGE
Normal file
7
R-graph/MESSAGE
Normal file
|
@ -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.
|
||||
|
||||
===========================================================================
|
20
R-graph/Makefile
Normal file
20
R-graph/Makefile
Normal file
|
@ -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"
|
13
R-graph/buildlink3.mk
Normal file
13
R-graph/buildlink3.mk
Normal file
|
@ -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
|
5
R-graph/distinfo
Normal file
5
R-graph/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue