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

(-)Makefile (-11 / +8 lines)
Lines 2-30 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	flowgrind
4
PORTNAME=	flowgrind
5
PORTVERSION=	0.7.5
5
PORTVERSION=	0.8.0
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	${PORTNAME}-
6
DISTVERSIONPREFIX=	${PORTNAME}-
8
CATEGORIES=	benchmarks
7
CATEGORIES=	benchmarks
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	dbaio@bsd.com.br
11
COMMENT=	Measure throughput and other metrics for TCP
10
COMMENT=	Measure throughput and other metrics for TCP
12
11
13
LICENSE=	GPLv3+
12
LICENSE=	GPLv3+
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
15
14
16
LIB_DEPENDS=	libgsl.so:math/gsl \
15
LIB_DEPENDS=	libgsl.so:math/gsl \
17
		libxmlrpc.so:net/xmlrpc-c
16
		libxmlrpc.so:net/xmlrpc-c \
17
		libcurl.so:ftp/curl \
18
		libwwwxml.so:www/libwww \
19
		libuuid.so:misc/e2fsprogs-libuuid
18
20
19
USE_GITHUB=	yes
21
USE_GITHUB=	yes
20
22
21
USES=		autoreconf
23
USES=		autoreconf ssl
22
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--enable-pcap --enable-gsl
25
CONFIGURE_ENV=	LIBS="${LIBS} -lpcap"
24
CONFIGURE_ENV=  LIBS="${LIBS} -lpcap"
25
26
post-patch:
27
	@${RM} -r ${WRKSRC}/build-aux
28
	@${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac
29
26
30
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (flowgrind-flowgrind-flowgrind-0.7.5_GH0.tar.gz) = 714d958340ac89339404fd0b2acd42dcb67277c7e9e4443903a9f85ab6c6342b
1
TIMESTAMP = 1478561627
2
SIZE (flowgrind-flowgrind-flowgrind-0.7.5_GH0.tar.gz) = 146499
2
SHA256 (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 1b0c6c571f11430e170ee5d654ff10ba095f627f50509b6c678681566ead8cb6
3
SIZE (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 152977

Return to bug 214529