diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-06-08 17:56:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-06-08 17:56:11 +0000 |
commit | 62fb9ebecc61c95e45481da91a20235b1eb350a6 (patch) | |
tree | 65ef98f49fbfeea7af7a738f066bd82d11a0c7f6 | |
parent | 946b5d6e37ec7118d4e86d81dc4b222ef6bf425d (diff) | |
download | pkgsrc-62fb9ebecc61c95e45481da91a20235b1eb350a6.tar.gz |
nmapfe has been retired in favour of zenmap in nmap
-rw-r--r-- | net/nmapfe/DESCR | 6 | ||||
-rw-r--r-- | net/nmapfe/Makefile | 34 | ||||
-rw-r--r-- | net/nmapfe/PLIST | 3 |
3 files changed, 0 insertions, 43 deletions
diff --git a/net/nmapfe/DESCR b/net/nmapfe/DESCR deleted file mode 100644 index 4155b952bf3..00000000000 --- a/net/nmapfe/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -NmapFE is a frontend for the much loved scanner Nmap. Nmap is a portscanner -that is able to do remote OS detection via TCP/IP fingerprinting as well. -You can use Nmap to scan a large network, or a single host. This frontend -provides a simple GUI interface to the complexity of Nmap. The GUI supports -color coding for various services, and enables you to append one scan to the -end of others, to create somewhat of a database of scans. diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile deleted file mode 100644 index ef23aab8c0b..00000000000 --- a/net/nmapfe/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.46 2007/05/21 10:01:44 joerg Exp $ -# - -DISTNAME= nmap-4.20 -PKGNAME= nmapfe-0.9.5 -PKGREVISION= 32 -CATEGORIES= net security -MASTER_SITES= http://insecure.org/nmap/dist/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= salo@NetBSD.org -HOMEPAGE= http://insecure.org/nmap/ -COMMENT= Graphical front end to the nmap port scanner - -DEPENDS+= nmap>=2<5:../../net/nmap - -GNU_CONFIGURE= YES -USE_TOOLS+= pkg-config - -PATCHDIR= ${.CURDIR}/../../net/nmap/patches -DISTINFO_FILE= ${.CURDIR}/../../net/nmap/distinfo - -CONFIGURE_DIRS= nbase nmapfe -BUILD_DIRS= nbase nmapfe - -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nmapfe/nmapfe ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/nmapfe.1 ${PREFIX}/${PKGMANDIR}/man1 - -.include "../../x11/gtk2/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/net/nmapfe/PLIST b/net/nmapfe/PLIST deleted file mode 100644 index e3e43f902d9..00000000000 --- a/net/nmapfe/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2002/08/03 12:45:52 hubertf Exp $ -bin/nmapfe -man/man1/nmapfe.1 |