diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-01-30 00:36:04 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-01-30 00:36:04 +0000 |
commit | 52d653718eaf13ba72a3d695be86b50c0eae13e2 (patch) | |
tree | bc9d1cbca7402397157907de4c11b3d45fd1fdce /sci-libs/plplot/metadata.xml | |
parent | Added fortran, itcl and octave local use flags for sci-libs/plplot. (diff) | |
download | historical-52d653718eaf13ba72a3d695be86b50c0eae13e2.tar.gz historical-52d653718eaf13ba72a3d695be86b50c0eae13e2.tar.bz2 historical-52d653718eaf13ba72a3d695be86b50c0eae13e2.zip |
Initial import of ebuild, closes bug 31554.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-libs/plplot/metadata.xml')
-rw-r--r-- | sci-libs/plplot/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-libs/plplot/metadata.xml b/sci-libs/plplot/metadata.xml new file mode 100644 index 000000000000..b402ba956e7f --- /dev/null +++ b/sci-libs/plplot/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>cryos@gentoo.org</email> + </maintainer> + <longdescription> + PLplot is a library of functions that are useful for making scientific + plots. It can be used from within compiled languages such as C, C++, + FORTRAN and Java, as well as interactively from interpreted languages such + as Octave, Python, Perl and Tcl. It is capable of producing standard x-y + plots, semilog plots, log-log plots, contour plots, 3D surface plots, mesh + plots, bar charts and pie charts. Multiple graphs may be composited, and it + also supports a large variety of output file devices such as Postscript, + PNG, JPEG, LaTeX and others. It is also possible to to use interactive + devices such as xwin, tk and xterm as output devices. PLplot also offers + support for extended characters inculding the Greek alphabet and a host of + mathematical symbols. + </longdescription> +</pkgmetadata> |