Received: by mail.netbsd.org (Postfix, from userid 605) id 3906084D25; Sun, 6 Jun 2021 12:53:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70E3E84D17 for ; Sun, 6 Jun 2021 12:53:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mh_RIEimK_7c for ; Sun, 6 Jun 2021 12:53:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CB2B584CE9 for ; Sun, 6 Jun 2021 12:53:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BDEC5FA95; Sun, 6 Jun 2021 12:53:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162298399895310" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 12:53:18 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-inline To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210606125318.BDEC5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162298399895310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 12:53:18 UTC 2021 Modified Files: pkgsrc/devel/R-inline: Makefile distinfo 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 ). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-inline/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-inline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162298399895310 Content-Disposition: inline Content-Length: 1903 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-inline/Makefile diff -u pkgsrc/devel/R-inline/Makefile:1.4 pkgsrc/devel/R-inline/Makefile:1.5 --- pkgsrc/devel/R-inline/Makefile:1.4 Thu Aug 8 19:53:39 2019 +++ pkgsrc/devel/R-inline/Makefile Sun Jun 6 12:53:18 2021 @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:39 brook Exp $ +# $NetBSD: Makefile,v 1.5 2021/06/06 12:53:18 mef Exp $ R_PKGNAME= inline -R_PKGVER= 0.3.15 +R_PKGVER= 0.3.19 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org COMMENT= Functions to inline C, C++, Fortran function calls from R LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3 -USE_LANGUAGES= # none +# test only (?) +USE_LANGUAGES= c c++ fortran .include "../../math/R/Makefile.extension" +.include "../../mk/compiler/gfortran.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/R-inline/distinfo diff -u pkgsrc/devel/R-inline/distinfo:1.2 pkgsrc/devel/R-inline/distinfo:1.3 --- pkgsrc/devel/R-inline/distinfo:1.2 Fri Jun 1 02:02:11 2018 +++ pkgsrc/devel/R-inline/distinfo Sun Jun 6 12:53:18 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/06/01 02:02:11 wen Exp $ +$NetBSD: distinfo,v 1.3 2021/06/06 12:53:18 mef Exp $ -SHA1 (R/inline_0.3.15.tar.gz) = 5f400761cd40126a029584a169bdef3883ba9a06 -RMD160 (R/inline_0.3.15.tar.gz) = 58cc5f4509b87845ee1bef81f89f15b5ce03b423 -SHA512 (R/inline_0.3.15.tar.gz) = b8394df7f6c128f1cc84fdd992948c2be9949cad50cdb14a876f8d7278c9bc37dc2300654d23d1e9c7fb3bf8b0e1015b5431bcb6fd069fcf29924344503526be -Size (R/inline_0.3.15.tar.gz) = 21455 bytes +SHA1 (R/inline_0.3.19.tar.gz) = a76a509d476c42bf9911528f1b2fe4dbe24084cf +RMD160 (R/inline_0.3.19.tar.gz) = 869eab3a4b84d1090b15903932a42e9a7cad3367 +SHA512 (R/inline_0.3.19.tar.gz) = 37e4b8b1f8917a2cce5dfc2bbf9309c5c8a0cddaf0c9e9a8b737af43a9a0b62ebf0f88d710fcd089b1d9a61eb9d638cbf90978486aea1f7872598ecf101153cc +Size (R/inline_0.3.19.tar.gz) = 25074 bytes --_----------=_162298399895310--