diff options
author | grant <grant@pkgsrc.org> | 2008-01-03 23:39:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2008-01-03 23:39:25 +0000 |
commit | ef35717b2a11390b10f5bc8ea57691140d0319ab (patch) | |
tree | ae238457410036b49a180653a01ec699a343029b /comms | |
parent | 529d23a4d2a1139bf3ae03d3f1e54e599d87f3dc (diff) | |
download | pkgsrc-ef35717b2a11390b10f5bc8ea57691140d0319ab.tar.gz |
update p5-Device-Gsm to 1.48.
changes since 1.36:
1.48 Wed Feb 28 21:55:23 CET 2007
- Fixed CPAN bug #24781, thanks to torsten at archesoft dot de
for reporting.
1.47 Tue Feb 13 11:31:24 CET 2007
- Fixed t/30networks.t test script.
1.46 Tue Dec 19 22:05:31 CET 2006
- Fixed CPAN RT wishlist #23575.
1.45 Tue Oct 17 18:01:43 CEST 2006
- Fixed CPAN RT bugs #21991, #21992, #22025.
1.44 Wed Aug 16 08:25:50 CEST 2006
- Fixed decoding of alphabetical sender addresses.
- Added correct decoding of UCS languages (Russian for example).
1.43 Sun Jul 23 17:40:15 CEST 2006
- Added ability to decode alphabetical sender addresses.
1.42 Mon May 8 21:16:40 CEST 2006
- Fixed a bug in Device::Gsm::Sms delete() method that invoked
a non-existent Device::Gsm::deleteMessage().
- Implemented read and delete of sms messages from different
storages (ME, SM, ...). Only for PDU format. Thanks to
1.41 Thu Apr 20 21:52:19 CEST 2006
- Some cool fixes for better support of Iridium Satellite phones,
GPRS connections and command/response faster cycle.
1.37 Sat Aug 27 12:53:00 CEST 2005
- fixed regexp to extract sim card sms messages information
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Gsm/Makefile | 7 | ||||
-rw-r--r-- | comms/p5-Device-Gsm/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile index 41e2d818732..6b1e8fd048b 100644 --- a/comms/p5-Device-Gsm/Makefile +++ b/comms/p5-Device-Gsm/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/01/03 23:39:25 grant Exp $ # -DISTNAME= Device-Gsm-1.36 +DISTNAME= Device-Gsm-1.48 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dgs -PKGREVISION= 1 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module to interface GSM cellular / modems -DEPENDS+= p5-Device-Modem-[0-9]*:../../comms/p5-Device-Modem +DEPENDS+= p5-Device-Modem>=1.47:../../comms/p5-Device-Modem PERL5_PACKLIST= auto/Device/Gsm/.packlist diff --git a/comms/p5-Device-Gsm/distinfo b/comms/p5-Device-Gsm/distinfo index 7bfec9809b5..4f0d8ead95d 100644 --- a/comms/p5-Device-Gsm/distinfo +++ b/comms/p5-Device-Gsm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/05/18 13:35:11 mjl Exp $ +$NetBSD: distinfo,v 1.5 2008/01/03 23:39:25 grant Exp $ -SHA1 (Device-Gsm-1.36.tar.gz) = 91b2cebebb0cd61e133d73e73b1889d171f7706d -RMD160 (Device-Gsm-1.36.tar.gz) = 987518c2850974d03a1cc8b3c5a201e6974d0c3e -Size (Device-Gsm-1.36.tar.gz) = 49511 bytes +SHA1 (Device-Gsm-1.48.tar.gz) = 203223952ebbffedc58a1972cb8551fa47ec355a +RMD160 (Device-Gsm-1.48.tar.gz) = cf7210e7888d2d01ddace3cad24bc3bd2c19fcde +Size (Device-Gsm-1.48.tar.gz) = 57058 bytes |