initial commit of file from CVS for mbuffer on Fri 14 Jul 13:52:17 BST 2023

master 20100526
Brian Read 10 months ago
parent 50740f7e60
commit f24efe9dfe

1
.gitattributes vendored

@ -0,0 +1 @@
*.tgz filter=lfs diff=lfs merge=lfs -text

3
.gitignore vendored

@ -0,0 +1,3 @@
*.rpm
*.log
*spec-20*

@ -0,0 +1,21 @@
# Makefile for source rpm: mbuffer
# $Id: Makefile,v 1.1 2016/02/04 13:01:25 vip-ire Exp $
NAME := mbuffer
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

@ -1,3 +1,11 @@
# mbuffer
3rd Party (Maintained by Koozali) git repo for mbuffer smeserver
3rd Party (Maintained by Koozali) git repo for mbuffer smeserver
## Description
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
*Once it has been checked, then this comment will be deleted*
<br />
Mbuffer is an open source software package used to provide buffering and rate-limiting capabilities for network pipes. It can be used to improve transfer performance and reduce transfer time when moving large amounts of data over the network. It is especially useful for transferring large files, as it can help with ensuring the files are transferred quickly and efficiently. It can also help with optimizing and controlling the speed of the transfer.

@ -0,0 +1 @@
sme10

BIN
mbuffer-20100526.tgz (Stored with Git LFS)

Binary file not shown.

@ -0,0 +1,123 @@
Name: mbuffer
Version: 20100526
Release: 2%{?dist}
Summary: Measuring Buffer is an enhanced version of buffer
Group: Applications/File
License: GPLv3+
URL: http://www.maier-komor.de/mbuffer.html
Source0: http://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: mt-st
BuildRequires: mhash-devel
%description
Measuring Buffer is an enhanced version of buffer. It features displayof
throughput, memory-mapped file I/O for huge buffers, and multithreading.
%prep
%setup -q
%build
# suppress detection of MD5_Init functions if openssl-devel
# is available on build system, let only mhash_init be
# detected if the md5 hash feature is enabled
export ac_cv_search_MD5_Init=no
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog LICENSE NEWS README
%{_mandir}/man1/mbuffer.1*
%{_bindir}/%{name}
%changelog
* Fri Jul 14 2023 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
Sat Nov 20 2009 --> Sat Nov 14 2009 or Fri Nov 20 2009 or Sat Nov 21 2009 or ....
* Mon Nov 01 2010 Fabian Affolter <fabian@bernewireless.net> - 20100526-2
- Rebuild with md5hash as requested in #608943
* Mon Jun 14 2010 Fabian Affolter <fabian@bernewireless.net> - 20100526-1
- Updated to new upstream version 20100526
* Sat Feb 27 2010 Fabian Affolter <fabian@bernewireless.net> - 20091227-1
- Updated to new upstream version 20091227
* Wed Dec 23 2009 Fabian Affolter <fabian@bernewireless.net> - 20091122-1
- Updated to new upstream version 20091122
* Fri Nov 20 2009 Fabian Affolter <fabian@bernewireless.net> - 20091110-1
Sat Nov 20 2009 --> Sat Nov 14 2009 or Fri Nov 20 2009 or Sat Nov 21 2009 or ....
- Updated to new upstream version 20091110
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090628-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Fri Jul 17 2009 Fabian Affolter <fabian@bernewireless.net> - 20090628-1
- Fixed license (since 20080910 GPLv3+)
- Removed --enable-networking, is no longer needed
- Added make install to install section
- Added NEWS to doc and changed COPYING to LICENSE
- Added macro for bin dir
- Updated to new upstream version 20090628
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20080507-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Jun 06 2008 Dennis Gilmore <dennis@ausil.us> - 20080507-2
- fix license tag
* Fri Jun 06 2008 Dennis Gilmore <dennis@ausil.us> - 20080507-1
- update to 20080507
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 20070502-2
- Autorebuild for GCC 4.3
* Sat May 12 2007 Alexander Dalloz <alex {%} dalloz {*} de> - 20070502-1
- Updated to latest version.
* Sat Apr 14 2007 Alexander Dalloz <alex {%} dalloz {*} de> - 20070401-1
- Updated to latest version.
* Tue Aug 29 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 20060728-3
- Rebuild for FC6.
* Thu Aug 10 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 20060728-2
- Removed NEWS from %%doc because free of information.
* Wed Aug 09 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 20060728-1
- Updated to latest version
- Adjusted project URL and Source0.
* Thu Aug 04 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 20050730-3
- Switched over to mhash for md5hash option instead of
openssl use (thanks Paul Howarth)
- md5hash disabled by default to not link against library in
/usr/lib, mbuffer usable without /usr mounted.
* Wed Aug 03 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 20050730-2
- Corrected Source0 URL
- Adjusted binary location in man page
- Added BR mt-st and conditional openssl-devel.
* Tue Aug 02 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 20050730-1
- Initial build.
Loading…
Cancel
Save