aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-13 08:44:43 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-13 08:44:43 +0000
commitc07e52eceefb7db34eeb6c115ad396611e019a7e (patch)
treeb410f816624c400338e0573ecbdcf72a6de85693 /benchmarks
parentacebfc5b7b1c4f4f871ddf877c16fe6da19d205d (diff)
downloadports-c07e52eceefb7db34eeb6c115ad396611e019a7e.tar.gz
ports-c07e52eceefb7db34eeb6c115ad396611e019a7e.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Makefile1
-rw-r--r--benchmarks/polygraph31/Makefile46
-rw-r--r--benchmarks/polygraph31/distinfo2
-rw-r--r--benchmarks/polygraph31/files/patch-src-runtime-SslWrap.cc18
-rw-r--r--benchmarks/polygraph31/files/patch-workloads-Makefile.in11
-rw-r--r--benchmarks/polygraph31/files/patch-workloads-include-Makefile.in11
-rw-r--r--benchmarks/polygraph31/pkg-descr10
-rw-r--r--benchmarks/polygraph31/pkg-plist52
8 files changed, 0 insertions, 151 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 12b546f86db9..92c30432ffc5 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -53,7 +53,6 @@
SUBDIR += pipebench
SUBDIR += pnetmark
SUBDIR += polygraph
- SUBDIR += polygraph31
SUBDIR += postal
SUBDIR += postmark
SUBDIR += pybench
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
deleted file mode 100644
index 55bb98920811..000000000000
--- a/benchmarks/polygraph31/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Dima Sivachenko <dima@chg.ru>
-# $FreeBSD$
-
-PORTNAME= polygraph31
-PORTVERSION= 3.1.5
-PORTREVISION= 3
-CATEGORIES= benchmarks www
-MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/
-DISTNAME= ${PORTNAME:S/31//}-${PORTVERSION}-src
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= adrian@FreeBSD.org
-COMMENT= A benchmarking tool for Web proxies
-
-DEPRECATED= Broken since March 2010
-EXPIRATION_DATE=2013-07-13
-
-GNU_CONFIGURE= YES
-CPPFLAGS+= -Wno-deprecated
-CONFIGURE_ARGS+=--datadir=${DATADIR}
-WRKSRC= ${WRKDIR}/${PORTNAME:S/31//}-${PORTVERSION}
-
-CONFLICTS= ltrace-0* polygraph-[0-9]*
-
-OPTIONS_DEFINE= GNUPLOT PERL
-OPTIONS_DEFAULT= GNUPLOT
-GNUPLOT_DESC= gnuplot if you want full report functionality
-PERL_DESC= install Perl for polygraph tools
-
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
-BROKEN= does not build
-.endif
-
-DATADIR:= ${DATADIR:S/31//}
-
-.if ${PORT_OPTIONS:MGNUPLOT}
-RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot
-.endif
-
-.if ${PORT_OPTIONS:MPERL}
-USE_PERL5_RUN= yes
-.endif
-
-.include <bsd.port.mk>
diff --git a/benchmarks/polygraph31/distinfo b/benchmarks/polygraph31/distinfo
deleted file mode 100644
index b5007b4302e2..000000000000
--- a/benchmarks/polygraph31/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (polygraph-3.1.5-src.tgz) = ed31334074867bb8eec6fc0baa216173e4af5e052ee6389758a8fb092d6b630e
-SIZE (polygraph-3.1.5-src.tgz) = 1022982
diff --git a/benchmarks/polygraph31/files/patch-src-runtime-SslWrap.cc b/benchmarks/polygraph31/files/patch-src-runtime-SslWrap.cc
deleted file mode 100644
index 4b6b343ff31d..000000000000
--- a/benchmarks/polygraph31/files/patch-src-runtime-SslWrap.cc
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/runtime/SslWrap.cc.orig 2008-06-18 20:02:19.000000000 +0000
-+++ src/runtime/SslWrap.cc 2008-06-18 20:03:13.000000000 +0000
-@@ -6,6 +6,7 @@
- #include "base/polygraph.h"
-
- #include <stdlib.h>
-+#include <assert.h>
- #include "xstd/h/iomanip.h"
- #include "xstd/Checksum.h"
- #include "xstd/Map.h"
-@@ -18,6 +19,7 @@
- #include "pgl/SslWrapSym.h"
- #include "runtime/LogComment.h"
- #include "runtime/SslWrap.h"
-+#include "xstd/Assert.h"
-
- static String TheUnknownFileName = "FILE_NAME_GOES_HERE";
-
diff --git a/benchmarks/polygraph31/files/patch-workloads-Makefile.in b/benchmarks/polygraph31/files/patch-workloads-Makefile.in
deleted file mode 100644
index 7730c87b518e..000000000000
--- a/benchmarks/polygraph31/files/patch-workloads-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- workloads/Makefile.in.orig Thu Sep 13 05:21:49 2007
-+++ workloads/Makefile.in Thu Sep 13 05:26:27 2007
-@@ -175,7 +175,7 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- SUBDIRS = include
--workloads_pkgdir = ${prefix}/workloads
-+workloads_pkgdir = ${datadir}/workloads
- dist_workloads_pkg_DATA = \
- datacomm-1.pg \
- downtime-2.pg \
diff --git a/benchmarks/polygraph31/files/patch-workloads-include-Makefile.in b/benchmarks/polygraph31/files/patch-workloads-include-Makefile.in
deleted file mode 100644
index baa883878f9b..000000000000
--- a/benchmarks/polygraph31/files/patch-workloads-include-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- workloads/include/Makefile.in.orig Thu Sep 13 05:26:52 2007
-+++ workloads/include/Makefile.in Thu Sep 13 05:27:24 2007
-@@ -166,7 +166,7 @@
- target_alias = @target_alias@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--winclude_pkgdir = ${prefix}/workloads/include
-+winclude_pkgdir = ${datadir}/workloads/include
- dist_winclude_pkg_DATA = \
- benches.pg \
- contents.pg \
diff --git a/benchmarks/polygraph31/pkg-descr b/benchmarks/polygraph31/pkg-descr
deleted file mode 100644
index 16b39c353511..000000000000
--- a/benchmarks/polygraph31/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Web Polygraph is a benchmarking tool for Web proxies. Polygraph
-distribution includes a high-performance client and server simulators.
-The simulators create a stream of HTTP requests that can be routed through
-a Web proxy. Studying proxy performance under various [stress] conditions is
-essential for performance tuning, evaluation of new algorithms, analysis of
-hardware configurations, and comparing available proxy products.
-
-Documentation can be found at http://polygraph.ircache.net/doc/
-
-WWW: http://www.web-polygraph.org/
diff --git a/benchmarks/polygraph31/pkg-plist b/benchmarks/polygraph31/pkg-plist
deleted file mode 100644
index 4ecf14a08af3..000000000000
--- a/benchmarks/polygraph31/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-bin/aka
-bin/beepmon.pl
-bin/cdb
-bin/distr_test
-bin/dns_cfg
-bin/lr
-bin/ltrace
-bin/lx
-bin/pgl2acl
-bin/pgl2eng
-bin/pgl2ldif
-bin/pgl_test
-bin/pmix2-ips.pl
-bin/pmix3-ips.pl
-bin/polyclt
-bin/polymon
-bin/polyprobe
-bin/polyrrd
-bin/polysrv
-bin/pop_test
-bin/reporter
-bin/rng_test
-bin/tcp2xmld
-bin/udp2tcpd
-bin/webaxe4-ips.pl
-%%DATADIR%%/workloads/datacomm-1.pg
-%%DATADIR%%/workloads/downtime-2.pg
-%%DATADIR%%/workloads/include/benches.pg
-%%DATADIR%%/workloads/include/contents.pg
-%%DATADIR%%/workloads/include/phases.pg
-%%DATADIR%%/workloads/include/pipes.pg
-%%DATADIR%%/workloads/include/polymix-3-guts.pg
-%%DATADIR%%/workloads/include/polymix-4-guts.pg
-%%DATADIR%%/workloads/include/webaxe-4-guts.pg
-%%DATADIR%%/workloads/nolb-l4-4.pg
-%%DATADIR%%/workloads/polyfill-2.pg
-%%DATADIR%%/workloads/polymix-1.pg
-%%DATADIR%%/workloads/polymix-2.pg
-%%DATADIR%%/workloads/polymix-3.pg
-%%DATADIR%%/workloads/polymix-4.pg
-%%DATADIR%%/workloads/pxylb-4.pg
-%%DATADIR%%/workloads/simple.pg
-%%DATADIR%%/workloads/srvlb-l4-4.pg
-%%DATADIR%%/workloads/srvlb-l7-4.pg
-%%DATADIR%%/workloads/test_csm.pg
-%%DATADIR%%/workloads/test_polypxy.pg
-%%DATADIR%%/workloads/webaxe-1.pg
-%%DATADIR%%/workloads/webaxe-3.pg
-%%DATADIR%%/workloads/webaxe-4.pg
-@dirrm %%DATADIR%%/workloads/include
-@dirrm %%DATADIR%%/workloads
-@dirrm %%DATADIR%%