diff options
author | sat <sat@FreeBSD.org> | 2006-09-04 17:26:10 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-04 17:26:10 +0800 |
commit | c7c6f43e298dc45344def27eaa6fd2f08964f317 (patch) | |
tree | 34093f72bcd74a20849a3a8b30177dbb7b2f26b2 /comms/Makefile | |
parent | ff41bacf1eac5afd4f623fa8b0ac9a480685b327 (diff) | |
download | freebsd-ports-gnome-c7c6f43e298dc45344def27eaa6fd2f08964f317.tar.gz freebsd-ports-gnome-c7c6f43e298dc45344def27eaa6fd2f08964f317.tar.zst freebsd-ports-gnome-c7c6f43e298dc45344def27eaa6fd2f08964f317.zip |
Add port comms/ser2net:
This is ser2net, a program for allowing network connections to serial
ports. See the man page for information about using the program.
Note that ser2net supports RFC 2217 (remote control of serial port
parameters), but you must have a complient client. The only one I
know if is kermit (http://www.columbia.edu/kermit).
WWW: http://www.sourceforge.net/projects/ser2net/
Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com>
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index dc2faa0d0380..bf822950272f 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -91,6 +91,7 @@ SUBDIR += rxtx SUBDIR += scmxx SUBDIR += scud + SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += seyon SUBDIR += sms_client |