summaryrefslogtreecommitdiff
path: root/net/netcat
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-02-02 17:50:59 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-02-02 17:50:59 +0000
commit93f706fde397d2feb02bddc6798407f8340da876 (patch)
tree56a2d7d72c48154f395ce271f0b5fbc6fba4025b /net/netcat
parentUpdate to 0.2 (diff)
- Support for IPv6
- Take maintainership PR: ports/29030 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: obrien
Notes
Notes: svn path=/head/; revision=54141
Diffstat (limited to 'net/netcat')
-rw-r--r--net/netcat/Makefile9
-rw-r--r--net/netcat/distinfo1
-rw-r--r--net/netcat/files/patch-ab2
-rw-r--r--net/netcat/pkg-descr3
4 files changed, 11 insertions, 4 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile
index e499cdd63989..8e35108f123b 100644
--- a/net/netcat/Makefile
+++ b/net/netcat/Makefile
@@ -8,14 +8,19 @@
PORTNAME= netcat
PORTVERSION= 1.10
-CATEGORIES= net
+PORTREVISION= 1
+CATEGORIES= net ipv6
MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/netcat/ \
ftp://ftp.cuhk.edu.hk/pub/packages/security/purdue/netutils/netcat/ \
http://www.planetmirror.com/pub/lprng/TOOLS/
DISTNAME= nc110
EXTRACT_SUFX= .tgz
-MAINTAINER= obrien@FreeBSD.org
+PATCH_SITES= ftp://sith.mimuw.edu.pl/pub/users/baggins/IPv6/
+PATCHFILES= nc-v6-20000918.patch.gz
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= sumikawa@FreeBSD.org
NO_WRKSUBDIR= yes
ALL_TARGET= freebsd
diff --git a/net/netcat/distinfo b/net/netcat/distinfo
index 222f400b089f..d0f5c57acdb5 100644
--- a/net/netcat/distinfo
+++ b/net/netcat/distinfo
@@ -1 +1,2 @@
MD5 (nc110.tgz) = 402632f2fe01c169ff19a0ad6e9d608c
+MD5 (nc-v6-20000918.patch.gz) = 84d850745dd860aedce64b518e0e3330
diff --git a/net/netcat/files/patch-ab b/net/netcat/files/patch-ab
index 36b9f832b4b6..da96b424bb32 100644
--- a/net/netcat/files/patch-ab
+++ b/net/netcat/files/patch-ab
@@ -29,7 +29,7 @@
# virtually the same as netbsd/bsd44lite/whatever
freebsd:
- make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD' STATIC=-static
-+ make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD -DGAPING_SECURITY_HOLE -DTELNET' STATIC=-static
++ make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD -DGAPING_SECURITY_HOLE -DTELNET -DINET6' STATIC=-static
bsdi:
make -e $(ALL) $(MFLAGS) XFLAGS='-DBSDI' STATIC=-Bstatic
diff --git a/net/netcat/pkg-descr b/net/netcat/pkg-descr
index e4d6375ef43d..800e9783b513 100644
--- a/net/netcat/pkg-descr
+++ b/net/netcat/pkg-descr
@@ -8,7 +8,8 @@ capabilities.
Some of netcat's major features are:
- Outbound or inbound connections, TCP or UDP, to or from any ports
+ Outbound or inbound connections, IPv4 or IPv6, TCP or UDP,
+ to or from any ports
Full DNS forward/reverse checking, with appropriate warnings
Ability to use any local source port
Ability to use any locally-configured network source address