From ca0352d4da2cecfa17e35f018f84bfbffa804da7 Mon Sep 17 00:00:00 2001 From: wulf Date: Mon, 31 Jan 2000 11:32:49 +0000 Subject: uuencode-like file coder for AMPR BBS S&F of binary files CV ---------------------------------------------------------------------- --- ham/7plus/Makefile | 25 +++++++++++++++++++++++++ ham/7plus/files/md5 | 4 ++++ ham/7plus/pkg/COMMENT | 1 + ham/7plus/pkg/DESCR | 11 +++++++++++ ham/7plus/pkg/PLIST | 8 ++++++++ 5 files changed, 49 insertions(+) create mode 100644 ham/7plus/Makefile create mode 100644 ham/7plus/files/md5 create mode 100644 ham/7plus/pkg/COMMENT create mode 100644 ham/7plus/pkg/DESCR create mode 100644 ham/7plus/pkg/PLIST (limited to 'ham/7plus') diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile new file mode 100644 index 00000000000..4b1ed605629 --- /dev/null +++ b/ham/7plus/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/31 11:32:49 wulf Exp $ +# + +DISTNAME= 7pl223sr +PKGNAME= 7plus-223 +WRKSRC= ${WRKDIR}/7plsrc.223 +CATEGORIES= ham +MASTER_SITES= ftp://ftp.ping.net.au/pub/unix/ham/ +DISTFILES= 7pl223sr.tgz \ + 7pl210mg.tgz + +MAINTAINER= wulf@netbsd.org +HOMEPAGE= http://home.t-online.de/home/dg1bbq/ + +LICENSE= no-commercial-use + +MAKEFILE= netbsd.mak +USE_GMAKE= yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/7plus && \ + ${INSTALL_DATA} ${WRKDIR}/*.txt ${PREFIX}/share/doc/7plus && \ + ${INSTALL_DATA} ${WRKDIR}/readme.now ${PREFIX}/share/doc/7plus + +.include "../../mk/bsd.pkg.mk" diff --git a/ham/7plus/files/md5 b/ham/7plus/files/md5 new file mode 100644 index 00000000000..21ec920cb73 --- /dev/null +++ b/ham/7plus/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/31 11:32:50 wulf Exp $ + +MD5 (7pl223sr.tgz) = 1e595c1e12cbc2c54c0bef4a843f4b9a +MD5 (7pl210mg.tgz) = c5fa7a70a71240738a64ef62248cf67b diff --git a/ham/7plus/pkg/COMMENT b/ham/7plus/pkg/COMMENT new file mode 100644 index 00000000000..ffa0eeabf39 --- /dev/null +++ b/ham/7plus/pkg/COMMENT @@ -0,0 +1 @@ +uuencode-like file coder for AMPR BBS S&F of binary files diff --git a/ham/7plus/pkg/DESCR b/ham/7plus/pkg/DESCR new file mode 100644 index 00000000000..264974439ca --- /dev/null +++ b/ham/7plus/pkg/DESCR @@ -0,0 +1,11 @@ +7plus is an uuencoder-like file coder for use in Amateur Packet Radio +BBS S&F of binary data files. The Packet Radio protocol (AX.25) utilizes +8 bits for data transfer whereas most standard terminal programs only +use a 7 bits alogarithm. The result is that only 87.5% of the available +bandwidth is utilized. + +7plus fully exploits the capacity of the network by using all 8 bits +and hence increasing data throughput. Furthermore, it uses alogarithms +which checks for data integrity, detecting, reporting and, whenever +possible, correcting data transmission errors that may have occurred due +to noise or loss of signal with minimal overheads. diff --git a/ham/7plus/pkg/PLIST b/ham/7plus/pkg/PLIST new file mode 100644 index 00000000000..33853c464fc --- /dev/null +++ b/ham/7plus/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/31 11:32:49 wulf Exp $ + +bin/7plus +share/doc/7plus/7plus_g.txt +share/doc/7plus/asc.txt +share/doc/7plus/ascbin.txt +share/doc/7plus/readme.now +@dirrm share/doc/7plus -- cgit v1.2.3