diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-12 15:14:58 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-12 15:14:58 +0000 |
commit | 99b6dcba280053b9754eb1206ff22e8e60c3e919 (patch) | |
tree | 668d3754674e54e2520cfe0f9b78d983231f1e68 /net/nc | |
parent | 73a6d7be1776e46bbd21c5b4c1660fe70dafad95 (diff) | |
download | ports-99b6dcba280053b9754eb1206ff22e8e60c3e919.tar.gz ports-99b6dcba280053b9754eb1206ff22e8e60c3e919.zip |
Notes
Diffstat (limited to 'net/nc')
-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 |
5 files changed, 32 insertions, 0 deletions
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 |