Port details |
- dbs Distributed network benchmarking system
- 1.1.5_7 benchmarks
=0 1.1.5_7Version of this port present on the latest quarterly branch. DEPRECATED: Broken on all supported releases for more than an year
This port expired on: 2023-08-16
IGNORE: is marked as broken on FreeBSD 13.2: tcp_debug.h: field has incomplete type 'struct tcpcb'
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2023-08-22 19:00:02
- Commit Hash: 918cade
- License: BSD3CLAUSE
- WWW:
- http://www.kusa.ac.jp/~yukio-m/dbs/
- Description:
- DBS is a useful tool chest for evaluating TCP implementations, specifically
flow control, retransmission control and congestion avoidance.
-It can treat multiple TCP connections spanning multiple hosts
simultaneously, and
-It has the capability of measuring the changes of application
level throughput at every data transmission.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: dbs
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dbs-1.1.5.tar.gz) = 07f21f041258b83d65659b0ce0b61dd62cddef2fad3318be4bc49f934ed618ea
SIZE (dbs-1.1.5.tar.gz) = 363150
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- gnuplot : math/gnuplot
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dbs-1.1.5_7:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_dbs
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.5_7 22 Aug 2023 19:00:02
    |
Rene Ladan (rene)  |
benchmarks/dbs: Remove expired port
2023-08-16 benchmarks/dbs: Broken on all supported releases for more than an
year |
1.1.5_7 17 Jul 2023 09:11:45
    |
Muhammad Moinur Rahman (bofh)  |
benchmarks/dbs: Mark DEPRECATED
- Broken on all supported FreeBSD releases for more than an year
- Set EXPIRATION_DATE to 2023-08-16 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.5_7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.5_7 20 Jul 2022 14:20:56
    |
Tobias C. Berner (tcberner)  |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.5_7 27 Apr 2021 14:21:19
    |
Dmitry Marakasov (amdmi3)  |
benchmarks/dbs: extend BROKENness to FreeBSD 14 |
1.1.5_7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.5_7 23 Oct 2018 16:34:44
  |
jbeich  |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT |
1.1.5_7 05 Jul 2017 10:25:01
  |
amdmi3  |
- Add LICENSE
- Switch to options helpers |
1.1.5_7 21 May 2017 21:55:08
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
1.1.5_7 27 Jul 2016 15:09:12
  |
mat  |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.1.5_7 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.1.5_7 17 Dec 2015 17:19:48
  |
mat  |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
1.1.5_7 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.1.5_6 28 Jul 2014 14:17:03
  |
adamw  |
Rename benchmark/ patch-xy patches to reflect the files they modify. |
1.1.5_6 18 Jan 2014 15:42:01
  |
antoine  |
Stage support |
1.1.5_6 20 Sep 2013 15:52:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
1.1.5_6 03 Aug 2013 13:44:01
  |
mat  |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.1.5_6 13 Mar 2013 12:19:33
  |
danfe  |
For unmaintained ports in `benchmarks' category, drop leading article from
COMMENT and perform other minor cleanups along the way, whenever noticed. |
1.1.5_6 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.1.5_5 21 May 2012 03:10:02
 |
miwi  |
- Fix build for 9 and above
- Add USE_PERL5_RUN
- Support CFLAGS properly
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES
PR: 168021
Submitted by: Ports Fury |
1.1.5_4 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.1.5_4 20 Jul 2011 19:43:54
 |
pav  |
- Mark BROKEN on recent -CURRENT:
/usr/include/netinet/in_pcb.h:390: error: requested alignment is not a
constant
Reported by: pointyhat |
1.1.5_4 02 May 2011 12:44:53
 |
makc  |
Bump PORTREVISION after open-mofit update |
1.1.5_3 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.1.5_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.5_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.1.5_1 10 Apr 2008 09:08:15
 |
jkoshy  |
Reset maintainership. |
1.1.5_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.5 04 Dec 2005 02:11:55
 |
jkoshy  |
Add a SHA256 checksum. |
1.1.5 22 Oct 2005 13:50:10
 |
jkoshy  |
- Add ${MASTER_SITE_LOCAL} to the list of master sites.
- portlint -a cleanups. |
1.1.5 18 Mar 2004 02:02:11
 |
jkoshy  |
Add SIZE information. |
1.1.5 22 Oct 2003 09:21:17
 |
osa  |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
1.1.5 24 Sep 2003 09:37:11
 |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
1.1.5 07 Mar 2003 05:56:23
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.1.5 27 Jun 2002 11:02:27
 |
jkoshy  |
Update MASTER_SITE url. |
25 Dec 2001 04:34:10
    |
jkoshy  |
Correct stale URLs. |
02 Nov 2000 11:53:27
    |
jkoshy  |
Change the default kernel name assumed by this port from "/vmunix" to
"/kernel". |
08 Oct 2000 00:20:10
    |
asami  |
Convert category benchmarks to new layout. |