d6bcc22611
Remove BROKEN mark(build without Internet access) Upstream changes: ## 1.1.2 (2016-09-30) **CRAN** * [BUGFIX] round(), snprintf() is not C++98 ------------------------------------------------------------------------------- ## 1.1.1 (2016-05-25) **CRAN** * [BUGFIX] #214: allow a regex pattern like `.*` to match an empty string. * [BUGFIX] #210: `stri_replace_all_fixed(c("1", "NULL"), "NULL", NA)` now results in `c("1", NA)`. * [NEW FEATURE] #199: `stri_sub<-` now allows for ignoring `NA` locations (a new `omit_na` argument added). * [NEW FEATURE] #207: `stri_sub<-` now allows for substring insertions (via `length=0`). * [NEW FUNCTION] #124: `stri_subset<-` functions added. * [NEW FEATURE] #216: `stri_detect`, `stri_subset`, `stri_subset<-` gained a `negate` argument. * [NEW FUNCTION] #175: `stri_join_list` concatenates all strings in a list of character vectors. Useful with, e.g., `stri_extract_all_regex`, `stri_extract_all_words` etc.
18 lines
446 B
Makefile
18 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/12/18 02:18:39 wen Exp $
|
|
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/stringi/
|
|
COMMENT= Character String Processing Facilities
|
|
LICENSE= modified-bsd
|
|
|
|
R_PKGNAME= stringi
|
|
R_PKGVER= 1.1.2
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|