diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-01 20:33:14 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-01 20:33:14 +0000 |
commit | 09835cf2cd77b6f145242022ea838ada59b718ed (patch) | |
tree | ac94d2c56d90c6417026517ca8f25086fd26b29f /net/nc6 | |
parent | 2d15acdaf552978c7135c3876474e27447256473 (diff) | |
download | ports-09835cf2cd77b6f145242022ea838ada59b718ed.tar.gz ports-09835cf2cd77b6f145242022ea838ada59b718ed.zip |
Notes
Diffstat (limited to 'net/nc6')
-rw-r--r-- | net/nc6/Makefile | 19 | ||||
-rw-r--r-- | net/nc6/distinfo | 1 | ||||
-rw-r--r-- | net/nc6/pkg-comment | 1 | ||||
-rw-r--r-- | net/nc6/pkg-descr | 7 | ||||
-rw-r--r-- | net/nc6/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/net/nc6/Makefile b/net/nc6/Makefile new file mode 100644 index 000000000000..85f8abd4e534 --- /dev/null +++ b/net/nc6/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: nc6 +# Date created: 30 May 2002 +# Whom: Filippo Natali <filippo@widestore.net> +# +# $FreeBSD$ +# + +PORTNAME= nc6 +PORTVERSION= 0.2.p3 +CATEGORIES= net ipv6 +MASTER_SITES= ftp://ferrara.linux.it/pub/ipv6/sources/ +DISTNAME= nc6-${PORTVERSION:S/.p/pre/} + +MAINTAINER= filippo@widestore.net + +MAN1= nc6.1 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net/nc6/distinfo b/net/nc6/distinfo new file mode 100644 index 000000000000..b5a700fd656a --- /dev/null +++ b/net/nc6/distinfo @@ -0,0 +1 @@ +MD5 (nc6-0.2pre3.tar.gz) = 76b754ababe6b9f2074c6e01ecb69a56 diff --git a/net/nc6/pkg-comment b/net/nc6/pkg-comment new file mode 100644 index 000000000000..43a09f447ce6 --- /dev/null +++ b/net/nc6/pkg-comment @@ -0,0 +1 @@ +Netcat 6 is a netcat clone with IPv6 support diff --git a/net/nc6/pkg-descr b/net/nc6/pkg-descr new file mode 100644 index 000000000000..96c954ab4b68 --- /dev/null +++ b/net/nc6/pkg-descr @@ -0,0 +1,7 @@ +Netcat 6 is a netcat clone with IPv6 support. +It is designed to be tiny, extensible, and elegant, +and it makes use of the new extended BSD socket APIs. + +Author: Mauro Tortonesi <mauro@ferrara.linux.it> + +WWW: http://project6.ferrara.linux.it/ diff --git a/net/nc6/pkg-plist b/net/nc6/pkg-plist new file mode 100644 index 000000000000..847e1ac926e2 --- /dev/null +++ b/net/nc6/pkg-plist @@ -0,0 +1 @@ +bin/nc6 |