Import comms/qodem.

Qodem is a from-scratch clone implementation of the Qmodem
communications program made popular in the days when Bulletin Board
Systems ruled the night. Qodem emulates the dialing directory and the
terminal screen features of Qmodem over both modem and Internet
connections.

OK sthen@
This commit is contained in:
fcambus 2017-11-14 20:26:49 +00:00
parent 80fe745855
commit a132759976
4 changed files with 41 additions and 0 deletions

29
comms/qodem/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/11/14 20:26:49 fcambus Exp $
COMMENT = Qodem Terminal Emulator
DISTNAME = qodem-1.0.0
CATEGORIES = comms
HOMEPAGE = http://qodem.sourceforge.net/
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# CC0 (Public Domain)
# MIT (UTF-8 decoder in source/codepage.c)
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c ncursesw util
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qodem/}
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --disable-sdl --disable-upnp
NO_TEST = Yes
.include <bsd.port.mk>

2
comms/qodem/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (qodem-1.0.0.tar.gz) = M2W4OYHcNoI3e/1jOGp6UdvPpZpsZq+6h7cMFZM8dt0=
SIZE (qodem-1.0.0.tar.gz) = 7763034

5
comms/qodem/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
Qodem is a from-scratch clone implementation of the Qmodem
communications program made popular in the days when Bulletin Board
Systems ruled the night. Qodem emulates the dialing directory and the
terminal screen features of Qmodem over both modem and Internet
connections.

5
comms/qodem/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/11/14 20:26:49 fcambus Exp $
@bin bin/qodem
bin/xqodem
@man man/man1/qodem.1
@man man/man1/xqodem.1