Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv17424/d/d/d/d

Added Files:
        xmgr.info xmgr.patch 
Log Message:
to stable

--- 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
Architecture: i386, powerpc
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
PatchFile: %n.patch
PatchFile-MD5: 54819c0f11f10c61082bb39d98b079f2
Maintainer: Mikael Lund <mikael.l...@teokem.lu.se>
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, fink (>= 0.24.12-1)
UpdateConfigGuessInDirs: ac-tools
ConfigureParams: --enable-acegr-home=%p/share/doc/xmgr 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
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
<< 


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to