source: projects/specs/trunk/t/texlive-collection-metapost/texlive-collection-metapost-vl.spec @ 7148

Revision 7148, 66.4 KB checked in by munepi, 12 years ago (diff)

upgrade to TeX Live 2012

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