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:   mef
Date:           Sun Dec 18 09:28:31 UTC 2022

Modified Files:
        pkgsrc/benchmarks: Makefile
        pkgsrc/doc: CHANGES-2022
        pkgsrc/www: Makefile

Log Message:
(benchmarks/R-profvis) (www/R-downlit) Added


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/benchmarks/Makefile
cvs rdiff -u -r1.6219 -r1.6220 pkgsrc/doc/CHANGES-2022
cvs rdiff -u -r1.1655 -r1.1656 pkgsrc/www/Makefile

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

Modified files:

Index: pkgsrc/benchmarks/Makefile
diff -u pkgsrc/benchmarks/Makefile:1.60 pkgsrc/benchmarks/Makefile:1.61
--- pkgsrc/benchmarks/Makefile:1.60     Mon May 30 15:06:00 2022
+++ pkgsrc/benchmarks/Makefile  Sun Dec 18 09:28:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2022/05/30 15:06:00 mef Exp $
+# $NetBSD: Makefile,v 1.61 2022/12/18 09:28:31 mef Exp $
 #
 
 COMMENT=       Benchmarking tools
@@ -6,6 +6,7 @@ COMMENT=        Benchmarking tools
 SUBDIR+=       R-bench
 SUBDIR+=       R-microbenchmark
 SUBDIR+=       R-profmem
+SUBDIR+=       R-profvis
 SUBDIR+=       R-rbenchmark
 SUBDIR+=       benchfft
 SUBDIR+=       blogbench

Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.6219 pkgsrc/doc/CHANGES-2022:1.6220
--- pkgsrc/doc/CHANGES-2022:1.6219      Sun Dec 18 09:24:01 2022
+++ pkgsrc/doc/CHANGES-2022     Sun Dec 18 09:28:31 2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.6219 2022/12/18 09:24:01 mef Exp $
+$NetBSD: CHANGES-2022,v 1.6220 2022/12/18 09:28:31 mef Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -9333,3 +9333,5 @@ Changes to the packages collection and i
        Updated math/R-RNetCDF to 2.6.1 [mef 2022-12-18]
        Updated math/R-RPostgreSQL to 0.7.4 [mef 2022-12-18]
        Updated math/R-RcppEigen to 0.3.3.9.3 [mef 2022-12-18]
+       Added benchmarks/R-profvis version 0.3.7 [mef 2022-12-18]
+       Added www/R-downlit version 0.4.0 [mef 2022-12-18]

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1655 pkgsrc/www/Makefile:1.1656
--- pkgsrc/www/Makefile:1.1655  Sat Dec 17 15:17:42 2022
+++ pkgsrc/www/Makefile Sun Dec 18 09:28:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1655 2022/12/17 15:17:42 mef Exp $
+# $NetBSD: Makefile,v 1.1656 2022/12/18 09:28:31 mef Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -7,6 +7,7 @@ SUBDIR+=        R-RCurl
 SUBDIR+=       R-bslib
 SUBDIR+=       R-curl
 SUBDIR+=       R-diffviewer
+SUBDIR+=       R-downlit
 SUBDIR+=       R-gargle
 SUBDIR+=       R-gh
 SUBDIR+=       R-googledrive



Home | Main Index | Thread Index | Old Index