2018-08-22 11:43:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.32 2018/08/22 09:46:03 wiz Exp $
|
2000-05-11 17:04:59 +02:00
|
|
|
#
|
|
|
|
|
Update 3.04
-----------
2013-04-21 Jay Rogers <jay@rgrs.com>
* Version 3.04 released.
2012-12-15 Jay Rogers <jay@rgrs.com>
* Telnet.pm (open family sockfamily): Added IPv6
support. It is enabled using the method/parameter
family() and the installed Socket package version is
1.94+ (which corresponds with perl 5.14+).
* Telnet.pm (peerhost peerport sockhost sockport):
New methods to support IPv6, because the inherited
ones from IO::Socket::INET don't.
* Telnet.pm (open localhost localfamily): New
methods and open() parameters for binding to a local
network interface.
* Telnet.pm (dump_log, input_log, option_log, output_log): Fixed
so they turn off logging when passed an empty string arg.
* Telnet.pm (_fillbuf _put): Fixed to use
Errno::EINTR, when possible, to test for an
interrupted select(), sysread(), or syswrite(). The
test for $! =~ /^interrupted doesn't work when LANG
is not English.
2002-12-17 Jay Rogers <jay@rgrs.com>
* Telnet.pm (dump_log, input_log, option_log, output_log): Fixed
so they take a bare filehandle.
2015-02-27 15:39:24 +01:00
|
|
|
DISTNAME= Net-Telnet-3.04
|
2000-08-27 09:10:59 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2018-08-22 11:43:40 +02:00
|
|
|
PKGREVISION= 4
|
2000-05-11 17:04:59 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-10-17 12:00:07 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-Telnet
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Perl5 module to use telnet
|
2011-10-17 12:00:07 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2000-05-11 17:04:59 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Net/Telnet/.packlist
|
2000-05-11 17:04:59 +02:00
|
|
|
|
2002-10-07 00:31:03 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2000-05-11 17:04:59 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|