summaryrefslogtreecommitdiffstats
path: root/ast/component.xml.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-10 16:24:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-10 16:24:30 (GMT)
commit97d207f0a76b98e4a4d4a74b7417fc9aa7828654 (patch)
tree0155897549ec7a272d0453351e9da374ae34c8a9 /ast/component.xml.in
parente9ad1f4c4c12164247d284f2d1824b75e35de23f (diff)
downloadblt-97d207f0a76b98e4a4d4a74b7417fc9aa7828654.zip
blt-97d207f0a76b98e4a4d4a74b7417fc9aa7828654.tar.gz
blt-97d207f0a76b98e4a4d4a74b7417fc9aa7828654.tar.bz2
upgrade ast 8.7.1
Diffstat (limited to 'ast/component.xml.in')
-rw-r--r--ast/component.xml.in44
1 files changed, 44 insertions, 0 deletions
diff --git a/ast/component.xml.in b/ast/component.xml.in
new file mode 100644
index 0000000..d59bb5a
--- /dev/null
+++ b/ast/component.xml.in
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!DOCTYPE component SYSTEM "componentinfo.dtd">
+
+<component id="@PACKAGE@" support="S">
+ <version>@PACKAGE_VERSION@</version>
+ <path>libext/ast</path>
+ <description>WCS library</description>
+ <abstract>
+ <p>The AST library provides a comprehensive range of facilities for
+ attaching world coordinate systems to astronomical data, for
+ retrieving and interpreting that information in a variety of formats,
+ including FITS-WCS, and for generating graphical output based on it.</p>
+ <p>This library should be of interest to anyone writing
+ astronomical applications which need to manipulate coordinate system
+ data, especially celestial or spectral coordinate systems. AST
+ is portable and environment-independent.</p>
+ </abstract>
+ <dependencies @STAR_DEPENDENCIES_ATTRIBUTES@>
+ @STAR_DEPENDENCIES_CHILDREN@
+ </dependencies>
+ <developers>
+ <person>
+ <name>Rodney Warren-Smith</name>
+ <uname>rfws</uname>
+ </person>
+ <person>
+ <name>David Berry</name>
+ <uname>dsb</uname>
+ <email>dsb@ast.man.ac.uk</email>
+ <role>owner</role>
+ </person>
+ <person>
+ <name>Norman Gray</name>
+ <uname>nxg</uname>
+ <email>norman@astro.gla.ac.uk</email>
+ </person>
+ </developers>
+ <documentation>@STAR_DOCUMENTATION@</documentation>
+ <bugreports>@PACKAGE_BUGREPORT@</bugreports>
+ <copyright>
+ <year></year>
+ <name>Council for the Central Laboratory of the Research Councils</name>
+ </copyright>
+</component>