Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/sci
In directory usw-pr-cvs1:/tmp/cvs-serv18179

Modified Files:
        afni-2.51c-1.info 
Added Files:
        dx-4.2.0-9.info dx-4.2.0-9.patch 
Removed Files:
        dx-4.2.0-8.info dx-4.2.0-8.patch 
Log Message:
New revision from tracker


--- NEW FILE: dx-4.2.0-9.info ---
Package: dx
Version: 4.2.0
Revision: 9
Source:  http://opendx.npaci.edu/source/%n-%v.tar.gz
Source-MD5: a57c5ee29457d5cb4745986f696ea19e
Patch: %f.patch
BuildDepends: lesstif, libtiff, netcdf
Depends: lesstif-shlibs, imagemagick (>= 5.4.5-2), netcdf-shlibs, libtiff-shlibs, hdf 
SetCFLAGS: -no-cpp-precomp  
SetCPP: gcc -E -no-cpp-precomp
ConfigureParams: --prefix=%p/share --exec-prefix=%p --mandir=%p/share/man  
--with-motif-libs=%p/lib --with-motif-includes=%p/include --without-javadx 
--without-cdf
GCC: 3.1
CompileScript:<<
/usr/bin/aclocal
/usr/bin/autoheader
/usr/bin/automake -a -i
/usr/bin/autoconf
"./configure" %c
make
<<
InstallScript: make install DESTDIR=%d
DocFiles: <<
LICENSE NEWS README doc/README COPYING doc/README_SMP
doc/README_alphax doc/README_aviion doc/README_hp700 
doc/README_ibm6000 doc/README_ibmpvs doc/README_indigo
doc/README_intelnt doc/README_sgi doc/README_sgi4 doc/README_solaris 
doc/README_sun4
<<
License: OSI-Approved
Description: Open Visualization Data Explorer
DescDetail: <<
Open Visualization Data Explorer is a full visualization environment that 
gives users the ability to apply advanced visualization and analysis
techniques to their data. These techniques can be applied to help users 
gain new insights into data from applications in a wide variety of fields
including science, engineering, medicine and business. Data Explorer
provides a full set of tools for manipulating, transforming, processing, 
realizing, rendering and animating data and allow for visualization and 
analysis methods based on points, lines, areas, volumes, images or geometric
primitives in any combination. Data Explorer is discipline-independent and
easily adapts to new applications and data. The integrated object-oriented
graphical user interface is intuitive to learn and easy to use.
(http://www.research.ibm.com/dx/dxDescription.html)
<<
DescPort: <<
Incompatible with fink's autoconf-2.53. Uses Apple's autoconf-2.52 instead.
Now that macosx has a trunc(double) function defined in <math.h>, 
redinition in <dx/arch.h> obsolete. Commented out line.
The original program installed itself in %p/dx, which is against fink policy.
Various makefile.am  were modified so that fink installed the bulk of the
program in %p/share/dx, while installing binaries, includes, manfiles, etc.
 in %p/bin, %p/include, %p/share/man etc. Using %p/lib breaks things, so I've 
left the "libraries"  in %/p/share/dx/lib/. 
CPP is now explicitly defined-- autoconf2.52 drops the all important 
--no-precomp-cpp flag, leading to errors in the build process.
Disables java dx. 
Disables cdf so it doesn't try to link with the cdf package I'm trying to 
debug
<<
Homepage: http://www.opendx.org
Maintainer: Jeremy Erwin <[EMAIL PROTECTED]>  

--- NEW FILE: dx-4.2.0-9.patch ---
diff -ru dx-4.2.0/bin/Makefile.am dx-new/bin/Makefile.am
--- dx-4.2.0/bin/Makefile.am    Wed Apr 10 19:32:53 2002
+++ dx-new/bin/Makefile.am      Thu May 30 19:55:18 2002
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 dxbindir = $(prefix)/dx/bin
-bindir = $(prefix)/bin
+bindir = $(exec_prefix)/bin
 
 EXTRA_DIST = dxworker dx mdf2c url_handler.sh
 
Only in dx-new: dx-4.20-4.patch
diff -ru dx-4.2.0/include/Makefile.am dx-new/include/Makefile.am
--- dx-4.2.0/include/Makefile.am        Fri Jun 29 09:08:15 2001
+++ dx-new/include/Makefile.am  Thu May 30 19:56:27 2002
@@ -1,3 +1,3 @@
-dxincdir = $(prefix)/dx/include
+dxincdir = $(exec_prefix)/include
 SUBDIRS = dx
 dxinc_HEADERS = dxl.h dxconfig.h dxstereo.h
diff -ru dx-4.2.0/include/dx/Makefile.am dx-new/include/dx/Makefile.am
--- dx-4.2.0/include/dx/Makefile.am     Tue May 25 19:35:16 1999
+++ dx-new/include/dx/Makefile.am       Fri May 31 01:41:06 2002
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-dxincdir = $(prefix)/dx/include/dx
+dxincdir = $(exec_prefix)/include/dx
  
 dxinc_HEADERS = \
        UserInteractors.h advanced.h arch.h array.h arrayhandles.h \
diff -ru dx-4.2.0/man/catl/Makefile.am dx-new/man/catl/Makefile.am
--- dx-4.2.0/man/catl/Makefile.am       Mon Apr  5 07:56:00 1999
+++ dx-new/man/catl/Makefile.am Thu May 30 19:54:39 2002
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-catdir = $(prefix)/dx/man/catl
+catdir = $(exec_prefix)/share/man/catl
 
 cat_DATA = dx.l
 EXTRA_DIST = $(cat_DATA)
diff -ru dx-4.2.0/man/manl/Makefile.am dx-new/man/manl/Makefile.am
--- dx-4.2.0/man/manl/Makefile.am       Mon May 20 00:49:40 2002
+++ dx-new/man/manl/Makefile.am Thu May 30 19:53:54 2002
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-mandir = $(prefix)/dx/man
+mandir = $(exec_prefix)/share/man
 
 man_MANS = dx.l
 EXTRA_DIST = $(man_MANS)
diff -ru dx-4.2.0/include/dx/arch.h dx-new/include/dx/arch.h
--- dx-4.2.0/include/dx/arch.h  Wed Apr  3 00:28:25 2002
+++ dx-new/include/dx/arch.h    Thu Sep 26 17:21:03 2002
@@ -199,7 +199,7 @@
  */
 #ifdef macos
 
-#define trunc(value) ((float)((int)(value)))
+/*#define trunc(value) ((float)((int)(value))) */
 
 /* default values for gamma correction */
 #undef DXD_GAMMA_8BIT


Index: afni-2.51c-1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/sci/afni-2.51c-1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- afni-2.51c-1.info   18 Oct 2002 15:57:35 -0000      1.1
+++ afni-2.51c-1.info   22 Oct 2002 05:08:00 -0000      1.2
@@ -28,7 +28,7 @@
 AFNI is a set of C programs for processing, analyzing, and displaying
 functional MRI (FMRI) data - a�technique for mapping human brain
 activity. It runs on Unix+X11+Motif systems, including SGI, Solaris,
-Linux, and Mac�OS�X. It is available free (in C source code format, and
+Linux, and Mac OS X. It is available free (in C source code format, and
 some precompiled binaries) for research purposes.
 <<
 DescUsage: <<

--- dx-4.2.0-8.info DELETED ---

--- dx-4.2.0-8.patch DELETED ---



-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of 
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) 
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to