summaryrefslogtreecommitdiff
blob: ae70c43a3e24d52bd796bed235f785c7c0b5e5ce (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>grozin@gentoo.org</email>
		<name>Andrey Grozin</name>
	</maintainer>
	<maintainer type="project">
		<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="context">Enables support for ConTeXt format (<pkg>dev-texlive/texlive-context</pkg>)</flag>
		<flag name="curl">Enables running remote programs via <pkg>net-misc/curl</pkg></flag>
		<flag name="lsp">Enables Language Server Protocol</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>
		<remote-id type="github">vectorgraphics/asymptote</remote-id>
	</upstream>
</pkgmetadata>