Received: by mail.netbsd.org (Postfix, from userid 605) id 5626184D72; Sat, 17 Dec 2022 15:15:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85DA184C13 for ; Sat, 17 Dec 2022 15:15:54 +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 AvTJs0sWFwkx for ; Sat, 17 Dec 2022 15:15:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EF8AE84D6A for ; Sat, 17 Dec 2022 15:15:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E81E0FA90; Sat, 17 Dec 2022 15:15:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167129015363250" MIME-Version: 1.0 Date: Sat, 17 Dec 2022 15:15:53 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/R-urlchecker To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221217151553.E81E0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167129015363250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 17 15:15:53 UTC 2022 Added Files: pkgsrc/www/R-urlchecker: DESCR Makefile distinfo Log Message: www/R-urlchecker: import R-urlchecker-1.0.1 Provide the URL checking tools available in R 4.1+ as a package for earlier versions of R. Also uses concurrent requests so can be much faster than the serial versions. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/R-urlchecker/DESCR \ pkgsrc/www/R-urlchecker/Makefile pkgsrc/www/R-urlchecker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167129015363250 Content-Disposition: inline Content-Length: 1661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/R-urlchecker/DESCR diff -u /dev/null pkgsrc/www/R-urlchecker/DESCR:1.1 --- /dev/null Sat Dec 17 15:15:53 2022 +++ pkgsrc/www/R-urlchecker/DESCR Sat Dec 17 15:15:53 2022 @@ -0,0 +1,3 @@ +Provide the URL checking tools available in R 4.1+ as a package for +earlier versions of R. Also uses concurrent requests so can be much +faster than the serial versions. Index: pkgsrc/www/R-urlchecker/Makefile diff -u /dev/null pkgsrc/www/R-urlchecker/Makefile:1.1 --- /dev/null Sat Dec 17 15:15:53 2022 +++ pkgsrc/www/R-urlchecker/Makefile Sat Dec 17 15:15:53 2022 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2022/12/17 15:15:53 mef Exp $ + +R_PKGNAME= urlchecker +R_PKGVER= 1.0.1 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Run CRAN URL Checks from Older R Versions +LICENSE= gnu-gpl-v3 + +DEPENDS+= R-cli>=3.4.1:../../devel/R-cli +DEPENDS+= R-xml2>=1.3.2nb4:../../textproc/R-xml2 +DEPENDS+= R-curl>=4.3.2nb3:../../www/R-curl + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/R-urlchecker/distinfo diff -u /dev/null pkgsrc/www/R-urlchecker/distinfo:1.1 --- /dev/null Sat Dec 17 15:15:53 2022 +++ pkgsrc/www/R-urlchecker/distinfo Sat Dec 17 15:15:53 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/12/17 15:15:53 mef Exp $ + +BLAKE2s (R/urlchecker_1.0.1.tar.gz) = 8597f6364e496b0b69f72fa3e2b3d6e07d4853887f8a19d4759897f116c3a1bd +SHA512 (R/urlchecker_1.0.1.tar.gz) = f41235c4da266cf7a4db314c09ad77f590e3df79ab08e00b5a6d8173e392a33dce9fa35298952439a41069b77736ad4da7152c670f869e144f080d32df22ced3 +Size (R/urlchecker_1.0.1.tar.gz) = 13340 bytes --_----------=_167129015363250--