mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ulm@gentoo.org</email>
|
|
<name>Ulrich Müller</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Gnuplot is a command-driven interactive function plotting program.
|
|
It can be used to plot functions and data points in both two- and
|
|
three-dimensional plots in many different formats. It is designed
|
|
primarily for the visual display of scientific data.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="amos">
|
|
Enable Amos routines for complex Airy and Bessel functions
|
|
(<pkg>dev-libs/openspecfun</pkg>)
|
|
</flag>
|
|
<flag name="bitmap">Enable dot-matrix printers and pbm terminal</flag>
|
|
<flag name="gd">
|
|
Add support for <pkg>media-libs/gd</pkg>.
|
|
Needed for GIF, JPEG, and PNG image output.
|
|
</flag>
|
|
<flag name="gpic">Include support for gpic terminal</flag>
|
|
<flag name="libcerf">
|
|
Enable special functions from <pkg>sci-libs/libcerf</pkg>
|
|
</flag>
|
|
<flag name="metafont">Include support for metafont terminal</flag>
|
|
<flag name="metapost">Include support for metapost terminal</flag>
|
|
<flag name="regis">Include support for ReGIS terminal</flag>
|
|
<flag name="tgif">Include support for tgif terminal</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="sourceforge">gnuplot</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|