./comms/p5-Device-Modem, Perl module to talk to modem devices connected via serial port

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.59nb5, Package name: p5-Device-Modem-1.59nb5, Maintainer: pkgsrc-users

Device::Modem class implements basic AT (Hayes) compliant device
abstraction. It is meant to be inherited by sub classes (as Device::Gsm),
which are based on serial connections.


Required to run:
[lang/perl5] [comms/p5-Device-SerialPort]

Master sites: (Expand)

Filesize: 43.456 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-04 10:49:39 by Thomas Klausner | Files touched by this commit (2519)
Log message: *: bump for perl 5.42.0 
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message: *: recursive bump for perl 5.40 
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message: *: recursive bump for perl 5.38 
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message: *: recursive bump for perl 5.36 
   2021-10-26 12:06:07 by Nia Alarie | Files touched by this commit (85)
Log message: comms: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes 
   2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85)
Log message: comms: Remove SHA1 hashes for distfiles 
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message: *: recursive bump for perl 5.34 
   2020-09-06 21:44:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message: p5-Device-Modem: update to 1.59. 1.59 Mon Jun 15 08:17:54 CEST 2020 - Merged pull request #6 from ghciv6/fix_multi_instance_log fixed log handling with multi instances and typo in close(). Thanks to @ghciv6 ! 1.58 - Updated test suite a bit. - Added the tests to the manifest. - Got rid of indirect object syntax. - Moved test.pl to the actual test suite. - Updated $VERSION declarations according to: http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/ - Added some extra tests (xt/author, xt/release). - Fixed some spelling.