svn commit: r560445 - in head/sysutils: . R-cran-xopen

Guangyuan Yang ygy at FreeBSD.org
Tue Jan 5 23:23:15 UTC 2021


Author: ygy (doc committer)
Date: Tue Jan  5 23:23:14 2021
New Revision: 560445
URL: https://svnweb.freebsd.org/changeset/ports/560445

Log:
  new port: sysutils/R-cran-xopen: Open System Files, 'URLs', Anything
  
  Approved by:	lwhsu

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Jan  5 23:21:59 2021	(r560444)
+++ head/sysutils/Makefile	Tue Jan  5 23:23:14 2021	(r560445)
@@ -12,6 +12,7 @@
     SUBDIR += R-cran-fs
     SUBDIR += R-cran-processx
     SUBDIR += R-cran-ps
+    SUBDIR += R-cran-xopen
     SUBDIR += UEFITool
     SUBDIR += abduco
     SUBDIR += abgx360

Added: head/sysutils/R-cran-xopen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/R-cran-xopen/Makefile	Tue Jan  5 23:23:14 2021	(r560445)
@@ -0,0 +1,21 @@
+# Created by: Guangyuan Yang <ygy at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xopen
+DISTVERSION=	1.0.0
+CATEGORIES=	sysutils
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy at FreeBSD.org
+COMMENT=	Open System Files, 'URLs', Anything
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	R-cran-processx>0:sysutils/R-cran-processx
+TEST_DEPENDS=	R-cran-testthat>0:devel/R-cran-testthat \
+		R-cran-ps>0:sysutils/R-cran-ps
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/sysutils/R-cran-xopen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/R-cran-xopen/distinfo	Tue Jan  5 23:23:14 2021	(r560445)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609807718
+SHA256 (xopen_1.0.0.tar.gz) = e207603844d69c226142be95281ba2f4a056b9d8cbfae7791ba60535637b3bef
+SIZE (xopen_1.0.0.tar.gz) = 11221

Added: head/sysutils/R-cran-xopen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/R-cran-xopen/pkg-descr	Tue Jan  5 23:23:14 2021	(r560445)
@@ -0,0 +1,4 @@
+Cross platform solution to open files, directories or 'URLs' with their
+associated programs.
+
+WWW: https://github.com/r-lib/xopen#readme


More information about the svn-ports-all mailing list