diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/nc/Makefile | 24 | ||||
-rw-r--r-- | net/nc/distinfo | 1 | ||||
-rw-r--r-- | net/nc/pkg-comment | 1 | ||||
-rw-r--r-- | net/nc/pkg-descr | 5 | ||||
-rw-r--r-- | net/nc/pkg-plist | 1 |
6 files changed, 33 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b9c658d26196..b29b9832566e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -196,6 +196,7 @@ SUBDIR += naim SUBDIR += nam SUBDIR += nat + SUBDIR += nc SUBDIR += ncat SUBDIR += ncplib SUBDIR += nemesis diff --git a/net/nc/Makefile b/net/nc/Makefile new file mode 100644 index 000000000000..83af3764ccf9 --- /dev/null +++ b/net/nc/Makefile @@ -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> diff --git a/net/nc/distinfo b/net/nc/distinfo new file mode 100644 index 000000000000..c651e0a43a40 --- /dev/null +++ b/net/nc/distinfo @@ -0,0 +1 @@ +MD5 (ncat-1.0.1.tar.gz) = ffba82845f9fdd4ce30147cefa3436e4 diff --git a/net/nc/pkg-comment b/net/nc/pkg-comment new file mode 100644 index 000000000000..fab389337acb --- /dev/null +++ b/net/nc/pkg-comment @@ -0,0 +1 @@ +Network aware cat diff --git a/net/nc/pkg-descr b/net/nc/pkg-descr new file mode 100644 index 000000000000..d8dd52249b4f --- /dev/null +++ b/net/nc/pkg-descr @@ -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 diff --git a/net/nc/pkg-plist b/net/nc/pkg-plist new file mode 100644 index 000000000000..91563faf3729 --- /dev/null +++ b/net/nc/pkg-plist @@ -0,0 +1 @@ +bin/ncat |