summaryrefslogtreecommitdiff
path: root/comms/bpl+
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-25 20:28:45 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-25 20:28:45 +0000
commit775a2f5d5e00eb76522d7c77b26d8a671026f2ac (patch)
tree353546ae0c31677aa09664fecf4da75aa464cc90 /comms/bpl+
parentFix for change of distfile name on master site (diff)
B Plus, binary file transfer protocol
Notes
Notes: svn path=/head/; revision=3869
Diffstat (limited to 'comms/bpl+')
-rw-r--r--comms/bpl+/Makefile20
-rw-r--r--comms/bpl+/distinfo1
-rw-r--r--comms/bpl+/pkg-comment1
-rw-r--r--comms/bpl+/pkg-descr8
-rw-r--r--comms/bpl+/pkg-plist2
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