1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

add postal, a SMTP/POP benchmark tester

This commit is contained in:
Ying-Chieh Liao 2001-04-02 06:23:50 +00:00
parent cb96989f7e
commit 4e852e5be4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40719
6 changed files with 39 additions and 0 deletions

View File

@ -12,6 +12,7 @@
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
SUBDIR += rawio

View File

@ -0,0 +1,25 @@
# ex:ts=8
# New ports collection makefile for: postal
# Date created: Apr 2, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= postal
PORTVERSION= 0.59
CATEGORIES= benchmarks mail
MASTER_SITES= http://www.coker.com.au/postal/
EXTRACT_SUFX= .tgz
MAINTAINER= ijliao@FreeBSD.org
USE_OPENSSL= yes
GNU_CONFIGURE= yes
MAN8= postal.8 postal-list.8 rabid.8
post-patch:
@${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (postal-0.59.tgz) = aa4dc1051176286c21699773eaea8b18

View File

@ -0,0 +1 @@
Benchmark SMTP/POP servers

View File

@ -0,0 +1,8 @@
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.
WWW: http://www.coker.com.au/postal/

View File

@ -0,0 +1,3 @@
sbin/postal
sbin/postal-list
sbin/rabid