summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-07-01 20:33:14 +0000
committerperky <perky@FreeBSD.org>2002-07-01 20:33:14 +0000
commita887aebf5b0e6a685d613676e7360df9a590d5ce (patch)
tree1b1bc209afb95729f426b971921287517f42b1bd /net
parentb9fee867d8ec5df3317f451e6403547e18ec727b (diff)
downloadFreeBSD-ports-a887aebf5b0e6a685d613676e7360df9a590d5ce.zip
FreeBSD-ports-a887aebf5b0e6a685d613676e7360df9a590d5ce.tar.gz
Add nc6 0.2.p3, netcat 6 is a netcat clone with IPv6 support.
PR: 38739 Submitted by: Filippo Natali <filippo@widestore.net>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/nc6/Makefile19
-rw-r--r--net/nc6/distinfo1
-rw-r--r--net/nc6/pkg-comment1
-rw-r--r--net/nc6/pkg-descr7
-rw-r--r--net/nc6/pkg-plist1
6 files changed, 30 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index e9ae2e5..11e2a6a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -272,6 +272,7 @@
SUBDIR += nat
SUBDIR += nbtscan
SUBDIR += nc
+ SUBDIR += nc6
SUBDIR += ncplib
SUBDIR += nemesis
SUBDIR += net-http
diff --git a/net/nc6/Makefile b/net/nc6/Makefile
new file mode 100644
index 0000000..85f8abd
--- /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 0000000..b5a700f
--- /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 0000000..43a09f4
--- /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 0000000..96c954a
--- /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 0000000..847e1ac
--- /dev/null
+++ b/net/nc6/pkg-plist
@@ -0,0 +1 @@
+bin/nc6
OpenPOWER on IntegriCloud