From 4dddb82bba95747e108046e5287800ef8ae4d07a Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 31 Dec 1997 18:36:18 +0000 Subject: [PATCH] bpl --- comms/bpl+/Makefile | 20 ++++++++++++++++++++ comms/bpl+/files/md5 | 1 + comms/bpl+/pkg/COMMENT | 1 + comms/bpl+/pkg/DESCR | 8 ++++++++ comms/bpl+/pkg/PLIST | 2 ++ 5 files changed, 32 insertions(+) create mode 100644 comms/bpl+/Makefile create mode 100644 comms/bpl+/files/md5 create mode 100644 comms/bpl+/pkg/COMMENT create mode 100644 comms/bpl+/pkg/DESCR create mode 100644 comms/bpl+/pkg/PLIST diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile new file mode 100644 index 00000000000..271f8ca2c73 --- /dev/null +++ b/comms/bpl+/Makefile @@ -0,0 +1,20 @@ +# OpenBSD makefile for: bpl+ +# Version required: 1.0 +# Date created: 31 Dec 1997 +# Whom: ejovi +# +# $OpenBSD: Makefile,v 1.1.1.1 1997/12/31 18:36:18 joey Exp $ +# + +DISTNAME= bpl+ +PKGNAME= bpl+-1.0 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/net/telnet/telnetx/ + +MAINTAINER= joey@OpenBSD.ORG + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin + @ln -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp + +.include diff --git a/comms/bpl+/files/md5 b/comms/bpl+/files/md5 new file mode 100644 index 00000000000..57fee47a4ef --- /dev/null +++ b/comms/bpl+/files/md5 @@ -0,0 +1 @@ +MD5 (bpl+.tar.gz) = 2b18db85caa8ae28477219b0a9c2c099 diff --git a/comms/bpl+/pkg/COMMENT b/comms/bpl+/pkg/COMMENT new file mode 100644 index 00000000000..f1a069932ba --- /dev/null +++ b/comms/bpl+/pkg/COMMENT @@ -0,0 +1 @@ +B Plus file transfer protocol diff --git a/comms/bpl+/pkg/DESCR b/comms/bpl+/pkg/DESCR new file mode 100644 index 00000000000..d388636e06b --- /dev/null +++ b/comms/bpl+/pkg/DESCR @@ -0,0 +1,8 @@ +This is an implementation of B Plus binary file transfer protocol. B +Plus is used on several online services to let their users download +files from the system. + +In conjunction with telnetx package, you can use this program to +download files from those systems connected to the Internet. + +- Masafumi diff --git a/comms/bpl+/pkg/PLIST b/comms/bpl+/pkg/PLIST new file mode 100644 index 00000000000..34897bbe3c1 --- /dev/null +++ b/comms/bpl+/pkg/PLIST @@ -0,0 +1,2 @@ +bin/bpl +bin/bp