pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/qodem



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Aug 22 20:22:32 UTC 2019

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

Log Message:
comms/qodem: import qodem-1.0.0

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 kamil@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/qodem/DESCR pkgsrc/comms/qodem/Makefile \
    pkgsrc/comms/qodem/PLIST pkgsrc/comms/qodem/distinfo

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

Added files:

Index: pkgsrc/comms/qodem/DESCR
diff -u /dev/null pkgsrc/comms/qodem/DESCR:1.1
--- /dev/null   Thu Aug 22 20:22:32 2019
+++ pkgsrc/comms/qodem/DESCR    Thu Aug 22 20:22:32 2019
@@ -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.
Index: pkgsrc/comms/qodem/Makefile
diff -u /dev/null pkgsrc/comms/qodem/Makefile:1.1
--- /dev/null   Thu Aug 22 20:22:32 2019
+++ pkgsrc/comms/qodem/Makefile Thu Aug 22 20:22:32 2019
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/08/22 20:22:32 fcambus Exp $
+
+DISTNAME=      qodem-1.0.0
+CATEGORIES=    comms
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qodem/}
+
+MAINTAINER=    fcambus%NetBSD.org@localhost
+HOMEPAGE=      http://qodem.sourceforge.net/
+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"
Index: pkgsrc/comms/qodem/PLIST
diff -u /dev/null pkgsrc/comms/qodem/PLIST:1.1
--- /dev/null   Thu Aug 22 20:22:32 2019
+++ pkgsrc/comms/qodem/PLIST    Thu Aug 22 20:22:32 2019
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/22 20:22:32 fcambus Exp $
+bin/qodem
+bin/xqodem
+man/man1/qodem.1
+man/man1/xqodem.1
Index: pkgsrc/comms/qodem/distinfo
diff -u /dev/null pkgsrc/comms/qodem/distinfo:1.1
--- /dev/null   Thu Aug 22 20:22:32 2019
+++ pkgsrc/comms/qodem/distinfo Thu Aug 22 20:22:32 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/22 20:22:32 fcambus Exp $
+
+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