pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-Convert-UUlib Updating converters/p5-Con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2ec1c2b1484
branches:  trunk
changeset: 399483:d2ec1c2b1484
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Sep 20 12:44:54 2009 +0000

description:
Updating converters/p5-Convert-UUlib from 1.12 to 1.32

pkgsrc changes:
  - Adding license definition

Upstream changes:
1.32 Wed Sep 16 20:07:13 CEST 2009
        - Due to a glitch with CVS, configure lacked executable bits.
          (Quickly reported by Anton Berezin).

1.31 Wed Sep 16 09:04:30 CEST 2009
        - do not use system-replacements for case-insensitive string
          functions when found, as they are broken on too many systems
          (mostly bsds, as usual, but at least some versions of GNU/Linux
          disagree with themselves apparently). Analyzed by Anton Berezin.

1.3 Sat Aug 29 01:24:35 CEST 2009
        - major changes, new bugs and changes in decoding behaviour are
          expected (but not intended).
        - major scanning and decoding speed-up (by a factor of 4),
          by replacing ultra-slow _FP_gets and improving IsKnownHeader
          (but fgets is *still* responsible for >50% if the time).
        - new option OPT_AUTOCHECK to disable O(n) UUCheckGlobalList
          call after every loadfile, majorly speeds up large decodes
          (easily by a factor of 10..100).
        - allow "Smerge -1" to call UUCheckGlobalList.
        - majorly speed up part insertion (still O(n), but much faster).
        - allow for 1023 octet headers instead of the standard
          255 octet ones.
        - support strcasestr, strcasecmp, strncasecmp for added speed.

diffstat:

 converters/p5-Convert-UUlib/Makefile |  5 +++--
 converters/p5-Convert-UUlib/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 31b6656e29c1 -r d2ec1c2b1484 converters/p5-Convert-UUlib/Makefile
--- a/converters/p5-Convert-UUlib/Makefile      Sun Sep 20 12:39:07 2009 +0000
+++ b/converters/p5-Convert-UUlib/Makefile      Sun Sep 20 12:44:54 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2008/10/20 21:55:32 he Exp $
+# $NetBSD: Makefile,v 1.24 2009/09/20 12:44:54 sno Exp $
 
-DISTNAME=              Convert-UUlib-1.12
+DISTNAME=              Convert-UUlib-1.32
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5uul
 CATEGORIES=            converters perl5
@@ -9,6 +9,7 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Convert-UUlib/
 COMMENT=               Perl5 module interface to the uulib library
+LICENSE=               gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 31b6656e29c1 -r d2ec1c2b1484 converters/p5-Convert-UUlib/distinfo
--- a/converters/p5-Convert-UUlib/distinfo      Sun Sep 20 12:39:07 2009 +0000
+++ b/converters/p5-Convert-UUlib/distinfo      Sun Sep 20 12:44:54 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/10/20 21:55:32 he Exp $
+$NetBSD: distinfo,v 1.10 2009/09/20 12:44:54 sno Exp $
 
-SHA1 (Convert-UUlib-1.12.tar.gz) = 1133e1fb90cc2f43f6729e5ce8ea82b5fc7a78ca
-RMD160 (Convert-UUlib-1.12.tar.gz) = c74aa5bee12b40567a324ea4eec94a4cc2d344cd
-Size (Convert-UUlib-1.12.tar.gz) = 231023 bytes
+SHA1 (Convert-UUlib-1.32.tar.gz) = 7ec043677d7419225aeaa3966995924089a2450d
+RMD160 (Convert-UUlib-1.32.tar.gz) = 9eff40b6ac1fa1b4c065887250275ba236bd5228
+Size (Convert-UUlib-1.32.tar.gz) = 236387 bytes



Home | Main Index | Thread Index | Old Index