all the things
This commit is contained in:
26
net/mbuffer/Makefile
Normal file
26
net/mbuffer/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2020/10/28 18:34:34 sthen Exp $
|
||||
|
||||
|
||||
COMMENT = mbuffer is a tool for buffering data streams
|
||||
|
||||
DISTNAME = mbuffer-20200929
|
||||
EXTRACT_SUFX = .tgz
|
||||
CATEGORIES = net
|
||||
|
||||
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
||||
|
||||
HOMEPAGE = http://www.maier-komor.de/mbuffer.html
|
||||
|
||||
MASTER_SITES = http://www.maier-komor.de/software/mbuffer/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c crypto m pthread
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
USE_GMAKE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
net/mbuffer/distinfo
Normal file
2
net/mbuffer/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (mbuffer-20200929.tgz) = U6bjwU6aBJ8YoJhAZT3YTxjn7HVg8tzythwKtfDq1Og=
|
||||
SIZE (mbuffer-20200929.tgz) = 147855
|
||||
14
net/mbuffer/patches/patch-Makefile_in
Normal file
14
net/mbuffer/patches/patch-Makefile_in
Normal file
@@ -0,0 +1,14 @@
|
||||
$OpenBSD$
|
||||
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -34,7 +34,7 @@ exec_prefix = @exec_prefix@
|
||||
datarootdir = @datarootdir@
|
||||
bindir = @bindir@
|
||||
mandir = @mandir@/man1
|
||||
-etcdir = @sysconfdir@
|
||||
+etcdir = /usr/local/share/examples/mbuffer
|
||||
|
||||
RM = @RM@
|
||||
INSTALL = @INSTALL@
|
||||
10
net/mbuffer/pkg/DESCR
Normal file
10
net/mbuffer/pkg/DESCR
Normal file
@@ -0,0 +1,10 @@
|
||||
mbuffer is a tool for buffering data streams with unique features:
|
||||
|
||||
- direct support for TCP based network targets (IPv4 and IPv6)
|
||||
- ability to send to multiple targets in parallel (distribution mode)
|
||||
- support for multiple volumes
|
||||
- I/O rate limitation
|
||||
- high/low watermark based restart criteria
|
||||
- configurable buffer size
|
||||
- on the fly MD5 hash calculation
|
||||
- highly efficient, multi-threaded implementation
|
||||
5
net/mbuffer/pkg/PLIST
Normal file
5
net/mbuffer/pkg/PLIST
Normal file
@@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v$
|
||||
@bin bin/mbuffer
|
||||
@man man/man1/mbuffer.1
|
||||
share/examples/mbuffer/
|
||||
share/examples/mbuffer/mbuffer.rc
|
||||
Reference in New Issue
Block a user