Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30858/10.3/unstable/main/finkinfo/sci

Added Files:
        xmgr.info xmgr.patch 
Log Message:
New package from tracker (# 1119334)


--- NEW FILE: xmgr.patch ---
--- xmgr-4.1.2.org/src/main.c   Wed May 13 18:47:17 1998
+++ xmgr-4.1.2/src/main.c       Thu Feb 17 11:14:33 2005
@@ -164,7 +164,7 @@
        strcpy(xmgrdir, s);
     }
 #ifndef GR_HELPVIEWER
-    strcpy(help_viewer, "netscape -noraise -remote openURL\\(%s,newwindow\\) 
>>/dev/null 2>&1 || netscape %s");
+    strcpy(help_viewer, "open\\(%s,newwindow\\) >>/dev/null 2>&1 || open %s");
 #else
     strcpy(help_viewer, GR_HELPVIEWER);
 #endif

--- NEW FILE: xmgr.info ---
Package: xmgr
Version: 4.1.2
Revision: 1
Source: mirror:custom:src/%n-%v.tar.gz
CustomMirror: <<
  Primary: ftp://plasma-gate.weizmann.ac.il/pub/xmgr4
  nam-US: ftp://wauug.erols.com/pub/X-Windows/xmgr4
  nam-US: ftp://freedom7.swmed.edu/pub/mirrors/xmgr4
<<
Source-MD5: 2c6240bbd0c287cf8419aea48d73a2a3
Patch: %n.patch
Maintainer: Mikael Lund <[EMAIL PROTECTED]>
Homepage: http://plasma-gate.weizmann.ac.il/Xmgr
License: OSI-Approved
Description: 2D plotting tool (ancestor to grace)
DescDetail: <<
ACE/gr, also known as Xmgr, is a 2D plotting tool for the X Window System. 
A few of features of ACE/gr are:
- User defined scaling, tick marks, labels, symbols, line styles, colors.
- Batch mode for unattended plotting.
- Read and write parameters used during a session.
- Regressions, splines, running averages, DFT/FFT, cross/auto-correlation, ...
- Support for dynamic module loading.
- Hardcopy support for PostScript, HP-GL, FrameMaker and InterLeaf formats.
While ACE/gr has a convenient point-and-click interface, most parameter
settings and operations are available through a command line interface.
The development of ACE/gr is frozen, but is continued as Grace -- new users
might try that instead (also available via Fink).
<<
DescPackaging: <<
+ patched to use MacOS X default browser for viewing.
+ 'make install' is broken.
<<
Depends: x11, netcdf-shlibs, openmotif3-shlibs
BuildDepends: x11-dev, netcdf, openmotif3, g77
UpdateConfigGuessInDirs: ac-tools
ConfigureParams: --enable-acegr-home=%p/share/doc/xmgr
DocFiles: COPYRIGHT CHANGES
InstallScript: <<
#! /bin/sh -ev
rm doc/Makefile examples/Makefile auxiliary/Makefile
mkdir -p %i/bin
mkdir -p %i/lib
mkdir -p %i/include
mkdir -p %i/share/doc/xmgr
cp acegr_np/libacegr_np.a %i/lib
cp acegr_np/acegr_np.h %i/include
cp src/xmgr grconvert/grconvert %i/bin
cp -r doc examples auxiliary %i/share/doc/xmgr
<< 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to