pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import qodem 1.0.0 as wip/qodem.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Tue Jan 22 22:55:20 2019 +0100
Changeset:	1ab13447779ea51e2d450bcb9b0d7b10191301fc

Added Files:
	qodem/DESCR
	qodem/Makefile
	qodem/PLIST
	qodem/distinfo

Log Message:
Import qodem 1.0.0 as wip/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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1ab13447779ea51e2d450bcb9b0d7b10191301fc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qodem/DESCR    |  5 +++++
 qodem/Makefile | 17 +++++++++++++++++
 qodem/PLIST    |  5 +++++
 qodem/distinfo |  6 ++++++
 4 files changed, 33 insertions(+)

diffs:
diff --git a/qodem/DESCR b/qodem/DESCR
new file mode 100644
index 0000000000..6979a3440d
--- /dev/null
+++ b/qodem/DESCR
@@ -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.
diff --git a/qodem/Makefile b/qodem/Makefile
new file mode 100644
index 0000000000..9d7cba9966
--- /dev/null
+++ b/qodem/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	qodem-1.0.0
+CATEGORIES=	comms
+MASTER_SITES=	https://downloads.sourceforge.net/project/qodem/qodem/1.0.0/
+
+MAINTAINER=	fred%statdns.com@localhost
+HOMEPAGE=	https://downloads.sourceforge.net/project/qodem/qodem/1.0.0/
+COMMENT=	Re-implementation of the DOS-era Qmodem serial communications package
+LICENSE=	cc0-1.0-universal
+
+GNU_CONFIGURE=	yes
+
+CONFIGURE_ARGS+= --disable-sdl --disable-upnp
+
+.include "../../devel/ncursesw/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qodem/PLIST b/qodem/PLIST
new file mode 100644
index 0000000000..e17ce7b296
--- /dev/null
+++ b/qodem/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/qodem
+bin/xqodem
+man/man1/qodem.1
+man/man1/xqodem.1
diff --git a/qodem/distinfo b/qodem/distinfo
new file mode 100644
index 0000000000..6f39503cc8
--- /dev/null
+++ b/qodem/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qodem-1.0.0.tar.gz) = 428f4b4e20ddaa4737bb790c590ee9e6ac7cf528
+RMD160 (qodem-1.0.0.tar.gz) = e61e4cdfa20915d081ff6b97aad4ceb6877966e8
+SHA512 (qodem-1.0.0.tar.gz) = d761e530f93448b22e3145b045df7fe365c1369f132fbf3a3dedd10776e2c6d30397b8e6d8c0a82f508c08b7f6d4efb578e007f4c2394171f0778d6e5f6ae081
+Size (qodem-1.0.0.tar.gz) = 7763034 bytes


Home | Main Index | Thread Index | Old Index