diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-15 14:51:26 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-08-15 14:51:26 +0000 |
commit | cc7bf709a9f0bd5340804fa4f1967522b44b764d (patch) | |
tree | ec15649fd4f01c8436ed3018e223921557396f7a /comms | |
parent | 3ea9ba4ea90eab62bab0b65ff86dde545f0d4f57 (diff) | |
download | ports-cc7bf709a9f0bd5340804fa4f1967522b44b764d.tar.gz ports-cc7bf709a9f0bd5340804fa4f1967522b44b764d.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 10 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/distinfo | 4 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/files/patch-aa | 13 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg-descr | 6 |
4 files changed, 17 insertions, 16 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index a9907f289358..8d3a152600d9 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -6,24 +6,24 @@ # PORTNAME= Device-SerialPort -PORTVERSION= 0.22 +PORTVERSION= 1.000002 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Device PKGNAMEPREFIX= p5- -DISTNAME= Device-SerialPort-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= skv@FreeBSD.org COMMENT= A perl5 module for simple serial port control PERL_CONFIGURE= yes +MAN1= modemtest.1 MAN3= Device::SerialPort.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -IGNORE= "needs at least perl 5.6.1 to build" +.if ${PERL_LEVEL} < 500600 +IGNORE= "Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again." .endif .include <bsd.port.post.mk> diff --git a/comms/p5-Device-SerialPort/distinfo b/comms/p5-Device-SerialPort/distinfo index 47a9d9898c2a..be99486787ff 100644 --- a/comms/p5-Device-SerialPort/distinfo +++ b/comms/p5-Device-SerialPort/distinfo @@ -1,2 +1,2 @@ -MD5 (Device-SerialPort-0.22.tar.gz) = 4cc2590d89f4475dd3cecaa81087b5b3 -SIZE (Device-SerialPort-0.22.tar.gz) = 116446 +MD5 (Device-SerialPort-1.000002.tar.gz) = f53db3733679adc5d05d06fa530444b6 +SIZE (Device-SerialPort-1.000002.tar.gz) = 124911 diff --git a/comms/p5-Device-SerialPort/files/patch-aa b/comms/p5-Device-SerialPort/files/patch-aa index 233ed3246b98..478e4dbfa94c 100644 --- a/comms/p5-Device-SerialPort/files/patch-aa +++ b/comms/p5-Device-SerialPort/files/patch-aa @@ -1,10 +1,11 @@ ---- Makefile.PL.orig Tue Jul 8 09:10:12 2003 -+++ Makefile.PL Tue Jul 8 09:11:03 2003 -@@ -15,7 +15,7 @@ - } - } +--- Makefile.PL.orig Sun Aug 15 18:33:03 2004 ++++ Makefile.PL Sun Aug 15 18:33:41 2004 +@@ -25,8 +25,7 @@ + # testing. + print "Trying to find a serial port for testing...\n"; unless (@SERIALS) { -- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1" ); +- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1", +- "/dev/tty.modem" ); + @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0", "/dev/ttya", "/dev/ttyb" ); print "(use 'perl Makefile.PL TESTPORT=<DEVICE>' to override this search)\n"; } diff --git a/comms/p5-Device-SerialPort/pkg-descr b/comms/p5-Device-SerialPort/pkg-descr index e5ee308035e3..ef2e51feb9a9 100644 --- a/comms/p5-Device-SerialPort/pkg-descr +++ b/comms/p5-Device-SerialPort/pkg-descr @@ -1,4 +1,4 @@ -Device::SerialPort is a perl module that provides a simple interface to serial -ports and their settings (baud rate, word length, etc). +Device::SerialPort is a perl module that provides a simple interface to +serial ports and their settings (baud rate, word length, etc). -WWW: http://sendpage.org/device-serialport/ +WWW: http://search.cpan.org/dist/Device-SerialPort/ |