pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-selectr
Module Name: pkgsrc
Committed By: mef
Date: Mon Jan 13 02:15:09 UTC 2020
Added Files:
pkgsrc/textproc/R-selectr: DESCR Makefile distinfo
Log Message:
textproc/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/textproc/R-selectr/DESCR \
pkgsrc/textproc/R-selectr/Makefile pkgsrc/textproc/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/textproc/R-selectr/DESCR
diff -u /dev/null pkgsrc/textproc/R-selectr/DESCR:1.1
--- /dev/null Mon Jan 13 02:15:09 2020
+++ pkgsrc/textproc/R-selectr/DESCR Mon Jan 13 02:15:09 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/textproc/R-selectr/Makefile
diff -u /dev/null pkgsrc/textproc/R-selectr/Makefile:1.1
--- /dev/null Mon Jan 13 02:15:09 2020
+++ pkgsrc/textproc/R-selectr/Makefile Mon Jan 13 02:15:09 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/13 02:15:09 mef Exp $
+
+R_PKGNAME= selectr
+R_PKGVER= 0.4-2
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Translate CSS Selectors to XPath Expressions
+LICENSE= modified-bsd
+
+DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/R-selectr/distinfo
diff -u /dev/null pkgsrc/textproc/R-selectr/distinfo:1.1
--- /dev/null Mon Jan 13 02:15:09 2020
+++ pkgsrc/textproc/R-selectr/distinfo Mon Jan 13 02:15:09 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/13 02:15:09 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