diff options
author | he <he> | 2008-06-22 16:19:22 +0000 |
---|---|---|
committer | he <he> | 2008-06-22 16:19:22 +0000 |
commit | e760bf86a2d6e2fa0833b5230d3402c72dc40dbf (patch) | |
tree | 45a66a8ca46175defd59eaeed1b21f61254468d6 /net | |
parent | a6a83c770faa894d546b2ddef909fc271c82f6af (diff) | |
download | pkgsrc-e760bf86a2d6e2fa0833b5230d3402c72dc40dbf.tar.gz |
Update from version 0.10 to 0.17. Changes:
Release 0.17 -- Wed Jul 18 06:30:05 CDT 2007
Enhancements
* Added support for IPv6 (patch from John Jason Brzozowski)
Change 746 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)
Fix return logic for get and put (patch from Bruce Gray)
Change 726 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)
Release 0.15
Change 725 on 2002/05/27 by <gbarr@pobox.com> (Graham Barr)
Fix 'Use of uninitialized' warning
Change 693 on 2002/01/11 by <gbarr@pobox.com> (Graham Barr)
Add O_TRUNC to open in get() so an existing file is truncated instead
of unlinked and recreated
Change 646 on 2001/09/17 by <gbarr@pobox.com> (Graham Barr)
Ensure local files are in binmode when transfer is octet mode
Avoid spurious Buffer underflow warning
Change 633 on 2001/09/03 by <gbarr@pobox.com> (Graham Barr)
Release 0.12
Change 614 on 2001/05/29 by <gbarr@pobox.com> (Graham Barr)
Move TFTP out of libnet
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-TFTP/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-TFTP/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/p5-Net-TFTP/Makefile b/net/p5-Net-TFTP/Makefile index 6d7e260b547..6bb951fd019 100644 --- a/net/p5-Net-TFTP/Makefile +++ b/net/p5-Net-TFTP/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:40 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/22 16:19:22 he Exp $ -DISTNAME= Net-TFTP-0.10 -PKGNAME= p5-Net-TFTP-0.10 +DISTNAME= Net-TFTP-0.17 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ntf -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~gbarr/Net-TFTP-0.17/ COMMENT= Perl5 module for TFTP transfers PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/Net-TFTP-0.10 PERL5_PACKLIST= auto/Net/TFTP/.packlist .include "../../lang/perl5/module.mk" diff --git a/net/p5-Net-TFTP/distinfo b/net/p5-Net-TFTP/distinfo index f86a85a65bb..6112829ecad 100644 --- a/net/p5-Net-TFTP/distinfo +++ b/net/p5-Net-TFTP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:59 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/06/22 16:19:22 he Exp $ -SHA1 (Net-TFTP-0.10.tar.gz) = e09da51ba2da1388ae769c2ed8e08c0cc49a10ef -RMD160 (Net-TFTP-0.10.tar.gz) = 16a3718e1bbd9137134b97ee716faf1265e95507 -Size (Net-TFTP-0.10.tar.gz) = 6525 bytes +SHA1 (Net-TFTP-0.17.tar.gz) = e857ee7fb50f6302e317395ea1d8ac0a5d478677 +RMD160 (Net-TFTP-0.17.tar.gz) = 89702f419c648e5b8b8dff35ef17cc5d565e72fc +Size (Net-TFTP-0.17.tar.gz) = 7940 bytes |