ec856f7400
1.08 Sat Dec 16 23:27:13 CET 2006 - URGENT update, the lastr elease did not decode files correctly, usually not at all. - the last patch was, of course, completely bogus. (sorry. looked simple...). 1.07 Sun Dec 10 17:41:46 CET 2006 - fixed an uninitialised variable based on analysis and patch by Mark Martinec. 1.06 Tue Dec 6 00:56:05 CET 2005 - fix a number of int/long format errors in the encoding part and fix some signed/unsigned char problems of unknown relevance, reported by Jonas Smedegaard. - new EXPERIMENTAL options OPT_RBUF and OPT_WBUF to set default stdio buffer size for reading and writing files.
16 lines
478 B
Makefile
16 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.19 2007/02/27 09:03:27 wiz Exp $
|
|
|
|
DISTNAME= Convert-UUlib-1.08
|
|
PKGNAME= p5-${DISTNAME}0
|
|
SVR4_PKGNAME= p5uul
|
|
CATEGORIES= converters perl5
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Convert/UUlib/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|