From 0b1bba43ccdf58028c12dc7f9738aef3be80291a Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 5 Oct 2003 16:43:08 +0000 Subject: Initial import of vis5d+, one of the many packages provided by brook at biology dot nmsu dot edu and his team at NMSU. Vis5D is a system for interactive visualization of large 5-D gridded data sets such as those produced by numerical weather models. One can make isosurfaces, contour line slices, colored slices, volume renderings, etc of data in a 3-D grid, then rotate and animate the images in real time. There is also a feature for wind trajectory tracing, a way to make text anotations for publications, support for interactive data analysis, etc. GRASS can import and export Vis5D raster data. --- geography/vis5d+/DESCR | 7 +++++++ geography/vis5d+/Makefile | 20 ++++++++++++++++++++ geography/vis5d+/PLIST | 35 +++++++++++++++++++++++++++++++++++ geography/vis5d+/buildlink2.mk | 31 +++++++++++++++++++++++++++++++ geography/vis5d+/distinfo | 4 ++++ 5 files changed, 97 insertions(+) create mode 100644 geography/vis5d+/DESCR create mode 100644 geography/vis5d+/Makefile create mode 100644 geography/vis5d+/PLIST create mode 100644 geography/vis5d+/buildlink2.mk create mode 100644 geography/vis5d+/distinfo (limited to 'geography/vis5d+') diff --git a/geography/vis5d+/DESCR b/geography/vis5d+/DESCR new file mode 100644 index 00000000000..6a2ea100f67 --- /dev/null +++ b/geography/vis5d+/DESCR @@ -0,0 +1,7 @@ +Vis5D is a system for interactive visualization of large 5-D gridded data sets +such as those produced by numerical weather models. One can make isosurfaces, +contour line slices, colored slices, volume renderings, etc of data in a 3-D +grid, then rotate and animate the images in real time. There is also a feature +for wind trajectory tracing, a way to make text anotations for publications, +support for interactive data analysis, etc. GRASS can import and export Vis5D +raster data. diff --git a/geography/vis5d+/Makefile b/geography/vis5d+/Makefile new file mode 100644 index 00000000000..1554dd3b7b2 --- /dev/null +++ b/geography/vis5d+/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 16:43:08 jschauma Exp $ +# + +DISTNAME= vis5d+-1.2.1 +CATEGORIES= geography x11 +MASTER_SITES= http://easynews.dl.sourceforge.net/sourceforge/vis5d/ + +MAINTAINER= hdp@nmsu.edu +HOMEPAGE= http://vis5d.sourceforge.net/ +COMMENT= Volumetric Visualization program for scientific datasets + +USE_BUILDLINK2= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_X11= yes + +GNU_CONFIGURE= yes + +.include "../../graphics/Mesa/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/vis5d+/PLIST b/geography/vis5d+/PLIST new file mode 100644 index 00000000000..27d428b35e6 --- /dev/null +++ b/geography/vis5d+/PLIST @@ -0,0 +1,35 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/05 16:43:08 jschauma Exp $ +bin/comp_to_v5d +bin/gg3d +bin/gr3d_to_v5d +bin/igg3d +bin/igu3d +bin/topoinfo +bin/v5dappend +bin/v5dedit +bin/v5dimport +bin/v5dinfo +bin/v5dstats +bin/vis5d +include/vis5d+/api-config.h +include/vis5d+/api.h +include/vis5d+/binio.h +include/vis5d+/v5d.h +include/vis5d+/v5df.h +lib/libv5d.a +lib/libv5d.la +lib/libv5d.so +lib/libv5d.so.2 +lib/libv5d.so.2.0 +lib/libvis5d.a +lib/libvis5d.la +lib/libvis5d.so +lib/libvis5d.so.2 +lib/libvis5d.so.2.0 +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/vis5d+.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/vis5d+.mo +share/vis5d+/EARTH.TOPO +share/vis5d+/OUTLSUPW +share/vis5d+/OUTLUSAM +@dirrm share/vis5d+ +@dirrm include/vis5d+ diff --git a/geography/vis5d+/buildlink2.mk b/geography/vis5d+/buildlink2.mk new file mode 100644 index 00000000000..75e1a3d7621 --- /dev/null +++ b/geography/vis5d+/buildlink2.mk @@ -0,0 +1,31 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/10/05 16:43:08 jschauma Exp $ +# +# This Makefile fragment is included by packages that use vis5d+. +# +# This file was created automatically using createbuildlink 2.6. +# + +.if !defined(VIS5D+_BUILDLINK2_MK) +VIS5D+_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= vis5d+ +BUILDLINK_DEPENDS.vis5d+?= vis5d+>=1.2.1 +BUILDLINK_PKGSRCDIR.vis5d+?= ../../gis/vis5dx + +EVAL_PREFIX+= BUILDLINK_PREFIX.vis5d+=vis5d+ +BUILDLINK_PREFIX.vis5d+_DEFAULT= ${LOCALBASE} +BUILDLINK_FILES.vis5d++= include/vis5d+/api-config.h +BUILDLINK_FILES.vis5d++= include/vis5d+/api.h +BUILDLINK_FILES.vis5d++= include/vis5d+/binio.h +BUILDLINK_FILES.vis5d++= include/vis5d+/v5d.h +BUILDLINK_FILES.vis5d++= include/vis5d+/v5df.h +BUILDLINK_FILES.vis5d++= lib/libv5d.* +BUILDLINK_FILES.vis5d++= lib/libvis5d.* + +.include "../../graphics/Mesa/buildlink2.mk" + +BUILDLINK_TARGETS+= vis5d+-buildlink + +vis5d+-buildlink: _BUILDLINK_USE + +.endif # VIS5D+_BUILDLINK2_MK diff --git a/geography/vis5d+/distinfo b/geography/vis5d+/distinfo new file mode 100644 index 00000000000..90597c35d0f --- /dev/null +++ b/geography/vis5d+/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/10/05 16:43:08 jschauma Exp $ + +SHA1 (vis5d+-1.2.1.tar.gz) = d99ec14fd8e6e482ab360abbd00adf36e7fd541b +Size (vis5d+-1.2.1.tar.gz) = 2278840 bytes -- cgit v1.2.3