2014-10-09 15:44:32 +02:00
|
|
|
# $NetBSD: Makefile,v 1.27 2014/10/09 13:44:52 wiz Exp $
|
2000-05-11 17:04:59 +02:00
|
|
|
#
|
|
|
|
|
Update to 3.0.3, patch provided by Adrian Portelli in PR pkg/22322.
Changes:
* Telnet.pm (getlines): Changed behavior so it works like
IO::Handle::getlines(). Instead of returning just the lines
currently available for reading, it now returns all lines until
end-of-file. To get the old behavior, use "All => ''" named
parameter.
* Telnet.pm (put): New method put() is like print(), except that
it doesn't write the trailing output_record_separator ("\n"). It
also takes named parameters.
* Telnet.pm (last_prompt): New method last_prompt() provides the
last prompt matched by cmd() or login().
* Telnet.pm (rs): New method rs() is synonymous with
input_record_separator().
* Telnet.pm (ors): New method ors() is synonymous with
output_record_separator.
* Telnet.pm (ofs): New method ofs() is synonymous with
output_field_separator().
* Telnet.pm (input_log, output_log, option_log): Fixed so they
always return the filehandle of the logfile or "" if logging
turned-off.
* Telnet.pm (dump_log, input_log, option_log, output_log): Fixed
so they work with an unblessed or tied filehandle.
* Telnet.pm (cmd_remove_mode, errmode, input_record_separator)
(max_buffer_length, option_callback, port, prompt, timeout): These
attribute methods now ignore an invalid argument and print a
warning to stderr. This also applies to a named parameter used to
override one of these attributes.
* Telnet.pm (cmd): Added named parameters to override Errmode, and
Input_record_separator.
* Telnet.pm (get, waitfor): Added named parameters to override
Binmode, Errmode, and Telnetmode.
* Telnet.pm (getline, getlines): Added named parameters to
override Binmode, Errmode, Input_record_separator, and Telnetmode.
* Telnet.pm (login, open): Added named parameter to override
Errmode.
* Telnet.pm (login): Added two 0.01 second delays to workaround
bug in Linux login program.
* Telnet.pm (break): Fixed to properly send TELNET break command.
* Telnet.pm (open): Fixed to properly handle an absolute timeout
value.
* Telnet.pm: Squelched the warning "isn't numeric" caused by
deficiency in ActiveState perl and MS-Windows.
* t/select.t: Fixed test #3 so it passes when running on Linux 2.4
or greater.
2003-08-30 15:36:24 +02:00
|
|
|
DISTNAME= Net-Telnet-3.03
|
2000-08-27 09:10:59 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 8
|
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"
|