pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-pkgsearch



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Oct 18 23:12:40 UTC 2024

Added Files:
        pkgsrc/devel/R-pkgsearch: DESCR Makefile distinfo

Log Message:
devel/R-pkgsearch: import R-pkgsearch-3.1.3

Search CRAN metadata about packages by keyword, popularity, recent
activity, package name and more. Uses the 'R-hub' search server, see
<https://r-pkg.org> and the CRAN metadata database, that contains
information about CRAN packages. Note that this is _not_ a CRAN
project.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-pkgsearch/DESCR \
    pkgsrc/devel/R-pkgsearch/Makefile pkgsrc/devel/R-pkgsearch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-pkgsearch/DESCR
diff -u /dev/null pkgsrc/devel/R-pkgsearch/DESCR:1.1
--- /dev/null   Fri Oct 18 23:12:40 2024
+++ pkgsrc/devel/R-pkgsearch/DESCR      Fri Oct 18 23:12:40 2024
@@ -0,0 +1,5 @@
+Search CRAN metadata about packages by keyword, popularity, recent
+activity, package name and more. Uses the 'R-hub' search server, see
+<https://r-pkg.org> and the CRAN metadata database, that contains
+information about CRAN packages. Note that this is _not_ a CRAN
+project.
Index: pkgsrc/devel/R-pkgsearch/Makefile
diff -u /dev/null pkgsrc/devel/R-pkgsearch/Makefile:1.1
--- /dev/null   Fri Oct 18 23:12:40 2024
+++ pkgsrc/devel/R-pkgsearch/Makefile   Fri Oct 18 23:12:40 2024
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2024/10/18 23:12:40 mef Exp $
+
+R_PKGNAME=     pkgsearch
+R_PKGVER=      3.1.3
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Search and Query CRAN R Packages
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-jsonlite>=1.8.7:../../textproc/R-jsonlite
+DEPENDS+=      R-curl>=5.0.0nb4:../../www/R-curl
+
+# Package suggested but not available: 'shinyWidgets'
+
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-memoise-[0-9]*:../../devel/R-memoise
+TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
+TEST_DEPENDS+= R-pillar-[0-9]*:../../misc/R-pillar
+TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
+TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-shinyjs-[0-9]*:../../www/R-shinyjs
+#EST_DEPENDS+= R-shinyWidgets-[0-9]*:
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-whoami-[0-9]*:../../devel/R-whoami
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-pkgsearch/distinfo
diff -u /dev/null pkgsrc/devel/R-pkgsearch/distinfo:1.1
--- /dev/null   Fri Oct 18 23:12:40 2024
+++ pkgsrc/devel/R-pkgsearch/distinfo   Fri Oct 18 23:12:40 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/10/18 23:12:40 mef Exp $
+
+BLAKE2s (R/pkgsearch_3.1.3.tar.gz) = b183e67bad2b227811b78ea85bc64723472d6e2fd9781bb99d2632d509ac9437
+SHA512 (R/pkgsearch_3.1.3.tar.gz) = 51438996c92ae48f7b7d054156cb9306ae6945985f4e862153dab91574c96818e839d987b73974963c9270e4602fab3b1b1de1dc32469763b4fee903a0e11682
+Size (R/pkgsearch_3.1.3.tar.gz) = 59217 bytes



Home | Main Index | Thread Index | Old Index