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

Modified Files:
        gnuplot-pdfdocs.info gnuplot.info 
Log Message:
Move to stable.


Index: gnuplot-pdfdocs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/gnuplot-pdfdocs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gnuplot-pdfdocs.info        19 Feb 2011 00:08:10 -0000      1.8
+++ gnuplot-pdfdocs.info        9 Nov 2011 02:36:38 -0000       1.9
@@ -1,5 +1,5 @@
 Package: gnuplot-pdfdocs
-Version: 4.4.0
+Version: 4.4.3
 Revision: 1
 
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
@@ -7,7 +7,7 @@
 Conflicts: gnuplot ( <= 4.2.2-1 ) , gnuplot-nox ( <= 4.2.2-1 )
 BuildDepends: gnuplot | gnuplot-nox | gnuplot-nogtk, tetex3-base
 Source: mirror:sourceforge:gnuplot/gnuplot-%v.tar.gz
-Source-MD5: e708665bd512153ad5c35252fe499059
+Source-MD5: 639603752996f4923bc02c895fa03b45
 PatchScript:<<
   perl -pi -e 's/usepackage{latexsym}/usepackage{amssymb}/' tutorial/header.tex
 <<

Index: gnuplot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/gnuplot.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gnuplot.info        19 Feb 2011 00:08:10 -0000      1.19
+++ gnuplot.info        9 Nov 2011 02:36:38 -0000       1.20
@@ -1,7 +1,7 @@
 Info2: <<
 Package: gnuplot%type_pkg[-ui]
-Version: 4.4.0
-Revision: 5
+Version: 4.4.3
+Revision: 1
 Type: -ui (-nox -nogtk .)
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
 Conflicts: gnuplot, gnuplot-nox, gnuplot-nogtk
@@ -11,6 +11,7 @@
        aquaterm,
        (%type_raw[-ui] = .) atk1-shlibs (>= 1.28.0-1),
        (%type_raw[-ui] != -nox) cairo-shlibs (>= 1.8.8-3),
+       emacsen-common,
        (%type_raw[-ui] != -nox) fontconfig2-shlibs (>= 2.8.0-1),
        freetype219-shlibs (>= 2.3.12-1),
        (%type_raw[-ui] != -nox) gd2-shlibs (>= 2.0.35-9),
@@ -54,7 +55,7 @@
 <<
 GCC: 4.0
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
-Source-MD5: e708665bd512153ad5c35252fe499059
+Source-MD5: 639603752996f4923bc02c895fa03b45
 #PatchFile: %{Ni}.patch
 #PatchFile-MD5: a88d0b829ec6e567b7185a9e5bdd9149
 PatchScript:<<
@@ -87,14 +88,14 @@
  make install DESTDIR=%d
  install %b/src/lasergnu %i/bin/lasergnu
  chmod 755 %i/bin/lasergnu
- mv %i/bin/gnuplot %i/bin/gnuplotx
- echo '#!/bin/sh' > %i/bin/gnuplot
- echo 'export AQUATERM_PATH=%p/Applications/AquaTerm.app' >> %i/bin/gnuplot
- echo 'case ${DISPLAY-0} in' >> %i/bin/gnuplot
- echo ' 0) export GNUTERM=aqua ;;'  >> %i/bin/gnuplot
- echo 'esac'  >> %i/bin/gnuplot
- echo '%p/bin/gnuplotx "$@"' >> %i/bin/gnuplot
- chmod 755 %i/bin/gnuplot
+ mv %i/bin/%{ni} %i/bin/%{ni}x
+ echo '#!/bin/sh' > %i/bin/%{ni}
+ echo 'export AQUATERM_PATH=%p/Applications/AquaTerm.app' >> %i/bin/%{ni}
+ echo 'case ${DISPLAY-0} in' >> %i/bin/%{ni}
+ echo ' 0) export GNUTERM=aqua ;;'  >> %i/bin/%{ni}
+ echo 'esac'  >> %i/bin/%{ni}
+ echo '%p/bin/%{ni}x "$@"' >> %i/bin/%{ni}
+ chmod 755 %i/bin/%{ni}
  mkdir -p %i/share/doc/%n
  cp -R demo %i/share/doc/%n
  mkdir %i/share/doc/%n/psdoc
@@ -106,8 +107,8 @@
  rm -rf %i/lib/X11
  install -d %i/etc/texmf.local
  install -d %i/etc/texmf.local/latex
- install -d %i/etc/texmf.local/latex/gnuplot
- install %b/share/LaTeX/gnuplot.cfg %i/etc/texmf.local/latex/gnuplot
+ install -d %i/etc/texmf.local/latex/%{ni}
+ install %b/share/LaTeX/%{ni}.cfg %i/etc/texmf.local/latex/%{ni}
  rm -rf %i/share/texmf-local
 <<
 RuntimeVars: <<
@@ -115,16 +116,18 @@
  GNUPLOT_DEFAULT_GDFONT: "Arial"
 <<
 PostInstScript:<<
- if [ `which kpsexpand` ]; then kpsexpand %p/etc/texmf.local/latex/gnuplot; fi
- if [ `which texhash` ]; then texhash %p/etc/texmf.local/latex/gnuplot; fi
+ if [ `which kpsexpand` ]; then kpsexpand %p/etc/texmf.local/latex/%{ni}; fi
+ if [ `which texhash` ]; then texhash %p/etc/texmf.local/latex/%{ni}; fi
+ %p/lib/emacsen-common/emacs-package-install %{ni}
 <<
 PreRmScript:<<
- if [ `which kpsexpand` ]; then kpsexpand %p/etc/texmf.local/latex/gnuplot; fi
- if [ `which texhash` ]; then texhash %p/etc/texmf.local/latex/gnuplot; fi
+ if [ `which kpsexpand` ]; then kpsexpand %p/etc/texmf.local/latex/%{ni}; fi
+ if [ `which texhash` ]; then texhash %p/etc/texmf.local/latex/%{ni}; fi
+ %p/lib/emacsen-common/emacs-package-remove %{ni}
 <<
 
 DocFiles: BUGS FAQ.pdf README NEWS ChangeLog Copyright
-InfoDocs: gnuplot.info
+InfoDocs: %{ni}.info
 Description: Command-driven interactive plotting program
 DescDetail: <<
 Gnuplot is a portable command-line driven interactive data and function 
@@ -193,12 +196,12 @@
 if there are any license issues those are upstream's fault!
 
 Before 4.2.4 Revision 8
-Since GNUplot's licence isn't GPL2 compatible, apply patch created by 
+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
+Since we've thereby modified gnuplot's source, under terms of their license
 we've modified the contact information, versioning as shown internally,
 (Fink's revisoning should count for external vendor-specific versioning)
-and we've stuck a copy of the patch in the .deb
+and we've stuck a copy of the patch in the .deb .
 <<
 Homepage: http://www.gnuplot.info/
 License: Restrictive/Distributable


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to