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:
parent
cb96989f7e
commit
4e852e5be4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40719
@ -12,6 +12,7 @@
|
||||
SUBDIR += netperf
|
||||
SUBDIR += netpipe
|
||||
SUBDIR += polygraph
|
||||
SUBDIR += postal
|
||||
SUBDIR += postmark
|
||||
SUBDIR += pybench
|
||||
SUBDIR += rawio
|
||||
|
25
benchmarks/postal/Makefile
Normal file
25
benchmarks/postal/Makefile
Normal 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>
|
1
benchmarks/postal/distinfo
Normal file
1
benchmarks/postal/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postal-0.59.tgz) = aa4dc1051176286c21699773eaea8b18
|
1
benchmarks/postal/pkg-comment
Normal file
1
benchmarks/postal/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Benchmark SMTP/POP servers
|
8
benchmarks/postal/pkg-descr
Normal file
8
benchmarks/postal/pkg-descr
Normal 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/
|
3
benchmarks/postal/pkg-plist
Normal file
3
benchmarks/postal/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
sbin/postal
|
||||
sbin/postal-list
|
||||
sbin/rabid
|
Loading…
Reference in New Issue
Block a user