diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-14 03:00:01 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-14 03:00:01 +0800 |
commit | a8585cf66ebf8bb8c4bf61ab5b12e3840e25923d (patch) | |
tree | bd8d60e83fcc1d247658c64f14e584e31b81aca9 | |
parent | e69a7d7afa6b7acdd50fef5a13e1583ad74c86ba (diff) | |
download | freebsd-ports-gnome-a8585cf66ebf8bb8c4bf61ab5b12e3840e25923d.tar.gz freebsd-ports-gnome-a8585cf66ebf8bb8c4bf61ab5b12e3840e25923d.tar.zst freebsd-ports-gnome-a8585cf66ebf8bb8c4bf61ab5b12e3840e25923d.zip |
add movingmotif 2.1.0
Display scientific data as dynamic plot
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/movingmotif/Makefile | 20 | ||||
-rw-r--r-- | x11-toolkits/movingmotif/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/movingmotif/files/patch-WHistbar.c | 10 | ||||
-rw-r--r-- | x11-toolkits/movingmotif/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/movingmotif/pkg-descr | 7 | ||||
-rw-r--r-- | x11-toolkits/movingmotif/pkg-plist | 9 |
7 files changed, 49 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a06d27b2fc34..d91347aae2f8 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -80,6 +80,7 @@ SUBDIR += linux-gtk SUBDIR += linux-openmotif SUBDIR += mesgui + SUBDIR += movingmotif SUBDIR += mowitz SUBDIR += neXtaw SUBDIR += notif2 diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile new file mode 100644 index 000000000000..78279f511d90 --- /dev/null +++ b/x11-toolkits/movingmotif/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# Ports collection makefile for: movingmotif +# Date created: Sep 13, 2002 +# Whom: ijliao +# +# $FreeBSD$ + +PORTNAME= movingmotif +PORTVERSION= 2.1.0 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes +USE_MOTIF= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/movingmotif/distinfo b/x11-toolkits/movingmotif/distinfo new file mode 100644 index 000000000000..2649a6d652a5 --- /dev/null +++ b/x11-toolkits/movingmotif/distinfo @@ -0,0 +1 @@ +MD5 (movingmotif-2.1.0.tar.gz) = 2cd9194c69fe9bbcef40ec19e60cee42 diff --git a/x11-toolkits/movingmotif/files/patch-WHistbar.c b/x11-toolkits/movingmotif/files/patch-WHistbar.c new file mode 100644 index 000000000000..2209328cd998 --- /dev/null +++ b/x11-toolkits/movingmotif/files/patch-WHistbar.c @@ -0,0 +1,10 @@ +--- src/WHistbar.c.orig Sat Sep 14 02:50:22 2002 ++++ src/WHistbar.c Sat Sep 14 02:50:27 2002 +@@ -78,7 +78,6 @@ + #endif + #include <math.h> + #include <limits.h> +-#include <values.h> + #include <X11/Xlib.h> + #include<Xm/PrimitiveP.h> + #include<Xm/DrawP.h> diff --git a/x11-toolkits/movingmotif/pkg-comment b/x11-toolkits/movingmotif/pkg-comment new file mode 100644 index 000000000000..63d8b9764b31 --- /dev/null +++ b/x11-toolkits/movingmotif/pkg-comment @@ -0,0 +1 @@ +Display scientific data as dynamic plot diff --git a/x11-toolkits/movingmotif/pkg-descr b/x11-toolkits/movingmotif/pkg-descr new file mode 100644 index 000000000000..88290ae19f32 --- /dev/null +++ b/x11-toolkits/movingmotif/pkg-descr @@ -0,0 +1,7 @@ +Three widgets to display scientific data as dynamic plot : + - WScroll like an oscilloscope (or pen-recorder) scrolling though the + window + - WEzdraw dynamix X/Y plotting + - WHistbar bargraph display with time as 3-rd dimension + +WWW: http://sourceforge.net/projects/movingmotif diff --git a/x11-toolkits/movingmotif/pkg-plist b/x11-toolkits/movingmotif/pkg-plist new file mode 100644 index 000000000000..cef5cd0f42dd --- /dev/null +++ b/x11-toolkits/movingmotif/pkg-plist @@ -0,0 +1,9 @@ +bin/Scrollingtest +bin/ezdrawtest +bin/histbar +lib/libmindsrc.la +lib/libmindsrc.so +lib/libmindsrc.so.0 +lib/libmovingmotif.la +lib/libmovingmotif.so +lib/libmovingmotif.so.0 |