Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5705

Modified Files:
        gnuplot.info 
Log Message:
Upstream's default font choice ('arial') doesn't work on case-sensitive
file systems, so we'll set the environment to look for 'Arial' in 
/Library/Fonts


Index: gnuplot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gnuplot.info,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- gnuplot.info        24 Apr 2009 17:37:45 -0000      1.38
+++ gnuplot.info        4 May 2009 18:04:01 -0000       1.39
@@ -1,7 +1,7 @@
 Info2: <<
 Package: gnuplot%type_pkg[-ui]
 Version: 4.2.5
-Revision: 1
+Revision: 2
 Type: -ui (-nox -nogtk .)
 Maintainer: Alexander Hansen <a...@finkproject.org>
 Conflicts: gnuplot, gnuplot-nox, gnuplot-nogtk
@@ -110,6 +110,10 @@
  install %b/share/LaTeX/gnuplot.cfg %i/etc/texmf.local/latex/gnuplot
  rm -rf %i/share/texmf-local
 <<
+RuntimeVars: <<
+ GDFONTPATH: /Library/Fonts
+ GNUPLOT_DEFAULT_GDFONT: "Arial"
+<<
 PostInstScript:<<
  if [ -f %p/bin/kpsexpand ]; then %p/bin/kpsexpand 
%p/etc/texmf.local/latex/gnuplot; fi
  if [ -f %p/bin/texhash ]; then %p/bin/texhash 
%p/etc/texmf.local/latex/gnuplot; fi
@@ -145,12 +149,23 @@
 The bare 'gnuplot' package has most of the available options included.
 Use the -nox variant if you don't want X11 support at all.
 Use the -nogtk variant if you want X11 but not the wxWidgets terminal.
+
+Upstream's default font choice doesn't work on case-sensitive filesystems, 
+so we set the GDFONTDIR environment variable to /Library/Fonts, and the
+GNUPLOT_DEFAULT_GDFONT environment variable to be "Arial".  If you want 
+a different setup, you can set these yourself in your startup files, or in
+your invocation of gnuplot, e.g.
+
+env GNUPLOT_DEFAULT_GDFONT="Verdana" gnuplot
 <<
 DescPackaging: <<
 PDF documentation has been moved to a separate package to avoid having to
 BuildDepend on tetex.
 Remove an %i/share/texmf-local that interferes with installing tetex-base.
 Now includes lasergnu script as well as manpage.
+As of 4.2.5:  Rather than use the "arial" font by default as upstream would 
+have us do (from msttcorefonts), we'll set environment variables to use 
+"Arial" from /Library/Fonts
 <<
 DescPort: <<
 Uses Per Persson's aqua terminal (installed via the aquaterm package).
@@ -163,7 +178,7 @@
 We'll go with the builtin "readline", so
 if there are any license issues those are upstream's fault!
 
-Before Revision 8
+Before 4.2.4 Revision 8
 Since GNUplot's licence isn't GPL2 compatible, apply patch created by 
 Axel Thimm for The Written Word, Inc., to use libedit instead of readline.
 Since we've thereby modified Gnuplot's source, under terms of their license


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to