From bcdb47db90ad82c1c7b04217ae5510dae7f5b06c Mon Sep 17 00:00:00 2001 From: sno Date: Sun, 20 Sep 2009 12:44:54 +0000 Subject: 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. --- converters/p5-Convert-UUlib/Makefile | 5 +++-- converters/p5-Convert-UUlib/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index 43e39797281..05347d9e947 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/converters/p5-Convert-UUlib/distinfo b/converters/p5-Convert-UUlib/distinfo index d0cc8756458..7dfafdcdf89 100644 --- a/converters/p5-Convert-UUlib/distinfo +++ b/converters/p5-Convert-UUlib/distinfo @@ -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 -- cgit v1.2.3