Up to [cvs.netbsd.org] / pkgsrc / graphics / asymptote
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 10 21:14:51 2012 UTC (2 months, 2 weeks ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
Update to 2.15 2.5 years worth of changes.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Nov 25 21:55:06 2011 UTC (5 months, 4 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
asy needs more memory than available by default, unlimit.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 4 00:18:07 2011 UTC (10 months, 3 weeks ago) by jym
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.4: +10 -1
lines
Diff to previous 1.4 (colored)
check-interpreter fix.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:49 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Reset maintainer for retired developers.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 31 14:53:10 2009 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to 1.85: Fix typo. Move remaining picture operations. Rename labelsurface to surface; extend also to surfaces containing a single patch. Add missing pen dimensions to sizing routine. Fix compilation on platforms that lack OpenGL.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 27 13:08:54 2009 UTC (2 years, 8 months ago) by hasso
Branch: MAIN
Changes since 1.1: +8 -1
lines
Diff to previous 1.1 (colored)
Fix build on DragonFly.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Aug 21 23:02:29 2009 UTC (2 years, 9 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20090822
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of asymptote-1.84 from pkgsrc-wip, packaged by fulviociriaco, updated by me. Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program. Features of Asymptote: # provides a portable standard for typesetting mathematical figures, just as TeX/LaTeX has become the standard for typesetting equations; # generates and embeds 3D vector PRC graphics into PDF files; # inspired by MetaPost, with a much cleaner, powerful C++-like programming syntax and floating-point numerics; # runs on all major platforms (UNIX, MacOS, Microsoft Windows); # mathematically oriented (e.g. rotation of vectors by complex multiplication); # LaTeX typesetting of labels (for document consistency); # uses simplex method and deferred drawing to solve overall size constraint issues between fixed-sized objects (labels and arrowheads) and objects that should scale with figure size; # fully generalizes MetaPost path construction algorithms to three dimensions; # compiles commands into virtual machine code for speed without sacrificing portability; # high-level graphics commands are implemented in the Asymptote language itself, allowing them to be easily tailored to specific applications.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 21 23:02:29 2009 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
Initial revision