pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-diffr (devel/R-diffr) import R-diffr-0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7865d093eca8
branches:  trunk
changeset: 458785:7865d093eca8
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Sep 20 03:06:37 2021 +0000

description:
(devel/R-diffr) import R-diffr-0.1

An R interface to the 'codediff' JavaScript library (a copy of which
is included in the package, see <https://github.com/danvk/codediff.js>
for information). Allows for visualization of the difference between 2
files, usually text files or R scripts, in a browser.

diffstat:

 devel/R-diffr/DESCR    |   4 ++++
 devel/R-diffr/Makefile |  17 +++++++++++++++++
 devel/R-diffr/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 817555b557a7 -r 7865d093eca8 devel/R-diffr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-diffr/DESCR       Mon Sep 20 03:06:37 2021 +0000
@@ -0,0 +1,4 @@
+An R interface to the 'codediff' JavaScript library (a copy of which
+is included in the package, see <https://github.com/danvk/codediff.js>
+for information). Allows for visualization of the difference between 2
+files, usually text files or R scripts, in a browser.
diff -r 817555b557a7 -r 7865d093eca8 devel/R-diffr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-diffr/Makefile    Mon Sep 20 03:06:37 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/09/20 03:06:37 mef Exp $
+
+R_PKGNAME=     diffr
+R_PKGVER=      0.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Display Differences Between Two Files using Codediff Library
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-htmlwidgets>=1.5.4:../../www/R-htmlwidgets
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 817555b557a7 -r 7865d093eca8 devel/R-diffr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-diffr/distinfo    Mon Sep 20 03:06:37 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/20 03:06:37 mef Exp $
+
+SHA1 (R/diffr_0.1.tar.gz) = 3baf2d611b52cece88dce9fc283f980da492f891
+RMD160 (R/diffr_0.1.tar.gz) = d147467d69859357e8e766fb4307889006016a5c
+SHA512 (R/diffr_0.1.tar.gz) = c7683c7a7cc8b90a33923494378447296c57867e00d7a825843be52875cefa4d5951e30bf4133bc32c69c64bad09cd0cedcb2ef2bc85259f2f858f65eb211cba
+Size (R/diffr_0.1.tar.gz) = 65972 bytes



Home | Main Index | Thread Index | Old Index