Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory vz-cvs-3.sog:/tmp/cvs-serv13735

Modified Files:
        texmacs-qt.info texmacs.info 
Log Message:
New version 1.0.7.14

Index: texmacs-qt.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/texmacs-qt.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- texmacs-qt.info     6 Sep 2011 10:39:48 -0000       1.11
+++ texmacs-qt.info     25 Nov 2011 22:16:12 -0000      1.12
@@ -1,26 +1,30 @@
 Package: texmacs-qt
-Version: 1.0.7.11 
-Revision: 1
-GCC: 4.0
+Version: 1.0.7.14 
+Revision: 2
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: <<
- Primary: http://www.texmacs.org/Download/ftp/targz/
- Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/targz/
+ Primary: http://www.texmacs.org/Download/ftp/tmftp/source/
+ Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
 <<
-Source-MD5: f2694269a47190fa681781203428ce94
+Source-MD5: 70843d2dd22862a856789ff3166fae0d
 License: GPL
-Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp5-shlibs, libtool14-shlibs, 
libgettext3-shlibs, qt4-base-mac-qtcore-shlibs, qt4-base-mac-qtgui-shlibs
-BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp5, libtool2, gettext, qt4-base-mac, fink (>= 0.24.12)
+Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp5-shlibs, libtool2-shlibs, 
qt4-base-mac-qtcore-shlibs, qt4-base-mac-qtgui-shlibs
+BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp5, libtool2, qt4-base-mac
 BuildConflicts: freetype
 Recommends: ghostscript, netpbm, xfig, macaulay2, maxima, pari-gp, scilab
 ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --enable-maxosx-extensions 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-qt 
--with-qt=%p/lib/qt4-mac/bin
+### Doesn't build with clang due to C++ issues.
+#SetCC: llvm-gcc
+#SetCXX: llvm-g++
+#SetCFLAGS: -Os
+###
 PatchScript: <<
 #!/bin/sh -ev
 # change hardwired paths for ispell and aspell 
  perl -pi.bak -e 's|/usr/lib/ispell/|%p/lib/|g' src/Plugins/Ispell/ispell.cpp
  perl -pi.bar -e 's|/usr/lib/aspell/|%p/share/aspell/|g' 
src/Plugins/Ispell/ispell.cpp
 # make place for Apple's resize brick in quartz-wm 
- perl -pi.bak -e 's|(set_right_footer )\(s\)|$1 (s * "   ")|g' 
src/Edit/Interface/edit_footer.cpp
+# perl -pi.bak -e 's|(set_right_footer )\(s\)|$1 (s * "   ")|g' 
src/Edit/Interface/edit_footer.cpp
 # make the R plugin compile
  perl -pi.bak -e 's|\-lutil||g' plugins/r/Makefile 
  perl -pi.bak -e 's|pty.h|util.h|g' plugins/r/src/tm_r.c 
@@ -32,9 +36,11 @@
     s,(fread.*) 1024,$1 1024\*1000,g
  ' plugins/graphviz/src/tm_graphviz.c
 # work around the eternal 'echo -n' problem with Apple's 150% pseudo-POSIX 
/bin/sh
- perl -pi -e 's|\#\!/bin/sh|#!/bin/bash|' `/usr/bin/grep '\#\!/bin/' -r 
plugins -l`
+ perl -pi -e 's|\#\!/bin/sh|#!/bin/bash|' `/usr/bin/grep '\#\!/bin/' -r 
plugins -l` 
 # fix tempfile mess in asy and gnuplot plugins
  perl -pi.bak -e 's|TEMPDIR=.*|TEMP_DIR=/private/var/tmp/|' 
