Initial commit

Simple utility functions to read from and write to the Windows, OS X,
and X11 clipboards.
This commit is contained in:
brook 2019-07-30 22:58:20 +00:00
parent 037beb485e
commit acaee87b11
5 changed files with 29 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2870 2019/07/30 22:31:32 brook Exp $
# $NetBSD: Makefile,v 1.2871 2019/07/30 22:58:20 brook Exp $
#
COMMENT= Development utilities
@ -23,6 +23,7 @@ SUBDIR+= R-bit64
SUBDIR+= R-blob
SUBDIR+= R-checkmate
SUBDIR+= R-cli
SUBDIR+= R-clipr
SUBDIR+= R-crayon
SUBDIR+= R-evaluate
SUBDIR+= R-fansi

2
devel/R-clipr/DESCR Normal file
View file

@ -0,0 +1,2 @@
Simple utility functions to read from and write to the Windows, OS X,
and X11 clipboards.

16
devel/R-clipr/Makefile Normal file
View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2019/07/30 22:58:20 brook Exp $
CATEGORIES= devel R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/clipr/
COMMENT= Read and write from the system clipboard
LICENSE= gnu-gpl-v3
R_PKGNAME= clipr
R_PKGVER= 0.7.0
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

6
devel/R-clipr/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/07/30 22:58:20 brook Exp $
SHA1 (R/clipr_0.7.0.tar.gz) = 9aadfc1b24c492ae855f538e16f237b7a2c53615
RMD160 (R/clipr_0.7.0.tar.gz) = 9e5c75d0cf8c4441634893b88d1fb364b88aa8b6
SHA512 (R/clipr_0.7.0.tar.gz) = 5139524fde07cd070b1699560548621a8913aaac24e6d3c54908a4f50482c10f3355ce71868ab12fe19bfc41bacc902f8077b85cb7d806896dfcb60d4b747297
Size (R/clipr_0.7.0.tar.gz) = 20381 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2019,v 1.3081 2019/07/30 22:31:32 brook Exp $
$NetBSD: CHANGES-2019,v 1.3082 2019/07/30 22:58:20 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@ -5037,3 +5037,5 @@ Changes to the packages collection and infrastructure in 2019:
Updated pkgtools/pkglint to 5.7.17 [rillig 2019-07-30]
Added archivers/R-zip version 2.0.3 [brook 2019-07-30]
Added devel/R-checkmate version 1.9.4 [brook 2019-07-30]
Added devel/R-checkmate version 1.9.4 [brook 2019-07-30]
Added devel/R-clipr version 0.7.0 [brook 2019-07-30]