aboutsummaryrefslogtreecommitdiff
path: root/comms/py-xmodem/pkg-descr
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2018-12-22 05:27:32 +0000
committerFukang Chen <loader@FreeBSD.org>2018-12-22 05:27:32 +0000
commit20695b64ab42354dc46c0113515721f513f5449b (patch)
tree320f2e368bcdc2aaddd47b8db29b7fa30b3ee568 /comms/py-xmodem/pkg-descr
parent1d725ae19663dc24dedbe6b708cbf5069d685b12 (diff)
downloadports-20695b64ab42354dc46c0113515721f513f5449b.tar.gz
ports-20695b64ab42354dc46c0113515721f513f5449b.zip
[NEW PORT]: comms/py-xmodem: XMODEM protocol implementation
Python XMODEM protocol implementation This is a literal implementation of XMODEM.TXT, XMODEM1K.TXT and XMODMCRC.TXT, support for YMODEM and ZMODEM is pending. YMODEM should be fairly easy to implement as it is a hack on top of the XMODEM protocol using sequence bytes ``0x00`` for sending file names (and some meta data). WWW: https://github.com/tehmaze/xmodem Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D18626
Notes
Notes: svn path=/head/; revision=488066
Diffstat (limited to 'comms/py-xmodem/pkg-descr')
-rw-r--r--comms/py-xmodem/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/comms/py-xmodem/pkg-descr b/comms/py-xmodem/pkg-descr
new file mode 100644
index 000000000000..19746bcbc163
--- /dev/null
+++ b/comms/py-xmodem/pkg-descr
@@ -0,0 +1,9 @@
+Python XMODEM protocol implementation
+
+This is a literal implementation of XMODEM.TXT, XMODEM1K.TXT and
+XMODMCRC.TXT, support for YMODEM and ZMODEM is pending. YMODEM should
+be fairly easy to implement as it is a hack on top of the XMODEM
+protocol using sequence bytes ``0x00`` for sending file names (and some
+meta data).
+
+WWW: https://github.com/tehmaze/xmodem