diff options
author | dsainty <dsainty@pkgsrc.org> | 2014-06-15 06:22:55 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2014-06-15 06:22:55 +0000 |
commit | c254d5e85d30086fcb6f7bb456eb1f1bee925ab4 (patch) | |
tree | 7b1081a50603b5f75b4c624e4bf05a4acbc69cb2 /comms | |
parent | 504f0c2f4962d134f2a674152529c8d622fe94eb (diff) | |
download | pkgsrc-c254d5e85d30086fcb6f7bb456eb1f1bee925ab4.tar.gz |
Update p5-Device-XBee-API to version 0.7.
Changes since version 0.4:
0.7, 20130330 - jeagle
Add ability to allow users to specify their own frame allocation routines.
Update API mode 2 with latest version from jdodgen
0.6, 20120624 - jeagle
Update documentation.
Add support for API mode 2 escapes. Needs testing.
Add constant for the "BD" baud rate table.
0.5, 20120401 - jeagle
Add support for Win32::SerialPort to enable Windows support. (Thanks Jerry)
Fix issue with tx() in async mode. (Thanks Vicente)
Add support for "explicit rx indicator" packets. (Thanks Vicente)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-XBee-API/Makefile | 5 | ||||
-rw-r--r-- | comms/p5-Device-XBee-API/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/p5-Device-XBee-API/Makefile b/comms/p5-Device-XBee-API/Makefile index 5d6917c6e09..1dcccf0e704 100644 --- a/comms/p5-Device-XBee-API/Makefile +++ b/comms/p5-Device-XBee-API/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2014/05/29 23:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/06/15 06:22:55 dsainty Exp $ # -DISTNAME= Device-XBee-API-0.4 +DISTNAME= Device-XBee-API-0.7 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= comms MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JE/JEAGLE/ diff --git a/comms/p5-Device-XBee-API/distinfo b/comms/p5-Device-XBee-API/distinfo index 01b8409e68a..a38398ba985 100644 --- a/comms/p5-Device-XBee-API/distinfo +++ b/comms/p5-Device-XBee-API/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/09/01 02:29:38 dsainty Exp $ +$NetBSD: distinfo,v 1.3 2014/06/15 06:22:55 dsainty Exp $ -SHA1 (Device-XBee-API-0.4.tar.gz) = 8d962316d8971e9efa9ccc1c375e774ed3a65762 -RMD160 (Device-XBee-API-0.4.tar.gz) = 2ce76d1f36145e6a9371a67186a59f067ff6c7dc -Size (Device-XBee-API-0.4.tar.gz) = 11437 bytes +SHA1 (Device-XBee-API-0.7.tar.gz) = fb74c4ea196b5f761357e8cbafc5420b048a069f +RMD160 (Device-XBee-API-0.7.tar.gz) = 29c130d98e3fd2016f815df3594694fe0ff5fc99 +Size (Device-XBee-API-0.7.tar.gz) = 14479 bytes |