diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-12-18 23:04:26 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-12-18 23:04:26 +0000 |
commit | b3288638a3f673fa262a273c1d1f7df7abf7181f (patch) | |
tree | a13f8abf7f516efdbe2ac49e2597eae54145debe /comms | |
parent | 29e535883bf3bc55839bb643d08fc0ca646188fe (diff) | |
download | pkgsrc-b3288638a3f673fa262a273c1d1f7df7abf7181f.tar.gz |
p5-Device-SerialPort pkg from Damon Brodie in PR#11762, but moved to
comms category.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 19 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/files/md5 | 3 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/files/patch-sum | 3 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/patches/patch-aa | 13 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg/COMMENT | 1 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg/DESCR | 6 | ||||
-rw-r--r-- | comms/p5-Device-SerialPort/pkg/PLIST | 1 |
7 files changed, 46 insertions, 0 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile new file mode 100644 index 00000000000..49fc9d62b4d --- /dev/null +++ b/comms/p5-Device-SerialPort/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 23:04:26 tsarna Exp $ +# + +DISTNAME= Device-SerialPort-0.070 +PKGNAME= p5-${DISTNAME} +WRKSRC= ${WRKDIR}/Device-SerialPort-0.07 +CATEGORIES= comms perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} + +MAINTAINER= damon@brodiefamily.org +HOMEPAGE= http://members.aol.com/Bbirthisel/alpha.html + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/SerialPort/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/p5-Device-SerialPort/files/md5 b/comms/p5-Device-SerialPort/files/md5 new file mode 100644 index 00000000000..3927c593739 --- /dev/null +++ b/comms/p5-Device-SerialPort/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/18 23:04:26 tsarna Exp $ + +MD5 (Device-SerialPort-0.070.tar.gz) = b538dc1d996e4ecd5c5b2495461b021d diff --git a/comms/p5-Device-SerialPort/files/patch-sum b/comms/p5-Device-SerialPort/files/patch-sum new file mode 100644 index 00000000000..e469f1b28b0 --- /dev/null +++ b/comms/p5-Device-SerialPort/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/12/18 23:04:26 tsarna Exp $ + +MD5 (patch-aa) = e911be2fdfe8a479361fac0bab3db9e7 diff --git a/comms/p5-Device-SerialPort/patches/patch-aa b/comms/p5-Device-SerialPort/patches/patch-aa new file mode 100644 index 00000000000..709c4569492 --- /dev/null +++ b/comms/p5-Device-SerialPort/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/18 23:04:26 tsarna Exp $ + +--- Makefile.PL.orig Sun Dec 17 21:32:55 2000 ++++ Makefile.PL +@@ -8,7 +8,7 @@ + 'clean' => {FILES => "t/DefaultPort.pm *.cfg t/*.cfg"}, + ); + +-my $file = "/dev/ttyS0"; ++my $file = "/dev/tty00"; + if (@ARGV) { + $file = shift @ARGV; + } diff --git a/comms/p5-Device-SerialPort/pkg/COMMENT b/comms/p5-Device-SerialPort/pkg/COMMENT new file mode 100644 index 00000000000..f7402dbc9c7 --- /dev/null +++ b/comms/p5-Device-SerialPort/pkg/COMMENT @@ -0,0 +1 @@ +POSIX-based Perl module to control your serial port diff --git a/comms/p5-Device-SerialPort/pkg/DESCR b/comms/p5-Device-SerialPort/pkg/DESCR new file mode 100644 index 00000000000..fc5e7901aa8 --- /dev/null +++ b/comms/p5-Device-SerialPort/pkg/DESCR @@ -0,0 +1,6 @@ +This is a POSIX-based version of the Win32::Serialport module ported by +Joe Doss for the MisterHouse Home Automation Package from Version 0.08 +of the Win32 module. He replaced calls to the Win32 API with similar +functions implemented using POSIX calls. While most of the testing has +occurred on linux, the package should work on other POSIX-compliant +Operating Systems. diff --git a/comms/p5-Device-SerialPort/pkg/PLIST b/comms/p5-Device-SerialPort/pkg/PLIST new file mode 100644 index 00000000000..5ba87733e7f --- /dev/null +++ b/comms/p5-Device-SerialPort/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/18 23:04:26 tsarna Exp $ |