View | Details | Raw Unified | Return to bug 122729
Collapse All | Expand All

(-)zenmap/Makefile (-2 / +7 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	zenmap
8
PORTNAME=	zenmap
9
PORTVERSION=	4.52
9
PORTVERSION=	4.60
10
CATEGORIES=	security ipv6
10
CATEGORIES=	security ipv6
11
MASTER_SITES=	http://download.insecure.org/nmap/dist/ \
11
MASTER_SITES=	http://nmap.org/dist/ \
12
		http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ \
12
		http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ \
13
		http://www.mirrorservice.org/sites/ftp.wiretapped.net/pub/security/network-mapping/nmap/ \
13
		http://www.mirrorservice.org/sites/ftp.wiretapped.net/pub/security/network-mapping/nmap/ \
14
		http://mirror.sg.depaul.edu/pub/security/nmap/
14
		http://mirror.sg.depaul.edu/pub/security/nmap/
Lines 26-31 Link Here
26
USE_GNOME=	pygtk2
26
USE_GNOME=	pygtk2
27
INSTALLS_EGGINFO=	yes
27
INSTALLS_EGGINFO=	yes
28
28
29
MAN1=		zenmap.1
30
MLINKS=		zenmap.1 xnmap.1
31
29
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
30
33
31
.if ${ARCH} != "i386"
34
.if ${ARCH} != "i386"
Lines 48-52 Link Here
48
do-install:
51
do-install:
49
	cd ${WRKSRC}/${PORTNAME} && \
52
	cd ${WRKSRC}/${PORTNAME} && \
50
		${PYTHON_CMD} setup.py install --prefix ${PREFIX}
53
		${PYTHON_CMD} setup.py install --prefix ${PREFIX}
54
	@${RM} ${PREFIX}/bin/uninstall_zenmap
55
	${INSTALL_MAN} ${WRKSRC}/docs/zenmap.1 ${MAN1PREFIX}/man/man1
51
56
52
.include <bsd.port.post.mk>
57
.include <bsd.port.post.mk>
(-)zenmap/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nmap-4.52.tar.bz2) = 4f965a89e4e724d266dd9235c485633f
1
MD5 (nmap-4.60.tar.bz2) = 6201551054050c11182fd6dd91682cb1
2
SHA256 (nmap-4.52.tar.bz2) = ec44e89f12bb1c140e9e580f2ceee8950caa03537cf74f5718b25b19a476589a
2
SHA256 (nmap-4.60.tar.bz2) = 1c0c6a055761ac2952de49585a6d7209fdbc83aa8a88c8f7f736576a90571cca
3
SIZE (nmap-4.52.tar.bz2) = 3147364
3
SIZE (nmap-4.60.tar.bz2) = 3213870
(-)zenmap/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
zenmap is the official GUI front end for the nmap port scanning tool.
1
zenmap is the official GUI front end for the nmap port scanning tool.
2
Originally based on umit, it has replaced nmapfe as per nmap 4.50.
2
Originally based on umit, it has replaced nmapfe as per nmap 4.50.
3
3
4
WWW: http://www.insecure.org/nmap/
4
WWW: http://nmap.org/
(-)zenmap/pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/uninstall_zenmap
2
bin/zenmap
1
bin/zenmap
3
%%PYTHON_SITELIBDIR%%/higwidgets/__init__.py
2
%%PYTHON_SITELIBDIR%%/higwidgets/__init__.py
4
%%PYTHON_SITELIBDIR%%/higwidgets/__init__.pyc
3
%%PYTHON_SITELIBDIR%%/higwidgets/__init__.pyc

Return to bug 122729