Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 11:28:37 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401049 - in head/textproc: . R-cran-xml2
Message-ID:  <201511081128.tA8BSbsH034059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Nov  8 11:28:37 2015
New Revision: 401049
URL: https://svnweb.freebsd.org/changeset/ports/401049

Log:
  - Add new port: textproc/R-cran-xml2
  
    Work with XML files using a simple, consistent interface. Built on
    top of the 'libxml2' C library.
  
    WWW: https://cran.r-project.org/web/packages/xml2/

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Nov  8 10:56:39 2015	(r401048)
+++ head/textproc/Makefile	Sun Nov  8 11:28:37 2015	(r401049)
@@ -15,6 +15,7 @@
     SUBDIR += R-cran-rmarkdown
     SUBDIR += R-cran-stringi
     SUBDIR += R-cran-stringr
+    SUBDIR += R-cran-xml2
     SUBDIR += R-cran-xtable
     SUBDIR += R-cran-yaml
     SUBDIR += ack

Added: head/textproc/R-cran-xml2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-xml2/Makefile	Sun Nov  8 11:28:37 2015	(r401049)
@@ -0,0 +1,23 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xml2
+PORTVERSION=	0.1.2
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Parse XML
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	R-cran-Rcpp>=0.11.4.6:${PORTSDIR}/devel/R-cran-Rcpp \
+		R-cran-BH>0:${PORTSDIR}/devel/R-cran-BH
+
+USES=	cran:auto-plist
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-xml2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-xml2/distinfo	Sun Nov  8 11:28:37 2015	(r401049)
@@ -0,0 +1,2 @@
+SHA256 (xml2_0.1.2.tar.gz) = 8c545c38394b5461317de40f8a6b0ccd38f97650d2ca7de76a6b1f68c6a7514a
+SIZE (xml2_0.1.2.tar.gz) = 74808

Added: head/textproc/R-cran-xml2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-xml2/pkg-descr	Sun Nov  8 11:28:37 2015	(r401049)
@@ -0,0 +1,4 @@
+Work with XML files using a simple, consistent interface. Built on
+top of the 'libxml2' C library.
+
+WWW: https://cran.r-project.org/web/packages/xml2/



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