Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/text
In directory sc8-pr-cvs1:/tmp/cvs-serv27388

Added Files:
        tetex-macosx-20010808-8.info tetex-macosx-20010808-8.patch 
Removed Files:
        tetex-macosx-20010808-7.info tetex-macosx-20010808-7.patch 
Log Message:
change the default gs-path in altpdftex to /sw/bin


--- NEW FILE: tetex-macosx-20010808-8.info ---
Package: tetex-macosx
Version: 20010808
Revision: 8
Type: nosource
Depends: tetex-base (>= 1.0-12), pdftex (>= 20010417-9), hyperref (>= 6.72-2)
GCC: 3.1
Conflicts: system-tetex
PatchScript: <<
 sed "s|@FINKPREFIX@|%p|" < %a/%f.patch | patch -p1
 sed 's|maintained in /usr/local/teTeX|maintained in %p/share/doc/tetex-macosx|g' 
README.texmf.macosx | sed 's|/usr/local/teTeX|%p|g' > README.macosx
 echo "The files in this distribution were originally written by Gerben" > README.fink
 echo "Wierda, but are now very out of date and no longer maintained by him." >> 
README.fink
 echo "Please direct any questions or support requests concerning these" >> README.fink
 echo "files to the Fink users mailing list <[EMAIL PROTECTED]>" >> 
README.fink
 echo "or to the Fink teTeX maintainer <[EMAIL PROTECTED]>." >> README.fink
 echo " " >> README.fink
 echo "Labeled as a 'Restrictive' Fink package, since there is no explicit" >> 
README.fink
 echo "permission to redistribute." >> README.fink
<<
CompileScript: echo "nothing to be done"
InstallScript: <<
mkdir -p %i/bin
install -p -m 755 epstopdf.macosx %i/bin/epstopdf.macosx
install -p -m 755 epstopdfwrap %i/bin/epstopdfwrap
install -p -m 755 altpdftex %i/bin
ln -s %p/bin/altpdftex %i/bin/altpdflatex
ln -s %p/bin/altpdftex %i/bin/altpdfetex
ln -s %p/bin/altpdftex %i/bin/altpdfelatex

 mkdir -p %i/share/texmf.macosx/web2c
 mkdir -p %i/share/texmf.macosx/pdftex/config
 mkdir -p %i/share/texmf.macosx/dvips/config
 cp mktex.cnf.macosx %i/share/texmf.macosx/web2c/mktex.cnf
 cp README.macosx %i/share/texmf.macosx
 mkdir -p %i/share/doc/tetex-macosx
 ln -s %p/share/texmf.macosx/README.macosx %i/share/doc/tetex-macosx
 ln -s %p/share/texmf/dvips/config/*.map %i/share/texmf.macosx/dvips/config
 cp config.pdfscreen %i/share/texmf.macosx/dvips/config/config.pdfscreen
 cp pdftex.cfg.macosx %i/share/texmf.macosx/pdftex/config/pdftex.cfg
 cp wolfram.map.macosx %i/share/texmf.macosx/dvips/config/wolfram.map
 cp Ttbold.map.macosx %i/share/texmf.macosx/dvips/config/Ttbold.map
 cp fmtutil.cnf.macosx %i/share/texmf.macosx/web2c/fmtutil.cnf
<<
DocFiles: INSTALL.TeX.macosx README.fink
License: Restrictive
PostRmScript: mktexlsr %p/share/texmf.macosx
PostInstScript: <<
 update-alternatives --install %p/bin/epstopdf epstopdf %p/bin/epstopdf.macosx 40
 mktexlsr %p/share/texmf.macosx
<<
PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   update-alternatives --remove epstopdf %p/bin/epstopdf.macosx
 fi
<<
Description: Mac OS X-specific modifications to teTeX
DescDetail: <<
This package installs some Mac OS X-specific modifications to teTeX, as well 
as the altpdftex, epstopdf, and epstopdfwrap binaries.  These modifications
were originally written by Gerben Wierda, but are now badly out of date
and no longer supported by him.

The file epstopdf.sty is now provided by the oberdiek package.
<<
DescPort: <<
The entire source in imported through a patchfile.
The source files pdftex.def and texinfo.tex are actually used to patch the
 tetex-texmf  package, while the file texconfig.te is used to patch the
 tetex-base package. 
<<
DescPackaging: <<
We edit the README file to refer to the installed pathnames.
<<
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: ftp://ftp.nluug.nl/pub/comp/macosx/tex-gs

--- NEW FILE: tetex-macosx-20010808-8.patch ---
diff -uN tetex-macosx/INSTALL.TeX.macosx tetex-macosx.patched/INSTALL.TeX.macosx
--- tetex-macosx/INSTALL.TeX.macosx     Wed Dec 31 19:00:00 1969
+++ tetex-macosx.patched/INSTALL.TeX.macosx     Sat Oct 20 14:48:57 2001
@@ -0,0 +1,271 @@
+Installation instructions for teTeX on MacOS X 10
+
+Preliminary: you need administrator privileges. I assume that you are running
+the default user shell on Mac OS X: tcsh.
+
+Step 1: get the software.
+
+You need the following files (I will keep my set at
+ftp://ftp.nluug.nl/pub/comp/macosx):
+
+       config.guess
+       config.sub
+       cont-tmf.zip
+       context.macosx.patch
+       fmtutil.cnf.macosx
[...10149 lines suppressed...]
+% Say @foo, not \foo, in error messages.
+@escapechar = `@@
+
+% These look ok in all fonts, so just make them not special.  
+@catcode`@& = @other
+@catcode`@# = @other
+@catcode`@% = @other
+
+@c Set initial fonts.
+@textfonts
+@rm
+
+
+@c Local variables:
+@c eval: (add-hook 'write-file-hooks 'time-stamp)
+@c page-delimiter: "^\\\\message"
+@c time-stamp-start: "def\\\\texinfoversion{"
+@c time-stamp-format: "%:y-%02m-%02d.%02H"
+@c time-stamp-end: "}"
+@c End:

--- tetex-macosx-20010808-7.info DELETED ---

--- tetex-macosx-20010808-7.patch DELETED ---



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to