diff options
-rw-r--r-- | benchmarks/postal/DESCR | 6 | ||||
-rw-r--r-- | benchmarks/postal/Makefile | 17 | ||||
-rw-r--r-- | benchmarks/postal/PLIST | 7 | ||||
-rw-r--r-- | benchmarks/postal/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/benchmarks/postal/DESCR b/benchmarks/postal/DESCR new file mode 100644 index 00000000000..0f5f47a4cf3 --- /dev/null +++ b/benchmarks/postal/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile new file mode 100644 index 00000000000..aafe6053924 --- /dev/null +++ b/benchmarks/postal/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 18:40:32 xtraeme Exp $ + +DISTNAME= postal-0.62 +CATEGORIES= benchmarks +MASTER_SITES= http://www.coker.com.au/postal/ +EXTRACT_SUFX= .tgz + +MAINTAINER= david@netbsd-fr.org +HOMEPAGE= http://www.coker.com.au/postal/ +COMMENT= Tool for benchmarking SMTP/POP servers + +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes + +.include "../../security/openssl/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/postal/PLIST b/benchmarks/postal/PLIST new file mode 100644 index 00000000000..35ee38cee98 --- /dev/null +++ b/benchmarks/postal/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 18:40:33 xtraeme Exp $ +man/man8/postal-list.8 +man/man8/postal.8 +man/man8/rabid.8 +sbin/postal +sbin/postal-list +sbin/rabid diff --git a/benchmarks/postal/distinfo b/benchmarks/postal/distinfo new file mode 100644 index 00000000000..36e3ee827fa --- /dev/null +++ b/benchmarks/postal/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/03 18:40:33 xtraeme Exp $ + +SHA1 (postal-0.62.tgz) = 6379ac223964921963389c8c600a1ba4b24a6ab3 +Size (postal-0.62.tgz) = 84506 bytes |