diff options
author | grant <grant> | 2008-01-03 23:36:11 +0000 |
---|---|---|
committer | grant <grant> | 2008-01-03 23:36:11 +0000 |
commit | 315979df223e27d9a234efd232f31bfbb49980db (patch) | |
tree | b1174cf0a428ffa4522ef77df41752cac53f6064 /comms | |
parent | 972b0a0c60e764d440ed32d03174d60be810c0e8 (diff) | |
download | pkgsrc-315979df223e27d9a234efd232f31bfbb49980db.tar.gz |
update p5-Device-Modem to 1.48.
changes since 1.36:
1.48 Sun Jun 24 09:30:16 CEST 2007
- atsend() method made more reliable with longer commands (ex. longer
sms messages).
1.47 Thu Apr 20 22:16:17 CET 2006
- Sensible speedup in the command/response cycle.
1.46
1.45 Tue Nov 15 23:29:40 CET 2005
- Fixed dial() now it does not wait for timeout in presence of a valid
remote response (NO CARRIER, BUSY, ...)
- Fine tuned answer read cycle times
- Added constant $Device::Modem::WAITCMD for wait time before issuing
commands (atsend)
- Added patch to make Xmodem work from Aaron Mitti <amitti at 10east dot
com>.
- Now dial() accepts also '#' sign in numbers (thanks to Pierre Hilson).
1.44 Sat Apr 30 23:29:03 CET 2005
- (again) now cygwin and darwin platforms should be detected correctly.
- added a preliminary version of Device::Modem::UsRobotics module,
that allows to access voice/fax messages stored on your UsRobotics
message modem. Read the (incomplete) docs for more details.
1.42 Sun Sep 19 21:12:10 CET 2004
- little fix for correct MacOSX os detection and SerialPort inclusion
1.39
1.38
1.37 Wed Aug 18 09:21:50 CET 2004
- parse_answer() now in scalar context (string) returns *all* modem
answer instead of removing the last string (OK/ERROR/...)
- documented new example scripts: caller-id.pl and xmodem.pl
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 7 | ||||
-rw-r--r-- | comms/p5-Device-Modem/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index 0455c1a8362..a662ffffc9f 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/01/03 23:36:11 grant Exp $ # -DISTNAME= Device-Modem-1.36 +DISTNAME= Device-Modem-1.48 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dmd -PKGREVISION= 2 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module to talk to modem devices connected via serial port -DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort +DEPENDS+= p5-Device-SerialPort>=0.19:../../comms/p5-Device-SerialPort PERL5_PACKLIST= auto/Device/Modem/.packlist diff --git a/comms/p5-Device-Modem/distinfo b/comms/p5-Device-Modem/distinfo index 4b1dbc88f23..716a0f01db2 100644 --- a/comms/p5-Device-Modem/distinfo +++ b/comms/p5-Device-Modem/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 16:05:30 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/01/03 23:36:11 grant Exp $ -SHA1 (Device-Modem-1.36.tar.gz) = 55f792861962e43571ad994eee8dcb5ed17da57c -RMD160 (Device-Modem-1.36.tar.gz) = 859b730717b9d37a6ae543f73960288c406a2f79 -Size (Device-Modem-1.36.tar.gz) = 38818 bytes +SHA1 (Device-Modem-1.48.tar.gz) = 5f7fda05a48d4457708d618c964696e3bb7fccc4 +RMD160 (Device-Modem-1.48.tar.gz) = 980aa83abd7980983f3dd17b75da402e15c51faf +Size (Device-Modem-1.48.tar.gz) = 42285 bytes |