aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/levmar/metadata.xml')
-rw-r--r--sci-libs/levmar/metadata.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/sci-libs/levmar/metadata.xml b/sci-libs/levmar/metadata.xml
index d8c2725..cc12dca 100644
--- a/sci-libs/levmar/metadata.xml
+++ b/sci-libs/levmar/metadata.xml
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
- levmar is a native ANSI C implementation of the Levenberg-Marquardt
- optimization algorithm. Both unconstrained and constrained (under
- linear equations, inequality and box constraints)
- Levenberg-Marquardt variants are included. The LM algorithm is an
- iterative technique that finds a local minimum of a function that is
- expressed as the sum of squares of nonlinear functions.
-</longdescription>
+ <maintainer type="person">
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+ <longdescription lang="en">
+ levmar is a native ANSI C implementation of the Levenberg-Marquardt
+ optimization algorithm. Both unconstrained and constrained (under
+ linear equations, inequality and box constraints)
+ Levenberg-Marquardt variants are included. The LM algorithm is an
+ iterative technique that finds a local minimum of a function that is
+ expressed as the sum of squares of nonlinear functions.
+ </longdescription>
</pkgmetadata>