summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-11-04 03:37:54 +0000
committermef <mef@pkgsrc.org>2019-11-04 03:37:54 +0000
commit036209b1dd67d001df2fd4075ea8dedeb26d2857 (patch)
treeabbc88e0f4c8c6f1ac2490635667199f2210d7df /archivers
parentd2df6d0ee91fcad134202ada32d2ba1d8eefe8f9 (diff)
downloadpkgsrc-036209b1dd67d001df2fd4075ea8dedeb26d2857.tar.gz
(archivers/p5-Archive-Tar-Wrapper) Updated from 0.33 to 0.37
(from: HomePage) 0.37 (2019/08/24): Fixed issue 14 - https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/14 0.36 (2019/04/11): Bug fixes since tests on Windows were failing after latests changes. Refactored code due unexpected way bsdtar on Windows and tar on OpenBSD behave. Refactored the tests due the bugs found. Small fixes on Pod, specially the section for MS Windows users. Added the missing tests to the MANIFEST. 0.35 (2019/04/05): Added _rem_dots method, a improved way to remove '.' and '..' from readdir(), supposed to be faster than previous implementation with sort() and shift(). Added two more tests to increase testing coverage. Fixed a small bug regarding Pod, that now covers 100% of the code. Small fixes to documentation. 0.34 (2019/03/22): Increased test coverage. Refactored code to make it easier for testing. Disabled performance-small.t for now. Refactored bzip2 tests. Adding META.yml "provides" from Makefile.PL Covered methods that didn't have Pod. Refactored all Pod following best practices. Refactored a single method to be "private". Slightly changed new() to enable unit testing for OS specific configurations.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Tar-Wrapper/Makefile7
-rw-r--r--archivers/p5-Archive-Tar-Wrapper/distinfo10
2 files changed, 8 insertions, 9 deletions
diff --git a/archivers/p5-Archive-Tar-Wrapper/Makefile b/archivers/p5-Archive-Tar-Wrapper/Makefile
index 241c14b1a25..26cbdbd8e34 100644
--- a/archivers/p5-Archive-Tar-Wrapper/Makefile
+++ b/archivers/p5-Archive-Tar-Wrapper/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2019/08/11 13:17:51 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/04 03:37:54 mef Exp $
-DISTNAME= Archive-Tar-Wrapper-0.33
+DISTNAME= Archive-Tar-Wrapper-0.37
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://metacpan.org/release/MSCHILLI/Archive-Tar-Wrapper-0.23
+HOMEPAGE= https://metacpan.org/pod/Archive::Tar::Wrapper
COMMENT= API wrapper around the 'tar' utility
LICENSE= gnu-gpl-v3
diff --git a/archivers/p5-Archive-Tar-Wrapper/distinfo b/archivers/p5-Archive-Tar-Wrapper/distinfo
index b87a2c692e9..71139cdc205 100644
--- a/archivers/p5-Archive-Tar-Wrapper/distinfo
+++ b/archivers/p5-Archive-Tar-Wrapper/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/08/21 09:39:41 wiz Exp $
+$NetBSD: distinfo,v 1.7 2019/11/04 03:37:54 mef Exp $
-SHA1 (Archive-Tar-Wrapper-0.33.tar.gz) = 3527bc7ad09f03c581630020f67513692f33511a
-RMD160 (Archive-Tar-Wrapper-0.33.tar.gz) = 36f2ce06636c29636d73c90f226b74185db15e61
-SHA512 (Archive-Tar-Wrapper-0.33.tar.gz) = 1fc25a3ffa5a59e16a93bd0aabf49e245b114e9267ec89ffa273cf77d4a174327f57b370a170a01d47e59da5c3051ecc69f0dc60b26c39348808f66781f45bc3
-Size (Archive-Tar-Wrapper-0.33.tar.gz) = 34530 bytes
+SHA1 (Archive-Tar-Wrapper-0.37.tar.gz) = f02e798411774e0b1dce5603a9e317bbb4d29a34
+RMD160 (Archive-Tar-Wrapper-0.37.tar.gz) = 24f981f54f1f608e4f87089de39b2a8b875ef18a
+SHA512 (Archive-Tar-Wrapper-0.37.tar.gz) = 49c74cfa84ba20b3c078d00815bce0688698305b39e1cbf1d81461be77bd318cdd15d98e46e5d6d0b3ed7c0fdb35c6e3f50c5cf2109bcde9c8367f11b9b955d5
+Size (Archive-Tar-Wrapper-0.37.tar.gz) = 38252 bytes