forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
35 lines (34 loc) · 1.12 KB
/
metadata.xml
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 type="person">
<email>[email protected]</email>
<name>Andrey Grozin</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</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>