Fri Aug 9 19:04:11 2019 UTC ()
R-xopen: initial commit

Cross platform solution to open files, directories or 'URLs' with
their associated programs.


(brook)
diff -r1.3359 -r1.3360 pkgsrc/doc/CHANGES-2019
diff -r1.825 -r1.826 pkgsrc/sysutils/Makefile
diff -r0 -r1.1 pkgsrc/sysutils/R-xopen/DESCR
diff -r0 -r1.1 pkgsrc/sysutils/R-xopen/Makefile
diff -r0 -r1.1 pkgsrc/sysutils/R-xopen/distinfo

cvs diff -r1.3359 -r1.3360 pkgsrc/doc/CHANGES-2019 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2019 2019/08/09 19:03:17 1.3359
+++ pkgsrc/doc/CHANGES-2019 2019/08/09 19:04:10 1.3360
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3359 2019/08/09 19:03:17 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3360 2019/08/09 19:04:10 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5472,13 +5472,14 @@ Changes to the packages collection and i @@ -5472,13 +5472,14 @@ Changes to the packages collection and i
5472 Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09] 5472 Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09]
5473 Added textproc/R-commonmark version 1.7 [brook 2019-08-09] 5473 Added textproc/R-commonmark version 1.7 [brook 2019-08-09]
5474 Added textproc/R-brew version 1.0.6 [brook 2019-08-09] 5474 Added textproc/R-brew version 1.0.6 [brook 2019-08-09]
5475 Added devel/R-remotes version 2.1.0 [brook 2019-08-09] 5475 Added devel/R-remotes version 2.1.0 [brook 2019-08-09]
5476 Added devel/R-sessioninfo version 1.1.1 [brook 2019-08-09] 5476 Added devel/R-sessioninfo version 1.1.1 [brook 2019-08-09]
5477 Added devel/R-rprojroot version 1.3.2 [brook 2019-08-09] 5477 Added devel/R-rprojroot version 1.3.2 [brook 2019-08-09]
5478 Added sysutils/R-sys version 3.2 [brook 2019-08-09] 5478 Added sysutils/R-sys version 3.2 [brook 2019-08-09]
5479 Added devel/R-git2r version 0.26.1 [brook 2019-08-09] 5479 Added devel/R-git2r version 0.26.1 [brook 2019-08-09]
5480 Added sysutils/R-ps version 1.3.0 [brook 2019-08-09] 5480 Added sysutils/R-ps version 1.3.0 [brook 2019-08-09]
5481 Added devel/R-testthat version 2.2.1 [brook 2019-08-09] 5481 Added devel/R-testthat version 2.2.1 [brook 2019-08-09]
5482 Added devel/R-desc version 1.2.0 [brook 2019-08-09] 5482 Added devel/R-desc version 1.2.0 [brook 2019-08-09]
5483 Added security/R-askpass version 1.1 [brook 2019-08-09] 5483 Added security/R-askpass version 1.1 [brook 2019-08-09]
5484 Added sysutils/R-processx version 3.4.1 [brook 2019-08-09] 5484 Added sysutils/R-processx version 3.4.1 [brook 2019-08-09]
 5485 Added sysutils/R-xopen version 1.0.0 [brook 2019-08-09]

cvs diff -r1.825 -r1.826 pkgsrc/sysutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/Makefile 2019/08/09 19:03:17 1.825
+++ pkgsrc/sysutils/Makefile 2019/08/09 19:04:10 1.826
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.825 2019/08/09 19:03:17 brook Exp $ 1# $NetBSD: Makefile,v 1.826 2019/08/09 19:04:10 brook Exp $
2# 2#
3 3
4COMMENT= System utilities 4COMMENT= System utilities
5 5
6SUBDIR+= 855resolution 6SUBDIR+= 855resolution
7SUBDIR+= 915resolution 7SUBDIR+= 915resolution
8SUBDIR+= 9base 8SUBDIR+= 9base
9SUBDIR+= R-processx 9SUBDIR+= R-processx
10SUBDIR+= R-progress 10SUBDIR+= R-progress
11SUBDIR+= R-ps 11SUBDIR+= R-ps
12SUBDIR+= R-sys 12SUBDIR+= R-sys
 13SUBDIR+= R-xopen
13SUBDIR+= WCMCommander 14SUBDIR+= WCMCommander
14SUBDIR+= accountsservice 15SUBDIR+= accountsservice
15SUBDIR+= acpica-utils 16SUBDIR+= acpica-utils
16SUBDIR+= acpidump 17SUBDIR+= acpidump
17SUBDIR+= adtool 18SUBDIR+= adtool
18SUBDIR+= afbinit 19SUBDIR+= afbinit
19SUBDIR+= agedu 20SUBDIR+= agedu
20SUBDIR+= amanda 21SUBDIR+= amanda
21SUBDIR+= amanda-client 22SUBDIR+= amanda-client
22SUBDIR+= amanda-common 23SUBDIR+= amanda-common
23SUBDIR+= amanda-plot 24SUBDIR+= amanda-plot
24SUBDIR+= amanda-server 25SUBDIR+= amanda-server
25SUBDIR+= amlogic-meson-fwtools 26SUBDIR+= amlogic-meson-fwtools

File Added: pkgsrc/sysutils/R-xopen/DESCR
Cross platform solution to open files, directories or 'URLs' with
their associated programs.

File Added: pkgsrc/sysutils/R-xopen/Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 19:04:10 brook Exp $

R_PKGNAME=	xopen
R_PKGVER=	1.0.0
CATEGORIES=	sysutils

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Open system files, 'URLs', anything
LICENSE=	mit

DEPENDS+=	R-processx>=3.4.1:../../sysutils/R-processx

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/sysutils/R-xopen/distinfo
$NetBSD: distinfo,v 1.1 2019/08/09 19:04:10 brook Exp $

SHA1 (R/xopen_1.0.0.tar.gz) = 72c0ea039af932effad72280266217650b24639a
RMD160 (R/xopen_1.0.0.tar.gz) = 4f3bf122a2e9607d24cebcf0fb442c914b1e2a57
SHA512 (R/xopen_1.0.0.tar.gz) = 83ca0fd4554c66621fed9b33d812fe34ec4f8cf8a1434da32e1788a6ba28804458b1e5c62067f8288e5c0458999d6d92c201782b7e31fbc3b691e57e80421634
Size (R/xopen_1.0.0.tar.gz) = 11221 bytes