Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2019 03:24:54 +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: r506596 - in head/devel: . R-cran-clipr
Message-ID:  <201907140324.x6E3OsIc066541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Jul 14 03:24:54 2019
New Revision: 506596
URL: https://svnweb.freebsd.org/changeset/ports/506596

Log:
  - Add new port: devel/R-cran-clipr
  
    Simple utility functions to read from and write to the Windows, OS
    X, and X11 clipboards.
  
    WWW: https://cran.r-project.org/web/packages/clipr/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jul 14 02:46:42 2019	(r506595)
+++ head/devel/Makefile	Sun Jul 14 03:24:54 2019	(r506596)
@@ -28,6 +28,7 @@
     SUBDIR += R-cran-chron
     SUBDIR += R-cran-classInt
     SUBDIR += R-cran-cli
+    SUBDIR += R-cran-clipr
     SUBDIR += R-cran-covr
     SUBDIR += R-cran-crayon
     SUBDIR += R-cran-data.table

Added: head/devel/R-cran-clipr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-clipr/Makefile	Sun Jul 14 03:24:54 2019	(r506596)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	clipr
+PORTVERSION=	0.6.0
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Read and Write from the System Clipboard
+
+LICENSE=	GPLv3
+
+USES=		cran:auto-plist
+
+OPTIONS_DEFINE=	XCLIP XSEL
+OPTIONS_DEFAULT=	XCLIP
+XCLIP_DESC=	Use xclip for interacting with X11 clipboard
+XSEL_DESC=	Use xsel for interacting with X11 clipboard
+
+XCLIP_RUN_DEPENDS=	xclip:x11/xclip
+XSEL_RUN_DEPENDS=	xsel:x11/xsel-conrad
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-clipr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-clipr/distinfo	Sun Jul 14 03:24:54 2019	(r506596)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1563070829
+SHA256 (clipr_0.6.0.tar.gz) = 55f4adaef46781c1c1e584a8840f2775efd026b138760d923833c95a678d334d
+SIZE (clipr_0.6.0.tar.gz) = 18855

Added: head/devel/R-cran-clipr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-clipr/pkg-descr	Sun Jul 14 03:24:54 2019	(r506596)
@@ -0,0 +1,4 @@
+Simple utility functions to read from and write to the Windows, OS
+X, and X11 clipboards.
+
+WWW: https://cran.r-project.org/web/packages/clipr/



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