mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add nc6 0.2.p3, netcat 6 is a netcat clone with IPv6 support.
PR: 38739 Submitted by: Filippo Natali <filippo@widestore.net>
This commit is contained in:
parent
2d15acdaf5
commit
09835cf2cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62299
6 changed files with 30 additions and 0 deletions
|
@ -272,6 +272,7 @@
|
||||||
SUBDIR += nat
|
SUBDIR += nat
|
||||||
SUBDIR += nbtscan
|
SUBDIR += nbtscan
|
||||||
SUBDIR += nc
|
SUBDIR += nc
|
||||||
|
SUBDIR += nc6
|
||||||
SUBDIR += ncplib
|
SUBDIR += ncplib
|
||||||
SUBDIR += nemesis
|
SUBDIR += nemesis
|
||||||
SUBDIR += net-http
|
SUBDIR += net-http
|
||||||
|
|
19
net/nc6/Makefile
Normal file
19
net/nc6/Makefile
Normal file
|
@ -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>
|
1
net/nc6/distinfo
Normal file
1
net/nc6/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (nc6-0.2pre3.tar.gz) = 76b754ababe6b9f2074c6e01ecb69a56
|
1
net/nc6/pkg-comment
Normal file
1
net/nc6/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Netcat 6 is a netcat clone with IPv6 support
|
7
net/nc6/pkg-descr
Normal file
7
net/nc6/pkg-descr
Normal file
|
@ -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/
|
1
net/nc6/pkg-plist
Normal file
1
net/nc6/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin/nc6
|
Loading…
Add table
Reference in a new issue