summaryrefslogtreecommitdiff
path: root/comms/p5-Device-Gsm
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-06-22Updated p5-Device-Gsm to 1.33.grant2-5/+5
changes since 1.16: 1.33 Wed May 26 13:52:43 CEST 2004 - added delete_sms() method. For now, works only in PDU mode. - fixed messages() newline regex split pattern - modified send sms in text mode to cope with slower/older devices - modified message read method to set pdu mode before executing 1.28 || 1.25 Fri Jan 23 00:59:16 CET 2004 - further documentation, troubleshooting and autoscan utility sections - added all new pdu sms token-oriented decoding classes (this is an 80% complete implementation, mostly regarding charset conversion issues) - Device::Gsm::Sms public class is now documented properly 1.24 || 1.20 Wed Jan 21 23:32:45 CET 2004 - completed full documentation (to be revised) - documented working irda/bluetooth connections (always through device::serialport :-) 1.19 1.18 Mon Mar 24 23:32:27 CET 2003 - added a complete interface to read messages on SIM card ( $gsm->messages() method and Device::Gsm::Sms objects ) - some minor cleanup 1.17 Thu Sep 12 00:22:06 CEST 2002 - added signal_quality() method to measure gsm signal power (dBm) - added an example script in [examples] folder (`report_signal.pl')
2004-04-11Convert to buildlink3.snj1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-12Import p5-Device-Gsm 1.16mjl4-0/+29
"Device::Gsm" class implements basic GSM functions, network registration and SMS sending. This class supports also "PDU" mode to send "SMS" messages, and should be fairly usable.