pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/R-pbdZMQ



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 18 14:36:18 UTC 2023

Modified Files:
        pkgsrc/net/R-pbdZMQ: Makefile distinfo

Log Message:
(net/pbdZMQ) Updated 0.3.3 to 0.3.9

2022-12-24: Ver 0.3-9
  * Replace "sprintf()" in C.
  * Replace some ".pbd_env" from function arguments.
  * Add suppress messages to demo.

2022-10-16: Ver 0.3-8
  * Fix "strict-types" and "deprecated-non-prototype" warnings.
  * Fix "if() conditions comparing class() to string".

2022-02-04: Ver 0.3-7
  * Make a copy of './inst/zmq_copyright/*' to './src/zmqsrc'.
  * Add ZeroMQ authors to DESCRIPTION file.

2021-10-25: Ver 0.3-6
  * Change configure.ac for autoconf-2.71
  * Change tests to local in-process (inter-thread) communication transport
    "zmq_inproc".

2021-04-17: Ver 0.3-6
  * Check and add "libzmq>=4.3.0" and "-DENABLE_DRAFTS=ON" options.
  * Add more ZMQ socket options up to libzmq 4.3.4 (may not stable).

2021-02-27: Ver 0.3-6
  * Add more ZMQ socket options.
  * Add timeout for connection in tests.

2021-02-09: Ver 0.3-5
  * Update "conf.sub" and "conf.guess" from CRAN.

2020-12-13: Ver 0.3-4
  * Change "http://"; to "https://";.

2020-09-07: Ver 0.3-4
  * Fix warning 'char* strncpy(char*, const char*, size_t)' output truncated
    due to "-Werror=stringop-truncation" by gcc 8.3.1
  * Fix a "buf[1]" in zmq.send() call in "R_zmq_sendrecv.r"

2019-07-27: Ver 0.3-4
  * For osx, change "install.libs.R" and "zzz.r.in" for staged installation.

2019-07-10: Ver 0.3-4
  * Roll back to (R >= 3.5.0).
  * Change detection of ZeroMQ library version to "4.2.2" from "4.0.4".
  * Roll detection of ZeroMQ library version to "4.0.4".
  * Block ZeroMQ library version "4.1.6".

2019-05-03: Ver 0.3-4
  * Add "StagedInstall: FALSE" to DESCRIPTION to turn off WARNING in macos.

2019-04-26: Ver 0.3-4
  * Revmoe "^M" from "src/zmqsrc/src/condition_variable.hpp".

2019-04-01: Ver 0.3-4
  * Support REQ/REP sockets in sendfile/recvfile functions.

2019-02-18: Ver 0.3-4
  * Add "R/R_zmq_transfers.r" for transferfing files and directories.
  * Add importFrom utils for zip and unzip.
  * Remove "-Werror" from "src/zmqsrc/configure" to pass "R CMD check".

2019-02-17: Ver 0.3-4
  * Register "R_zmq_send_file" and "R_zmq_recv_file" in "src/zzz.c".
  * Fix Windows binary files transfer problems.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/R-pbdZMQ/Makefile \
    pkgsrc/net/R-pbdZMQ/distinfo

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

Modified files:

Index: pkgsrc/net/R-pbdZMQ/Makefile
diff -u pkgsrc/net/R-pbdZMQ/Makefile:1.4 pkgsrc/net/R-pbdZMQ/Makefile:1.5
--- pkgsrc/net/R-pbdZMQ/Makefile:1.4    Thu Aug  8 19:53:55 2019
+++ pkgsrc/net/R-pbdZMQ/Makefile        Sun Jun 18 14:36:18 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:55 brook Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/18 14:36:18 mef Exp $
 
 R_PKGNAME=     pbdZMQ
-R_PKGVER=      0.3-3
+R_PKGVER=      0.3-9
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/net/R-pbdZMQ/distinfo
diff -u pkgsrc/net/R-pbdZMQ/distinfo:1.4 pkgsrc/net/R-pbdZMQ/distinfo:1.5
--- pkgsrc/net/R-pbdZMQ/distinfo:1.4    Tue Oct 26 11:05:21 2021
+++ pkgsrc/net/R-pbdZMQ/distinfo        Sun Jun 18 14:36:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:05:21 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/06/18 14:36:18 mef Exp $
 
-BLAKE2s (R/pbdZMQ_0.3-3.tar.gz) = ba869fb75eedb5fbb85fe1f32a1f7b08812fc1b46e5b1abf694d583b34e45ce2
-SHA512 (R/pbdZMQ_0.3-3.tar.gz) = 3dac074c116b18e1d92f5c9b0cca042ac8d8d1dfcd982b476e9957622cfca38fa94508740376619b5a0a74f73d3e146893358d07ae97214df04096a18eadae9d
-Size (R/pbdZMQ_0.3-3.tar.gz) = 1052217 bytes
+BLAKE2s (R/pbdZMQ_0.3-9.tar.gz) = 36fd961d6f44e0f16d4ba8fcdf340462a5d2e666de617c571284b25879979a8a
+SHA512 (R/pbdZMQ_0.3-9.tar.gz) = 6221f309b4818651a3145cfa54a03af801faddea8dfea5bf2ad5f976cbde32b3947cab30600988ec369a4a302f657f591b96e3144bc3d26ad26c415fa1178756
+Size (R/pbdZMQ_0.3-9.tar.gz) = 1213785 bytes



Home | Main Index | Thread Index | Old Index