diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-12-09 17:46:16 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-12-09 17:46:16 +0000 |
commit | 8189f42fda3537f4a0db06eb1a0dbe92c7309803 (patch) | |
tree | 78cb25cd69c05e416aa974110925873a26b32bb0 /net | |
parent | upgrade to 1.0.3 (diff) |
It's better to put bbsnet into net/.
New port: BBSnet
BBSnet is a front-end of telnet client, and it can be used for
multiple users or in private.
Reminded by: will
Notes
Notes:
svn path=/head/; revision=51294
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/bbsnet/Makefile | 18 | ||||
-rw-r--r-- | net/bbsnet/distinfo | 1 | ||||
-rw-r--r-- | net/bbsnet/pkg-comment | 1 | ||||
-rw-r--r-- | net/bbsnet/pkg-descr | 4 | ||||
-rw-r--r-- | net/bbsnet/pkg-plist | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index eb4b1b5573be..3004b4136531 100644 --- a/net/Makefile +++ b/net/Makefile @@ -23,6 +23,7 @@ SUBDIR += ascend-radius SUBDIR += asfrecorder SUBDIR += balance + SUBDIR += bbsnet SUBDIR += bind8 SUBDIR += bind9 SUBDIR += bing diff --git a/net/bbsnet/Makefile b/net/bbsnet/Makefile new file mode 100644 index 000000000000..adf2d5650433 --- /dev/null +++ b/net/bbsnet/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: bbsnet +# Date created: 10 Mar 2001 +# Whom: Shen Chuan-Hsing +# +# $FreeBSD$ +# + +PORTNAME= bbsnet +PORTVERSION= 2.7 +CATEGORIES= net +MASTER_SITES= http://linux.ee.tku.edu.tw/~kids/resource/ \ + http://freebsd.sinica.edu.tw/~statue/ + +MAINTAINER= statue@freebsd.sinica.edu.tw + +WRKSRC= ${WRKDIR}/bbsnet + +.include <bsd.port.mk> diff --git a/net/bbsnet/distinfo b/net/bbsnet/distinfo new file mode 100644 index 000000000000..a9d2bc3cb19f --- /dev/null +++ b/net/bbsnet/distinfo @@ -0,0 +1 @@ +MD5 (bbsnet-2.7.tar.gz) = 0c0bee1f3cd538b9c00c6db02714e6c7 diff --git a/net/bbsnet/pkg-comment b/net/bbsnet/pkg-comment new file mode 100644 index 000000000000..4e6b6989a0b2 --- /dev/null +++ b/net/bbsnet/pkg-comment @@ -0,0 +1 @@ +A front-end of telnet client for multiple users or in private diff --git a/net/bbsnet/pkg-descr b/net/bbsnet/pkg-descr new file mode 100644 index 000000000000..74b588c1576b --- /dev/null +++ b/net/bbsnet/pkg-descr @@ -0,0 +1,4 @@ +BBSnet is a front-end of telnet client, and it can be used for +multiple users or in private. + +WWW: http://linux.ee.tku.edu.tw/~kids/ diff --git a/net/bbsnet/pkg-plist b/net/bbsnet/pkg-plist new file mode 100644 index 000000000000..aba5dad25ede --- /dev/null +++ b/net/bbsnet/pkg-plist @@ -0,0 +1,5 @@ +bin/bbsnet +etc/bbsnet/Help +etc/bbsnet/Welcome +etc/bbsnet/bbsdata +@dirrm etc/bbsnet/ |