summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@gentoo.org>2010-04-16 19:17:21 +0000
committerTomás Touceda <chiiph@gentoo.org>2010-04-16 19:17:21 +0000
commit8c2046b3930c745184819d0211eb0c008bcea9b6 (patch)
tree28e3ea8ce5be333aa68d6c98b95f3a95b5d51d9e /dev-scheme/scm/metadata.xml
parentMarked ~sparc-solaris, ~x86-solaris, ~x86-linux, ~amd64-linux, ~ppc-macos, bu... (diff)
downloadgentoo-2-8c2046b3930c745184819d0211eb0c008bcea9b6.tar.gz
gentoo-2-8c2046b3930c745184819d0211eb0c008bcea9b6.tar.bz2
gentoo-2-8c2046b3930c745184819d0211eb0c008bcea9b6.zip
Version bump, added features for building wrt bug 259922. Clean up old ebuilds
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-scheme/scm/metadata.xml')
-rw-r--r--dev-scheme/scm/metadata.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/dev-scheme/scm/metadata.xml b/dev-scheme/scm/metadata.xml
index 7a1a8aebe518..23e9e06607ba 100644
--- a/dev-scheme/scm/metadata.xml
+++ b/dev-scheme/scm/metadata.xml
@@ -9,4 +9,26 @@
<longdescription lang="en">
SCM is a Scheme implementation conforming to Revised5 Report on the Algorithmic Language Scheme and the IEEE P1178 specification.
</longdescription>
-</pkgmetadata> \ No newline at end of file
+ <use>
+ <flag name='arrays'>Support for arrays, uniform-arrays and
+ uniform-vectors.</flag>
+ <flag name='bignums'>Support for large precision integers.</flag>
+ <flag name='cautious'>SCM will always check the number of arguments to
+ interpreted closures.</flag>
+ <flag name='dynamic-linking'>Be able to load compiled files while
+ running.</flag>
+ <flag name='engineering-notation'>Floats to display in engineering
+ notation (exponents always multiples of 3) instead of scientific
+ notation.</flag>
+ <flag name='gsubr'>generalized c arguments: for arbitrary
+ (more then 11) arguments to C functions.</flag>
+ <flag name='inexact'>Support for floating point numbers.</flag>
+ <flag name='ioext'>Commonly available I/O extensions: line I/O, file
+ positioning, file delete and rename, and directory functions.</flag>
+ <flag name='macro'>C level support for hygienic and referentially
+ transparent macros (syntax-rules macros).</flag>
+ <flag name='regex'>String regular expression matching.</flag>
+ <flag name='unix'>Support for: nice, acct, lstat, readlink, symlink,
+ mknod and sync.</flag>
+ </use>
+</pkgmetadata>