Port details |
- postal Benchmark SMTP/POP servers
- 0.76_1 benchmarks =4 0.76_1Version of this port present on the latest quarterly branch.
- 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: 2001-04-02 03:23:51
- Last Update: 2024-02-22 13:23:41
- Commit Hash: a26e32b
- People watching this port, also watch:: healthd, ntraceroute, libevent, aide, macopix
- Also Listed In: mail
- License: GPLv3
- WWW:
- https://doc.coker.com.au/projects/postal/
- Description:
- Postal is a SMTP benchmark.
Postal-list will list all the possible expansions for an account name
(used for creating a list of accounts to create on your test server).
Rabid is the mad Biff, it is a POP benchmark.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postal>0:benchmarks/postal
- To install the port:
- cd /usr/ports/benchmarks/postal/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/postal
- pkg install postal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694465477
SHA256 (postal-0.76.tgz) = 0cc13df48d7e3355289088fbe9ce01fb80ba16fca309d54918c36223b84bf0df
SIZE (postal-0.76.tgz) = 100260
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for postal-0.76_1:
====> Secure network connection support via TLS: you can only select none or one of them
GNUTLS=off: SSL/TLS support via GnuTLS
OPENSSL=on: SSL/TLS support via OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_postal
- USES:
- gmake tar:tgz ssl
- 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 |
0.76_1 22 Feb 2024 13:23:41 |
Muhammad Moinur Rahman (bofh) |
benchmarks/postal: Moved man to share/man
Approved by: portmgr (blanket) |
0.76 15 Sep 2023 08:57:44 |
Rodrigo Osorio (rodrigo) |
benchmarks/postal: update to 0.76
Major changes:
* Fix buffer underrun
* Add -b option to bind to an address to bhm
* Improve build
Port changes:
* Update MASTER_SITE and WWW |
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) |
0.73_3 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 ) |
0.73_3 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 ) |
0.73_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.73_3 06 May 2019 20:57:58 |
tobik |
benchmarks/postal: Unbreak on CURRENT
tcp.cpp:135:10: error: assigning to 'int' from incompatible type '__bind<int &,
sockaddr *&, unsigned long>'
rc = bind(m_fd, source, sizeof(struct sockaddr_in));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p500844_s347134/logs/errors/postal-0.73_3.log |
0.73_3 25 Aug 2018 03:06:45 |
tobik |
benchmarks/postal: Fix build with Clang 6
bhm.cpp:420:25: error: value of type '__bind<int &, sockaddr *, unsigned long>'
is
not contextually convertible to 'bool'
if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bhm.cpp:420:22: error: invalid operands to binary expression ('bool' and
'__bind<int
&, sockaddr *, unsigned long>')
if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in))
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/postal-0.73_3.log |
0.73_3 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
0.73_3 05 Nov 2016 14:16:28 |
marino |
benchmarks/postal: Support DEFAULT_VERSIONS+=ssl
The newest version of OpenSSL doesn't have SSLv3_method, similar to
LibreSSL, so update the patches to support both. |
0.73_3 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 |
0.73_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.73_3 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.73_2 23 Mar 2015 21:17:44 |
jkim |
Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head. |
0.73_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.73_1 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.73 11 Mar 2014 02:36:27 |
miwi |
- Update to 0.73
- Use new options helper
- Update pkg-descr
PR: 187289
Submitted by: ports fury |
0.72 02 Mar 2014 19:57:30 |
gerald |
This needs a modern version of GCC, not just any version of GCC, to
make sure things build on FreeBSD 9.x as well as 10.x. |
0.72 25 Jan 2014 16:49:55 |
miwi |
- Fix build
- Stage support
PR: 184879
Submitted by: Ports Fury |
0.72 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
0.72 30 Aug 2013 23:09:24 |
bapt |
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world |
0.72 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.72 01 Jun 2012 13:18:22 |
bapt |
Convert to new options framework |
0.72 26 Feb 2012 12:10:28 |
mm |
Return maintainership back to pool |
0.72 25 Jan 2012 08:55:59 |
mm |
Update to 0.72 |
0.70 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.70 21 Mar 2011 21:01:55 |
mm |
- Add license information (GPLv3)
- Make portlint happier |
0.70 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.70 23 Mar 2009 12:18:31 |
mm |
- Mark port MAKE_JOBS_SAFE |
0.70 21 Aug 2008 18:51:39 |
mm |
- Update to 0.70 [1]
- Add OPTION to disable SSL support
PR: ports/126720
Submitted by: Chris St Denis <chris@smartt.com> [1]
Approved by: mm (maintainer, myself) |
0.69 26 May 2008 09:26:24 |
mm |
- Update to 0.69 |
0.66 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.66 05 Apr 2007 13:19:09 |
mm |
- updated maintainer e-mail address
Approved by: garga (mentor) |
0.66 06 Mar 2007 19:07:26 |
miwi |
- Update to 0.66
PR: 109789
Submitted by: Martin Matuska <martin@matuska.org> (maintainer) |
0.65 06 Feb 2007 17:06:07 |
rafan |
- Update to 0.65
- Pass maintainership to submitter
PR: ports/108840
Submitted by: Martin Matuska <martin at matuska.org> |
0.62 03 May 2006 23:26:35 |
edwin |
Remove USE_REINPLACE from all categories starting with B |
0.62 23 Nov 2005 23:53:09 |
pav |
- Add SHA256 |
0.62 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
0.62 02 Mar 2004 02:19:27 |
ijliao |
unbreak ; it did build on my -current (Feb/09/2004)
utilize PLIST_FILES
use gmake to suppress warning about Makefile |
0.62 29 Oct 2003 03:35:54 |
linimon |
Move inclusion of bsd.port.pre.mk past all variable definitions. |
0.62 22 Oct 2003 08:02:14 |
linimon |
Per bento logs, mark as broken on 5.x. |
0.62 12 Jun 2003 19:38:00 |
pat |
Update to 0.62
PR: ports/53254
Submitted by: Christian Brueffer <chris@unixpages.org> |
0.61 04 Jun 2003 18:58:12 |
adamw |
Assign MAINTAINER to ports@FreeBSD.org.
PR: ports/52534
Submitted by: Christian Brueffer <chris@unixpages.org> |
0.61 21 Feb 2003 11:00:32 |
knu |
De-pkg-comment. |
0.61 25 Jul 2002 12:21:04 |
olgeni |
Update port to version 0.61, assign maintainership to chris@unixpages.org. |
0.60 08 Jul 2002 10:25:20 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39295
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
09 Sep 2001 12:03:16 |
ijliao |
upgrade to 0.60 drop maintainership |
02 Apr 2001 07:23:51 |
ijliao |
add postal, a SMTP/POP benchmark tester |