texlive-collection-metapost-vl.spec 66 KB

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