2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2021-06-15 16:25:00 by Jonathan Perkin | Files touched by this commit (1) |
Log message: R-inline: gfortran.mk should not be included directly. |
2021-06-06 14:53:18 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message: : (devel/R-inline) Updated 0.3.15 to 0.3.19 (https://cran.r-project.org/web/packages/inline/news.html) Changes in inline version 0.3.19 (2021-05-25) * Documentation for moveDLL was updated and extended (Johannes in #22). * A few more tests were made conditional the test platform (Dirk in #24). Changes in inline version 0.3.18 (2021-05-17) * The moveDLL code and tests were updated for changed in R-devel (Johannes in #22 fixing #21). Changes in inline version 0.3.17 (2020-11-30) * Unit testing is now supported via tinytest (Johannes in #15 addressing #14 ). * CI was updated to use focal and run.sh from r-ci on Travis and GitHub Actions (Dirk) * The writing and reading of compiled code was refactored and extended (Johannes in #16 fixing #13). * Some minor problems related to CRAN checks and tests were corrected (Johannes and Dirk in #17, Johannes in #18, #19, #20). * Small stylistic updates have been applied to some R and Rd files (Dirk). Changes in inline version 0.3.16 (2020-09-06) * Maintenance updates to README.md standardizing badges (Dirk). * Maintenance update to Travis CI setup (Dirk). * Switch to using system2() for better error diagnostics (Ben Goodrich in #12 ). |
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message: Update all R packages to canonical form. The canonical form [1] of an R package Makefile includes the following: - The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as needed), and CATEGORIES. - HOMEPAGE is not present but defined in math/R/Makefile.extension to refer to the CRAN web page describing the package. Other relevant web pages are often linked from there via the URL field. This updates all current R packages to this form, which will make regular updates _much_ easier, especially using pkgtools/R2pkg. [1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html |
2019-07-31 17:25:26 by Brook Milligan | Files touched by this commit (1) | |
Log message: R-inline: update to canonical form of an R package. Update to the canonical form of an R package and fix the LICENSE field. |
2018-06-01 04:02:11 by Wen Heping | Files touched by this commit (2) | |
Log message: Update to 0.3.15 Upstream changes: Changes in inline version 0.3.15 (2018-05-18) Correct requireNamespace() call thanks (Alexander Grueneberg in #5). Small simplification to .travis.yml; also switch to https. Use seq_along instead of seq(along=...) (Watal M. Iwasaki) in #6). Update package manual page using references to DESCRIPTION file [CRAN request]. Minor packaging updates. |
2018-04-18 17:37:56 by Min Sik Kim | Files touched by this commit (3) |
Log message: devel/R-inline: Import version 0.3.14 Functionality to dynamically define R functions and S4 methods with inlined C, C++ or Fortran code supporting .C and .Call calling conventions. |