pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-selectr



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 13 02:00:03 UTC 2020

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

Log Message:
devel/R-selectr: import R-selectr-0.4.2

Translates a CSS3 selector into an equivalent XPath expression. This
allows us to use CSS selectors when working with the XML package as it
can only evaluate XPath expressions. Also provided are convenience
functions useful for using CSS selectors on XML nodes. This package is
a port of the Python package 'cssselect'
(<https://cssselect.readthedocs.io/>).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-selectr/DESCR \
    pkgsrc/devel/R-selectr/Makefile pkgsrc/devel/R-selectr/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-selectr/DESCR
diff -u /dev/null pkgsrc/devel/R-selectr/DESCR:1.1
--- /dev/null   Mon Jan 13 02:00:03 2020
+++ pkgsrc/devel/R-selectr/DESCR        Mon Jan 13 02:00:03 2020
@@ -0,0 +1,6 @@
+Translates a CSS3 selector into an equivalent XPath expression. This
+allows us to use CSS selectors when working with the XML package as it
+can only evaluate XPath expressions. Also provided are convenience
+functions useful for using CSS selectors on XML nodes. This package is
+a port of the Python package 'cssselect'
+(<https://cssselect.readthedocs.io/>).
Index: pkgsrc/devel/R-selectr/Makefile
diff -u /dev/null pkgsrc/devel/R-selectr/Makefile:1.1
--- /dev/null   Mon Jan 13 02:00:03 2020
+++ pkgsrc/devel/R-selectr/Makefile     Mon Jan 13 02:00:03 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/13 02:00:03 mef Exp $
+
+R_PKGNAME=     selectr
+R_PKGVER=      0.4-2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Translate CSS Selectors to XPath Expressions
+LICENSE=       BSD_3_clause + file LICENCE
+
+DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-selectr/distinfo
diff -u /dev/null pkgsrc/devel/R-selectr/distinfo:1.1
--- /dev/null   Mon Jan 13 02:00:03 2020
+++ pkgsrc/devel/R-selectr/distinfo     Mon Jan 13 02:00:03 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/13 02:00:03 mef Exp $
+
+SHA1 (R/selectr_0.4-2.tar.gz) = f6af5afc6febfe7b568d18323d3610b220b14b50
+RMD160 (R/selectr_0.4-2.tar.gz) = f5e0274f99a958f06941b2c5f7c50d0ab8b2609d
+SHA512 (R/selectr_0.4-2.tar.gz) = 4f142e644a206a4a24a7bdffd04acaf4deb34b8e7cc9104b24de20b8bffbefcc424d223df25af5792430fcef051364423b903f385353ba4269bdc1886bf30c1b
+Size (R/selectr_0.4-2.tar.gz) = 41371 bytes



Home | Main Index | Thread Index | Old Index