View | Details | Raw Unified | Return to bug 234950 | Differences between
and this patch

Collapse All | Expand All

(-)dns/dsc/Makefile (-7 / +6 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dsc
4
PORTNAME=	dsc
5
PORTVERSION=	2.7.0
5
PORTVERSION=	2.7.0
6
PORTREVISION=	1
6
CATEGORIES=	dns
7
CATEGORIES=	dns
7
MASTER_SITES=	https://www.dns-oarc.net/files/dsc/ \
8
MASTER_SITES=	https://www.dns-oarc.net/files/dsc/ \
8
		https://dns.company/files/dsc/
9
		https://dns.company/files/dsc/
Lines 13-30 Link Here
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
15
15
BUILD_DEPENDS=	${RUN_DEPENDS}
16
BUILD_DEPENDS=	${RUN_DEPENDS}
16
RUN_DEPENDS=	libpcap>=1.8.1:net/libpcap			\
17
RUN_DEPENDS=	libpcap>=1.8.1:net/libpcap \
17
		GeoIP>=1.6.12:net/GeoIP				\
18
		p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \
18
		p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File	\
19
		p5-XML-Simple>=2.24:textproc/p5-XML-Simple \
19
		p5-XML-Simple>=2.24:textproc/p5-XML-Simple	\
20
		dsp>=2.0.0:dns/dsp
20
		dsp>=2.0.0:dns/dsp
21
LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
21
22
22
DEPRECATED=     Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
23
USES=		gmake perl5 shebangfix
23
EXPIRATION_DATE=2019-02-15
24
24
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-extra-cflags=-I${LOCALBASE}/include
26
CONFIGURE_ARGS=	--with-extra-cflags=-I${LOCALBASE}/include
27
USES=		gmake perl5 shebangfix
28
27
29
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message
30
29
(-)dns/dsc/files/pkg-message.in (-2 / +2 lines)
Lines 1-7 Link Here
1
###########################################
1
###########################################
2
2
3
Before you configure:
3
Before you configure:
4
To obtain MaxMind's GeoIP tables,
4
To obtain MaxMind's GeoIP tables, install net/geoipupdate
5
run %%LOCALBASE%%/bin/geoipupdate.sh manually.
5
and run %%LOCALBASE%%/bin/geoipupdate manually.
6
6
7
###########################################
7
###########################################
(-)dns/dsc/pkg-descr (-1 / +1 lines)
Lines 5-10 Link Here
5
central presenters for display and archiving. Collectors use pcap to
5
central presenters for display and archiving. Collectors use pcap to
6
sniff network traffic. They transmit aggregated data to the presenter
6
sniff network traffic. They transmit aggregated data to the presenter
7
as XML data. dsc is configurable to allow the administrator to capture
7
as XML data. dsc is configurable to allow the administrator to capture
8
any kind of data that he or she chooses. 
8
any kind of data that he or she chooses.
9
9
10
WWW: https://www.dns-oarc.net/tools/dsc/
10
WWW: https://www.dns-oarc.net/tools/dsc/

Return to bug 234950