summaryrefslogtreecommitdiff
path: root/converters/p5-Convert-UUlib
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2022-09-30 23:39:02 +0000
committerwen <wen@pkgsrc.org>2022-09-30 23:39:02 +0000
commit531c63890047fcdf25d687719cbf9f9b853d5bcc (patch)
treec7342f875c817d5de4305cbeb26b77a52c4aff07 /converters/p5-Convert-UUlib
parentb78a1dfc126eae3352818bf122ebd51977728589 (diff)
downloadpkgsrc-531c63890047fcdf25d687719cbf9f9b853d5bcc.tar.gz
Update to 1.8
Upstream changes: 1.8 Thu Dec 17 02:23:53 CET 2020 - no bugfixes in this release due to lack of known bugs, but the major changes in this release might have introduced new bugs, so watch out. - update large decoder example to disable OPT_AUTOCHK and use Smerge -1. - some micro-optimisations. - avoid costly string comparisons by comparing hashes when isnerting items, which speeds up insertion by a constant factor. - improve uulist (and other) structure layout and size. - reverse the order of file list items, which heuristically improves match speed with large usenet file lists. - use getc instead of fgetc, which makes no difference on gnu/linux. - clean up _FP symbol names toi not start with an underscore. - use feof_unlocked and ferror_unlocked. - implement a faster ascii-only strnicmp. - misc very minor code improvements. - remove quite a bit of pre-posix/dos/etc. cruft. - use flockfile, if available, for a potential but small speed gain. - speed up inner yenc decoder loop. - kentnl said that this module should no longer claim to be a simple interface to uulib, as the bunndled copy is now better maintained than the original upstream library.
Diffstat (limited to 'converters/p5-Convert-UUlib')
-rw-r--r--converters/p5-Convert-UUlib/Makefile5
-rw-r--r--converters/p5-Convert-UUlib/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile
index 96b4d475a09..1ab693e764b 100644
--- a/converters/p5-Convert-UUlib/Makefile
+++ b/converters/p5-Convert-UUlib/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2022/06/28 11:31:10 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2022/09/30 23:39:02 wen Exp $
-DISTNAME= Convert-UUlib-1.71
+DISTNAME= Convert-UUlib-1.8
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
diff --git a/converters/p5-Convert-UUlib/distinfo b/converters/p5-Convert-UUlib/distinfo
index 6f1c36a1c4a..8f94c364340 100644
--- a/converters/p5-Convert-UUlib/distinfo
+++ b/converters/p5-Convert-UUlib/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 10:06:45 nia Exp $
+$NetBSD: distinfo,v 1.19 2022/09/30 23:39:02 wen Exp $
-BLAKE2s (Convert-UUlib-1.71.tar.gz) = a6478068bd158e74a7b4dd326d4fe5ae7373a2042c3d11f79aed4e8fdc36fa39
-SHA512 (Convert-UUlib-1.71.tar.gz) = 6ca67737a29709903322f506063c4c65e17a15a2cef40959cbf1309ba608867516f554bdec426e217ec610f84e76197d41cb8a2ac7d57fb640728b0e2ae5ef31
-Size (Convert-UUlib-1.71.tar.gz) = 277227 bytes
+BLAKE2s (Convert-UUlib-1.8.tar.gz) = 21db286f6566852c08ba47aecf82f6c4fdec5ef6364572a23522f4ddad779b38
+SHA512 (Convert-UUlib-1.8.tar.gz) = 4ea39cf36e7406c9e8a8e0c50778594f004b91a53f7aa0f90d8e127791d85bad00d8d5586bb35180b2605c5552567d0ae62f048de92fb85b9d99a8f14d9a0a40
+Size (Convert-UUlib-1.8.tar.gz) = 302763 bytes