mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Signed-off-by: David Roman <droman@ifae.es> Part-of: https://github.com/gentoo/gentoo/pull/42342 Closes: https://github.com/gentoo/gentoo/pull/42342 Signed-off-by: Sam James <sam@gentoo.org>
27 lines
979 B
XML
27 lines
979 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci-astronomy@gentoo.org</email>
|
|
<name>Gentoo Astronomy Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
WCSLIB is a C library, supplied with a full set of Fortran wrappers,
|
|
that implements the "World Coordinate System" (WCS) convention in FITS
|
|
(Flexible Image Transport System). It also includes a PGPLOT-based routine,
|
|
PGSBOX, for drawing general curvilinear coordinate graticules and a number of
|
|
utility programs.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="fits">
|
|
Enable support for the FITS format through <pkg>sci-libs/cfitsio</pkg>
|
|
</flag>
|
|
<flag name="pgplot">
|
|
Builds PGBSOX routines, needs <pkg>sci-libs/pgplot</pkg> library
|
|
</flag>
|
|
<flag name="tools">
|
|
Builds and installs extra command line utilities for WCS checking
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|