diff options
Diffstat (limited to 'dev-scheme/bigloo/metadata.xml')
-rw-r--r-- | dev-scheme/bigloo/metadata.xml | 43 |
1 files changed, 32 insertions, 11 deletions
diff --git a/dev-scheme/bigloo/metadata.xml b/dev-scheme/bigloo/metadata.xml index 9bf5a6a8f8ae..f5d2c5e98d0e 100644 --- a/dev-scheme/bigloo/metadata.xml +++ b/dev-scheme/bigloo/metadata.xml @@ -1,15 +1,36 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>scheme</herd> -<longdescription> -Bigloo is a Scheme implementation devoted to one goal: enabling Scheme -based programming style where C(++) is usually required. Bigloo attempts -to make Scheme practical by offering features usually presented by -traditional programming languages but not offered by Scheme and functional -programming. Bigloo compiles Scheme modules. It delivers small and fast -stand alone binary executables. Bigloo enables full connections between -Scheme and C programs, between Scheme and Java programs, and between -Scheme and C# programs. -</longdescription> + <herd>scheme</herd> + <longdescription> + Bigloo is a Scheme implementation devoted to one goal: enabling Scheme + based programming style where C(++) is usually required. Bigloo attempts + to make Scheme practical by offering features usually presented by + traditional programming languages but not offered by Scheme and functional + programming. Bigloo compiles Scheme modules. It delivers small and fast + stand alone binary executables. Bigloo enables full connections between + Scheme and C programs, between Scheme and Java programs, and between + Scheme and C# programs. + </longdescription> + <use> + <flag name="bglpkg">Build bglpkg binary, which can be use to access scmpkg servers</flag> + <flag name="calendar">Build the embedded library for calendar programming</flag> + <flag name="crypto">Build the embedded cryptographic library</flag> + <flag name="debug">Enable extra debug codepaths</flag> + <flag name="doc">Install Bigloo Manual (HTML docs of Bigloo and r5rs)</flag> + <flag name="emacs">Build and install the Bigloo Developement Environment for Emacs (aka bee-mode)</flag> + <flag name="gmp">Adds support for <pkg>dev-libs/gmp</pkg> (GNU MP library)</flag> + <flag name="gstreamer">Adds support for <pkg>media-libs/gstreamer</pkg></flag> + <flag name="java">Enable the JVM backend for the Bigloo compiler</flag> + <flag name="mail">Mail library for email management (e.g. maildir and imap support)</flag> + <flag name="multimedia">Build multimedia library (e.g. for managing images). Needed for <pkg>dev-scheme/hop</pkg></flag> + <flag name="packrat">Bigloo port of Tony Garnock-Jones' packrat parser</flag> + <flag name="sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg></flag> + <flag name="srfi1">Build the srfi1 library: List library</flag> + <flag name="srfi27">Build the srfi27 library: Source of Random Bits (32bit-arch only)</flag> + <flag name="ssl">Adds support for SSL connections through <pkg>dev-libs/openssl</pkg></flag> + <flag name="threads">Enable thread support, it depends on <pkg>dev-libs/boehm-gc</pkg> built with threads use flag</flag> + <flag name="text">Library for dealing with text (e.g. BibTeX parser)</flag> + <flag name="web">Library for web programming (e.g. XML, CGI parsers). Needed for <pkg>dev-scheme/hop</pkg></flag> + </use> </pkgmetadata> |