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

(-)nmapsi4/Makefile (-5 / +5 lines)
Lines 6-28 Link Here
6
#
6
#
7
7
8
PORTNAME=	nmapsi4
8
PORTNAME=	nmapsi4
9
PORTVERSION=	0.2
9
PORTVERSION=	0.2.1
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	GOOGLE_CODE
11
MASTER_SITES=	GOOGLE_CODE
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-alpha3
14
12
15
MAINTAINER=	g.veniamin@googlemail.com
13
MAINTAINER=	g.veniamin@googlemail.com
16
COMMENT=	GUI frontend for the nmap scanning utility
14
COMMENT=	GUI frontend for the nmap scanning utility
17
15
18
RUN_DEPENDS=	${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
16
RUN_DEPENDS=	${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
19
17
20
BROKEN=		does not compile
18
LICENSE=	GPLv2
21
19
22
USE_CMAKE=	yes
20
USE_CMAKE=	yes
23
CMAKE_USE_PTHREAD=	yes
21
CMAKE_USE_PTHREAD=	yes
22
INSTALLS_ICONS=	yes
24
USE_QT_VER=	4
23
USE_QT_VER=	4
25
QT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build network linguist
24
QT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build network \
25
		linguist webkit
26
26
27
post-install:
27
post-install:
28
	${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}
28
	${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}
(-)nmapsi4/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (nmapsi4-0.2-alpha3.tar.gz) = 86fbbc30f47559cd59abc6f3ab37615b
1
SHA256 (nmapsi4-0.2.1.tar.gz) = 4e7589b920473c0efa3aee3e818bd491ff271664fd1695c549b38dbcb5251c2e
2
SHA256 (nmapsi4-0.2-alpha3.tar.gz) = 47fd063b522d657440eddf8f9a776ffb17a928fc67a140f91c784dc0d7948788
2
SIZE (nmapsi4-0.2.1.tar.gz) = 300265
3
SIZE (nmapsi4-0.2-alpha3.tar.gz) = 231151
(-)nmapsi4/pkg-plist (+2 lines)
Lines 7-17 Link Here
7
share/icons/hicolor/16x16/apps/nmapsi4.png
7
share/icons/hicolor/16x16/apps/nmapsi4.png
8
share/icons/hicolor/32x32/apps/nmapsi4.png
8
share/icons/hicolor/32x32/apps/nmapsi4.png
9
share/icons/hicolor/64x64/apps/nmapsi4.png
9
share/icons/hicolor/64x64/apps/nmapsi4.png
10
%%DATADIR%%/locale/nmapsi4-logr_cs.qm
10
%%DATADIR%%/locale/nmapsi4-logr_de.qm
11
%%DATADIR%%/locale/nmapsi4-logr_de.qm
11
%%DATADIR%%/locale/nmapsi4-logr_es.qm
12
%%DATADIR%%/locale/nmapsi4-logr_es.qm
12
%%DATADIR%%/locale/nmapsi4-logr_fr.qm
13
%%DATADIR%%/locale/nmapsi4-logr_fr.qm
13
%%DATADIR%%/locale/nmapsi4-logr_it.qm
14
%%DATADIR%%/locale/nmapsi4-logr_it.qm
14
%%DATADIR%%/locale/nmapsi4-logr_pl.qm
15
%%DATADIR%%/locale/nmapsi4-logr_pl.qm
16
%%DATADIR%%/locale/nmapsi4_cs.qm
15
%%DATADIR%%/locale/nmapsi4_de.qm
17
%%DATADIR%%/locale/nmapsi4_de.qm
16
%%DATADIR%%/locale/nmapsi4_es.qm
18
%%DATADIR%%/locale/nmapsi4_es.qm
17
%%DATADIR%%/locale/nmapsi4_fr.qm
19
%%DATADIR%%/locale/nmapsi4_fr.qm

Return to bug 156125