summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-22 13:49:55 +0000
committergrant <grant@pkgsrc.org>2004-06-22 13:49:55 +0000
commit9da5c51699422aeda5092a9424fc20a7c10be133 (patch)
treebdae1ce4fe076ebf3e639717291296dada068352 /comms
parentf501033f389c5f7f7b5a8b1062a0c52d38c209c2 (diff)
downloadpkgsrc-9da5c51699422aeda5092a9424fc20a7c10be133.tar.gz
Updated p5-Device-Gsm to 1.33.
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')
Diffstat (limited to 'comms')
-rw-r--r--comms/p5-Device-Gsm/Makefile4
-rw-r--r--comms/p5-Device-Gsm/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile
index fae3f2c69f5..ac69aaa0eb7 100644
--- a/comms/p5-Device-Gsm/Makefile
+++ b/comms/p5-Device-Gsm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/04/11 06:53:05 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/06/22 13:49:55 grant Exp $
#
-DISTNAME= Device-Gsm-1.16
+DISTNAME= Device-Gsm-1.33
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dgs
CATEGORIES= comms perl5
diff --git a/comms/p5-Device-Gsm/distinfo b/comms/p5-Device-Gsm/distinfo
index 22db6d7ce5b..f0576b953e4 100644
--- a/comms/p5-Device-Gsm/distinfo
+++ b/comms/p5-Device-Gsm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/02/12 00:57:02 mjl Exp $
+$NetBSD: distinfo,v 1.2 2004/06/22 13:49:55 grant Exp $
-SHA1 (Device-Gsm-1.16.tar.gz) = 2c8a178b1049b55d2a703d5652cd6d2b292cdfd1
-Size (Device-Gsm-1.16.tar.gz) = 11622 bytes
+SHA1 (Device-Gsm-1.33.tar.gz) = 542001fabb636e9f61d32e1484f1c1f7e0be0f31
+Size (Device-Gsm-1.33.tar.gz) = 42566 bytes