diff options
author | mjl <mjl@pkgsrc.org> | 2003-02-12 00:43:22 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-02-12 00:43:22 +0000 |
commit | dbf78792e5fd24e20fbfc6cf01a746e8601d08b0 (patch) | |
tree | 86782e2adbd858889b93ee476cb868078c7dc59a | |
parent | a29ac9de3b91ccbf3a01348fa1d9bd57e568f5e9 (diff) | |
download | pkgsrc-dbf78792e5fd24e20fbfc6cf01a746e8601d08b0.tar.gz |
Update p5-Device-SerialPort to 0.12
- corrected DTR activation code
- improved auto-detection of ioctl methods
- allow TIEHANDLE to use a device port in addition to a config file
- added FILENO function
- added "modemtest"
- found a place where HANDLE was staying open
- corrected FD-success test (0 *is* a valid fd number)
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 5 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index b1938dc6c29..001bf2dcbe3 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2002/10/20 17:46:00 seb Exp $ +# $NetBSD: Makefile,v 1.7 2003/02/12 00:43:22 mjl Exp $ # -DISTNAME= Device-SerialPort-0.070 +DISTNAME= Device-SerialPort-0.12 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dse -WRKSRC= ${WRKDIR}/Device-SerialPort-0.07 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} diff --git a/comms/p5-Device-SerialPort/distinfo b/comms/p5-Device-SerialPort/distinfo index 9c947031b33..ec08bbfb0a4 100644 --- a/comms/p5-Device-SerialPort/distinfo +++ b/comms/p5-Device-SerialPort/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/11/25 18:01:58 jlam Exp $ +$NetBSD: distinfo,v 1.4 2003/02/12 00:43:22 mjl Exp $ -SHA1 (Device-SerialPort-0.070.tar.gz) = f5bb56453b838cd5220f7ded8981e0286c215ddf -Size (Device-SerialPort-0.070.tar.gz) = 60085 bytes +SHA1 (Device-SerialPort-0.12.tar.gz) = eb008e4e65c4a5f72ff857c90a62bf7b7998c43b +Size (Device-SerialPort-0.12.tar.gz) = 67131 bytes |