pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-xopen: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1508fe2c774
branches:  trunk
changeset: 337655:a1508fe2c774
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 19:04:10 2019 +0000

description:
R-xopen: initial commit

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

diffstat:

 doc/CHANGES-2019          |   3 ++-
 sysutils/Makefile         |   3 ++-
 sysutils/R-xopen/DESCR    |   2 ++
 sysutils/R-xopen/Makefile |  16 ++++++++++++++++
 sysutils/R-xopen/distinfo |   6 ++++++
 5 files changed, 28 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r bf2b92064795 -r a1508fe2c774 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 19:03:17 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 19:04:10 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3359 2019/08/09 19:03:17 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3360 2019/08/09 19:04:10 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5482,3 +5482,4 @@
        Added devel/R-desc version 1.2.0 [brook 2019-08-09]
        Added security/R-askpass version 1.1 [brook 2019-08-09]
        Added sysutils/R-processx version 3.4.1 [brook 2019-08-09]
+       Added sysutils/R-xopen version 1.0.0 [brook 2019-08-09]
diff -r bf2b92064795 -r a1508fe2c774 sysutils/Makefile
--- a/sysutils/Makefile Fri Aug 09 19:03:17 2019 +0000
+++ b/sysutils/Makefile Fri Aug 09 19:04:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.825 2019/08/09 19:03:17 brook Exp $
+# $NetBSD: Makefile,v 1.826 2019/08/09 19:04:10 brook Exp $
 #
 
 COMMENT=       System utilities
@@ -10,6 +10,7 @@
 SUBDIR+=       R-progress
 SUBDIR+=       R-ps
 SUBDIR+=       R-sys
+SUBDIR+=       R-xopen
 SUBDIR+=       WCMCommander
 SUBDIR+=       accountsservice
 SUBDIR+=       acpica-utils
diff -r bf2b92064795 -r a1508fe2c774 sysutils/R-xopen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-xopen/DESCR    Fri Aug 09 19:04:10 2019 +0000
@@ -0,0 +1,2 @@
+Cross platform solution to open files, directories or 'URLs' with
+their associated programs.
diff -r bf2b92064795 -r a1508fe2c774 sysutils/R-xopen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-xopen/Makefile Fri Aug 09 19:04:10 2019 +0000
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
diff -r bf2b92064795 -r a1508fe2c774 sysutils/R-xopen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/R-xopen/distinfo Fri Aug 09 19:04:10 2019 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index