Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs1:/tmp/cvs-serv3185
Added Files:
raster3d-2.6f-1.info raster3d-2.6f-1.patch
Removed Files:
raster3d-2.6e-1.info raster3d-2.6e-1.patch
Log Message:
new upstream version
--- NEW FILE: raster3d-2.6f-1.info ---
Package: raster3d
Version: 2.6f
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: http://www.bmsc.washington.edu/%n/Raster3D_%v.tar.gz
Source-MD5: 20a9c58284ed7ffc1c497e697186dbab
Depends: imagemagick (>= 5.5.1-2), x11
BuildDepends: g77 (>= 3.1-20020420-2), libjpeg, libpng, libtiff, dlcompat-dev
PatchScript: sed 's|@prefix@|%p|g' <%a/%f.patch | patch -p1
CompileScript: make linux; make all
InstallScript: <<
mkdir -p %i/bin
make install prefix=%i
<<
DocFiles: BUGS CHANGELOG README TODO
Description: Tools for generating images of molecules
DescDetail: <<
Raster3D is a set of tools for generating high quality raster images of
proteins or other molecules. The core program renders spheres, triangles,
cylinders, and quadric surfaces with specular highlighting, Phong shading,
and shadowing. It uses an efficient software Z-buffer algorithm which is
independent of any graphics hardware. Ancillary programs process atomic
coordinates from PDB files into rendering descriptions for pictures
composed of ribbons, space-filling atoms, bonds, ball+stick, etc. Raster3D
can also be used to render pictures composed in other programs such as
Molscript in glorious 3D with highlights, shadowing, etc. Output is to
pixel image files with 24 bits of color information per pixel.
<<
License: Restrictive
Homepage: http://www.bmsc.washington.edu/raster3d
--- NEW FILE: raster3d-2.6f-1.patch ---
--- Raster3D_2.6f/label3d Thu Nov 7 06:29:51 2002
+++ Raster3D_2.6f-patched/label3d Sun Dec 15 15:37:00 2002
@@ -38,7 +38,7 @@
if [ "$TMPDIR" ]; then
tmp=$TMPDIR/$$
else
- tmp=/usr/tmp/$$
+ tmp=/tmp/$$
fi
#echo "DEBUG scratch files to $tmp" 1>&2
--- Raster3D_2.6f/Makefile Thu Nov 7 06:29:51 2002
+++ Raster3D_2.6f-patched/Makefile Sun Dec 15 15:33:13 2002
@@ -50,9 +50,9 @@
@cp Makefile.template Makefile.incl
@echo OS = linux >> Makefile.incl
@echo CC = gcc >> Makefile.incl
- @echo CFLAGS = -g -m486 -w >> Makefile.incl
+ @echo CFLAGS = -g -dynamic >> Makefile.incl
@echo FC = g77 >> Makefile.incl
- @echo FFLAGS = -g -O -w -malign-double>> Makefile.incl
+ @echo FFLAGS = -g -O -w >> Makefile.incl
@echo RM = /bin/rm -f >> Makefile.incl
@echo OSDEFS = -DLINUX -DNETWORKBYTEORDER >> Makefile.incl
@echo include Makefile.package >> Makefile.incl
--- Raster3D_2.6f/Makefile.template Thu Nov 7 06:29:51 2002
+++ Raster3D_2.6f-patched/Makefile.template Sun Dec 15 15:35:49 2002
@@ -8,15 +8,15 @@
#
# Where to install the program, data files, and manuals
#
-prefix = /usr/local
+prefix = $(prefix)
bindir = $(prefix)/bin
datadir = $(prefix)/share/Raster3D/materials
-mandir = $(prefix)/man/manl
+mandir = $(prefix)/share/man/manl
htmldir = $(prefix)/share/Raster3D/html
examdir = $(prefix)/share/Raster3D/examples
-INCDIRS = -I/usr/include -I/usr/local/include
-LIBDIRS = -L/usr/local/lib
+INCDIRS = -I/usr/include -I@prefix@/include
+LIBDIRS = -L@prefix@/lib
#
# TIFF support (enabled by default)
--- Raster3D_2.6f/stereo3d Thu Nov 7 06:29:52 2002
+++ Raster3D_2.6f-patched/stereo3d Sun Dec 15 20:54:24 2002
@@ -42,7 +42,7 @@
if [ "$TMPDIR" ]; then
tmp=$TMPDIR/$$
else
- tmp=/usr/tmp/$$
+ tmp=/tmp/$$
fi
# echo "DEBUG scratch files to $tmp" 1>&2
--- raster3d-2.6e-1.info DELETED ---
--- raster3d-2.6e-1.patch DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits