diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-02 13:24:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-02 13:24:46 +0800 |
commit | 131f607e75454785cfd3e7464d3716bcaabd803a (patch) | |
tree | bc16e95515ced6cb535fde46ae3aabc50b04e3c9 /graphics | |
parent | 072e36e8f8f4a2d49467e5e0f6764a7a7eed7125 (diff) | |
download | freebsd-ports-graphics-131f607e75454785cfd3e7464d3716bcaabd803a.tar.gz freebsd-ports-graphics-131f607e75454785cfd3e7464d3716bcaabd803a.tar.zst freebsd-ports-graphics-131f607e75454785cfd3e7464d3716bcaabd803a.zip |
New port animabob version 1.3.0b: Interactive 3D volume renderer
PR: 40870
Submitted by: Igor Pokrovsky <tiamat@telegraph.spb.ru>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/animabob/Makefile | 31 | ||||
-rw-r--r-- | graphics/animabob/distinfo | 1 | ||||
-rw-r--r-- | graphics/animabob/files/patch-Imake.h | 24 | ||||
-rw-r--r-- | graphics/animabob/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/animabob/pkg-plist | 7 |
6 files changed, 73 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 418b2a9ec88..d45ae0c315d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -13,6 +13,7 @@ SUBDIR += OpenEXR SUBDIR += aalib SUBDIR += acidwarp + SUBDIR += animabob SUBDIR += aoi SUBDIR += aqsis SUBDIR += autotrace diff --git a/graphics/animabob/Makefile b/graphics/animabob/Makefile new file mode 100644 index 00000000000..da3b44f23c7 --- /dev/null +++ b/graphics/animabob/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: animabob +# Date created: 21 July 2002 +# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru> +# +# $FreeBSD$ +# + +PORTNAME= animabob +PORTVERSION= 1.3.0b +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.borg.umn.edu/pub/lcse/grant/AnimaBob/ + +MAINTAINER= tiamat@telegraph.spb.ru +COMMENT= Interactive 3D volume renderer + +USE_IMAKE= yes +USE_MESA= yes +USE_MOTIF= yes +USE_REINPLACE= yes +ALL_TARGET= build + +MAN1= animabob.1 icol.1 +MANCOMPRESSED= yes + +post-build: +# make the doc installation PREFIX safe + @${REINPLACE_CMD} -E \ + -e 's|(DOCDIR[[:space:]]*=).*$$|\1${PREFIX}/lib/X11/doc|' \ + ${WRKSRC}/doc/Makefile + +.include <bsd.port.mk> diff --git a/graphics/animabob/distinfo b/graphics/animabob/distinfo new file mode 100644 index 00000000000..f20275a1ed5 --- /dev/null +++ b/graphics/animabob/distinfo @@ -0,0 +1 @@ +MD5 (animabob-1.3.0b.tar.gz) = a1f4ec05779c385d530d51e8797b5152 diff --git a/graphics/animabob/files/patch-Imake.h b/graphics/animabob/files/patch-Imake.h new file mode 100644 index 00000000000..ed380d0b45a --- /dev/null +++ b/graphics/animabob/files/patch-Imake.h @@ -0,0 +1,24 @@ +--- Imake.h~ Mon Jul 22 07:50:48 2002 ++++ Imake.h Mon Jul 22 07:52:51 2002 +@@ -3,9 +3,9 @@ + XCOMM package binaries and reference pages installed. + XCOMM + +-INSTALL_BIN = /usr/local/X11/bin +-INSTALL_MAN = /usr/local/X11/man/man1 +-INSTALL_DEF = /usr/local/X11/lib/X11/app-defaults ++INSTALL_BIN = ${PREFIX}/bin ++INSTALL_MAN = ${PREFIX}/man/man1 ++INSTALL_DEF = ${PREFIX}/lib/X11/app-defaults + + XCOMM + XCOMM If you are using Mesa3D as your OpenGL implementation, and your libraries +@@ -14,7 +14,7 @@ + XCOMM OpenGL libraries. + XCOMM + +-XCOMM GLPATH = -L/usr/local/lib ++GLPATH = -L${X11BASE}/lib + + XCOMM + XCOMM -------------------- DO NOT EDIT BELOW THIS LINE ------------------------ diff --git a/graphics/animabob/pkg-descr b/graphics/animabob/pkg-descr new file mode 100644 index 00000000000..5ccde001d03 --- /dev/null +++ b/graphics/animabob/pkg-descr @@ -0,0 +1,9 @@ +This package contains programs and utilities that are useful for +viewing large 2D and 3D data sets. They are best used at the tail +end of the visualization process, after the data has been post-processed, +scaled, and rasterized. + +WWW: http://gfs.lcse.umn.edu/~grant/AnimaBob/ + +- Igor Pokrovsky +tiamat@telegraph.spb.ru diff --git a/graphics/animabob/pkg-plist b/graphics/animabob/pkg-plist new file mode 100644 index 00000000000..42d11b24d82 --- /dev/null +++ b/graphics/animabob/pkg-plist @@ -0,0 +1,7 @@ +bin/animabob +bin/icol +lib/X11/app-defaults/Bob +lib/X11/app-defaults/Icol +lib/X11/doc/html/animabob.1.html +lib/X11/doc/html/icol.1.html +lib/X11/doc/html/manindex1.html |