mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Updated to 1.000002
This commit is contained in:
parent
3ea9ba4ea9
commit
cc7bf709a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116263
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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";
|
||||
}
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user