rlescak / rpms / asymptote

Forked from rpms/asymptote 2 years ago
Clone
1cf6939
diff -up asymptote-2.02/doc/Makefile.in.BAD asymptote-2.02/doc/Makefile.in
1cf6939
--- asymptote-2.02/doc/Makefile.in.BAD	2010-07-15 13:29:06.724312555 -0400
1cf6939
+++ asymptote-2.02/doc/Makefile.in	2010-07-15 13:29:23.594309625 -0400
1cf6939
@@ -49,7 +49,7 @@ options: ../settings.cc
1cf6939
 	$(ASY) -h 2>&1 | grep -iv Asymptote > options
1cf6939
 
1cf6939
 asy.1: options asy.1.begin asy.1.end
1cf6939
-	cat options | grep \^- | sed -e "s/-\(.*\)  \([a-zA-Z].*\)/.TP\n.B -\1\n\2\./" | sed -e "/^.B/ s/-/\\\\-/g" | cat asy.1.begin - asy.1.end > asy.1
1cf6939
+	cat options | grep \^- | sed -e "s/-\(.*\)  \([a-zA-Z0-9].*\)/.TP\n.B -\1\n\2\./" | sed -e "/^.B/ s/-/\\\\-/g" | cat asy.1.begin - asy.1.end > asy.1
1cf6939
 
1cf6939
 asymptote.dvi: $(SOURCE) $(ASYFILES:.asy=.eps)
1cf6939
 	ln -sf asymptote.texi asymptote_.texi
1cf6939
diff -up asymptote-2.02/doc/options.BAD asymptote-2.02/doc/options
1cf6939
--- asymptote-2.02/doc/options.BAD	2010-07-15 13:27:41.245306277 -0400
1cf6939
+++ asymptote-2.02/doc/options	2010-07-15 13:28:42.669303759 -0400
1cf6939
@@ -2,87 +2,87 @@ Usage: ../asy [options] [file ...]
1cf6939
 
1cf6939
 Options (negate by replacing - with -no): 
1cf6939
 
