diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-13 19:00:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-13 19:00:01 +0000 |
commit | 2ec8df58f2a40c05d757eba744a87855facfd190 (patch) | |
tree | f0a76cb2c582571f087b85ea7ecdb2ed7537ac6b /x11-toolkits/movingmotif | |
parent | 0e9284fdf97470525dff93bd23e590a7812ec894 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/movingmotif')
-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 |
6 files changed, 48 insertions, 0 deletions
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 |