aboutsummaryrefslogtreecommitdiff
path: root/security/zenmap
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-04-14 03:56:21 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-04-14 03:56:21 +0000
commitb4537ab5d38169264b010f3e17418a64b9211247 (patch)
treed56cedea14b1ba9f03bc9e0787fc8a1caa6bcbd6 /security/zenmap
parent8c1e1a02c0d46a88b8570315c54afa0777111e76 (diff)
Notes
Diffstat (limited to 'security/zenmap')
-rw-r--r--security/zenmap/Makefile9
-rw-r--r--security/zenmap/distinfo6
-rw-r--r--security/zenmap/pkg-descr2
-rw-r--r--security/zenmap/pkg-plist7
4 files changed, 14 insertions, 10 deletions
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
index f741c07b12c0..2da7043c9717 100644
--- a/security/zenmap/Makefile
+++ b/security/zenmap/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= zenmap
-PORTVERSION= 4.52
+PORTVERSION= 4.60
CATEGORIES= security ipv6
-MASTER_SITES= http://download.insecure.org/nmap/dist/ \
+MASTER_SITES= http://nmap.org/dist/ \
http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ \
http://www.mirrorservice.org/sites/ftp.wiretapped.net/pub/security/network-mapping/nmap/ \
http://mirror.sg.depaul.edu/pub/security/nmap/
@@ -26,6 +26,9 @@ USE_PYTHON= yes
USE_GNOME= pygtk2
INSTALLS_EGGINFO= yes
+MAN1= zenmap.1
+MLINKS= zenmap.1 xnmap.1
+
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
@@ -48,5 +51,7 @@ do-build:
do-install:
cd ${WRKSRC}/${PORTNAME} && \
${PYTHON_CMD} setup.py install --prefix ${PREFIX}
+ @${RM} ${PREFIX}/bin/uninstall_zenmap
+ ${INSTALL_MAN} ${WRKSRC}/docs/zenmap.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.post.mk>
diff --git a/security/zenmap/distinfo b/security/zenmap/distinfo
index 7cfeb1697ca5..2421b6207a0c 100644
--- a/security/zenmap/distinfo
+++ b/security/zenmap/distinfo
@@ -1,3 +1,3 @@
-MD5 (nmap-4.52.tar.bz2) = 4f965a89e4e724d266dd9235c485633f
-SHA256 (nmap-4.52.tar.bz2) = ec44e89f12bb1c140e9e580f2ceee8950caa03537cf74f5718b25b19a476589a
-SIZE (nmap-4.52.tar.bz2) = 3147364
+MD5 (nmap-4.60.tar.bz2) = 6201551054050c11182fd6dd91682cb1
+SHA256 (nmap-4.60.tar.bz2) = 1c0c6a055761ac2952de49585a6d7209fdbc83aa8a88c8f7f736576a90571cca
+SIZE (nmap-4.60.tar.bz2) = 3213870
diff --git a/security/zenmap/pkg-descr b/security/zenmap/pkg-descr
index 2748ea562c0d..cc71cb208528 100644
--- a/security/zenmap/pkg-descr
+++ b/security/zenmap/pkg-descr
@@ -1,4 +1,4 @@
zenmap is the official GUI front end for the nmap port scanning tool.
Originally based on umit, it has replaced nmapfe as per nmap 4.50.
-WWW: http://www.insecure.org/nmap/
+WWW: http://nmap.org/
diff --git a/security/zenmap/pkg-plist b/security/zenmap/pkg-plist
index bfdaa310d3f3..cf994b9f04d1 100644
--- a/security/zenmap/pkg-plist
+++ b/security/zenmap/pkg-plist
@@ -1,4 +1,3 @@
-bin/uninstall_zenmap
bin/zenmap
%%PYTHON_SITELIBDIR%%/higwidgets/__init__.py
%%PYTHON_SITELIBDIR%%/higwidgets/__init__.pyc
@@ -235,9 +234,9 @@ share/pixmaps/wizard_logo.png
@dirrm %%DATADIR%%/docs
@dirrm %%DATADIR%%/config
@dirrm %%DATADIR%%
-@dirrm share/icons
+@dirrmtry share/icons
@dirrm %%PYTHON_SITELIBDIR%%/zenmapGUI
@dirrm %%PYTHON_SITELIBDIR%%/zenmapCore
@dirrm %%PYTHON_SITELIBDIR%%/higwidgets
-@dirrm %%PYTHON_SITELIBDIR%%
-@dirrm %%PYTHON_LIBDIR%%
+@dirrmtry %%PYTHON_SITELIBDIR%%
+@dirrmtry %%PYTHON_LIBDIR%%