svn commit: r428711 - in head/devel: . R-cran-rprojroot

TAKATSU Tomonari tota at FreeBSD.org
Sat Dec 17 10:54:58 UTC 2016


Author: tota
Date: Sat Dec 17 10:54:56 2016
New Revision: 428711
URL: https://svnweb.freebsd.org/changeset/ports/428711

Log:
  - Add new port: devel/R-cran-rprojroot
  
    Robust, reliable and flexible paths to files below a project root.
    The 'root' of a project is defined as a directory that matches a
    certain criterion, e.g., it contains a certain regular file.
  
    WWW: https://cran.r-project.org/web/packages/rprojroot/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Dec 17 10:43:58 2016	(r428710)
+++ head/devel/Makefile	Sat Dec 17 10:54:56 2016	(r428711)
@@ -45,6 +45,7 @@
     SUBDIR += R-cran-reshape
     SUBDIR += R-cran-reshape2
     SUBDIR += R-cran-rngtools
+    SUBDIR += R-cran-rprojroot
     SUBDIR += R-cran-rstudioapi
     SUBDIR += R-cran-sourcetools
     SUBDIR += R-cran-tibble

Added: head/devel/R-cran-rprojroot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rprojroot/Makefile	Sat Dec 17 10:54:56 2016	(r428711)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rprojroot
+DISTVERSION=	1.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Finding Files in Project Subdirectories
+
+LICENSE=	GPLv3
+
+CRAN_DEPENDS=	R-cran-backports>0:math/R-cran-backports
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-rprojroot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rprojroot/distinfo	Sat Dec 17 10:54:56 2016	(r428711)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481956089
+SHA256 (rprojroot_1.1.tar.gz) = d0827bc1c9ec1484de311d4aa1ee2bc6b4bf728fcb119849f4503492d575dc13
+SIZE (rprojroot_1.1.tar.gz) = 21336

Added: head/devel/R-cran-rprojroot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-rprojroot/pkg-descr	Sat Dec 17 10:54:56 2016	(r428711)
@@ -0,0 +1,5 @@
+Robust, reliable and flexible paths to files below a project root.
+The 'root' of a project is defined as a directory that matches a
+certain criterion, e.g., it contains a certain regular file.
+
+WWW: https://cran.r-project.org/web/packages/rprojroot/


More information about the svn-ports-head mailing list