From cd0db629b83eabba6d13661be904828284708c95 Mon Sep 17 00:00:00 2001 From: markus Date: Fri, 1 Apr 2005 08:01:39 +0000 Subject: [PATCH] import xplot, ok sturm@ xplot is a fast visualization tool for examining multiple data sets in parallel plots. It supports easy zoom-in and zoom-out capabilities, and synchronized views into multiple data sets (with the -x, -y, and -tile options). xplot is used for examining .xpl files output by tcptrace. --- x11/xplot/Makefile | 27 +++++++++++++++++++++++++++ x11/xplot/distinfo | 4 ++++ x11/xplot/pkg/DESCR | 6 ++++++ x11/xplot/pkg/PLIST | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 x11/xplot/Makefile create mode 100644 x11/xplot/distinfo create mode 100644 x11/xplot/pkg/DESCR create mode 100644 x11/xplot/pkg/PLIST diff --git a/x11/xplot/Makefile b/x11/xplot/Makefile new file mode 100644 index 00000000000..6f17c94da79 --- /dev/null +++ b/x11/xplot/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/04/01 08:01:39 markus Exp $ + +COMMENT= "fast tool to graph and visualize lots of data" + +DISTNAME= xplot-0.90.7.1 +CATEGORIES= net x11 + +HOMEPAGE= http://www.xplot.org/ + +MAINTAINER= Markus Friedl + +# MIT +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +WANTLIB= X11 c m + +MASTER_SITES= ${HOMEPAGE}xplot/ + +USE_X11= Yes + +CONFIGURE_STYLE=gnu dest + +NO_REGRESS= Yes + +.include diff --git a/x11/xplot/distinfo b/x11/xplot/distinfo new file mode 100644 index 00000000000..2e9384d1ad7 --- /dev/null +++ b/x11/xplot/distinfo @@ -0,0 +1,4 @@ +MD5 (xplot-0.90.7.1.tar.gz) = 755e32f8ae429f1c546fdeee7c28c92e +RMD160 (xplot-0.90.7.1.tar.gz) = 166915e138ea52e58a67e80cb20d42005fa54621 +SHA1 (xplot-0.90.7.1.tar.gz) = 164074206addaeb971d2fa65069c7c7be654efc5 +SIZE (xplot-0.90.7.1.tar.gz) = 60166 diff --git a/x11/xplot/pkg/DESCR b/x11/xplot/pkg/DESCR new file mode 100644 index 00000000000..a9f0c7d7db7 --- /dev/null +++ b/x11/xplot/pkg/DESCR @@ -0,0 +1,6 @@ +xplot is a fast visualization tool for examining multiple data sets +in parallel plots. It supports easy zoom-in and zoom-out capabilities, +and synchronized views into multiple data sets (with the -x, -y, +and -tile options). + +xplot is used for examining .xpl files output by tcptrace. diff --git a/x11/xplot/pkg/PLIST b/x11/xplot/pkg/PLIST new file mode 100644 index 00000000000..55e8e26fddf --- /dev/null +++ b/x11/xplot/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/01 08:01:39 markus Exp $ +bin/tcpdump2xplot +bin/xplot +@man man/man1/tcpdump2xplot.1 +@man man/man1/xplot.1