diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-23 02:33:45 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-23 02:33:45 +0800 |
commit | 9a51fecca807b21a79494e71f415fee56bf7ba8b (patch) | |
tree | 1db76ffa767c1101cf6e7076c4d246112c2af5f8 | |
parent | 2f0e8f06b4866cf63db4b4af348084ff2ffdf683 (diff) | |
download | freebsd-ports-gnome-9a51fecca807b21a79494e71f415fee56bf7ba8b.tar.gz freebsd-ports-gnome-9a51fecca807b21a79494e71f415fee56bf7ba8b.tar.zst freebsd-ports-gnome-9a51fecca807b21a79494e71f415fee56bf7ba8b.zip |
Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) that
simplifies the running of nmap for the point and shoot crowd.
-rw-r--r-- | security/nmap/Makefile | 9 | ||||
-rw-r--r-- | security/nmap/distinfo | 2 | ||||
-rw-r--r-- | security/nmap/files/patch-aa | 10 | ||||
-rw-r--r-- | security/nmap/pkg-plist | 4 | ||||
-rw-r--r-- | security/nmapfe/Makefile | 9 | ||||
-rw-r--r-- | security/nmapfe/distinfo | 2 | ||||
-rw-r--r-- | security/nmapfe/pkg-plist | 4 | ||||
-rw-r--r-- | security/zenmap/Makefile | 9 | ||||
-rw-r--r-- | security/zenmap/distinfo | 2 | ||||
-rw-r--r-- | security/zenmap/pkg-plist | 4 |
10 files changed, 38 insertions, 17 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 7f8c03585263..29b44198dc11 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -4,10 +4,11 @@ # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $ +# $Id: Makefile,v 1.17 1999/04/07 19:00:04 fenner Exp $ # -DISTNAME= nmap-2.12 +DISTNAME= nmap-2.2-BETA4 +PKGNAME= nmap-2.2b4 CATEGORIES= security net MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://relay.nuxi.com/pub/misc/ @@ -15,10 +16,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + .include <bsd.port.pre.mk> +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc +MAKE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" .if ${OSVERSION} < 300004 CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> .endif diff --git a/security/nmap/distinfo b/security/nmap/distinfo index 241cfe0e1267..d9985ab0a68d 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1 +1 @@ -MD5 (nmap-2.12.tgz) = 197fc5fe2888febf47efe7d823e2f678 +MD5 (nmap-2.2-BETA4.tgz) = 23c3e6c7f4969338b79c8e6fa6c2ddbd diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa index 77b460b73f25..a50ceeecc9b9 100644 --- a/security/nmap/files/patch-aa +++ b/security/nmap/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sun Feb 7 12:23:10 1999 -+++ Makefile.in Mon Feb 8 03:18:01 1999 +--- Makefile.in.orig Fri May 7 04:20:11 1999 ++++ Makefile.in Thu Jul 22 10:45:28 1999 @@ -5,12 +5,12 @@ sbindir = @sbindir@ mandir = @mandir@ @@ -15,12 +15,12 @@ DEFS = @DEFS@ -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(libdir)\" CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS) # CFLAGS = -g -Wall $(DEFS) $(INCLS) -@@ -32,7 +32,7 @@ +@@ -33,7 +33,7 @@ all: $(TARGET) --$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) -+$(TARGET): $(DEPS) $(OBJS) # @PCAP_DEPENDS@ +-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) nmapfe/nmapfe ++$(TARGET): $(DEPS) $(OBJS) nmapfe/nmapfe # @PCAP_DEPENDS@ @echo Compiling nmap rm -f $@ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) diff --git a/security/nmap/pkg-plist b/security/nmap/pkg-plist index e8f74edf8c2f..f4f8755ff5f3 100644 --- a/security/nmap/pkg-plist +++ b/security/nmap/pkg-plist @@ -1,4 +1,6 @@ -@comment $Id: PLIST,v 1.3 1998/12/15 11:18:32 obrien Exp $ +@comment $Id: PLIST,v 1.4 1999/02/08 11:58:17 obrien Exp $ bin/nmap +bin/nmapfe +bin/xnmap share/misc/nmap-os-fingerprints share/misc/nmap-services diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile index 7f8c03585263..29b44198dc11 100644 --- a/security/nmapfe/Makefile +++ b/security/nmapfe/Makefile @@ -4,10 +4,11 @@ # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $ +# $Id: Makefile,v 1.17 1999/04/07 19:00:04 fenner Exp $ # -DISTNAME= nmap-2.12 +DISTNAME= nmap-2.2-BETA4 +PKGNAME= nmap-2.2b4 CATEGORIES= security net MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://relay.nuxi.com/pub/misc/ @@ -15,10 +16,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + .include <bsd.port.pre.mk> +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc +MAKE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" .if ${OSVERSION} < 300004 CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> .endif diff --git a/security/nmapfe/distinfo b/security/nmapfe/distinfo index 241cfe0e1267..d9985ab0a68d 100644 --- a/security/nmapfe/distinfo +++ b/security/nmapfe/distinfo @@ -1 +1 @@ -MD5 (nmap-2.12.tgz) = 197fc5fe2888febf47efe7d823e2f678 +MD5 (nmap-2.2-BETA4.tgz) = 23c3e6c7f4969338b79c8e6fa6c2ddbd diff --git a/security/nmapfe/pkg-plist b/security/nmapfe/pkg-plist index e8f74edf8c2f..f4f8755ff5f3 100644 --- a/security/nmapfe/pkg-plist +++ b/security/nmapfe/pkg-plist @@ -1,4 +1,6 @@ -@comment $Id: PLIST,v 1.3 1998/12/15 11:18:32 obrien Exp $ +@comment $Id: PLIST,v 1.4 1999/02/08 11:58:17 obrien Exp $ bin/nmap +bin/nmapfe +bin/xnmap share/misc/nmap-os-fingerprints share/misc/nmap-services diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile index 7f8c03585263..29b44198dc11 100644 --- a/security/zenmap/Makefile +++ b/security/zenmap/Makefile @@ -4,10 +4,11 @@ # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $ +# $Id: Makefile,v 1.17 1999/04/07 19:00:04 fenner Exp $ # -DISTNAME= nmap-2.12 +DISTNAME= nmap-2.2-BETA4 +PKGNAME= nmap-2.2b4 CATEGORIES= security net MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://relay.nuxi.com/pub/misc/ @@ -15,10 +16,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= obrien@FreeBSD.org +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + .include <bsd.port.pre.mk> +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc +MAKE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" .if ${OSVERSION} < 300004 CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> .endif diff --git a/security/zenmap/distinfo b/security/zenmap/distinfo index 241cfe0e1267..d9985ab0a68d 100644 --- a/security/zenmap/distinfo +++ b/security/zenmap/distinfo @@ -1 +1 @@ -MD5 (nmap-2.12.tgz) = 197fc5fe2888febf47efe7d823e2f678 +MD5 (nmap-2.2-BETA4.tgz) = 23c3e6c7f4969338b79c8e6fa6c2ddbd diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist index e8f74edf8c2f..f4f8755ff5f3 100644 --- a/security/zenmap/pkg-plist +++ b/security/zenmap/pkg-plist @@ -1,4 +1,6 @@ -@comment $Id: PLIST,v 1.3 1998/12/15 11:18:32 obrien Exp $ +@comment $Id: PLIST,v 1.4 1999/02/08 11:58:17 obrien Exp $ bin/nmap +bin/nmapfe +bin/xnmap share/misc/nmap-os-fingerprints share/misc/nmap-services |