Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7149 ec354946-7b23-47d6-9f5a-488ba84defc7

munepi 12 years ago
parent
commit
99d60e2af4
2 changed files with 0 additions and 381 deletions
  1. 0 35
      t/texlive/tl11supp-120120-pxdvik-vine.patch
  2. 0 346
      t/texlive/updmap.cfg.texlive-20110705

+ 0 - 35
t/texlive/tl11supp-120120-pxdvik-vine.patch

@@ -1,35 +0,0 @@
-diff -up texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg.vine texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg
---- texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg.vine	2011-11-26 14:26:25.799086711 +0900
-+++ texlive-2011/build/texlive-20110705-source/texk/pxdvik/texmf/pxdvi.cfg	2011-11-26 17:38:45.632750987 +0900
-@@ -87,9 +87,14 @@ replace UniCNS-UCS2-H   Unicode-H
- replace UniCNS-UCS2-V   Unicode-V
- 
- % Japanese
--% IPA font (http://ossipedia.ipa.go.jp/ipafont/)
--replace Ryumin-Light		ipam.ttf/AJ16
--replace GothicBBB-Medium	ipag.ttf/AJ16
-+% % IPA font (http://ossipedia.ipa.go.jp/ipafont/)
-+% replace Ryumin-Light		ipam.ttf/AJ16
-+% replace GothicBBB-Medium	ipag.ttf/AJ16
-+replace Ryumin-Light            Mincho-Medium
-+replace GothicBBB-Medium        Gothic-Medium
-+replace FutoMinA101-Bold        FutoMin-Bold
-+replace FutoGoB101-Bold         FutoGo-Bold
-+replace Jun101-Light            MaruGo-Medium
- 
- % traditional Chinese
- % Arphic (http://www.ring.gr.jp/pub/GNU/non-gnu/chinese-fonts-truetype/)
-
-Diff finished.  Sat Nov 26 17:38:57 2011
-diff -up xdvik-22.84.14/texk/xdvik/xdvi-sh.in.\~1.2.2.7.\~ xdvik-22.84.14/texk/xdvik/xdvi-sh.in
---- texlive-2011/build/texlive-20110705-source/texk/pxdvik/xdvi-sh.in.~1.2.2.7.~	2007-10-19 01:28:55.000000000 +0900
-+++ texlive-2011/build/texlive-20110705-source/texk/pxdvik/xdvi-sh.in	2009-07-18 16:10:23.000000000 +0900
-@@ -50,4 +50,8 @@ if test -n "$xdviappfile"; then
-   XFILESEARCHPATH="$xdviapppath:${XFILESEARCHPATH-%D}"; export XFILESEARCHPATH
- fi
- 
-+# Forcely avoid to show 
-+# Warning: Missing charsets in String to FontSet conversion
-+export LANG=C
-+
- exec @final_exec_name@ $NAMEOPT ${1+"$@"}

+ 0 - 346
t/texlive/updmap.cfg.texlive-20110705

@@ -1,346 +0,0 @@
-# Generated by /opt/texlive/2011/bin/x86_64-linux/tlmgr on Tue Nov 22 23:31:08 2
-011
-# $Id: updmap-hdr.cfg 24398 2011-10-26 01:07:22Z preining $
-# 
-# The full updmap.cfg is generated by concatenating updmap-hdr.cfg with
-# all the Map and MixedMap lines from an installation, possibly
-# appending a local configuration file.
-#
-# To make local customizations to the map files, please use of the
-# following methods:
-#
-# 1) call 
-#       updmap-sys --enable Map=foo.map
-#    for each map file.  (Or MixedMap instead of Map, if your font has
-#    both Metafont and outline definitions.)  See the updmap --help
-#    documentation.
-#
-# 2) add your local map entries to the file
-#       TEXMFLOCAL/web2c/updmap-local.cfg
-#    and then call
-#       tlmgr generate updmap
-#    which will concatenate updmap-local.cfg to the end of the final
-#    updmap.cfg.  (You can override the local.cfg file location with the
-#    --localcfg option; see tlmgr --help.)
-#
-# If you use either of these methods, your local adaptations will be
-# preserved when tlmgr updates the installation or this config file.
-# Manual edits to updmap.cfg may be lost on update.
-
-
-################################################################
-# OPTIONS
-################################################################
-
-#
-# dvipsPreferOutline
-#
-# Should dvips (by default) prefer bitmap fonts or outline fonts
-# if both are available? Independent of this setting, outlines
-# can be forced by putting "p psfonts_t1.map" into a config file
-# that dvips reads. Bitmaps (for the fonts in question) can
-# be forced by putting "p psfonts_pk.map" into a config file.
-# We provide such config files which can be enabled via
-# dvips -Poutline ... resp. dvips -Ppk ...
-#
-# Valid settings for dvipsPreferOutline are true / false:
-dvipsPreferOutline true
-
-#
-# LW35
-#
-# Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and
-# how are the filenames chosen? Valid settings:
-#   URW:     URW fonts with "vendor" filenames (e.g. n019064l.pfb)
-#   URWkb:   URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
-#   ADOBE:   Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
-#   ADOBEkb: Adobe fonts with  "berry" filenames (e.g. phvbo8an.pfb)
-LW35 URWkb
-
-#
-# dvipsDownloadBase35
-# 
-# Should dvips (by default) download the standard 35 LaserWriter fonts
-# with the document (then set dvipsDownloadBase35 true) or should these
-# fonts be used from the ps interpreter / printer?
-# Whatever the default is, the user can override it by specifying
-# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
-# the LW35 fonts resp. use the built-in fonts.
-#
-# Valid settings are true / false:
-dvipsDownloadBase35 true
-
-#
-# pdftexDownloadBase14
-#
-# Should pdftex download the base 14 pdf fonts? Since some configurations
-# (ps / pdf tools / printers) use bad default fonts, it is safer to download
-# the fonts. The pdf files will get bigger, though.
-# Valid settings are true (download the fonts) or false (don't download
-# the fonts). Adobe recommends embedding all fonts.
-pdftexDownloadBase14 true
-
-#
-# dvipdfmDownloadBase14
-#
-# Should dvipdfm download the base 14 pdf fonts? Since some configurations
-# (ps / pdf tools / printers) use bad default fonts, it is safer to download
-# the fonts. The pdf files will get bigger, though.
-# Valid settings are true (download the fonts) or false (don't download
-# the fonts).
-dvipdfmDownloadBase14 true
-
-#
-# kanjiEmbed
-#
-# updmap generates a file kanjix.map for usage with dvipdfmx. Using this
-# option one can switch between not embedding any kanji font, and several
-# available. 
-# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring
-# in a map file name will be replaced with this settings, and the respective
-# map file used.
-kanjiEmbed noEmbed
-
-#
-# pxdviUse
-# 
-# This description is from 
-# http://tutimura.ath.cx/ptexlive/?tlptexlive%A5%EA%A5%DD%A5%B8%A5%C8%A5%EA
-# 
-# Current updmap allows generation of xdvi-ptex.map (in TEXMF(SYS)VAR like 
-# the other generated map files) if one sets the updmap.cfg option "pxdviUse" 
-# to "true". 
-# If "pxdviUse" to "true", xdvi-ptex.map is just copy of kanjix.map (a map 
-# file for japanese fonts, used by dvipdfmx). Otherwise, one has to write his 
-# own xdvi-ptex.map. The advantage of each setting is summerized as follows:
-#   pxdviUse=true: the displaying image by pxdvi and the output pdf by 
-#     dvipdfmx look similar. So, if one thinks that a pdf is the final output 
-#     (and he use pxdvi only for previewing it), he should use this option.
-#   pxdviUse=false: pxdvi can display fake bold fonts (with freetype) even if 
-#     there is no real bold font.
-# Note that no file is removed by setting "pxdviUse"; one has to remove old 
-# xdvi-ptex.map. The copy of the original xdvi-ptex.map (included in the 
-# pxdvi package) is located in texmf/xdvi/xdvi-ptex.map.sample.
-pxdviUse true
-
-################################################################
-# Map files.
-################################################################
-#
-# There are two possible entries: Map and MixedMap. Both have one additional
-# argument: the filename of the map file. MixedMap ("mixed" means that
-# the font is available as bitmap and as outline) lines will not be used
-# in the default map of dvips if dvipsPreferOutline is false. Inactive
-# Map files should be marked by "#! " (without the quotes), not just #.
-#
-
-#! Map OrnementsADF.map
-#! Map ArrowsADF.map
-#! Map BulletsADF.map
-#! MixedMap allrunes.map
-#! Map euler.map
-#! MixedMap cm.map
-#! MixedMap cmextra.map
-#! MixedMap cyrillic.map
-#! MixedMap latxfont.map
-#! MixedMap symbols.map
-#! Map uaq.map
-#! Map antt.map
-#! Map arabi.map
-#! MixedMap arabtex.map
-#! Map archaicprw.map
-#! Map arev.map
-#! Map bkaiu.map
-#! Map bsmiu.map
-#! Map gbsnu.map
-#! Map gkaiu.map
-#! Map ascii.map
-#! Map augie.map
-#! Map auncial.map
-#! Map aurical.map
-#! Map ybv.map
-#! MixedMap bbold.map
-#! Map belleek.map
-#! Map bera.map
-#! Map ybd.map
-#! Map sqrcaps.map
-#! Map boondox.map
-#! Map pbsi.map
-#! Map burmese.map
-#! Map cantarell.map
-#! Map cmin.map
-#! MixedMap cbgreek-full.map
-#! MixedMap ccpl.map
-#! Map ccicons.map
-#! Map clm.map
-#! Map chemarrow.map
-#! Map cjhebrew.map
-#! MixedMap cmtext-bsr-interpolated.map
-#! Map cm-lgc.map
-#! MixedMap cm-super-t1.map
-#! MixedMap cm-super-t2a.map
-#! MixedMap cm-super-t2b.map
-#! MixedMap cm-super-t2c.map
-#! MixedMap cm-super-ts1.map
-#! MixedMap cm-super-x2.map
-#! Map cmcyr.map
-#! MixedMap cmll.map
-#! Map comfortaa.map
-#! Map original-context-symbol.map
-#! MixedMap csother.map
-#! MixedMap cstext.map
-#! Map cyklop.map
-#! Map dictsym.map
-#! Map dstroke.map
-#! Map droid.map
-#! Map yes.map
-#! Map epigrafica.map
-#! Map epiolmec.map
-#! MixedMap esint.map
-#! Map ESSTIX.map
-#! Map esvect.map
-#! MixedMap ethiop.map
-#! MixedMap eurosym.map
-#! Map fdsymbol.map
-#! Map fge.map
-#! Map foekfont.map
-#! Map fonetika.map
-#! Map fourier-utopia-expert.map
-#! Map fourier.map
-#! Map garuda-c90.map
-#! Map gfsartemisia.map
-#! Map gfsbaskerville.map
-#! Map gfsbodoni.map
-#! Map gfscomplutum.map
-#! Map gfsdidot.map
-#! Map gfsneohellenic.map
-#! Map gfsporson.map
-#! Map gfssolomos.map
-#! Map yfrak.map
-#! Map ugq.map
-#! Map grverb.map
-#! MixedMap hfbright.map
-#! MixedMap iby.map
-#! Map fi4.map
-#! Map Acorn.map
-#! Map AnnSton.map
-#! Map ArtNouv.map
-#! Map ArtNouvc.map
-#! Map Carrickc.map
-#! Map Eichenla.map
-#! Map Eileen.map
-#! Map EileenBl.map
-#! Map Elzevier.map
-#! Map GotIn.map
-#! Map GoudyIn.map
-#! Map Kinigcap.map
-#! Map Konanur.map
-#! Map Kramer.map
-#! Map MorrisIn.map
-#! Map Nouveaud.map
-#! Map Romantik.map
-#! Map Rothdn.map
-#! Map RoyalIn.map
-#! Map Sanremo.map
-#! Map Starburst.map
-#! Map Typocaps.map
-#! Map Zallman.map
-#! Map iwona.map
-#! Map kerkis.map
-#! Map knitfont.map
-#! Map kpfonts.map
-#! Map kurier.map
-#! Map lato.map
-#! Map libertine.map
-#! Map yly.map
-#! Map linearA.map
-#! Map l7x-urwvn.map
-#! Map lm.map
-#! MixedMap lxfonts.map
-#! MixedMap manfnt.map
-#! Map marvosym.map
-#! Map mathabx.map
-#! Map mdbch.map
-#! Map mdput.map
-#! Map mdugm.map
-#! Map troff-updmap.map
-#! MixedMap mflogo.map
-#! Map MnSymbol.map
-#! MixedMap mongolian.map
-#! MixedMap musix.map
-#! Map norasi-c90.map
-#! Map cherokee.map
-#! Map ocrb.map
-#! Map oinuit.map
-#! Map omega.map
-#! Map phaistos.map
-#! MixedMap pigpen.map
-#! MixedMap plother.map
-#! MixedMap pltext.map
-#! Map ap.map
-#! Map prodint.map
-#! Map charter.map
-#! Map fpls.map
-#! Map pazo.map
-#! Map utopia.map
-#! Map PTSans-type1.map
-#! Map PTSerif-type1.map
-#! Map pxfonts.map
-#! Map recycle.map
-#! Map yrd.map
-#! MixedMap rsfs.map
-#! Map skt.map
-#! MixedMap semaf.map
-#! Map SkakNew.map
-#! Map starfont.map
-#! Map icelandic.map
-#! MixedMap stmaryrd.map
-#! Map tabvar.map
-#! Map mathpple.map
-#! Map qag.map
-#! Map qbk.map
-#! Map qcr.map
-#! Map qcs.map
-#! Map qhv.map
-#! Map qpl.map
-#! Map qtm.map
-#! Map qzc.map
-#! Map tfrupee.map
-#! MixedMap tipa.map
-#! MixedMap trajan.map
-#! Map txfonts.map
-#! Map gptimes.map
-#! Map umj.map
-#! MixedMap dvng.map
-#! Map yv1.map
-#! Map yv2.map
-#! Map yv3.map
-#! Map yvo.map
-#! Map yvt.map
-#! Map arevvn.map
-#! Map chartervn.map
-#! Map cmbrightvn.map
-#! Map concretevn.map
-#! Map grotesqvn.map
-#! Map txttvn.map
-#! Map urwvn.map
-#! MixedMap vnrother.map
-#! MixedMap vnrtext.map
-#! Map vntopia.map
-#! Map dgj.map
-#! Map dmj.map
-#! Map mc2j.map
-#! Map mcj.map
-#! Map mr2j.map
-#! Map mrj.map
-#! MixedMap wasy.map
-#! MixedMap xypic.map
-#! MixedMap yhmath.map
-
-#
-# map files for pTeX
-#
-KanjiMap ptex-@kanjiEmbed@.map
-KanjiMap otf-@kanjiEmbed@.map
-KanjiMap morisawa.map
-KanjiMap otf-cktx.map