pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/p5-Device-Modem Updated p5-Device-Modem to 1.36.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2c6e6f16205
branches:  trunk
changeset: 476894:a2c6e6f16205
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 22 13:42:08 2004 +0000

description:
Updated p5-Device-Modem to 1.36.

changes since 1.24 (incomplete from the distfile's changelog):

1.36
1.35
1.34  Sun Feb 22 18:12:54 CET 2004
    - fixed  CPAN bug #5131 (https://rt.cpan.org/Ticket/Display.html?id=5131)
    - closed CPAN bug #5134 (https://rt.cpan.org/Ticket/Display.html?id=5134)
    - dial() now should return correctly after a successful connect,
      without unnecessarily waiting for timeout
    - updated changes file missing in 1.35

1.33
1.32
1.31  Fri Jan 23 01:14:01 CET 2004
    - Improved reliability in answer() method (sempre lui!),
          that was more unstable due to recent changes.
        - Documented _answer() internal function to get the raw modem reponse
          instead of response string stripped of all cr/lf chars.

1.29
1.30  Sat Nov  8 18:23:02 CET 2003
    - improved answer() method speed. Now it runs sensibly faster, but needs
          explicit timeout parameter if you want to wait for answers (dialing
          a remote modem, for example)
        - implemented a basic xmodem file transfer. *DON'T KNOW IF IT WORKS*
        - documentation now stays only in docs/ folder, separate from main module
        - now there is a way to get the raw modem answers (internal _answer() method)

1.25
1.26
1.27
1.28  Sun May 18 17:19:23 CET 2003
        - dial() now works as expected, returning the `CONNECT' or `BUSY'
          or whatever message without hanging for minutes;
        - answer() routine now is definitely more reliable than before:
          now everytime the buffer receives input from modem, it does
          not restart counting the timeout. Removed also the possibility
          of infinite loop if modem always receives garbage chars (like
          on a RAW PPP link);
        - Added full documentation for every method;
        - Added a FAQ document in new "docs/" folder;
        - new(): added possibility to pass a custom log object as `log'
          property;
        - fixed log levels for File and Syslog plugins. Implemented
          correct log level masking also for Syslog.

diffstat:

 comms/p5-Device-Modem/Makefile |  4 ++--
 comms/p5-Device-Modem/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 5b6b7974501d -r a2c6e6f16205 comms/p5-Device-Modem/Makefile
--- a/comms/p5-Device-Modem/Makefile    Tue Jun 22 12:53:10 2004 +0000
+++ b/comms/p5-Device-Modem/Makefile    Tue Jun 22 13:42:08 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/04/11 06:55:52 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/06/22 13:42:08 grant Exp $
 #
 
-DISTNAME=      Device-Modem-1.24
+DISTNAME=      Device-Modem-1.36
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dmd
 CATEGORIES=    comms perl5
diff -r 5b6b7974501d -r a2c6e6f16205 comms/p5-Device-Modem/distinfo
--- a/comms/p5-Device-Modem/distinfo    Tue Jun 22 12:53:10 2004 +0000
+++ b/comms/p5-Device-Modem/distinfo    Tue Jun 22 13:42:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/02/12 00:51:48 mjl Exp $
+$NetBSD: distinfo,v 1.2 2004/06/22 13:42:08 grant Exp $
 
-SHA1 (Device-Modem-1.24.tar.gz) = e19246a73d979337e623e555e7170adacc1d59e2
-Size (Device-Modem-1.24.tar.gz) = 14903 bytes
+SHA1 (Device-Modem-1.36.tar.gz) = 55f792861962e43571ad994eee8dcb5ed17da57c
+Size (Device-Modem-1.36.tar.gz) = 38818 bytes



Home | Main Index | Thread Index | Old Index