diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-25 20:28:45 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-25 20:28:45 +0000 |
commit | 775a2f5d5e00eb76522d7c77b26d8a671026f2ac (patch) | |
tree | 353546ae0c31677aa09664fecf4da75aa464cc90 /comms | |
parent | 2f3431582db67a6af15614a6fa939c5169e5e440 (diff) | |
download | ports-775a2f5d5e00eb76522d7c77b26d8a671026f2ac.tar.gz ports-775a2f5d5e00eb76522d7c77b26d8a671026f2ac.zip |
Notes
Diffstat (limited to 'comms')
-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 000000000000..be3fdb952364 --- /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 000000000000..57fee47a4ef5 --- /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 000000000000..f1a069932ba3 --- /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 000000000000..d388636e06b8 --- /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 000000000000..34897bbe3c18 --- /dev/null +++ b/comms/bpl+/pkg-plist @@ -0,0 +1,2 @@ +bin/bpl +bin/bp |