diff options
author | nsayer <nsayer@FreeBSD.org> | 2003-07-09 00:32:45 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2003-07-09 00:32:45 +0800 |
commit | 4e3ed1964125ea936552c4df97027462baf5951e (patch) | |
tree | 78e1498db865d77a4507e6a07659378d0c0d9281 /comms | |
parent | 13d2d00f5bb97ac8e0f469486d0f62a679123648 (diff) | |
download | freebsd-ports-gnome-4e3ed1964125ea936552c4df97027462baf5951e.tar.gz freebsd-ports-gnome-4e3ed1964125ea936552c4df97027462baf5951e.tar.zst freebsd-ports-gnome-4e3ed1964125ea936552c4df97027462baf5951e.zip |
New port for Device::SerialPort
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 24 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/distinfo | 1 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/files/patch-aa | 11 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg-descr | 4 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg-plist | 7 |
6 files changed, 48 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 6d7d23ebd5b9..feb17acbcf24 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -34,6 +34,7 @@ SUBDIR += mlan3 SUBDIR += mserver SUBDIR += mwavem + SUBDIR += p5-Device-SerialPort SUBDIR += plp SUBDIR += pr SUBDIR += py-serial diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile new file mode 100644 index 000000000000..e8d8284b7a77 --- /dev/null +++ b/comms/p5-Device-SerialPort/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Device-SerialPort +# Date created: July 6th 2003 +# Whom: Nick Sayer <nsayer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Device-SerialPort +PORTVERSION= 0.22 +CATEGORIES= comms perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Device +PKGNAMEPREFIX= p5- +DISTNAME= Device-SerialPort-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A perl5 module for simple serial port control + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Device::SerialPort.3 + +.include <bsd.port.mk> diff --git a/comms/p5-Device-SerialPort/distinfo b/comms/p5-Device-SerialPort/distinfo new file mode 100644 index 000000000000..44c2882fdf98 --- /dev/null +++ b/comms/p5-Device-SerialPort/distinfo @@ -0,0 +1 @@ +MD5 (Device-SerialPort-0.22.tar.gz) = 4cc2590d89f4475dd3cecaa81087b5b3 diff --git a/comms/p5-Device-SerialPort/files/patch-aa b/comms/p5-Device-SerialPort/files/patch-aa new file mode 100644 index 000000000000..c0661fc128d9 --- /dev/null +++ b/comms/p5-Device-SerialPort/files/patch-aa @@ -0,0 +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 @@ + } + } + unless (@SERIALS) { +- @SERIALS=( "/dev/ttyS1", "/dev/cua01", "/dev/cua/b", "/dev/tty1" ); ++ @SERIALS=( "/dev/ttyd0", "/dev/cuaa0", "/dev/ucom0" ); + 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 new file mode 100644 index 000000000000..e5ee308035e3 --- /dev/null +++ b/comms/p5-Device-SerialPort/pkg-descr @@ -0,0 +1,4 @@ +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/ diff --git a/comms/p5-Device-SerialPort/pkg-plist b/comms/p5-Device-SerialPort/pkg-plist new file mode 100644 index 000000000000..47c2834d0834 --- /dev/null +++ b/comms/p5-Device-SerialPort/pkg-plist @@ -0,0 +1,7 @@ +bin/modemtest +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Device/SerialPort.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Device/SerialPort/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Device/SerialPort/SerialPort.so +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Device/SerialPort 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Device 2>/dev/null || true |