aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-sourcetools/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Update to 0.1.7TAKATSU Tomonari2018-04-261-2/+1
| | | | Notes: svn path=/head/; revision=468332
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Update to 0.1.6TAKATSU Tomonari2017-05-071-1/+1
| | | | Notes: svn path=/head/; revision=440302
* - Update to 0.1.5TAKATSU Tomonari2016-09-171-1/+1
| | | | Notes: svn path=/head/; revision=422347
* - Add new port: devel/R-cran-sourcetoolsTAKATSU Tomonari2016-09-141-0/+16
Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code. WWW: https://cran.r-project.org/web/packages/sourcetools/ Notes: svn path=/head/; revision=422102