pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-webfakes



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Apr 29 15:00:27 UTC 2022

Added Files:
        pkgsrc/www/R-webfakes: DESCR Makefile distinfo

Log Message:
(www/R-webfakes) import R-webfakes-1.1.3

Create a web app that makes it easier to test web clients without
using the internet. It includes a web app framework with path
matching, parameters and templates. Can parse various 'HTTP' request
bodies. Can send 'JSON' data or files from the disk. Includes a web
app that implements the <https://httpbin.org> web service.


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

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

Added files:

Index: pkgsrc/www/R-webfakes/DESCR
diff -u /dev/null pkgsrc/www/R-webfakes/DESCR:1.1
--- /dev/null   Fri Apr 29 15:00:27 2022
+++ pkgsrc/www/R-webfakes/DESCR Fri Apr 29 15:00:26 2022
@@ -0,0 +1,5 @@
+Create a web app that makes it easier to test web clients without
+using the internet. It includes a web app framework with path
+matching, parameters and templates. Can parse various 'HTTP' request
+bodies. Can send 'JSON' data or files from the disk. Includes a web
+app that implements the <https://httpbin.org> web service.
Index: pkgsrc/www/R-webfakes/Makefile
diff -u /dev/null pkgsrc/www/R-webfakes/Makefile:1.1
--- /dev/null   Fri Apr 29 15:00:27 2022
+++ pkgsrc/www/R-webfakes/Makefile      Fri Apr 29 15:00:26 2022
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2022/04/29 15:00:26 mef Exp $
+
+R_PKGNAME=     webfakes
+R_PKGVER=      1.1.3
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Fake Web Apps for HTTP Testing
+LICENSE=       mit     # + file LICENSE
+
+TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
+TEST_DEPENDS+= R-glue-[0-9]*:../../devel/R-glue
+TEST_DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
+TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr
+TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/R-webfakes/distinfo
diff -u /dev/null pkgsrc/www/R-webfakes/distinfo:1.1
--- /dev/null   Fri Apr 29 15:00:27 2022
+++ pkgsrc/www/R-webfakes/distinfo      Fri Apr 29 15:00:26 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/29 15:00:26 mef Exp $
+
+BLAKE2s (R/webfakes_1.1.3.tar.gz) = 5da4d086ccbbef925b159596b8ad0fb80c332bdf8c2f3c0bd4c2722a1c225b5d
+SHA512 (R/webfakes_1.1.3.tar.gz) = a7de5155cc79bd60a83f4fd974fbe3cf526857501dd463d3b6441af7e8a83f0c159ce819ef85237146e6f9d9e3e54e6d149c51a982b77e0e19ce604fda90a55c
+Size (R/webfakes_1.1.3.tar.gz) = 611974 bytes



Home | Main Index | Thread Index | Old Index