1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

B Plus, binary file transfer protocol

This commit is contained in:
Masafumi Max NAKANE 1996-09-25 20:28:45 +00:00
parent 2f3431582d
commit 775a2f5d5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3869
5 changed files with 32 additions and 0 deletions

20
comms/bpl+/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: bpl+
# Version required: ?
# Date created: 22 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
#
DISTNAME= bpl+
PKGNAME= bpl+
CATEGORIES+= comms
MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/net/telnet/telnetx/
MAINTAINER= max@FreeBSD.ORG
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin
@ln -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp
.include <bsd.port.mk>

1
comms/bpl+/distinfo 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