- Update to version 2014.03.10

- Fix version display
- Minor updates to pkg-descr, incoluding a WWW: whitespace fix

Notable changes:

0140310:
- added memory advise for buffer memory
- compatibility fix for Solars st driver
- prevent buffer overflow attack via defaults file
- ignore defaults file from other users
- updated documentation for use with cron
- minor bugfixes

20140126:
- new feature: set option defaults in ~/.mbuffer.rc
- enhancement: write status to the log file
- enhancement: added option to suppress status logging
- fix: formatting fix for summary message

PR:		193480
Submitted by:	fk@fabiankeil.de
Approved by:	maintainer timeout (mm@)
This commit is contained in:
Marcus von Appen 2014-10-07 17:57:27 +00:00
parent f632cb0cd4
commit 2c001a2cdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370384
3 changed files with 22 additions and 12 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mbuffer
PORTVERSION= 2013.02.20
PORTREVISION= 1
PORTVERSION= 2014.03.10
CATEGORIES= misc
MASTER_SITES= http://www.maier-komor.de/software/mbuffer/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
@ -36,9 +35,18 @@ CONFIGURE_ARGS+=ac_cv_search_mhash_init=no
USE_OPENSSL= yes
.endif
# Prevent sendfile() from being detected by configure and rejected
# by mbuffer.c due to being "unable to send from buffers".
CONFIGURE_ARGS+=ac_cv_search_sendfile=no
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/configure
post-configure:
# Rename variables to make sure they aren't redefined through mhash.h
@${REINPLACE_CMD} -E -e 's@(PACKAGE|VERSION)@MBUFFER_\1@' \
${WRKSRC}/config.h ${WRKSRC}/mbuffer.c
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mbuffer-20130220.tgz) = 1d549c3ac7e29c6064b63195141a61253095831cf5d16f419ae6cc342f12c512
SIZE (mbuffer-20130220.tgz) = 120519
SHA256 (mbuffer-20140310.tgz) = ab90b6fdce16db2bf08bcda0bc5d2bfb053a9a163d2a24f95fbf246460549b99
SIZE (mbuffer-20140310.tgz) = 122422

View File

@ -1,12 +1,14 @@
mbuffer is a tool for buffering data streams. It is also a replacement
for buffer with additional functionality:
- display of i/o speed
- optional use of memory mapped i/o for huge buffer files
- multithreaded instead of shared memory ipc
- multi-volume support
- auto-loader support
- network support
- buffer compatible command-line options
- multi-target network output
- on the fly hash calculation
- display of I/O speed
- optional use of memory mapped I/O for huge buffers
- multithreaded instead of sharedmemory ipc
- multi volume support
- autoloader support
- networking support
- command-line options compatible to buffer
WWW: http://www.maier-komor.de/mbuffer.html
WWW: http://www.maier-komor.de/mbuffer.html