Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2020 07:19:53 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559707 - in head/textproc: . R-cran-xmlparsedata
Message-ID:  <202012310719.0BV7JrZ9000847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Thu Dec 31 07:19:52 2020
New Revision: 559707
URL: https://svnweb.freebsd.org/changeset/ports/559707

Log:
  new port: textproc/R-cran-xmlparsedata: Parse Data of 'R' Code as an 'XML' Tree
  
  Approved by:	lwhsu

Added:
  head/textproc/R-cran-xmlparsedata/
  head/textproc/R-cran-xmlparsedata/Makefile   (contents, props changed)
  head/textproc/R-cran-xmlparsedata/distinfo   (contents, props changed)
  head/textproc/R-cran-xmlparsedata/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Dec 31 07:18:09 2020	(r559706)
+++ head/textproc/Makefile	Thu Dec 31 07:19:52 2020	(r559707)
@@ -29,6 +29,7 @@
     SUBDIR += R-cran-stringr
     SUBDIR += R-cran-utf8
     SUBDIR += R-cran-xml2
+    SUBDIR += R-cran-xmlparsedata
     SUBDIR += R-cran-xtable
     SUBDIR += R-cran-yaml
     SUBDIR += UCD

Added: head/textproc/R-cran-xmlparsedata/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-xmlparsedata/Makefile	Thu Dec 31 07:19:52 2020	(r559707)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	xmlparsedata
+DISTVERSION=	1.0.4
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	Parse Data of 'R' Code as an 'XML' Tree
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
+		R-cran-testthat>0:devel/R-cran-testthat \
+		R-cran-xml2>0:textproc/R-cran-xml2
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-xmlparsedata/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-xmlparsedata/distinfo	Thu Dec 31 07:19:52 2020	(r559707)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609275995
+SHA256 (xmlparsedata_1.0.4.tar.gz) = 387b13c25bea9ddc0a39b817c17c199b86ab9acafa328daae2233a9ca577fb9c
+SIZE (xmlparsedata_1.0.4.tar.gz) = 8399

Added: head/textproc/R-cran-xmlparsedata/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-xmlparsedata/pkg-descr	Thu Dec 31 07:19:52 2020	(r559707)
@@ -0,0 +1,4 @@
+Convert the output of 'utils::getParseData()' to an 'XML' tree, that one can
+search via 'XPath', and easier to manipulate in general.
+
+WWW: https://github.com/r-lib/xmlparsedata#readme



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012310719.0BV7JrZ9000847>