2011-01-21 23:31:19 +01:00
|
|
|
# $NetBSD: Makefile,v 1.27 2011/01/21 22:31:19 gls Exp $
|
2001-10-22 07:47:46 +02:00
|
|
|
|
2011-01-21 23:31:19 +01:00
|
|
|
DISTNAME= Convert-UUlib-1.34
|
2008-07-17 11:57:10 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2010-08-21 18:32:42 +02:00
|
|
|
PKGREVISION= 1
|
2001-10-22 07:47:46 +02:00
|
|
|
SVR4_PKGNAME= p5uul
|
2004-06-04 01:07:29 +02:00
|
|
|
CATEGORIES= converters perl5
|
2001-10-23 21:27:31 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
2001-10-22 07:47:46 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-05-02 14:01:54 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Convert-UUlib/
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= Perl5 module interface to the uulib library
|
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.
2009-09-20 14:44:54 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2001-10-22 07:47:46 +02:00
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Convert/UUlib/.packlist
|
2001-10-22 07:47:46 +02:00
|
|
|
|
2002-10-20 19:45:59 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2001-10-22 07:47:46 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|