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/p5-Device-SerialPort/pkg | |
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/p5-Device-SerialPort/pkg')
-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 |
3 files changed, 8 insertions, 0 deletions
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 $ |