blob: bbec0bdc33c7e00f0e2458c63c0d9e51f4ebad91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<maintainer>
<email>c.kerr@embl-hamburg.de</email>
<name>Chris Kerr</name>
<description>I occasionally submit patches to NeXus</description>
</maintainer>
<longdescription>Libraries and tools for the NeXus data format, developed
collaboratively by scientists from major scientific facilities to facilitate
analysis and visualisation of neutron, x-ray and muon data.
NeXus is based on HDF5.</longdescription>
<use>
<flag name="xml">Allow using the verbose XML representation of NeXus data</flag>
<flag name="hdf4">Support the old HDF4 representation</flag>
<flag name="hdf5">Support the standard representation (HDF5)</flag>
<flag name="doc">Generate library documentation with <pkg>app-doc/doxygen</pkg></flag>
<flag name="fortran">Build the Fortran bindings</flag>
<flag name="java">Build the Java bindings</flag>
<flag name="utils">Build optional utility applications</flag>
</use>
</pkgmetadata>
|