summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-08-16 13:01:25 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-08-16 13:01:25 +0000
commit9bd67c516b544a5d78d8abcf925f816efb123be3 (patch)
treec105f555c8cdabf2ff5474858469616a00fdb647 /sci-libs/libctl/metadata.xml
parentInitial import. Closing bug #65354. (diff)
downloadgentoo-2-9bd67c516b544a5d78d8abcf925f816efb123be3.tar.gz
gentoo-2-9bd67c516b544a5d78d8abcf925f816efb123be3.tar.bz2
gentoo-2-9bd67c516b544a5d78d8abcf925f816efb123be3.zip
Version bump, cleaning and added longdescription in metadata.xml
(Portage version: 2.1.2.11)
Diffstat (limited to 'sci-libs/libctl/metadata.xml')
-rw-r--r--sci-libs/libctl/metadata.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/libctl/metadata.xml b/sci-libs/libctl/metadata.xml
index b229aec85b8f..f3ee95a33ea6 100644
--- a/sci-libs/libctl/metadata.xml
+++ b/sci-libs/libctl/metadata.xml
@@ -2,4 +2,17 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
+<longdescription lang="en">
+Scientific software for performing large computations is typically managed
+using textual control files that specify the parameters of the computation.
+Historically, these control files have typically consisted of long,
+inflexible collections of numbers whose meaning and format is hard-coded
+into the program. With libctl, we make it easy for programmers to support
+a greatly superior control file structure, and with less effort than was
+required for traditional input formats.
+The "ctl" in "libctl" stands for Control Language (by convention, libctl
+control files end with ".ctl" and are referred to as ctl files). Thus,
+libctl is the Control Language Library (where the "lib" prefix follows the
+Unix idiom).
+</longdescription>
</pkgmetadata>