This commit is contained in:
joey 1997-12-31 18:36:18 +00:00
parent 180be36f13
commit 4dddb82bba
5 changed files with 32 additions and 0 deletions

20
comms/bpl+/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
comms/bpl+/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (bpl+.tar.gz) = 2b18db85caa8ae28477219b0a9c2c099

1
comms/bpl+/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
B Plus file transfer protocol

8
comms/bpl+/pkg/DESCR Normal file
View File

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

2
comms/bpl+/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/bpl
bin/bp