pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/R-zip (archivers/R-zip) Updated 2.0.4 to 2.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c233d2d1671a
branches:  trunk
changeset: 443773:c233d2d1671a
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Dec 21 11:09:11 2020 +0000

description:
(archivers/R-zip) Updated 2.0.4 to 2.1.1
# 2.1.1

This version has no user visible changes.

# 2.1.0

* `unzip_process()` now does not fail randomly on Windows (#60).

* Now all functions handle Unicode paths correctly, on Windows
  as well (#42, #53).

* `unzip_process()` now works when R library is on different drive
  than `exdir` on Windows (#45)

* zip functions now have a `mode` argument to choose how files and
  directories are assembled into the archive. See the docs for
  details.

* zip functions now have a `root` argument, zip changes the working
  directory to this before creating the archive, so all files are
  relative to `root`.

* `zip()` and `zip_append()` are not deprecated any more, as it was
  hard to achieve the same functionality with the other zip functions.

diffstat:

 archivers/R-zip/Makefile |   4 ++--
 archivers/R-zip/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 1788519ae6a2 -r c233d2d1671a archivers/R-zip/Makefile
--- a/archivers/R-zip/Makefile  Mon Dec 21 09:41:58 2020 +0000
+++ b/archivers/R-zip/Makefile  Mon Dec 21 11:09:11 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/02/15 23:56:34 mef Exp $
+# $NetBSD: Makefile,v 1.4 2020/12/21 11:09:11 mef Exp $
 
 R_PKGNAME=     zip
-R_PKGVER=      2.0.4
+R_PKGVER=      2.1.1
 CATEGORIES=    archivers
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 1788519ae6a2 -r c233d2d1671a archivers/R-zip/distinfo
--- a/archivers/R-zip/distinfo  Mon Dec 21 09:41:58 2020 +0000
+++ b/archivers/R-zip/distinfo  Mon Dec 21 11:09:11 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/15 23:56:34 mef Exp $
+$NetBSD: distinfo,v 1.3 2020/12/21 11:09:11 mef Exp $
 
-SHA1 (R/zip_2.0.4.tar.gz) = 56402539671793af07dc52d9a10efa307d7c04f1
-RMD160 (R/zip_2.0.4.tar.gz) = 62c12572e7564a5eeafdb6062f3ed97b30828471
-SHA512 (R/zip_2.0.4.tar.gz) = 04957eced3f1695585c79d276fb023417b5f7ce05351e607cc49499e18256a39928c47042325f0e1511e778fa8b9c92c8df7de8d173f1332eca87a2f955babda
-Size (R/zip_2.0.4.tar.gz) = 97756 bytes
+SHA1 (R/zip_2.1.1.tar.gz) = 1d53f0db91d9af9e185343f7cce5f1b8c24844c4
+RMD160 (R/zip_2.1.1.tar.gz) = 5488c6508f0027e2526f3236cc75bbd433422fdc
+SHA512 (R/zip_2.1.1.tar.gz) = 17831001fc767154425b19a230e07cbe50797fe3e767a680da70daa5c49634f48f2731f0260bc54c18a41219d8a30f3df5f10246435793ad183638794b025a24
+Size (R/zip_2.1.1.tar.gz) = 112865 bytes



Home | Main Index | Thread Index | Old Index