1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add nc 1.0.1, network aware cat

This commit is contained in:
Mark Pulford 2001-06-12 15:14:58 +00:00
parent 73a6d7be17
commit 99b6dcba28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43905
6 changed files with 33 additions and 0 deletions

View File

@ -196,6 +196,7 @@
SUBDIR += naim
SUBDIR += nam
SUBDIR += nat
SUBDIR += nc
SUBDIR += ncat
SUBDIR += ncplib
SUBDIR += nemesis

24
net/nc/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: nc
# Date created: Apr 27, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= nc
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file
DISTNAME= ncat-${PORTVERSION}
MAINTAINER= markp@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
MAN1= ncat.1
.include <bsd.port.mk>

1
net/nc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ncat-1.0.1.tar.gz) = ffba82845f9fdd4ce30147cefa3436e4

1
net/nc/pkg-comment Normal file
View File

@ -0,0 +1 @@
Network aware cat

5
net/nc/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Ncat concatenates data streams similar to "cat" except the streams can
be files or TCP connections. Ncat makes it easy to pipe data between
hosts.
WWW: http://www.kyne.com.au/~mark/software/ncat.php

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

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