pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-diffr



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 20 03:06:37 UTC 2021

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

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-diffr/DESCR \
    pkgsrc/devel/R-diffr/Makefile pkgsrc/devel/R-diffr/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-diffr/DESCR
diff -u /dev/null pkgsrc/devel/R-diffr/DESCR:1.1
--- /dev/null   Mon Sep 20 03:06:37 2021
+++ pkgsrc/devel/R-diffr/DESCR  Mon Sep 20 03:06:37 2021
@@ -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.
Index: pkgsrc/devel/R-diffr/Makefile
diff -u /dev/null pkgsrc/devel/R-diffr/Makefile:1.1
--- /dev/null   Mon Sep 20 03:06:37 2021
+++ pkgsrc/devel/R-diffr/Makefile       Mon Sep 20 03:06:37 2021
@@ -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"
Index: pkgsrc/devel/R-diffr/distinfo
diff -u /dev/null pkgsrc/devel/R-diffr/distinfo:1.1
--- /dev/null   Mon Sep 20 03:06:37 2021
+++ pkgsrc/devel/R-diffr/distinfo       Mon Sep 20 03:06:37 2021
@@ -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