1cf6939
--V,-View              View output; command-line only
1cf6939
--a,-align C|B|T|Z     Center, Bottom, Top, or Zero page alignment [C]
1cf6939
--antialias n          Antialiasing width for rasterized output [2]
1cf6939
--arcballradius pixels Arcball radius [750]
1cf6939
--auto3D               Automatically activate 3D scene [true]
1cf6939
--autobillboard        3D labels always face viewer by default [true]
1cf6939
--autoimport string    Module to automatically import
1cf6939
--autoplain            Enable automatic importing of plain [true]
1cf6939
--autoplay             Autoplay 3D animations [false]
1cf6939
--autorotate           Enable automatic PDF page rotation [false]
1cf6939
--batchMask            Mask fpu exceptions in batch mode [false]
1cf6939
--batchView            View output in batch mode [false]
1cf6939
--bw                   Convert all colors to black and white [false]
1cf6939
--cd directory         Set current directory; command-line only
1cf6939
--cmyk                 Convert rgb colors to cmyk [false]
1cf6939
--c,-command string    Command to autoexecute
1cf6939
--compact              Conserve memory at the expense of speed [false]
1cf6939
--d,-debug             Enable debugging messages [false]
1cf6939
--divisor n            Garbage collect using purge(divisor=n) [2]
1cf6939
--doubleclick ms       Emulated double-click timeout [200]
1cf6939
--embed                Embed rendered preview image [true]
1cf6939
--exitonEOF            Exit interactive mode on EOF [true]
1cf6939
--fitscreen            Fit rendered image to screen [true]
1cf6939
--framedelay ms        Additional frame delay [0]
1cf6939
--framerate frames/s   Animation speed [30]
1cf6939
--globalwrite          Allow write to other directory [false]
1cf6939
--gray                 Convert all colors to grayscale [false]
1cf6939
--h,-help              Show summary of options; command-line only
1cf6939
--historylines n       Retain n lines of history [1000]
1cf6939
--iconify              Iconify rendering window [false]
1cf6939
--inlineimage          Generate inline embedded image [false]
1cf6939
--inlinetex            Generate inline TeX code [false]
1cf6939
--interactiveMask      Mask fpu exceptions in interactive mode [true]
1cf6939
--interactiveView      View output in interactive mode [true]
1cf6939
--interactiveWrite     Write expressions entered at the prompt to stdout [true]
1cf6939
--k,-keep              Keep intermediate files [false]
1cf6939
--keepaux              Keep intermediate LaTeX .aux files [false]
1cf6939
--level n              Postscript level [3]
1cf6939
--l,-listvariables     List available global functions and variables [false]
1cf6939
--localhistory         Use a local interactive history file [false]
1cf6939
--loop                 Loop 3D animations [false]
1cf6939
--m,-mask              Mask fpu exceptions; command-line only
1cf6939
--maxtile pair         Maximum rendering tile size [(0,0)]
1cf6939
--maxviewport pair     Maximum viewport size [(2048,2048)]
1cf6939
--multiline            Input code over multiple lines at the prompt [false]
1cf6939
--multipleView         View output from multiple batch-mode files [false]
1cf6939
--multisample n        Multisampling width for screen images [4]
1cf6939
--O,-offset pair       PostScript offset [(0,0)]
1cf6939
--f,-outformat format  Convert each output file to specified format
1cf6939
--o,-outname name      Alternative output directory/filename
1cf6939
--p,-parseonly         Parse file [false]
1cf6939
--pdfreload            Automatically reload document in pdfviewer [false]
1cf6939
--pdfreloaddelay usec  Delay before attempting initial pdf reload [750000]
1cf6939
--position pair        Initial 3D rendering screen position [(0,0)]
1cf6939
--prc                  Embed 3D PRC graphics in PDF output [true]
1cf6939
--prompt string        Prompt [> ]
1cf6939
--prompt2 string       Continuation prompt for multiline input  [..]
1cf6939
--q,-quiet             Suppress welcome message [false]
1cf6939
--render n             Render 3D graphics using n pixels per bp (-1=auto) [-1]
1cf6939
--resizestep step      Resize step [1.2]
1cf6939
--reverse              reverse 3D animations [false]
1cf6939
--rgb                  Convert cmyk colors to rgb [false]
1cf6939
--safe                 Disable system call [true]
1cf6939
--scroll n             Scroll standard output n lines at a time [0]
1cf6939
--spinstep deg/s       Spin speed [60]
1cf6939
--svgemulation         Emulate unimplemented SVG shading [false]
1cf6939
--tabcompletion        Interactive prompt auto-completion [true]
1cf6939
--tex engine           latex|pdflatex|xelatex|tex|pdftex|context|none [latex]
1cf6939
--thick                Render thick 3D lines [true]
1cf6939
--thin                 Render thin 3D lines [true]
1cf6939
--threads              Use POSIX threads for 3D rendering [true]
1cf6939
--toolbar              Show 3D toolbar in PDF output [true]
1cf6939
--s,-translate         Show translated virtual machine code [false]
1cf6939
--twice                Run LaTeX twice (to resolve references) [false]
1cf6939
--twosided             Use two-sided 3D lighting model for rendering [true]
1cf6939
--u,-user string       General purpose user string
1cf6939
--v,-verbose           Increase verbosity level (can specify multiple times) [0]
1cf6939
--version              Show version; command-line only
1cf6939
--wait                 Wait for child processes to finish before exiting [false]
1cf6939
--warn string          Enable warning; command-line only
1cf6939
--where                Show where listed variables are declared [false]
1cf6939
--zoomfactor factor    Zoom step factor [1.05]
1cf6939
--zoomstep step        Mouse motion zoom step [0.1]
1cf6939
+-V,-View               View output; command-line only
1cf6939
+-a,-align C|B|T|Z      Center, Bottom, Top, or Zero page alignment [C]
1cf6939
+-antialias n           Antialiasing width for rasterized output [2]
1cf6939
+-arcballradius pixels  Arcball radius [750]
1cf6939
+-auto3D                Automatically activate 3D scene [true]
1cf6939
+-autobillboard         3D labels always face viewer by default [true]
1cf6939
+-autoimport string     Module to automatically import
1cf6939
+-autoplain             Enable automatic importing of plain [true]
1cf6939
+-autoplay              Autoplay 3D animations [false]
1cf6939
+-autorotate            Enable automatic PDF page rotation [false]
1cf6939
+-batchMask             Mask fpu exceptions in batch mode [false]
1cf6939
+-batchView             View output in batch mode [false]
1cf6939
+-bw                    Convert all colors to black and white [false]
1cf6939
+-cd directory          Set current directory; command-line only
1cf6939
+-cmyk                  Convert rgb colors to cmyk [false]
1cf6939
+-c,-command string     Command to autoexecute
1cf6939
+-compact               Conserve memory at the expense of speed [false]
1cf6939
+-d,-debug              Enable debugging messages [false]
1cf6939
+-divisor n             Garbage collect using purge(divisor=n) [2]
1cf6939
+-doubleclick ms        Emulated double-click timeout [200]
1cf6939
+-embed                 Embed rendered preview image [true]
1cf6939
+-exitonEOF             Exit interactive mode on EOF [true]
1cf6939
+-fitscreen             Fit rendered image to screen [true]
1cf6939
+-framedelay ms         Additional frame delay [0]
1cf6939
+-framerate frames/s    Animation speed [30]
1cf6939
+-globalwrite           Allow write to other directory [false]
1cf6939
+-gray                  Convert all colors to grayscale [false]
1cf6939
+-h,-help               Show summary of options; command-line only
1cf6939
+-historylines n        Retain n lines of history [1000]
1cf6939
+-iconify               Iconify rendering window [false]
1cf6939
+-inlineimage           Generate inline embedded image [false]
1cf6939
+-inlinetex             Generate inline TeX code [false]
1cf6939
+-interactiveMask       Mask fpu exceptions in interactive mode [true]
1cf6939
+-interactiveView       View output in interactive mode [true]
1cf6939
+-interactiveWrite      Write expressions entered at the prompt to stdout [true]
1cf6939
+-k,-keep               Keep intermediate files [false]
1cf6939
+-keepaux               Keep intermediate LaTeX .aux files [false]
1cf6939
+-level n               Postscript level [3]
1cf6939
+-l,-listvariables      List available global functions and variables [false]
1cf6939
+-localhistory          Use a local interactive history file [false]
1cf6939
+-loop                  Loop 3D animations [false]
1cf6939
+-m,-mask               Mask fpu exceptions; command-line only
1cf6939
+-maxtile pair          Maximum rendering tile size [(0,0)]
1cf6939
+-maxviewport pair      Maximum viewport size [(2048,2048)]
1cf6939
+-multiline             Input code over multiple lines at the prompt [false]
1cf6939
+-multipleView          View output from multiple batch-mode files [false]
1cf6939
+-multisample n         Multisampling width for screen images [4]
1cf6939
+-O,-offset pair        PostScript offset [(0,0)]
1cf6939
+-f,-outformat format   Convert each output file to specified format
1cf6939
+-o,-outname name       Alternative output directory/filename
1cf6939
+-p,-parseonly          Parse file [false]
1cf6939
+-pdfreload             Automatically reload document in pdfviewer [false]
1cf6939
+-pdfreloaddelay usec   Delay before attempting initial pdf reload [750000]
1cf6939
+-position pair         Initial 3D rendering screen position [(0,0)]
1cf6939
+-prc                   Embed 3D PRC graphics in PDF output [true]
1cf6939
+-prompt string         Prompt [> ]
1cf6939
+-prompt2 string        Continuation prompt for multiline input  [..]
1cf6939
+-q,-quiet              Suppress welcome message [false]
1cf6939
+-render n              Render 3D graphics using n pixels per bp (-1=auto) [-1]
1cf6939
+-resizestep step       Resize step [1.2]
1cf6939
+-reverse               reverse 3D animations [false]
1cf6939
+-rgb                   Convert cmyk colors to rgb [false]
1cf6939
+-safe                  Disable system call [true]
1cf6939
+-scroll n              Scroll standard output n lines at a time [0]
1cf6939
+-spinstep deg/s        Spin speed [60]
1cf6939
+-svgemulation          Emulate unimplemented SVG shading [false]
1cf6939
+-tabcompletion         Interactive prompt auto-completion [true]
1cf6939
+-tex engine            latex|pdflatex|xelatex|tex|pdftex|context|none [latex]
1cf6939
+-thick                 Render thick 3D lines [true]
1cf6939
+-thin                  Render thin 3D lines [true]
1cf6939
+-threads               Use POSIX threads for 3D rendering [true]
1cf6939
+-toolbar               Show 3D toolbar in PDF output [true]
1cf6939
+-s,-translate          Show translated virtual machine code [false]
1cf6939
+-twice                 Run LaTeX twice (to resolve references) [false]
1cf6939
+-twosided              Use two-sided 3D lighting model for rendering [true]
1cf6939
+-u,-user string        General purpose user string
1cf6939
+-v,-verbose            Increase verbosity level (can specify multiple times) [0]
1cf6939
+-version               Show version; command-line only
1cf6939
+-wait                  Wait for child processes to finish before exiting [false]
1cf6939
+-warn string           Enable warning; command-line only
1cf6939
+-where                 Show where listed variables are declared [false]
1cf6939
+-zoomfactor factor     Zoom step factor [1.05]
1cf6939
+-zoomstep step         Mouse motion zoom step [0.1]
1cf6939