plugins/asymptote/bin/tm_asy plugins/gnuplot/bin/tm_gnuplot
+# don't bundle shared libs
+ sed -i".bak" -e '2s|^| exit 0|' packages/macos/*.sh
 <<
 CompileScript: <<
 #!/bin/sh -ev
@@ -42,10 +48,10 @@
  export QTDIR=%p/lib/qt4-mac
  ./configure %c
  export GUILE_LOAD_PATH=%p/share/guile/1.8
- make BUNDLE_MAIN
+ make MACOS_BUNDLE
 <<
 InstallScript: <<
- mv ../distr/TeXmacs.app ../distr/TeXmacs-qt.app
+ mv ../distr/TeXmacs-%v.app ../distr/TeXmacs-qt.app
  /bin/cp -pR TeXmacs/doc 
../distr/TeXmacs-qt.app/Contents/Resources/share/TeXmacs/
 <<
 AppBundles: ../distr/TeXmacs-qt.app
@@ -66,31 +72,30 @@
  your own extensions to the editor.
 <<
 DescUsage:<<
- There exist now 3 different Fink packages for TeXmacs, 
+ There exist now 3 different Fink packages for TeXmacs,
  corresponding to different graphics libraries:
 
- 1. The "texmacs" package uses X11 graphics. 
+ 1. The "texmacs" package uses X11 graphics.
     This is the traditional interface,
-    and this is the most mature and most stable among the 3 packages,
-    but it is no longer up-to-date.
-    It provides the "texmacs" command. 
-2.  The "texmacs-qt" package uses the qt4-mac graphics library.
+    and this is the most mature and most stable among the 3 packages.
+    It provides the "texmacs" command.
+2. The "texmacs-qt" package uses the qt4-mac graphics library.
     This has a more Mac-like look and feel, and it is the one 
-    currently most actively developed.
-    It comes now as a standard Mac app "TeXmacs-qt",
+    currently most actively developed, but this version has still
+    some bugs. It comes now as a standard Mac app "TeXmacs-qt",
     to be found in /Applications/Fink/.
  3. The "texmacs-aqua" package uses the Mac-native cocoa library.
     This is a standard Mac app, to be found in
     /Applications/Fink/, but it is still very rough around the edges,
     and it seems to be abandoned.
 
- TeXmacs provides a unified GUI for asymptote, cadabra, gnuplot, 
+ TeXmacs provides a unified GUI for asymptote, cadabra, gnuplot,
  graphviz, macaulay2, maxima, octave, pari-gp, python, scilab and 
  many other programs if they are installed.
- 
- Ghostscript is needed for importing images. Since even the TeXmacs 
- documentation contains images, ghostscript is strongly recommended. 
- 
+
+ Ghostscript is needed for importing images. Since even the TeXmacs
+ documentation contains images, ghostscript is strongly recommended.
+
  For importing non-postscript images, the netpbm package is recommended.
 <<
 Maintainer: Martin Costabel <costa...@wanadoo.fr>

Index: texmacs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- texmacs.info        28 Nov 2010 13:36:43 -0000      1.35
+++ texmacs.info        25 Nov 2011 22:16:12 -0000      1.36
@@ -1,21 +1,26 @@
 Package: texmacs
-Version: 1.0.7.8 
-Revision: 1
+Version: 1.0.7.14 
+Revision: 2
 Source: mirror:custom:TeXmacs-%v-src.tar.gz
 CustomMirror: <<
- Primary: http://www.texmacs.org/Download/ftp/targz/
- Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/targz/
+ Primary: http://www.texmacs.org/Download/ftp/tmftp/source/
+ Secondary: ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
 <<
-Source-MD5: 4eff9720e13a52a9bf77871d68e9f0ce
+Source-MD5: 70843d2dd22862a856789ff3166fae0d
 License: GPL
-Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp5-shlibs, libtool2-shlibs, 
libgettext8-shlibs
+Depends: x11-shlibs, tetex-base, guile18, ispell | aspell, wget, 
imlib2-shlibs, libiconv, freetype219-shlibs, gmp5-shlibs, libtool2-shlibs
 BuildDepends: x11, guile18-dev, x11-dev, imlib2, libiconv-dev, freetype219, 
gmp5, libtool2
 Replaces: texmacs-extra-fonts, texmacs-type1-fonts, texmacs, texmacs-qt
 Conflicts: texmacs, texmacs-qt (<= 1.0.7.4)
 BuildConflicts: freetype
 Recommends: ghostscript, netpbm, xfig, macaulay2, maxima, pari-gp, scilab
 Suggests: texmacs-extra-fonts
-ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --with-imlib2 --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib 
+ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --with-imlib2 --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib --disable-qt 
+### Doesn't build with clang due to C++ issues.
+#SetCC: llvm-gcc
+#SetCXX: llvm-g++
+#SetCFLAGS: -Os
+###
 PatchScript: <<
 #!/bin/sh -ev
 # change hardwired paths for ispell and aspell 
@@ -77,7 +82,8 @@
     to be found in /Applications/Fink/.
  3. The "texmacs-aqua" package uses the Mac-native cocoa library.
     This is a standard Mac app, to be found in
-    /Applications/Fink/, but it is still very rough around the edges.
+    /Applications/Fink/, but it is still very rough around the edges,
+    and it seems to be abandoned.
 
  TeXmacs provides a unified GUI for asymptote, cadabra, gnuplot,
  graphviz, macaulay2, maxima, octave, pari-gp, python, scilab and 


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to