texlive-collection-metapost-vl.spec 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2011-1:
  3. ## tlpdb2rpmspec collection-metapost
  4. %global _use_internal_dependency_generator 0
  5. %global __find_provides %{nil}
  6. %global __find_requires %{nil}
  7. %bcond_with firstbuild
  8. %define tex_destdir %{_datadir}
  9. %define texmf %{tex_destdir}/texmf
  10. %define texlive_src %{tex_destdir}/texlive-sources
  11. %define build_tex_destdir %{buildroot}%{tex_destdir}
  12. %define build_texmf %{buildroot}%{texmf}
  13. %define exec_mktexlsr [ -x %{_bindir}/texconfig-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/texconfig-sys rehash
  14. %define exec_texhash [ -x %{_bindir}/texhash ] && PATH=%{_bindir}:$PATH %{_bindir}/texhash
  15. %define exec_updmap [ -x %{_bindir}/updmap-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/updmap-sys
  16. %define exec_fmtutil [ -x %{_bindir}/fmtutil-sys ] && PATH=%{_bindir}:$PATH %{_bindir}/fmtutil-sys --all >/dev/null 2>&1
  17. %define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && %{_sbindir}/update-defaultfont 2> /dev/null
  18. %define vartexfonts %{_var}/lib/texmf/fonts
  19. Summary: TeX Live: MetaPost (and Metafont) drawing packages
  20. Summary(ja): TeX Live: MetaPost (and Metafont) drawing packages
  21. Name: texlive-collection-metapost
  22. Version: 2011
  23. Release: 1%{?_dist_release}
  24. License: LPPL, Public Domain, GPL+, LGPLv2+, No Info, Freely redistributable without restriction
  25. Group: Applications/Publishing
  26. URL:http://www.tug.org/texlive/
  27. Requires: texlive = %{version}
  28. Requires: texlive-collection-basic = %{version}
  29. Requires(post): texlive = %{version}
  30. Requires(postun): texlive = %{version}
  31. BuildRequires: texlive-sources = %{version}
  32. BuildArch: noarch
  33. Buildroot: %{_tmppath}/%{name}-%{version}-root
  34. Vendor: Project Vine
  35. Distribution: Vine Linux
  36. Packager: munepi
  37. %description
  38. The TeX Live software distribution offers a complete TeX system for a
  39. variety of Unix, Macintosh, Windows and other platforms. It
  40. encompasses programs for editing, typesetting, previewing and printing
  41. of TeX documents in many different languages, and a large collection
  42. of TeX macros and font libraries.
  43. The distribution includes extensive general documentation about TeX,
  44. as well as the documentation for the included software packages.
  45. This package is a collection of MetaPost (and Metafont) drawing packages:
  46. This package contains the following CTAN packages:
  47. automata: Finite state machines, graphs and trees in MetaPost.
  48. bbcard: Bullshit bingo, calendar and baseball-score cards.
  49. blockdraw_mp: Block diagrams and bond graphs, with MetaPost.
  50. bpolynomial: Drawing polynomial functions of up to order 3.
  51. cmarrows: MetaPost arrows and braces in the Computer Modern style.
  52. drv: Derivation trees with MetaPost.
  53. dviincl: Include a DVI page into MetaPost output.
  54. emp: "Encapsulate" MetaPost figures in a document.
  55. epsincl: Include EPS in MetaPost figures.
  56. expressg: Diagrams consisting of boxes, lines, and annotations.
  57. exteps: Include EPS figures in MetaPost.
  58. featpost: MetaPost macros for 3D.
  59. feynmf: Macros and fonts for creating Feynman (and other) diagrams.
  60. garrigues: MetaPost macros for the reproduction of Garrigues' Easter nomogram.
  61. gmp: Allow integration between MetaPost pictures and LaTeX.
  62. hatching: MetaPost macros for hatching interior of closed paths.
  63. latexmp: Interface for LaTeX-based typesetting in MetaPost
  64. metago: MetaPost output of Go positions.
  65. metaobj: MetaPost package providing high-level objects.
  66. metaplot: Plot-manipulation macros for use in Metapost.
  67. metapost: A development of Metafont for creating graphics.
  68. metauml: MetaPost library for typesetting UML diagrams.
  69. mfpic: Draw MetaFont/Post pictures from (La)TeX commands.
  70. mfpic4ode: Macros to draw direction fields and solutions of ODEs.
  71. mp3d: 3D animations.
  72. mpgraphics: Process and display MetaPost figures inline.
  73. mpattern: Patterns in MetaPost.
  74. piechartmp: Draw pie-charts using MetaPost.
  75. roex:
  76. slideshow: Generate slideshow with MetaPost.
  77. splines: MetaPost macros for drawing cubic spline interpolants.
  78. suanpan: MetaPost macros for drawing Chinese and Japanese abaci.
  79. textpath: Setting text along a path with MetaPost.
  80. threeddice: Create images of dice with one, two, or three faces showing, using MetaPost.
  81. %description -l ja
  82. TeX Live ソフトウェアディストリビューションは、
  83. さまざまな Unix, Macintosh, Windows、および
  84. 他のプラットホームに対して完全な TeX システムを提供します。
  85. 多くの異なった言語を含む TeX ドキュメントの
  86. 編集、組版、閲覧、印刷するためのプログラム、
  87. そして、TeX マクロやフォントライブラリの大きなコレクションを
  88. 同梱しています。
  89. このディストリビューションは
  90. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  91. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  92. このパッケージは以下のようなパッケージ集です。
  93. MetaPost (and Metafont) drawing packages:
  94. このパッケージは以下の CTAN パッケージを含んでいます:
  95. automata: Finite state machines, graphs and trees in MetaPost.
  96. bbcard: Bullshit bingo, calendar and baseball-score cards.
  97. blockdraw_mp: Block diagrams and bond graphs, with MetaPost.
  98. bpolynomial: Drawing polynomial functions of up to order 3.
  99. cmarrows: MetaPost arrows and braces in the Computer Modern style.
  100. drv: Derivation trees with MetaPost.
  101. dviincl: Include a DVI page into MetaPost output.
  102. emp: "Encapsulate" MetaPost figures in a document.
  103. epsincl: Include EPS in MetaPost figures.
  104. expressg: Diagrams consisting of boxes, lines, and annotations.
  105. exteps: Include EPS figures in MetaPost.
  106. featpost: MetaPost macros for 3D.
  107. feynmf: Macros and fonts for creating Feynman (and other) diagrams.
  108. garrigues: MetaPost macros for the reproduction of Garrigues' Easter nomogram.
  109. gmp: Allow integration between MetaPost pictures and LaTeX.
  110. hatching: MetaPost macros for hatching interior of closed paths.
  111. latexmp: Interface for LaTeX-based typesetting in MetaPost
  112. metago: MetaPost output of Go positions.
  113. metaobj: MetaPost package providing high-level objects.
  114. metaplot: Plot-manipulation macros for use in Metapost.
  115. metapost: A development of Metafont for creating graphics.
  116. metauml: MetaPost library for typesetting UML diagrams.
  117. mfpic: Draw MetaFont/Post pictures from (La)TeX commands.
  118. mfpic4ode: Macros to draw direction fields and solutions of ODEs.
  119. mp3d: 3D animations.
  120. mpgraphics: Process and display MetaPost figures inline.
  121. mpattern: Patterns in MetaPost.
  122. piechartmp: Draw pie-charts using MetaPost.
  123. roex:
  124. slideshow: Generate slideshow with MetaPost.
  125. splines: MetaPost macros for drawing cubic spline interpolants.
  126. suanpan: MetaPost macros for drawing Chinese and Japanese abaci.
  127. textpath: Setting text along a path with MetaPost.
  128. threeddice: Create images of dice with one, two, or three faces showing, using MetaPost.
  129. %package doc
  130. Summary: TeX Live: Documentation files of %{name}
  131. Group: Applications/Publishing
  132. Requires: %{name} = %{version}-%{release}
  133. %description doc
  134. This package contains documentation files of %{name}.
  135. %prep
  136. %build
  137. %install
  138. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  139. PREF=%{buildroot}%{tex_destdir}
  140. manifest=(
  141. texmf-dist/doc/metapost/automata/README
  142. texmf-dist/doc/metapost/automata/example.mp
  143. texmf-dist/doc/metapost/automata/example.pdf
  144. texmf-dist/doc/metapost/automata/example.tex
  145. texmf-dist/metapost/automata/automata.mp
  146. texmf-dist/doc/metapost/bbcard/README.TEXLIVE
  147. texmf-dist/doc/metapost/bbcard/README.bbcard
  148. texmf-dist/doc/metapost/bbcard/README.calendar
  149. texmf-dist/doc/metapost/bbcard/README.scorecard
  150. texmf-dist/metapost/bbcard/bbcard.mp
  151. texmf-dist/metapost/bbcard/breakwidth.mp
  152. texmf-dist/metapost/bbcard/calendar.mp
  153. texmf-dist/metapost/bbcard/scorecard.mp
  154. texmf-dist/doc/metapost/blockdraw_mp/README
  155. texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.pdf
  156. texmf-dist/doc/metapost/blockdraw_mp/blockdraw_mp.tex
  157. texmf-dist/doc/metapost/blockdraw_mp/bonddemo.pdf
  158. texmf-dist/doc/metapost/blockdraw_mp/cascadedemo.pdf
  159. texmf-dist/doc/metapost/blockdraw_mp/tiddetext.sty
  160. texmf-dist/doc/metapost/blockdraw_mp/tighttoc.sty
  161. texmf-dist/metapost/blockdraw_mp/blockdraw.mp
  162. texmf-dist/metapost/blockdraw_mp/bonddemo.mp
  163. texmf-dist/metapost/blockdraw_mp/bondgraph.mp
  164. texmf-dist/metapost/blockdraw_mp/cascadedemo.mp
  165. texmf-dist/metapost/blockdraw_mp/docblockprefs.mp
  166. texmf-dist/metapost/blockdraw_mp/shiftoff.mp
  167. texmf-dist/doc/metapost/bpolynomial/CHANGES
  168. texmf-dist/doc/metapost/bpolynomial/README
  169. texmf-dist/doc/metapost/bpolynomial/TODO
  170. texmf-dist/doc/metapost/bpolynomial/bpolynomial.pdf
  171. texmf-dist/doc/metapost/bpolynomial/bpolynomial.tex
  172. texmf-dist/doc/metapost/bpolynomial/examples.mp
  173. texmf-dist/metapost/bpolynomial/bpolynomial.mp
  174. texmf-dist/doc/metapost/cmarrows/README
  175. texmf-dist/doc/metapost/cmarrows/cmarrows.pdf
  176. texmf-dist/doc/metapost/cmarrows/cmmanual.zip
  177. texmf-dist/metapost/cmarrows/cmarrows.mp
  178. texmf-dist/metapost/cmarrows/rgbx0009.mp
  179. texmf-dist/metapost/cmarrows/rgbx0016.mp
  180. texmf-dist/metapost/cmarrows/rgbx0020.mp
  181. texmf-dist/metapost/cmarrows/rgbx0025.mp
  182. texmf-dist/metapost/cmarrows/sgbx0008.mp
  183. texmf-dist/metapost/cmarrows/sgbx0010.mp
  184. texmf-dist/metapost/cmarrows/sgbx0011.mp
  185. texmf-dist/metapost/cmarrows/sgbx0012.mp
  186. texmf-dist/metapost/cmarrows/sgbx0013.mp
  187. texmf-dist/metapost/cmarrows/sgbx0014.mp
  188. texmf-dist/metapost/cmarrows/sgbx0015.mp
  189. texmf-dist/metapost/cmarrows/sgbx0017.mp
  190. texmf-dist/metapost/cmarrows/sgbx0018.mp
  191. texmf-dist/metapost/cmarrows/sgbx0019.mp
  192. texmf-dist/metapost/cmarrows/sgbx0021.mp
  193. texmf-dist/metapost/cmarrows/sgbx0022.mp
  194. texmf-dist/metapost/cmarrows/sgbx0023.mp
  195. texmf-dist/metapost/cmarrows/sgbx0024.mp
  196. texmf-dist/metapost/cmarrows/tgbx0000.mp
  197. texmf-dist/metapost/cmarrows/tgbx0001.mp
  198. texmf-dist/metapost/cmarrows/tgbx0002.mp
  199. texmf-dist/metapost/cmarrows/tgbx0003.mp
  200. texmf-dist/metapost/cmarrows/tgbx0004.mp
  201. texmf-dist/metapost/cmarrows/tgbx0005.mp
  202. texmf-dist/metapost/cmarrows/tgbx0006.mp
  203. texmf-dist/metapost/cmarrows/tgbx0007.mp
  204. texmf-dist/metapost/cmarrows/tgbx0027.mp
  205. texmf-dist/doc/metapost/drv/README
  206. texmf-dist/doc/metapost/drv/doc/drv-guide.mp
  207. texmf-dist/doc/metapost/drv/doc/drv-guide.tex
  208. texmf-dist/doc/metapost/drv/doc/drv.mp
  209. texmf-dist/doc/metapost/drv/doc/makefile
  210. texmf-dist/doc/metapost/drv/doc/readme.sh
  211. texmf-dist/doc/metapost/drv/drv-guide.pdf
  212. texmf-dist/doc/metapost/drv/sample/coq-sample.mp
  213. texmf-dist/doc/metapost/drv/sample/coq-sample.tex
  214. texmf-dist/doc/metapost/drv/sample/drv.mp
  215. texmf-dist/doc/metapost/drv/sample/makefile
  216. texmf-dist/doc/metapost/drv/sample/readme.sh
  217. texmf-dist/doc/metapost/drv/template/drv.mp
  218. texmf-dist/doc/metapost/drv/template/makefile
  219. texmf-dist/doc/metapost/drv/template/readme.sh
  220. texmf-dist/doc/metapost/drv/template/template.mp
  221. texmf-dist/doc/metapost/drv/template/template.tex
  222. texmf-dist/metapost/drv/drv.mp
  223. texmf-dist/doc/metapost/dviincl/0czytaj.sla
  224. texmf-dist/doc/metapost/dviincl/0dviincl.inf
  225. texmf-dist/doc/metapost/dviincl/README
  226. texmf-dist/doc/metapost/dviincl/README.pl
  227. texmf-dist/doc/metapost/dviincl/storyx.tex
  228. texmf-dist/doc/metapost/dviincl/test-bop.mp
  229. texmf-dist/doc/metapost/dviincl/test-bop.tex
  230. texmf-dist/doc/metapost/dviincl/testit.bat
  231. texmf-dist/doc/metapost/dviincl/testit.sh
  232. texmf-dist/metapost/dviincl/fix_brks.mp
  233. texmf-dist/metapost/dviincl/fix_page.mp
  234. texmf-dist/doc/latex/emp/COPYING
  235. texmf-dist/doc/latex/emp/README
  236. texmf-dist/doc/latex/emp/emp.pdf
  237. texmf-dist/doc/latex/emp/empman.pdf
  238. texmf-dist/source/latex/emp/Makefile
  239. texmf-dist/source/latex/emp/emp.drv
  240. texmf-dist/source/latex/emp/emp.dtx
  241. texmf-dist/source/latex/emp/emp.ins
  242. texmf-dist/source/latex/emp/empman.drv
  243. texmf-dist/tex/latex/emp/emp.sty
  244. texmf-dist/doc/metapost/epsincl/0info.txt
  245. texmf-dist/doc/metapost/epsincl/README
  246. texmf-dist/doc/metapost/epsincl/epsincl.awk
  247. texmf-dist/doc/metapost/epsincl/epsincl.bat
  248. texmf-dist/doc/metapost/epsincl/testinc0.eps
  249. texmf-dist/doc/metapost/epsincl/testincl.bat
  250. texmf-dist/doc/metapost/epsincl/testincl.mp
  251. texmf-dist/doc/metapost/epsincl/testincl.sh
  252. texmf-dist/metapost/epsincl/epsincl.mp
  253. texmf-dist/doc/metapost/expressg/README
  254. texmf-dist/doc/metapost/expressg/aamfigs.pdf
  255. texmf-dist/doc/metapost/expressg/aamfigs.tex
  256. texmf-dist/doc/metapost/expressg/expeg.pdf
  257. texmf-dist/doc/metapost/expressg/expeg.tex
  258. texmf-dist/doc/metapost/expressg/expressg.pdf
  259. texmf-dist/doc/metapost/expressg/n2mps.sh
  260. texmf-dist/doc/metapost/expressg/n2mpsprl.prl
  261. texmf-dist/source/metapost/expressg/expressg.dtx
  262. texmf-dist/source/metapost/expressg/expressg.ins
  263. texmf-dist/metapost/expressg/aam.mp
  264. texmf-dist/metapost/expressg/expeg.mp
  265. texmf-dist/metapost/expressg/expressg.mp
  266. texmf-dist/doc/metapost/exteps/LICENSE
  267. texmf-dist/doc/metapost/exteps/README
  268. texmf-dist/doc/metapost/exteps/delfin
  269. texmf-dist/doc/metapost/exteps/exteps.pdf
  270. texmf-dist/doc/metapost/exteps/exteps.tex
  271. texmf-dist/metapost/exteps/exteps.mp
  272. texmf-dist/doc/metapost/featpost/README.ctan
  273. texmf-dist/doc/metapost/featpost/README.featpost
  274. texmf-dist/doc/metapost/featpost/bashscript/dosome.sh
  275. texmf-dist/doc/metapost/featpost/bashscript/eps2j.sh
  276. texmf-dist/doc/metapost/featpost/bashscript/fpost
  277. texmf-dist/doc/metapost/featpost/bashscript/insertinputcommands.sed
  278. texmf-dist/doc/metapost/featpost/bashscript/insertinputcommands.sh
  279. texmf-dist/doc/metapost/featpost/bashscript/laproof
  280. texmf-dist/doc/metapost/featpost/bashscript/lbproof
  281. texmf-dist/doc/metapost/featpost/bashscript/lcproof
  282. texmf-dist/doc/metapost/featpost/bashscript/makelogo.sh
  283. texmf-dist/doc/metapost/featpost/bashscript/maketugboatart.sh
  284. texmf-dist/doc/metapost/featpost/bashscript/nontextualpng.sh
  285. texmf-dist/doc/metapost/featpost/bashscript/procedurenames.sh
  286. texmf-dist/doc/metapost/featpost/bashscript/remfi.sh
  287. texmf-dist/doc/metapost/featpost/bashscript/removeinputcommand.sh
  288. texmf-dist/doc/metapost/featpost/bashscript/replacetext.sh
  289. texmf-dist/doc/metapost/featpost/bashscript/simpleviewer.sh
  290. texmf-dist/doc/metapost/featpost/doc/doclicense.txt
  291. texmf-dist/doc/metapost/featpost/doc/featexamples.html
  292. texmf-dist/doc/metapost/featpost/doc/featpost.1.gz
  293. texmf-dist/doc/metapost/featpost/doc/featpost.sgml
  294. texmf-dist/doc/metapost/featpost/doc/tug2004.pdf
  295. texmf-dist/doc/metapost/featpost/example/bugtrack/bughunt.mp
  296. texmf-dist/doc/metapost/featpost/example/bugtrack/gstr.mp
  297. texmf-dist/doc/metapost/featpost/example/highmemory/hiddenlinegraph.mp
  298. texmf-dist/doc/metapost/featpost/example/highmemory/mainmemtest.mp
  299. texmf-dist/doc/metapost/featpost/example/highmemory/par3Dplotexamples.mp
  300. texmf-dist/doc/metapost/featpost/example/repeated/borderframetest.mp
  301. texmf-dist/doc/metapost/featpost/example/repeated/conegetready.mp
  302. texmf-dist/doc/metapost/featpost/example/repeated/doitnow.mp
  303. texmf-dist/doc/metapost/featpost/example/repeated/electricpotential.mp
  304. texmf-dist/doc/metapost/featpost/example/repeated/emptylines.mp
  305. texmf-dist/doc/metapost/featpost/example/repeated/experimental.mp
  306. texmf-dist/doc/metapost/featpost/example/repeated/fieldlines.mp
  307. texmf-dist/doc/metapost/featpost/example/repeated/fis3prey.mp
  308. texmf-dist/doc/metapost/featpost/example/repeated/frustum.mp
  309. texmf-dist/doc/metapost/featpost/example/repeated/geom_casq.mp
  310. texmf-dist/doc/metapost/featpost/example/repeated/geom_freder.mp
  311. texmf-dist/doc/metapost/featpost/example/repeated/graphexample.mp
  312. texmf-dist/doc/metapost/featpost/example/repeated/lcurvature.mp
  313. texmf-dist/doc/metapost/featpost/example/repeated/mptoolcone.mp
  314. texmf-dist/doc/metapost/featpost/example/repeated/nembends.mp
  315. texmf-dist/doc/metapost/featpost/example/repeated/nemdirector.mp
  316. texmf-dist/doc/metapost/featpost/example/repeated/nemquira.mp
  317. texmf-dist/doc/metapost/featpost/example/repeated/nemquirapitch.mp
  318. texmf-dist/doc/metapost/featpost/example/repeated/nemuniax.mp
  319. texmf-dist/doc/metapost/featpost/example/repeated/pathernon.mp
  320. texmf-dist/doc/metapost/featpost/example/repeated/planpht.mp
  321. texmf-dist/doc/metapost/featpost/example/repeated/rigorcubo.mp
  322. texmf-dist/doc/metapost/featpost/example/repeated/rmnbob.mp
  323. texmf-dist/doc/metapost/featpost/example/repeated/sal.mp
  324. texmf-dist/doc/metapost/featpost/example/repeated/sfearschem.mp
  325. texmf-dist/doc/metapost/featpost/example/repeated/signalvertexSD.mp
  326. texmf-dist/doc/metapost/featpost/example/repeated/spherample.mp
  327. texmf-dist/doc/metapost/featpost/example/repeated/squareanglines.mp
  328. texmf-dist/doc/metapost/featpost/example/repeated/troncoconedef.mp
  329. texmf-dist/doc/metapost/featpost/example/repeated/twistnlc.mp
  330. texmf-dist/doc/metapost/featpost/example/repeated/twistroundbiax.mp
  331. texmf-dist/doc/metapost/featpost/example/repeated/twocyclestogether.mp
  332. texmf-dist/doc/metapost/featpost/example/repeated/twoupcones.mp
  333. texmf-dist/doc/metapost/featpost/example/standard/anglinerigorouscircle.mp
  334. texmf-dist/doc/metapost/featpost/example/standard/cartaxes.mp
  335. texmf-dist/doc/metapost/featpost/example/standard/conicurv.mp
  336. texmf-dist/doc/metapost/featpost/example/standard/cubicfacecentered.mp
  337. texmf-dist/doc/metapost/featpost/example/standard/cubicfigures.mp
  338. texmf-dist/doc/metapost/featpost/example/standard/cylimple.mp
  339. texmf-dist/doc/metapost/featpost/example/standard/downloadicon.mp
  340. texmf-dist/doc/metapost/featpost/example/standard/eemcsblabla.mp
  341. texmf-dist/doc/metapost/featpost/example/standard/embroncordada.mp
  342. texmf-dist/doc/metapost/featpost/example/standard/fakehole.mp
  343. texmf-dist/doc/metapost/featpost/example/standard/featpostlogo.mp
  344. texmf-dist/doc/metapost/featpost/example/standard/ffcbob.mp
  345. texmf-dist/doc/metapost/featpost/example/standard/fieldlinesnorma.mp
  346. texmf-dist/doc/metapost/featpost/example/standard/fis1prex.mp
  347. texmf-dist/doc/metapost/featpost/example/standard/fis3prex.mp
  348. texmf-dist/doc/metapost/featpost/example/standard/geombasic.mp
  349. texmf-dist/doc/metapost/featpost/example/standard/geomfiguei.mp
  350. texmf-dist/doc/metapost/featpost/example/standard/geommine.mp
  351. texmf-dist/doc/metapost/featpost/example/standard/globe.mp
  352. texmf-dist/doc/metapost/featpost/example/standard/halfcirclesfear.mp
  353. texmf-dist/doc/metapost/featpost/example/standard/hexagonaltrimesh.mp
  354. texmf-dist/doc/metapost/featpost/example/standard/hiddensurface.mp
  355. texmf-dist/doc/metapost/featpost/example/standard/hiddensurfaces.mp
  356. texmf-dist/doc/metapost/featpost/example/standard/inductionbob.mp
  357. texmf-dist/doc/metapost/featpost/example/standard/joinedemptylines.mp
  358. texmf-dist/doc/metapost/featpost/example/standard/kindofcube.mp
  359. texmf-dist/doc/metapost/featpost/example/standard/labelconstruct.mp
  360. texmf-dist/doc/metapost/featpost/example/standard/labelinspace.mp
  361. texmf-dist/doc/metapost/featpost/example/standard/magneticflux.mp
  362. texmf-dist/doc/metapost/featpost/example/standard/nembiaxi.mp
  363. texmf-dist/doc/metapost/featpost/example/standard/nemsaddl.mp
  364. texmf-dist/doc/metapost/featpost/example/standard/nsmetica.mp
  365. texmf-dist/doc/metapost/featpost/example/standard/parafuso.mp
  366. texmf-dist/doc/metapost/featpost/example/standard/pathofstraightline.mp
  367. texmf-dist/doc/metapost/featpost/example/standard/photoreverse.mp
  368. texmf-dist/doc/metapost/featpost/example/standard/polyhedr.mp
  369. texmf-dist/doc/metapost/featpost/example/standard/positivecharge.mp
  370. texmf-dist/doc/metapost/featpost/example/standard/resistcircuit.mp
  371. texmf-dist/doc/metapost/featpost/example/standard/rigorouscircle.mp
  372. texmf-dist/doc/metapost/featpost/example/standard/rigorouscone.mp
  373. texmf-dist/doc/metapost/featpost/example/standard/rigorousdiscSD.mp
  374. texmf-dist/doc/metapost/featpost/example/standard/rigorousdiscoptions.mp
  375. texmf-dist/doc/metapost/featpost/example/standard/rigorousfearpath.mp
  376. texmf-dist/doc/metapost/featpost/example/standard/rotatnlc.mp
  377. texmf-dist/doc/metapost/featpost/example/standard/saturn.mp
  378. texmf-dist/doc/metapost/featpost/example/standard/sharpraytrace.mp
  379. texmf-dist/doc/metapost/featpost/example/standard/simplecar.mp
  380. texmf-dist/doc/metapost/featpost/example/standard/simplecarparam.mp
  381. texmf-dist/doc/metapost/featpost/example/standard/spatialhalfsfear.mp
  382. texmf-dist/doc/metapost/featpost/example/standard/spltwiben.mp
  383. texmf-dist/doc/metapost/featpost/example/standard/stageforthree.mp
  384. texmf-dist/doc/metapost/featpost/example/standard/tangencypoint.mp
  385. texmf-dist/doc/metapost/featpost/example/standard/tdarrow.mp
  386. texmf-dist/doc/metapost/featpost/example/standard/thearchicon.mp
  387. texmf-dist/doc/metapost/featpost/example/standard/thethreekindsofperspec.mp
  388. texmf-dist/doc/metapost/featpost/example/standard/torus.mp
  389. texmf-dist/doc/metapost/featpost/example/standard/trajectoryline.mp
  390. texmf-dist/doc/metapost/featpost/example/standard/triangulartrimesh.mp
  391. texmf-dist/doc/metapost/featpost/example/standard/tropicalglobe.mp
  392. texmf-dist/doc/metapost/featpost/example/standard/tshirtfig.mp
  393. texmf-dist/doc/metapost/featpost/example/standard/tuftescatter.mp
  394. texmf-dist/doc/metapost/featpost/example/standard/twistflat.mp
  395. texmf-dist/doc/metapost/featpost/example/standard/twoholes.mp
  396. texmf-dist/doc/metapost/featpost/example/standard/unperfection.mp
  397. texmf-dist/doc/metapost/featpost/example/standard/unperfectionremoved.mp
  398. texmf-dist/doc/metapost/featpost/example/standard/vanallenbelt.mp
  399. texmf-dist/doc/metapost/featpost/example/standard/verygoodcone.mp
  400. texmf-dist/doc/metapost/featpost/example/standard/xraycamera.mp
  401. texmf-dist/doc/metapost/featpost/example/tug04/cone.mp
  402. texmf-dist/doc/metapost/featpost/example/tug04/ellipticprism.mp
  403. texmf-dist/doc/metapost/featpost/example/tug04/intersection2D.mp
  404. texmf-dist/doc/metapost/featpost/example/tug04/kindofcube.mp
  405. texmf-dist/doc/metapost/featpost/example/tug04/newexperimental.mp
  406. texmf-dist/doc/metapost/featpost/example/tug04/perspec.mp
  407. texmf-dist/doc/metapost/featpost/example/tug04/planintersection.mp
  408. texmf-dist/doc/metapost/featpost/example/tug04/revolvers.mp
  409. texmf-dist/doc/metapost/featpost/example/tug04/tangency2D.mp
  410. texmf-dist/doc/metapost/featpost/galrey/galrey.rc
  411. texmf-dist/doc/metapost/featpost/galrey/galrey.sh
  412. texmf-dist/doc/metapost/featpost/galrey/galrey.tpl
  413. texmf-dist/doc/metapost/featpost/jpeg/cbxSmall.jpg
  414. texmf-dist/doc/metapost/featpost/jpeg/hiddenlinegraph1.jpg
  415. texmf-dist/doc/metapost/featpost/jpeg/mymetapostbackground.jpeg
  416. texmf-dist/doc/metapost/featpost/jpeg/mymetapostclearback.jpeg
  417. texmf-dist/doc/metapost/featpost/jpeg/par3Dplotexamples1.jpg
  418. texmf-dist/doc/metapost/featpost/jpeg/par3Dplotexamples2.jpg
  419. texmf-dist/doc/metapost/featpost/jpeg/planpau2.jpeg
  420. texmf-dist/doc/metapost/featpost/latex/linuxdoc-sgml.sty
  421. texmf-dist/doc/metapost/featpost/latex/logofeatpost.tex
  422. texmf-dist/doc/metapost/featpost/latex/ltugboat.cls
  423. texmf-dist/doc/metapost/featpost/latex/macroMan.tex
  424. texmf-dist/doc/metapost/featpost/latex/mflogohack.sty
  425. texmf-dist/doc/metapost/featpost/latex/null.sty
  426. texmf-dist/doc/metapost/featpost/latex/qwertz.sty
  427. texmf-dist/doc/metapost/featpost/macro/README.macro
  428. texmf-dist/doc/metapost/featpost/nontextualpng/cylimple.1.png
  429. texmf-dist/doc/metapost/featpost/nontextualpng/globe.1.png
  430. texmf-dist/doc/metapost/featpost/nontextualpng/rigorouscone.1.png
  431. texmf-dist/doc/metapost/featpost/nontextualpng/rigorousfearpath.1.png
  432. texmf-dist/doc/metapost/featpost/nontextualpng/rotatnlc.1.png
  433. texmf-dist/doc/metapost/featpost/nontextualpng/stageforthree.2.png
  434. texmf-dist/doc/metapost/featpost/nontextualpng/torus.5.png
  435. texmf-dist/doc/metapost/featpost/nontextualpng/torus.6.png
  436. texmf-dist/doc/metapost/featpost/nontextualpng/triangulartrimesh.1.png
  437. texmf-dist/doc/metapost/featpost/png/border140.png
  438. texmf-dist/doc/metapost/featpost/png/borderframetest.png
  439. texmf-dist/doc/metapost/featpost/png/composite.png
  440. texmf-dist/doc/metapost/featpost/png/downloadicon.png
  441. texmf-dist/doc/metapost/featpost/png/experfilminifram.png
  442. texmf-dist/doc/metapost/featpost/png/featpost2.png
  443. texmf-dist/doc/metapost/featpost/png/inifram.png
  444. texmf-dist/doc/metapost/featpost/png/lcdistortsallinifram.png
  445. texmf-dist/doc/metapost/featpost/png/metapostlace.png
  446. texmf-dist/doc/metapost/featpost/png/myicon.png
  447. texmf-dist/doc/metapost/featpost/typesetinspace/README.mpy
  448. texmf-dist/doc/metapost/featpost/typesetinspace/example.mp
  449. texmf-dist/doc/metapost/featpost/typesetinspace/exampleminimal.mp
  450. texmf-dist/doc/metapost/featpost/typesetinspace/makempy.pl
  451. texmf-dist/doc/metapost/featpost/typesetinspace/mp-grph.mp
  452. texmf-dist/doc/metapost/featpost/typesetinspace/mp-tool.mp
  453. texmf-dist/doc/metapost/featpost/xcmd/README.xcmd
  454. texmf-dist/doc/metapost/featpost/xcmd/xmpost
  455. texmf-dist/metapost/featpost/featpost.mp
  456. texmf-dist/metapost/featpost/featpost3Dplus2D.mp
  457. texmf-dist/doc/latex/feynmf/Announce
  458. texmf-dist/doc/latex/feynmf/COPYING
  459. texmf-dist/doc/latex/feynmf/Feynman.Diagrams
  460. texmf-dist/doc/latex/feynmf/README
  461. texmf-dist/doc/latex/feynmf/Tutorial
  462. texmf-dist/doc/latex/feynmf/fmfman.pdf
  463. texmf-dist/doc/latex/feynmf/manpics.1
  464. texmf-dist/doc/latex/feynmf/manpics.2
  465. texmf-dist/doc/latex/feynmf/manpics.3
  466. texmf-dist/doc/latex/feynmf/template.tex
  467. texmf-dist/source/latex/feynmf/Makefile
  468. texmf-dist/source/latex/feynmf/feynmf.drv
  469. texmf-dist/source/latex/feynmf/feynmf.dtx
  470. texmf-dist/source/latex/feynmf/feynmf.ins
  471. texmf-dist/source/latex/feynmf/feynmf.pl
  472. texmf-dist/source/latex/feynmf/feynmf209.ins
  473. texmf-dist/source/latex/feynmf/feynmp.drv
  474. texmf-dist/source/latex/feynmf/fmfman.drv
  475. texmf-dist/source/latex/feynmf/fmfmanps.drv
  476. texmf-dist/metafont/feynmf/feynmf.mf
  477. texmf-dist/metapost/feynmf/feynmp.mp
  478. texmf-dist/metapost/feynmf/manpics.mp
  479. texmf-dist/tex/latex/feynmf/feynmf.sty
  480. texmf-dist/tex/latex/feynmf/feynmp.sty
  481. texmf-dist/doc/metapost/garrigues/README
  482. texmf-dist/doc/metapost/garrigues/article.txt
  483. texmf-dist/metapost/garrigues/garrigues.mp
  484. texmf-dist/doc/latex/gmp/README
  485. texmf-dist/doc/latex/gmp/gmp.pdf
  486. texmf-dist/source/latex/gmp/gmp.dtx
  487. texmf-dist/source/latex/gmp/gmp.ins
  488. texmf-dist/tex/latex/gmp/gmp.sty
  489. texmf-dist/doc/metapost/hatching/README
  490. texmf-dist/doc/metapost/hatching/htchuse.mp
  491. texmf-dist/doc/metapost/hatching/htchuse_.tex
  492. texmf-dist/metapost/hatching/hatching.mp
  493. texmf-dist/doc/metapost/latexmp/README
  494. texmf-dist/doc/metapost/latexmp/latexmp.pdf
  495. texmf-dist/metapost/latexmp/latexmp.mp
  496. texmf-dist/doc/metapost/metago/README
  497. texmf-dist/doc/metapost/metago/example-program.mp
  498. texmf-dist/doc/metapost/metago/example-program.pdf
  499. texmf-dist/doc/metapost/metago/example-script-1.pdf
  500. texmf-dist/doc/metapost/metago/example-script-2.pdf
  501. texmf-dist/doc/metapost/metago/example-script-3.pdf
  502. texmf-dist/doc/metapost/metago/example-script-4.pdf
  503. texmf-dist/doc/metapost/metago/example-script-5.pdf
  504. texmf-dist/doc/metapost/metago/example-script-6.pdf
  505. texmf-dist/doc/metapost/metago/example-script-7.pdf
  506. texmf-dist/doc/metapost/metago/example-script-8.pdf
  507. texmf-dist/doc/metapost/metago/example-script.mp
  508. texmf-dist/doc/metapost/metago/script.go
  509. texmf-dist/metapost/metago/metago.mp
  510. texmf-dist/doc/metapost/metaobj/README
  511. texmf-dist/doc/metapost/metaobj/license.txt
  512. texmf-dist/doc/metapost/metaobj/momanual.pdf
  513. texmf-dist/metapost/metaobj/connections.mp
  514. texmf-dist/metapost/metaobj/metaobj.mp
  515. texmf-dist/metapost/metaobj/mobjstandard.mp
  516. texmf-dist/metapost/metaobj/proofex.mp
  517. texmf-dist/metapost/metaobj/pstricksex1.mp
  518. texmf-dist/metapost/metaobj/pstricksex2.mp
  519. texmf-dist/metapost/metaobj/pstricksex3.mp
  520. texmf-dist/metapost/metaobj/pstricksex4.mp
  521. texmf-dist/doc/latex/metaplot/README
  522. texmf-dist/doc/latex/metaplot/examples/cap1.cc
  523. texmf-dist/doc/latex/metaplot/examples/cap1.mp
  524. texmf-dist/doc/latex/metaplot/examples/capillary.cc
  525. texmf-dist/doc/latex/metaplot/examples/cpoint.cc
  526. texmf-dist/doc/latex/metaplot/examples/cpoint.h
  527. texmf-dist/doc/latex/metaplot/examples/figure_1.mp
  528. texmf-dist/doc/latex/metaplot/examples/figures_2-7.mp
  529. texmf-dist/doc/latex/metaplot/examples/figures_8-9.mp
  530. texmf-dist/doc/latex/metaplot/examples/gpl.txt
  531. texmf-dist/doc/latex/metaplot/examples/mc2.mp
  532. texmf-dist/doc/latex/metaplot/examples/metacontour.cc
  533. texmf-dist/doc/latex/metaplot/examples/metacontour.h
  534. texmf-dist/doc/latex/metaplot/examples/metacontour_main.cc
  535. texmf-dist/doc/latex/metaplot/metaplot_preprint.pdf
  536. texmf-dist/metapost/metaplot/axes.mp
  537. texmf-dist/metapost/metaplot/metaplot.mp
  538. texmf-dist/doc/metapost/base/grdemo-doc.pdf
  539. texmf-dist/doc/metapost/base/grdemo.pdf
  540. texmf-dist/doc/metapost/base/index.html
  541. texmf-dist/doc/metapost/base/mpboxes.pdf
  542. texmf-dist/doc/metapost/base/mpgraph.pdf
  543. texmf-dist/doc/metapost/base/mpintro.pdf
  544. texmf-dist/doc/metapost/base/mplibapi.pdf
  545. texmf-dist/doc/metapost/base/mpman.pdf
  546. texmf-dist/doc/metapost/base/source-manual/Makefile
  547. texmf-dist/doc/metapost/base/source-manual/README
  548. texmf-dist/doc/metapost/base/source-manual/TODO
  549. texmf-dist/doc/metapost/base/source-manual/agepop91.d
  550. texmf-dist/doc/metapost/base/source-manual/agepopm.d
  551. texmf-dist/doc/metapost/base/source-manual/charts.mp
  552. texmf-dist/doc/metapost/base/source-manual/cm2lm.map
  553. texmf-dist/doc/metapost/base/source-manual/countries.d
  554. texmf-dist/doc/metapost/base/source-manual/ctabbing.sty
  555. texmf-dist/doc/metapost/base/source-manual/demo.ms
  556. texmf-dist/doc/metapost/base/source-manual/energy.d
  557. texmf-dist/doc/metapost/base/source-manual/figs.1
  558. texmf-dist/doc/metapost/base/source-manual/figs.mp
  559. texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ms
  560. texmf-dist/doc/metapost/base/source-manual/grdemo-doc.ps
  561. texmf-dist/doc/metapost/base/source-manual/grdemo.eps
  562. texmf-dist/doc/metapost/base/source-manual/grdemo.mp
  563. texmf-dist/doc/metapost/base/source-manual/grdemo.ms
  564. texmf-dist/doc/metapost/base/source-manual/lead.d
  565. texmf-dist/doc/metapost/base/source-manual/matmul.d
  566. texmf-dist/doc/metapost/base/source-manual/mpboxes.bib
  567. texmf-dist/doc/metapost/base/source-manual/mpboxes.mp
  568. texmf-dist/doc/metapost/base/source-manual/mpboxes.tex
  569. texmf-dist/doc/metapost/base/source-manual/mpgraph.bib
  570. texmf-dist/doc/metapost/base/source-manual/mpgraph.mp
  571. texmf-dist/doc/metapost/base/source-manual/mpgraph.tex
  572. texmf-dist/doc/metapost/base/source-manual/mplibapi.tex
  573. texmf-dist/doc/metapost/base/source-manual/mpman-app-legacy.tex
  574. texmf-dist/doc/metapost/base/source-manual/mpman-app-optab.tex
  575. texmf-dist/doc/metapost/base/source-manual/mpman-app-refman.tex
  576. texmf-dist/doc/metapost/base/source-manual/mpman-charts.mp
  577. texmf-dist/doc/metapost/base/source-manual/mpman.bib
  578. texmf-dist/doc/metapost/base/source-manual/mpman.ist
  579. texmf-dist/doc/metapost/base/source-manual/mpman.mp
  580. texmf-dist/doc/metapost/base/source-manual/mpman.tex
  581. texmf-dist/doc/metapost/base/source-manual/timepop.d
  582. texmf-dist/doc/metapost/base/source-tutorial/Makefile
  583. texmf-dist/doc/metapost/base/source-tutorial/abstract.tex
  584. texmf-dist/doc/metapost/base/source-tutorial/annulus.mp
  585. texmf-dist/doc/metapost/base/source-tutorial/arrows.tex
  586. texmf-dist/doc/metapost/base/source-tutorial/biblio.tex
  587. texmf-dist/doc/metapost/base/source-tutorial/circles.mp
  588. texmf-dist/doc/metapost/base/source-tutorial/commands.tex
  589. texmf-dist/doc/metapost/base/source-tutorial/compilation.tex
  590. texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex
  591. texmf-dist/doc/metapost/base/source-tutorial/data.d
  592. texmf-dist/doc/metapost/base/source-tutorial/data.mp
  593. texmf-dist/doc/metapost/base/source-tutorial/data.tex
  594. texmf-dist/doc/metapost/base/source-tutorial/draw.mp
  595. texmf-dist/doc/metapost/base/source-tutorial/draw.tex
  596. texmf-dist/doc/metapost/base/source-tutorial/fill.mp
  597. texmf-dist/doc/metapost/base/source-tutorial/fill.tex
  598. texmf-dist/doc/metapost/base/source-tutorial/graph.tex
  599. texmf-dist/doc/metapost/base/source-tutorial/inclusion.tex
  600. texmf-dist/doc/metapost/base/source-tutorial/intro.tex
  601. texmf-dist/doc/metapost/base/source-tutorial/label.mp
  602. texmf-dist/doc/metapost/base/source-tutorial/label.tex
  603. texmf-dist/doc/metapost/base/source-tutorial/mpintro.bib
  604. texmf-dist/doc/metapost/base/source-tutorial/mpintro.ltx
  605. texmf-dist/doc/metapost/base/source-tutorial/paperclip.mp
  606. texmf-dist/doc/metapost/base/source-tutorial/parabola.mp
  607. texmf-dist/doc/metapost/base/source-tutorial/previewer.eps
  608. texmf-dist/doc/metapost/base/source-tutorial/previewer.pdf
  609. texmf-dist/doc/metapost/base/source-tutorial/previewer.png
  610. texmf-dist/fonts/afm/metapost/freeeuro.afm
  611. texmf-dist/fonts/afm/metapost/psyrgo.afm
  612. texmf-dist/fonts/afm/metapost/zpzdr-reversed.afm
  613. texmf-dist/fonts/enc/dvips/metapost/groff.enc
  614. texmf-dist/fonts/map/dvips/metapost/troff-updmap.map
  615. texmf-dist/fonts/map/dvips/metapost/troff.map
  616. texmf-dist/fonts/tfm/metapost/freeeuro.tfm
  617. texmf-dist/fonts/tfm/metapost/pagd8g.tfm
  618. texmf-dist/fonts/tfm/metapost/pagdo8g.tfm
  619. texmf-dist/fonts/tfm/metapost/pagk8g.tfm
  620. texmf-dist/fonts/tfm/metapost/pagko8g.tfm
  621. texmf-dist/fonts/tfm/metapost/pbkd8g.tfm
  622. texmf-dist/fonts/tfm/metapost/pbkdi8g.tfm
  623. texmf-dist/fonts/tfm/metapost/pbkl8g.tfm
  624. texmf-dist/fonts/tfm/metapost/pbkli8g.tfm
  625. texmf-dist/fonts/tfm/metapost/pcrb8g.tfm
  626. texmf-dist/fonts/tfm/metapost/pcrbo8g.tfm
  627. texmf-dist/fonts/tfm/metapost/pcrr8g.tfm
  628. texmf-dist/fonts/tfm/metapost/pcrro8g.tfm
  629. texmf-dist/fonts/tfm/metapost/phvb8g.tfm
  630. texmf-dist/fonts/tfm/metapost/phvb8gn.tfm
  631. texmf-dist/fonts/tfm/metapost/phvbo8g.tfm
  632. texmf-dist/fonts/tfm/metapost/phvbo8gn.tfm
  633. texmf-dist/fonts/tfm/metapost/phvr8g.tfm
  634. texmf-dist/fonts/tfm/metapost/phvr8gn.tfm
  635. texmf-dist/fonts/tfm/metapost/phvro8g.tfm
  636. texmf-dist/fonts/tfm/metapost/phvro8gn.tfm
  637. texmf-dist/fonts/tfm/metapost/pncb8g.tfm
  638. texmf-dist/fonts/tfm/metapost/pncbi8g.tfm
  639. texmf-dist/fonts/tfm/metapost/pncr8g.tfm
  640. texmf-dist/fonts/tfm/metapost/pncri8g.tfm
  641. texmf-dist/fonts/tfm/metapost/pplb8g.tfm
  642. texmf-dist/fonts/tfm/metapost/pplbi8g.tfm
  643. texmf-dist/fonts/tfm/metapost/pplr8g.tfm
  644. texmf-dist/fonts/tfm/metapost/pplri8g.tfm
  645. texmf-dist/fonts/tfm/metapost/psyrgo.tfm
  646. texmf-dist/fonts/tfm/metapost/ptmb8g.tfm
  647. texmf-dist/fonts/tfm/metapost/ptmbi8g.tfm
  648. texmf-dist/fonts/tfm/metapost/ptmr8g.tfm
  649. texmf-dist/fonts/tfm/metapost/ptmri8g.tfm
  650. texmf-dist/fonts/tfm/metapost/pzcmi8g.tfm
  651. texmf-dist/fonts/tfm/metapost/zpzdr-reversed.tfm
  652. texmf-dist/fonts/type1/metapost/freeeuro.pfa
  653. texmf-dist/metapost/base/TEX.mp
  654. texmf-dist/metapost/base/boxes.mp
  655. texmf-dist/metapost/base/format.mp
  656. texmf-dist/metapost/base/graph.mp
  657. texmf-dist/metapost/base/marith.mp
  658. texmf-dist/metapost/base/mfplain.mp
  659. texmf-dist/metapost/base/mpost.mp
  660. texmf-dist/metapost/base/plain.mp
  661. texmf-dist/metapost/base/rboxes.mp
  662. texmf-dist/metapost/base/sarith.mp
  663. texmf-dist/metapost/base/string.mp
  664. texmf-dist/metapost/base/texnum.mp
  665. texmf-dist/metapost/base/troffnum.mp
  666. texmf-dist/metapost/config/mfplain.ini
  667. texmf-dist/metapost/misc/null.mp
  668. texmf-dist/metapost/support/charlib/12
  669. texmf-dist/metapost/support/charlib/14
  670. texmf-dist/metapost/support/charlib/34
  671. texmf-dist/metapost/support/charlib/Ao
  672. texmf-dist/metapost/support/charlib/Fi
  673. texmf-dist/metapost/support/charlib/Fl
  674. texmf-dist/metapost/support/charlib/L1
  675. texmf-dist/metapost/support/charlib/LH
  676. texmf-dist/metapost/support/charlib/Lb
  677. texmf-dist/metapost/support/charlib/Sl
  678. texmf-dist/metapost/support/charlib/ao.x
  679. texmf-dist/metapost/support/charlib/bx
  680. texmf-dist/metapost/support/charlib/ci
  681. texmf-dist/metapost/support/charlib/ff
  682. texmf-dist/metapost/support/charlib/lh.x
  683. texmf-dist/metapost/support/charlib/ob
  684. texmf-dist/metapost/support/charlib/rh
  685. texmf-dist/metapost/support/charlib/sq
  686. texmf-dist/metapost/support/charlib/twiddle
  687. texmf-dist/metapost/support/trchars.adj
  688. texmf-dist/metapost/support/trfonts.map
  689. texmf-dist/tex/generic/metapost/mproof.tex
  690. texmf-dist/tex/generic/metapost/mpsproof.tex
  691. texmf-dist/doc/metapost/metauml/README
  692. texmf-dist/doc/metapost/metauml/metauml_manual/fig/activity.mp
  693. texmf-dist/doc/metapost/metauml/metauml_manual/fig/activity_diagrams.mp
  694. texmf-dist/doc/metapost/metauml/metauml_manual/fig/appetizer.mp
  695. texmf-dist/doc/metapost/metauml/metauml_manual/fig/boxes_vs_util.mp
  696. texmf-dist/doc/metapost/metauml/metauml_manual/fig/class.mp
  697. texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_association.mp
  698. texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_customization.mp
  699. texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_customization2.mp
  700. texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_diagrams.mp
  701. texmf-dist/doc/metapost/metauml/metauml_manual/fig/class_templates.mp
  702. texmf-dist/doc/metapost/metauml/metauml_manual/fig/cliparts.mp
  703. texmf-dist/doc/metapost/metauml/metauml_manual/fig/component.mp
  704. texmf-dist/doc/metapost/metauml/metauml_manual/fig/group.mp
  705. texmf-dist/doc/metapost/metauml/metauml_manual/fig/how-links-work.mp
  706. texmf-dist/doc/metapost/metauml/metauml_manual/fig/instance.mp
  707. texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptextmp.mp
  708. texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp
  709. texmf-dist/doc/metapost/metauml/metauml_manual/fig/note.mp
  710. texmf-dist/doc/metapost/metauml/metauml_manual/fig/object_stack.mp
  711. texmf-dist/doc/metapost/metauml/metauml_manual/fig/package.mp
  712. texmf-dist/doc/metapost/metauml/metauml_manual/fig/paths.mp
  713. texmf-dist/doc/metapost/metauml/metauml_manual/fig/paths_man.mp
  714. texmf-dist/doc/metapost/metauml/metauml_manual/fig/picture_info.mp
  715. texmf-dist/doc/metapost/metauml/metauml_manual/fig/picture_stack.mp
  716. texmf-dist/doc/metapost/metauml/metauml_manual/fig/positioning.mp
  717. texmf-dist/doc/metapost/metauml/metauml_manual/fig/properties.mp
  718. texmf-dist/doc/metapost/metauml/metauml_manual/fig/state.mp
  719. texmf-dist/doc/metapost/metauml/metauml_manual/fig/statemachine_diagrams.mp
  720. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_activity.mp
  721. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_class.mp
  722. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_class_qual_assoc.mp
  723. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_class_templates.mp
  724. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_component.mp
  725. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_font.mp
  726. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_group.mp
  727. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_instance.mp
  728. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_lars_issues.mp
  729. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_lowlevel.mp
  730. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_note.mp
  731. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_package.mp
  732. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_paths.mp
  733. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_picture.mp
  734. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_picture_stack.mp
  735. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_picture_tex_rendering.mp
  736. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_positioning.mp
  737. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_skins.mp
  738. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_skins_global_defaults.mp
  739. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_state.mp
  740. texmf-dist/doc/metapost/metauml/metauml_manual/fig/test_usecase.mp
  741. texmf-dist/doc/metapost/metauml/metauml_manual/fig/usecase.mp
  742. texmf-dist/doc/metapost/metauml/metauml_manual/fig/usecase_diagrams.mp
  743. texmf-dist/doc/metapost/metauml/metauml_manual/gnu-fdl.tex
  744. texmf-dist/doc/metapost/metauml/metauml_manual/macro.tex
  745. texmf-dist/doc/metapost/metauml/metauml_manual/metauml_manual.tex
  746. texmf-dist/doc/metapost/metauml/metauml_manual/my-bib.bib
  747. texmf-dist/doc/metapost/metauml/metauml_manual/test.mp
  748. texmf-dist/doc/metapost/metauml/metauml_manual/test_suite.tex
  749. texmf-dist/doc/metapost/metauml/metauml_manual_0.2.5.pdf
  750. texmf-dist/metapost/metauml/metauml.mp
  751. texmf-dist/metapost/metauml/metauml_activity.mp
  752. texmf-dist/metapost/metauml/metauml_base.mp
  753. texmf-dist/metapost/metauml/metauml_behavioral_common.mp
  754. texmf-dist/metapost/metauml/metauml_class.mp
  755. texmf-dist/metapost/metauml/metauml_class_assoc.mp
  756. texmf-dist/metapost/metauml/metauml_class_clipart.mp
  757. texmf-dist/metapost/metauml/metauml_class_relations.mp
  758. texmf-dist/metapost/metauml/metauml_component.mp
  759. texmf-dist/metapost/metauml/metauml_component_relations.mp
  760. texmf-dist/metapost/metauml/metauml_defaults.mp
  761. texmf-dist/metapost/metauml/metauml_instance.mp
  762. texmf-dist/metapost/metauml/metauml_links.mp
  763. texmf-dist/metapost/metauml/metauml_note.mp
  764. texmf-dist/metapost/metauml/metauml_package.mp
  765. texmf-dist/metapost/metauml/metauml_package_relations.mp
  766. texmf-dist/metapost/metauml/metauml_paths.mp
  767. texmf-dist/metapost/metauml/metauml_skin_simple.mp
  768. texmf-dist/metapost/metauml/metauml_state.mp
  769. texmf-dist/metapost/metauml/metauml_stereotype.mp
  770. texmf-dist/metapost/metauml/metauml_templates.mp
  771. texmf-dist/metapost/metauml/metauml_usecase.mp
  772. texmf-dist/metapost/metauml/metauml_usecase_clipart.mp
  773. texmf-dist/metapost/metauml/util_commons.mp
  774. texmf-dist/metapost/metauml/util_group.mp
  775. texmf-dist/metapost/metauml/util_infrastructure.mp
  776. texmf-dist/metapost/metauml/util_log.mp
  777. texmf-dist/metapost/metauml/util_margins.mp
  778. texmf-dist/metapost/metauml/util_object.mp
  779. texmf-dist/metapost/metauml/util_picture.mp
  780. texmf-dist/metapost/metauml/util_picture_stack.mp
  781. texmf-dist/metapost/metauml/util_positioning.mp
  782. texmf-dist/metapost/metauml/util_shade.mp
  783. texmf-dist/doc/generic/mfpic/README
  784. texmf-dist/doc/generic/mfpic/changes.txt
  785. texmf-dist/doc/generic/mfpic/coil.mps
  786. texmf-dist/doc/generic/mfpic/examples/data.dat
  787. texmf-dist/doc/generic/mfpic/examples/forfun.tex
  788. texmf-dist/doc/generic/mfpic/examples/lapictures.tex
  789. texmf-dist/doc/generic/mfpic/examples/pictures.tex
  790. texmf-dist/doc/generic/mfpic/install.txt
  791. texmf-dist/doc/generic/mfpic/lcheadings.ist
  792. texmf-dist/doc/generic/mfpic/mfpcard.pdf
  793. texmf-dist/doc/generic/mfpic/mfpcard.tex
  794. texmf-dist/doc/generic/mfpic/mfpdoc.sty
  795. texmf-dist/doc/generic/mfpic/mfpguide.pdf
  796. texmf-dist/doc/generic/mfpic/mfpguide.tex
  797. texmf-dist/doc/generic/mfpic/mfpic-doc.pdf
  798. texmf-dist/doc/generic/mfpic/mfpic-doc.tex
  799. texmf-dist/source/generic/mfpic/grafbase.dtx
  800. texmf-dist/source/generic/mfpic/mfpic.dtx
  801. texmf-dist/source/generic/mfpic/mfpic.ins
  802. texmf-dist/metafont/mfpic/grafbase.mf
  803. texmf-dist/metapost/mfpic/dvipsnam.mp
  804. texmf-dist/metapost/mfpic/grafbase.mp
  805. texmf-dist/tex/generic/mfpic/mfpic.sty
  806. texmf-dist/tex/generic/mfpic/mfpic.tex
  807. texmf-dist/doc/latex/mfpic4ode/README
  808. texmf-dist/doc/latex/mfpic4ode/demo/demo-plain.pdf
  809. texmf-dist/doc/latex/mfpic4ode/demo/demo-plain.tex
  810. texmf-dist/doc/latex/mfpic4ode/demo/demo.pdf
  811. texmf-dist/doc/latex/mfpic4ode/demo/demo.tex
  812. texmf-dist/doc/latex/mfpic4ode/mfpic4ode.pdf
  813. texmf-dist/source/latex/mfpic4ode/mfpic4ode.dtx
  814. texmf-dist/source/latex/mfpic4ode/mfpic4ode.ins
  815. texmf-dist/tex/latex/mfpic4ode/mfpic4ode.sty
  816. texmf-dist/tex/latex/mfpic4ode/mfpic4ode.tex
  817. texmf-dist/doc/metapost/mp3d/README
  818. texmf-dist/doc/metapost/mp3d/README.doc
  819. texmf-dist/doc/metapost/mp3d/create_animation.sh
  820. texmf-dist/doc/metapost/mp3d/cube10.mp
  821. texmf-dist/doc/metapost/mp3d/cube4-eng.mp
  822. texmf-dist/doc/metapost/mp3d/cube5.mp
  823. texmf-dist/doc/metapost/mp3d/cube6.mp
  824. texmf-dist/doc/metapost/mp3d/cube7.mp
  825. texmf-dist/doc/metapost/mp3d/cube8.mp
  826. texmf-dist/doc/metapost/mp3d/cube9.mp
  827. texmf-dist/doc/metapost/mp3d/gut2001.pdf
  828. texmf-dist/doc/metapost/mp3d/gutmp1-eng.mp
  829. texmf-dist/doc/metapost/mp3d/gutmp1.mp
  830. texmf-dist/doc/metapost/mp3d/gutmp2-eng.mp
  831. texmf-dist/doc/metapost/mp3d/gutmp2.mp
  832. texmf-dist/doc/metapost/mp3d/gutmp3-eng.mp
  833. texmf-dist/doc/metapost/mp3d/gutmp3.mp
  834. texmf-dist/doc/metapost/mp3d/gutmp4-eng.mp
  835. texmf-dist/doc/metapost/mp3d/gutmp4.mp
  836. texmf-dist/doc/metapost/mp3d/gutmp5-eng.mp
  837. texmf-dist/doc/metapost/mp3d/gutmp5.mp
  838. texmf-dist/doc/metapost/mp3d/gutmp6-eng.mp
  839. texmf-dist/doc/metapost/mp3d/gutmp6.mp
  840. texmf-dist/doc/metapost/mp3d/gutmp7-eng.mp
  841. texmf-dist/doc/metapost/mp3d/gutmp7.mp
  842. texmf-dist/doc/metapost/mp3d/gutmp8-eng.mp
  843. texmf-dist/doc/metapost/mp3d/gutmp8.mp
  844. texmf-dist/doc/metapost/mp3d/gutmp9.mp
  845. texmf-dist/doc/metapost/mp3d/monge-eng.mp
  846. texmf-dist/doc/metapost/mp3d/monge.mp
  847. texmf-dist/doc/metapost/mp3d/paper1997corrected.pdf
  848. texmf-dist/doc/metapost/mp3d/tb57roeg.pdf
  849. texmf-dist/doc/metapost/mp3d/tb57roegel.ltx
  850. texmf-dist/doc/metapost/mp3d/tugboat-geometry-space.pdf
  851. texmf-dist/metapost/mp3d/3d.mp
  852. texmf-dist/metapost/mp3d/3danim.mp
  853. texmf-dist/metapost/mp3d/3dgeom.mp
  854. texmf-dist/metapost/mp3d/3dpoly.mp
  855. texmf-dist/metapost/mp3d/3dutil.mp
  856. texmf-dist/metapost/mp3d/animpoly.mp
  857. texmf-dist/doc/latex/mpgraphics/README
  858. texmf-dist/doc/latex/mpgraphics/mpgraphics-example.ltx
  859. texmf-dist/doc/latex/mpgraphics/mpgraphics.pdf
  860. texmf-dist/source/latex/mpgraphics/mpgraphics.dtx
  861. texmf-dist/source/latex/mpgraphics/mpgraphics.ins
  862. texmf-dist/tex/latex/mpgraphics/mpgraphics.sty
  863. texmf-dist/doc/metapost/mpattern/README
  864. texmf-dist/doc/metapost/mpattern/README.PL
  865. texmf-dist/doc/metapost/mpattern/mpattern_test.pdf
  866. texmf-dist/doc/metapost/mpattern/mpattern_test.tex
  867. texmf-dist/doc/metapost/mpattern/test.mp
  868. texmf-dist/metapost/mpattern/mpattern.mp
  869. texmf-dist/doc/metapost/piechartmp/INSTALL
  870. texmf-dist/doc/metapost/piechartmp/LEGAL
  871. texmf-dist/doc/metapost/piechartmp/README
  872. texmf-dist/doc/metapost/piechartmp/README.TEXLIVE
  873. texmf-dist/doc/metapost/piechartmp/examples/wec-mfun.mp
  874. texmf-dist/doc/metapost/piechartmp/examples/wec-mfun.pdf
  875. texmf-dist/doc/metapost/piechartmp/examples/wec.mp
  876. texmf-dist/doc/metapost/piechartmp/examples/wec.pdf
  877. texmf-dist/doc/metapost/piechartmp/examples/worldmap.jpg
  878. texmf-dist/metapost/piechartmp/piechartmp.mp
  879. texmf-dist/source/metafont/roex/0roex.doc
  880. texmf-dist/source/metafont/roex/roexsamp/0roexsam.doc
  881. texmf-dist/source/metafont/roex/roexsamp/es-01.mf
  882. texmf-dist/source/metafont/roex/roexsamp/es-02.mf
  883. texmf-dist/source/metafont/roex/roexsamp/es-03.mf
  884. texmf-dist/source/metafont/roex/roexsamp/ro-01.mf
  885. texmf-dist/source/metafont/roex/roexsamp/ro-02.mf
  886. texmf-dist/source/metafont/roex/roexsamp/ro-03.mf
  887. texmf-dist/source/metafont/roex/roexsamp/ro-04.mf
  888. texmf-dist/source/metafont/roex/roexsamp/ro-05.mf
  889. texmf-dist/source/metafont/roex/roexsamp/ro-06.mf
  890. texmf-dist/source/metafont/roex/roexsamp/ro-07.mf
  891. texmf-dist/source/metafont/roex/roexsamp/roes-01.mf
  892. texmf-dist/source/metafont/roex/roexsamp/roes-02.mf
  893. texmf-dist/source/metafont/roex/roexsamp/roes-03.mf
  894. texmf-dist/source/metafont/roex/roexsamp/roes-04.mf
  895. texmf-dist/metafont/roex/roex.mf
  896. texmf-dist/doc/metapost/slideshow/slideshow.txt
  897. texmf-dist/doc/metapost/slideshow/sshowex.pdf
  898. texmf-dist/doc/metapost/slideshow/sshowex2.pdf
  899. texmf-dist/doc/metapost/slideshow/sshowex3.pdf
  900. texmf-dist/doc/metapost/slideshow/sshowintro.pdf
  901. texmf-dist/metapost/slideshow/pathalong.mp
  902. texmf-dist/metapost/slideshow/slideshow.mp
  903. texmf-dist/metapost/slideshow/sshowex.mp
  904. texmf-dist/metapost/slideshow/sshowex2.mp
  905. texmf-dist/metapost/slideshow/sshowex3.mp
  906. texmf-dist/metapost/slideshow/sshowintro.mp
  907. texmf-dist/doc/metapost/splines/README
  908. texmf-dist/doc/metapost/splines/splines.pdf
  909. texmf-dist/source/metapost/splines/splines.dtx
  910. texmf-dist/source/metapost/splines/splines.ins
  911. texmf-dist/metapost/splines/splines.mp
  912. texmf-dist/metapost/splines/testsplines.mp
  913. texmf-dist/doc/metapost/suanpan/README
  914. texmf-dist/doc/metapost/suanpan/article.txt
  915. texmf-dist/metapost/suanpan/abacus.mp
  916. texmf-dist/metapost/suanpan/suanpan.mp
  917. texmf-dist/doc/metapost/textpath/CHANGES
  918. texmf-dist/doc/metapost/textpath/README
  919. texmf-dist/doc/metapost/textpath/textpath.pdf
  920. texmf-dist/doc/metapost/textpath/textpath.tex
  921. texmf-dist/doc/metapost/textpath/textpathfigs.mp
  922. texmf-dist/doc/metapost/textpath/textpathfigs.tex
  923. texmf-dist/metapost/textpath/textpath.mp
  924. texmf-dist/tex/latex/textpath/textpathmp.sty
  925. texmf-dist/doc/metapost/threeddice/README
  926. texmf-dist/doc/metapost/threeddice/threeddice-doc.pdf
  927. texmf-dist/doc/metapost/threeddice/threeddice-doc.tex
  928. texmf-dist/metapost/threeddice/threeddice.mp
  929. )
  930. %__mkdir_p ${PREF}/texmf-dist
  931. for i in "${manifest[@]}"; do
  932. %__install -m $(stat -c %a %{texlive_src}/$i) -p -D %{texlive_src}/$i ${PREF}/$i
  933. done
  934. ## make symlinks of core script utils
  935. mk_symlinks=(
  936. texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
  937. texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
  938. texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
  939. texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
  940. texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
  941. texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
  942. texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
  943. texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
  944. texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
  945. texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
  946. texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
  947. texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
  948. texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
  949. texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
  950. texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
  951. texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
  952. texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
  953. texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
  954. texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
  955. texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
  956. texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
  957. texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
  958. texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
  959. texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
  960. texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
  961. texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
  962. texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
  963. texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
  964. texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
  965. texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
  966. texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
  967. texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
  968. texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
  969. texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
  970. texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
  971. texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
  972. texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
  973. texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
  974. texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
  975. texlive-collection-fontutils,/usr/bin/cmap2enc,/usr/share/texmf-dist/scripts/fontools/cmap2enc
  976. texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
  977. texlive-collection-fontutils,/usr/bin/font2afm,/usr/share/texmf-dist/scripts/fontools/font2afm
  978. texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
  979. texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
  980. texlive-collection-fontutils,/usr/bin/pfm2kpx,/usr/share/texmf-dist/scripts/fontools/pfm2kpx
  981. texlive-collection-fontutils,/usr/bin/showglyphs,/usr/share/texmf-dist/scripts/fontools/showglyphs
  982. texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
  983. texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
  984. texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
  985. texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
  986. texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
  987. texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
  988. texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
  989. texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
  990. texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
  991. texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
  992. texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
  993. texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
  994. texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
  995. texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
  996. texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
  997. texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
  998. texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
  999. texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
  1000. texlive-collection-latexextra,/usr/bin/pdfthumb,/usr/share/texmf-dist/scripts/ppower4/pdfthumb.tlu
  1001. texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
  1002. texlive-collection-latexextra,/usr/bin/ppower4,/usr/share/texmf-dist/scripts/ppower4/ppower4.tlu
  1003. texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
  1004. texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
  1005. texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
  1006. texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
  1007. texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
  1008. texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
  1009. texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
  1010. texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
  1011. texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
  1012. texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
  1013. texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
  1014. texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
  1015. texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
  1016. texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
  1017. texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
  1018. )
  1019. %__mkdir_p %{buildroot}%{_bindir}
  1020. pushd %{buildroot}%{_bindir}
  1021. for i in "${mk_symlinks[@]}"; do
  1022. tlc=$(echo $i | cut -f 1 -d",")
  1023. lnk=$(echo $i | cut -f 2 -d"," | %__sed -e "s|/usr/bin/||")
  1024. rlnk=$(echo $i | cut -f 3 -d"," | %__sed -e "s|/usr/|../|")
  1025. [ "%{name}" = "$tlc" ] || continue
  1026. [ -f $rlnk ] || exit 1
  1027. %__ln_s $rlnk $lnk || exit 1
  1028. done
  1029. popd
  1030. ## Files list
  1031. find %{buildroot} -type f -or -type l | \
  1032. %__sed -e "s|%{buildroot}||g" > filelist.full
  1033. find %{buildroot}%{texmf}-dist -type d | \
  1034. %__sed -e "s|^%{buildroot}|%dir |" \
  1035. -e "s|$|/|" >> filelist.full
  1036. ## subpackages
  1037. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  1038. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  1039. %__mv -f filelist.tmp filelist.full
  1040. %clean
  1041. %__rm -rf %{buildroot}
  1042. %post
  1043. %{exec_texhash}
  1044. [ -f %{texmf}/web2c/updmap.cfg ] || exit 0
  1045. updmap_lock=%{texmf}/updmap.lock
  1046. %{exec_updmap} --listmaps 2>/dev/null | egrep -q "^#! Map troff-updmap.map" && \
  1047. echo -n " " && \
  1048. echo -n "Running updmap: enable troff-updmap.map ... " && \
  1049. %{exec_updmap} --nomkmap --enable Map troff-updmap.map >/dev/null 2>&1 && \
  1050. echo "done." && \
  1051. touch ${updmap_lock}
  1052. rpm -q --quiet texlive-common || exit 0
  1053. [ -f ${updmap_lock} ] && \
  1054. echo -n " " && \
  1055. echo -n "Running updmap: recreate map files ... " && \
  1056. %{exec_updmap} >/dev/null 2>&1 && \
  1057. echo "done." && \
  1058. rm -f ${updmap_lock}
  1059. exit 0
  1060. %postun
  1061. if [ "$1" = 0 ]; then
  1062. %{exec_texhash}
  1063. [ -f %{texmf}/web2c/updmap.cfg ] || exit 0
  1064. %{exec_updmap} --listmaps 2>/dev/null | egrep -q "^Map troff-updmap.map" && \
  1065. echo -n " " && \
  1066. echo -n "Running updmap: disable troff-updmap.map ... " && \
  1067. %{exec_updmap} --nomkmap --disable troff-updmap.map >/dev/null 2>&1 && \
  1068. echo "done."
  1069. echo -n " " && \
  1070. echo -n "Running updmap: recreate map files ... " && \
  1071. %{exec_updmap} >/dev/null 2>&1 && \
  1072. echo "done."
  1073. fi
  1074. exit 0
  1075. %files -f filelist.full
  1076. %defattr(-,root,root,-)
  1077. %files -f filelist.doc doc
  1078. %defattr(-,root,root,-)
  1079. %changelog
  1080. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  1081. - generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-metapost
  1082. * Mon Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  1083. - generated by tlpdb2rpmspec 2009-4: tlpdb2rpmspec collection-metapost
  1084. - make symlinks of core script utils (texlive-collection-binextra,
  1085. texlive-collection-context, texlive-collection-fontutils,
  1086. texlive-collection-langgreek, texlive-collection-langindic,
  1087. texlive-collection-latex, texlive-collection-latexextra,
  1088. texlive-collection-latexrecommended, texlive-collection-pictures,
  1089. texlive-collection-pstricks, texlive-collection-science)
  1090. * Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  1091. - generated by tlpdb2rpmspec 2009-3: tlpdb2rpmspec collection-metapost
  1092. - improved %%post
  1093. * Fri Oct 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  1094. - generated by tlpdb2rpmspec 2009-2: tlpdb2rpmspec collection-metapost
  1095. - removed arch dependent binaries (texlive-collection-latexextra)
  1096. - fixed perl path
  1097. - improved updmap process in %%post and %%postun
  1098. * Sat Aug 07 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  1099. - generated by tlpdb2rpmspec 2009-1: tlpdb2rpmspec collection-metapost