pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 19:04:11 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/sysutils: Makefile
Added Files:
        pkgsrc/sysutils/R-xopen: DESCR Makefile distinfo

Log Message:
R-xopen: initial commit

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


To generate a diff of this commit:
cvs rdiff -u -r1.3359 -r1.3360 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.825 -r1.826 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/R-xopen/DESCR \
    pkgsrc/sysutils/R-xopen/Makefile pkgsrc/sysutils/R-xopen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3359 pkgsrc/doc/CHANGES-2019:1.3360
--- pkgsrc/doc/CHANGES-2019:1.3359      Fri Aug  9 19:03:17 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 19:04:10 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.825 pkgsrc/sysutils/Makefile:1.826
--- pkgsrc/sysutils/Makefile:1.825      Fri Aug  9 19:03:17 2019
+++ pkgsrc/sysutils/Makefile    Fri Aug  9 19:04:10 2019
@@ -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-processx
 SUBDIR+=       R-progress
 SUBDIR+=       R-ps
 SUBDIR+=       R-sys
+SUBDIR+=       R-xopen
 SUBDIR+=       WCMCommander
 SUBDIR+=       accountsservice
 SUBDIR+=       acpica-utils

Added files:

Index: pkgsrc/sysutils/R-xopen/DESCR
diff -u /dev/null pkgsrc/sysutils/R-xopen/DESCR:1.1
--- /dev/null   Fri Aug  9 19:04:11 2019
+++ pkgsrc/sysutils/R-xopen/DESCR       Fri Aug  9 19:04:10 2019
@@ -0,0 +1,2 @@
+Cross platform solution to open files, directories or 'URLs' with
+their associated programs.
Index: pkgsrc/sysutils/R-xopen/Makefile
diff -u /dev/null pkgsrc/sysutils/R-xopen/Makefile:1.1
--- /dev/null   Fri Aug  9 19:04:11 2019
+++ pkgsrc/sysutils/R-xopen/Makefile    Fri Aug  9 19:04:10 2019
@@ -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"
Index: pkgsrc/sysutils/R-xopen/distinfo
diff -u /dev/null pkgsrc/sysutils/R-xopen/distinfo:1.1
--- /dev/null   Fri Aug  9 19:04:11 2019
+++ pkgsrc/sysutils/R-xopen/distinfo    Fri Aug  9 19:04:10 2019
@@ -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