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

(-)misc/mbuffer/Makefile (-2 / +10 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mbuffer
4
PORTNAME=	mbuffer
5
PORTVERSION=	2013.02.20
5
PORTVERSION=	2014.03.10
6
PORTREVISION=	1
7
CATEGORIES=	misc
6
CATEGORIES=	misc
8
MASTER_SITES=	http://www.maier-komor.de/software/mbuffer/
7
MASTER_SITES=	http://www.maier-komor.de/software/mbuffer/
9
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
8
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
Lines 36-44 CONFIGURE_ARGS+=ac_cv_search_mhash_init=no Link Here
36
USE_OPENSSL=	yes
35
USE_OPENSSL=	yes
37
.endif
36
.endif
38
37
38
# Prevent sendfile() from being detected by configure and rejected
39
# by mbuffer.c due to being "unable to send from buffers".
40
CONFIGURE_ARGS+=ac_cv_search_sendfile=no
41
39
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
40
43
41
post-patch:
44
post-patch:
42
	@${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/configure
45
	@${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/configure
43
46
47
post-configure:
48
	# Rename variables to make sure they aren't redefined through mhash.h
49
	@${REINPLACE_CMD} -E -e 's@(PACKAGE|VERSION)@MBUFFER_\1@' \
50
		${WRKSRC}/config.h ${WRKSRC}/mbuffer.c
51
44
.include <bsd.port.post.mk>
52
.include <bsd.port.post.mk>
(-)misc/mbuffer/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mbuffer-20130220.tgz) = 1d549c3ac7e29c6064b63195141a61253095831cf5d16f419ae6cc342f12c512
1
SHA256 (mbuffer-20140310.tgz) = ab90b6fdce16db2bf08bcda0bc5d2bfb053a9a163d2a24f95fbf246460549b99
2
SIZE (mbuffer-20130220.tgz) = 120519
2
SIZE (mbuffer-20140310.tgz) = 122422
(-)misc/mbuffer/pkg-descr (-9 / +10 lines)
Lines 1-12 Link Here
1
mbuffer is a tool for buffering data streams. It is also a replacement
1
mbuffer is a tool for buffering data streams. It is also a replacement
2
for buffer with additional functionality:
2
for buffer with additional functionality:
3
3
4
- display of i/o speed
4
- multi-target network output
5
- optional use of memory mapped i/o for huge buffer files
5
- on the fly hash calculation
6
- multithreaded instead of shared memory ipc
6
- display of I/O speed
7
- multi-volume support
7
- optional use of memory mapped I/O for huge buffers
8
- auto-loader support
8
- multithreaded instead of sharedmemory ipc
9
- network support
9
- multi volume support
10
- buffer compatible command-line options
10
- autoloader support
11
- networking support
12
- command-line options compatible to buffer
11
13
12
WWW:	http://www.maier-komor.de/mbuffer.html
14
WWW: http://www.maier-komor.de/mbuffer.html
13
- 

Return to bug 193480