Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1526/10.3/unstable/main/finkinfo/editors

Modified Files:
        texmacs.info texmacs.patch 
Log Message:
New stable version 1.0.6. Sync all 10.3/10.4 trees

Index: texmacs.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/texmacs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- texmacs.patch       11 May 2004 22:58:12 -0000      1.1
+++ texmacs.patch       6 Dec 2005 07:33:35 -0000       1.2
@@ -1,22 +1,31 @@
---- TeXmacs-1.0.3.8-src/TeXmacs/progs/kernel/tools/tm-misc.scm~        Tue May 
11 15:42:52 2004
-+++ TeXmacs-1.0.3.8-src/TeXmacs/progs/kernel/tools/tm-misc.scm Wed May 12 
00:41:28 2004
-@@ -15,7 +15,6 @@
- (texmacs-module (kernel tools tm-misc)
-   (:use (kernel texmacs tm-define) (kernel gui menu-widget))
-   (:export
--    tm-subtree tm-start tm-end
-     init-default test-default? test-init? test-env?
-     save-object load-object
-     not-implemented tm-debug
-@@ -30,11 +29,6 @@
- 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; Subtrees and path rounding
- 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--
--(tm-define (tm-subtree p)
--  (:type (path -> tree))
--  (:synopsis "Return subtree of current buffer for the path @p.")
--  (subtree (the-buffer) p))
+--- TeXmacs-1.0.5.11-src/src/makefile.in.ori   2005-11-05 00:14:01.000000000 
+0100
++++ TeXmacs-1.0.5.11-src/src/makefile.in       2005-11-05 00:14:36.000000000 
+0100
+@@ -118,7 +118,7 @@
+ deps_incl = $(call incl_flags,System System/Boot System/Classes System/Files 
System/Link System/Misc Classes/Abstract Classes/Atomic Classes/Compound 
Data/Drd Data/String Data/Tree Data/Convert Resource Plugins Window Typeset 
Edit Texmacs Guile)
  
- (tm-define (tm-start p)
-   (:type (path -> path))
+ deps_flags = $(deps_incl)\
+- $(CPPFLAGS) $(CXXIMLIB2) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
++ $(CPPFLAGS) $(CXXFREETYPE) $(CXXIMLIB2) $(CXXICONV) $(CXXGUILE) \
+  -I$(tmsrc)/include $(CXXXWINDOW)
+ # we should use -I- to separate local includes from system includes, but
+ # headers of guile 1.6.0 use includes in quotes with names relative to the
+@@ -171,7 +171,7 @@
+ %.o: %.cpp # Disable implicit compilation rule
+ 
+ cxx_flags    = $(strip $(CXX) $(1) -c $< -o $@)
+-cxx_incl     = $(call cxx_flags,$(1) $(CXXIMLIB2) $(CXXFREETYPE) $(CXXICONV) \
++cxx_incl     = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXIMLIB2) $(CXXICONV) \
+   $(CXXGUILE) $(CPPFLAGS) $(CXXFLAGS)) 
+ 
+ $(system_obj): Objects/%.o: %.cpp
+@@ -251,8 +251,8 @@
+ TEXMACS_objects := $(strip $(call uses,system classes data resource plugins\
+  window typeset edit glue texmacs))
+ 
+-link_options:=-L$(tmsrc)/lib -lm $(LDPATH) $(LDXWINDOW) \
+-  $(LDGUILE) $(LDIMLIB2) $(LDFREETYPE) $(LDICONV) $(LDDL)
++link_options:=-L$(tmsrc)/lib -lm $(LDPATH) $(LDFREETYPE) $(LDXWINDOW) \
++  $(LDGUILE) $(LDIMLIB2) $(LDICONV) $(LDDL)
+ 
+ $(tmsrc)/bin/texmacs.bin: Objects/texmacs-$(link).bin
+       $(CP) $^ $@

Index: texmacs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/texmacs.info,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- texmacs.info        25 Aug 2005 07:46:05 -0000      1.32
+++ texmacs.info        6 Dec 2005 07:33:35 -0000       1.33
@@ -1,21 +1,22 @@
 Package: texmacs
-Version: 1.0.5.7
-Revision: 2
+Version: 1.0.6
+Revision: 1
 GCC: 3.3
 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/
 <<
-Source-MD5: c5dc2bd407f238041982291acada8b02
+Source-MD5: 7b0a3896fd17cf2e993aa77d15bb6240
 License: GPL
-Depends: x11-shlibs, tetex-base, guile16, ispell, wget, imlib2-shlibs, libiconv
-BuildDepends: x11, guile16-dev, x11-dev, imlib2, libiconv-dev
+Depends: x11-shlibs, tetex-base, guile16, ispell, wget, imlib2-shlibs, 
libiconv, freetype219-shlibs
+BuildDepends: x11, guile16-dev, x11-dev, imlib2, libiconv-dev, freetype219
+Replaces: texmacs-extra-fonts, texmacs-type1-fonts
 BuildConflicts: freetype
 Recommends: ghostscript, netpbm, xfig, macaulay2, maxima, pari-gp, scilab
-Suggests: texmacs-fonts
+Suggests: texmacs-extra-fonts
 ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --with-iconv=/usr 
--with-freetype=linked --with-imlib2
-#Patch: %n.patch
+Patch: %n.patch
 PatchScript: <<
 #!/bin/sh
 # increase the stacksize to something reasonable before starting 
@@ -38,7 +39,7 @@
 <<
 CompileScript: <<
 #!/bin/sh
- export PATH=%p/share/guile/1.6/scripts/binoverride:$PATH
+ export 
PATH=%p/share/guile/1.6/scripts/binoverride:%p/lib/freetype219/bin:$PATH
  ./configure %c
  export GUILE_LOAD_PATH=%p/share/guile/1.6
  make
@@ -90,6 +91,12 @@
  
  If you want to avoid having to create the standard bitmap fonts
  on the fly, consider installing the texmacs-fonts package.
+ From version 1.0.5.10 on, PostScript Type1 fonts are used by default.
+ TeXmacs uses the Type1 fonts from tetex, and an additional set of
+ fonts is contained in the texmacs-extra-fonts package. 
+ If you want a complete set of Type1 fonts, consider installing
+ the texmacs-type1-fonts package.
 <<
 Maintainer: Martin Costabel <[EMAIL PROTECTED]>
 Homepage: http://www.texmacs.org
+



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to