diff options
author | max <max@FreeBSD.org> | 1996-09-25 20:28:45 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-09-25 20:28:45 +0000 |
commit | df9dd105d7d3ff8289b5d296b4f9cb4b077ce331 (patch) | |
tree | 5f8fd21a56bb87372279d57d7b33fa3035e84a4d /comms/bpl+ | |
parent | 70db371153ee685229fa50f7e7e135ad3b4bda60 (diff) | |
download | FreeBSD-ports-df9dd105d7d3ff8289b5d296b4f9cb4b077ce331.zip FreeBSD-ports-df9dd105d7d3ff8289b5d296b4f9cb4b077ce331.tar.gz |
B Plus, binary file transfer protocol
Diffstat (limited to 'comms/bpl+')
-rw-r--r-- | comms/bpl+/Makefile | 20 | ||||
-rw-r--r-- | comms/bpl+/distinfo | 1 | ||||
-rw-r--r-- | comms/bpl+/pkg-comment | 1 | ||||
-rw-r--r-- | comms/bpl+/pkg-descr | 8 | ||||
-rw-r--r-- | comms/bpl+/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile new file mode 100644 index 0000000..be3fdb9 --- /dev/null +++ b/comms/bpl+/Makefile @@ -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> diff --git a/comms/bpl+/distinfo b/comms/bpl+/distinfo new file mode 100644 index 0000000..57fee47 --- /dev/null +++ b/comms/bpl+/distinfo @@ -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 0000000..f1a0699 --- /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 0000000..d388636 --- /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 0000000..34897bb --- /dev/null +++ b/comms/bpl+/pkg-plist @@ -0,0 +1,2 @@ +bin/bpl +bin/bp |