Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2014/09/19 20:12:51 brook Exp $
# $NetBSD: Makefile,v 1.5 2016/07/27 00:28:37 wen Exp $
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,13 +9,12 @@ COMMENT= Seamless R and C++ Integration
LICENSE= gnu-gpl-v2
R_PKGNAME= Rcpp
R_PKGVER= 0.11.2
R_PKGVER= 0.12.6
USE_LANGUAGES+= c++
REPLACE_R+= inst/examples/*/*.R
REPLACE_R+= inst/examples/*/*.r
REPLACE_R+= inst/unitTests/*.R
REPLACE_R+= inst/examples/SugarPerformance/sugarBenchmarks.R
REPLACE_RSCRIPT+= inst/discovery/cxx0x.R
@@ -23,7 +22,7 @@ REPLACE_SH+= inst/examples/ConvolveBenchmarks/buildAndRun.sh
REPLACE_SH+= inst/examples/ConvolveBenchmarks/overhead.sh
REPLACE_INTERPRETER+= R
REPLACE.R.old= .*/r
REPLACE.R.old= /usr/bin/env r
REPLACE.R.new= ${PREFIX}/bin/R
REPLACE_FILES.R= ${REPLACE_R}