summaryrefslogtreecommitdiff
blob: 8608301b517f137b99c4be86c4842d1c59440308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>grozin@gentoo.org</email>
    <name>Andrey Grozin</name>
  </maintainer>
  <maintainer>
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription lang="en">
		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.
	</longdescription>
  <use>
    <flag name="boehm-gc">
			Enables using the Boehm-Demers-Weiser conservative garbage collector
		</flag>
    <flag name="sigsegv">
			Enables using <pkg>dev-libs/libsigsegv</pkg>
		</flag>
    <flag name="offscreen">
			Enables off-screen rendering
		</flag>
  </use>
  <upstream>
    <remote-id type="sourceforge">asymptote</remote-id>
  </upstream>
</pkgmetadata>