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

(-)/usr/home/ecu/ecu/ports/ports/nstreams/Makefile (-1 / +6 lines)
Lines 8-14 Link Here
8
PORTNAME=	nstreams
8
PORTNAME=	nstreams
9
PORTVERSION=	1.0.4
9
PORTVERSION=	1.0.4
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	ftp://ftp.nessus.org/pub/nstreams/
11
MASTER_SITES=	http://www.hsc.fr/ressources/outils/nstreams/download/ \
12
		http://falafel.200ok.org/distfiles/nstreams/
12
13
13
MAINTAINER=	ecu@ipv42.net
14
MAINTAINER=	ecu@ipv42.net
14
COMMENT=	Analyses network traffic and produces ipfw rules to allow it
15
COMMENT=	Analyses network traffic and produces ipfw rules to allow it
Lines 19-24 Link Here
19
20
20
MAN1=		nstreams.1
21
MAN1=		nstreams.1
21
22
23
PLIST_FILES=	bin/nstreams
24
PLIST_FILES+=	etc/nstreams-networks.sample
25
PLIST_FILES+=	etc/nstreams-services
26
22
do-install:
27
do-install:
23
	${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin
28
	${INSTALL_PROGRAM} ${WRKSRC}/src/nstreams ${PREFIX}/bin
24
	${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1
29
	${INSTALL_MAN} ${WRKSRC}/docs/nstreams.1 ${MANPREFIX}/man/man1
(-)/usr/home/ecu/ecu/ports/ports/nstreams/pkg-plist (-3 lines)
Lines 1-3 Link Here
1
bin/nstreams
2
etc/nstreams-networks.sample
3
etc/nstreams-services

Return to bug 133770