1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add cnd 0.1,

cnd or console network display is a curses based real time
display of a networks input and output.

PR:		ports/64155
Submitted by:	Daniel Bryan <sisko@bsdmail.com>
This commit is contained in:
Kirill Ponomarev 2004-03-12 13:27:51 +00:00
parent 0f5726c770
commit 51378f7b19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103778
5 changed files with 27 additions and 0 deletions

View File

@ -53,6 +53,7 @@
SUBDIR += citrix_ica
SUBDIR += click
SUBDIR += clusterit
SUBDIR += cnd
SUBDIR += cnet
SUBDIR += coda5_client
SUBDIR += coda5_doc

16
net/cnd/Makefile Normal file
View File

@ -0,0 +1,16 @@
# New ports collection makefile for: cnd
# Date created: 12 March 2004
# Whom: Daniel Bryan <sisko@bsdmail.com>
#
# $FreeBSD$
#
PORTNAME= cnd
PORTVERSION= 0.1
CATEGORIES= net
MASTER_SITES= http://members.iinet.net.au/~lynx/cnd/
MAINTAINER= sisko@bsdmail.com
COMMENT= Console network display
.include <bsd.port.mk>

2
net/cnd/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (cnd-0.1.tar.gz) = c789ca0c9f6ee2d7568e9e9ef9323c02
SIZE (cnd-0.1.tar.gz) = 4306

7
net/cnd/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
cnd or console network display is a curses based real time display of a
networks input and output.
WWW: http://members.iinet.net.au/~lynx/cnd/
- Daniel
sisko@bsdmail.com

1
net/cnd/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/cnd