pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/p5-Convert-UUlib



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Sep 30 23:39:02 UTC 2022

Modified Files:
        pkgsrc/converters/p5-Convert-UUlib: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/converters/p5-Convert-UUlib/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/converters/p5-Convert-UUlib/distinfo

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

Modified files:

Index: pkgsrc/converters/p5-Convert-UUlib/Makefile
diff -u pkgsrc/converters/p5-Convert-UUlib/Makefile:1.46 pkgsrc/converters/p5-Convert-UUlib/Makefile:1.47
--- pkgsrc/converters/p5-Convert-UUlib/Makefile:1.46    Tue Jun 28 11:31:10 2022
+++ pkgsrc/converters/p5-Convert-UUlib/Makefile Fri Sep 30 23:39:02 2022
@@ -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/}
 

Index: pkgsrc/converters/p5-Convert-UUlib/distinfo
diff -u pkgsrc/converters/p5-Convert-UUlib/distinfo:1.18 pkgsrc/converters/p5-Convert-UUlib/distinfo:1.19
--- pkgsrc/converters/p5-Convert-UUlib/distinfo:1.18    Tue Oct 26 10:06:45 2021
+++ pkgsrc/converters/p5-Convert-UUlib/distinfo Fri Sep 30 23:39:02 2022
@@ -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



Home | Main Index | Thread Index | Old Index