2009-06-14 19:48:39 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:48:47 joerg Exp $
|
2006-03-30 05:44:41 +02:00
|
|
|
info/guile-library.info
|
2009-02-19 19:22:22 +01:00
|
|
|
share/guile/site/apicheck.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/config/load.scm
|
2009-02-19 19:22:22 +01:00
|
|
|
share/guile/site/container/async-queue.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/container/delay-tree.scm
|
|
|
|
share/guile/site/container/nodal-tree.scm
|
|
|
|
share/guile/site/container/queue.scm
|
|
|
|
share/guile/site/debugging/assert.scm
|
|
|
|
share/guile/site/debugging/time.scm
|
|
|
|
share/guile/site/graph/topological-sort.scm
|
|
|
|
share/guile/site/htmlprag.scm
|
|
|
|
share/guile/site/io/string.scm
|
|
|
|
share/guile/site/logging/logger.scm
|
|
|
|
share/guile/site/logging/port-log.scm
|
|
|
|
share/guile/site/logging/rotating-log.scm
|
2007-07-21 18:29:44 +02:00
|
|
|
share/guile/site/match-bind.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/math/minima.scm
|
|
|
|
share/guile/site/math/primes.scm
|
|
|
|
share/guile/site/math/rationalize.scm
|
2007-01-14 13:58:54 +01:00
|
|
|
share/guile/site/md5.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/os/process.scm
|
|
|
|
share/guile/site/scheme/documentation.scm
|
2007-07-21 18:29:44 +02:00
|
|
|
share/guile/site/scheme/kwargs.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/scheme/session.scm
|
|
|
|
share/guile/site/search/basic.scm
|
|
|
|
share/guile/site/srfi/srfi-34.scm
|
|
|
|
share/guile/site/srfi/srfi-35.scm
|
|
|
|
share/guile/site/srfi/srfi-40.scm
|
|
|
|
share/guile/site/statprof.scm
|
|
|
|
share/guile/site/string/completion.scm
|
|
|
|
share/guile/site/string/soundex.scm
|
|
|
|
share/guile/site/string/transform.scm
|
|
|
|
share/guile/site/string/wrap.scm
|
|
|
|
share/guile/site/sxml/apply-templates.scm
|
2009-02-19 19:22:22 +01:00
|
|
|
share/guile/site/sxml/fold.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/sxml/simple.scm
|
2007-01-14 13:58:54 +01:00
|
|
|
share/guile/site/sxml/ssax-simple.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/sxml/ssax.scm
|
|
|
|
share/guile/site/sxml/ssax/input-parse.scm
|
|
|
|
share/guile/site/sxml/transform.scm
|
|
|
|
share/guile/site/sxml/upstream/SSAX-expanded.scm
|
|
|
|
share/guile/site/sxml/upstream/SSAX.scm
|
|
|
|
share/guile/site/sxml/upstream/SXML-tree-trans.scm
|
|
|
|
share/guile/site/sxml/upstream/SXPath-old.scm
|
2007-01-14 13:58:54 +01:00
|
|
|
share/guile/site/sxml/upstream/assert.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/sxml/upstream/input-parse.scm
|
|
|
|
share/guile/site/sxml/upstream/packages.scm
|
|
|
|
share/guile/site/sxml/xpath.scm
|
|
|
|
share/guile/site/term/ansi-color.scm
|
|
|
|
share/guile/site/texinfo.scm
|
2009-02-19 19:22:22 +01:00
|
|
|
share/guile/site/texinfo/docbook.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/texinfo/html.scm
|
|
|
|
share/guile/site/texinfo/indexing.scm
|
|
|
|
share/guile/site/texinfo/nodal-tree.scm
|
|
|
|
share/guile/site/texinfo/plain-text.scm
|
|
|
|
share/guile/site/texinfo/reflection.scm
|
2007-01-14 13:58:54 +01:00
|
|
|
share/guile/site/texinfo/serialize.scm
|
2007-06-26 13:44:27 +02:00
|
|
|
share/guile/site/text/parse-lalr.scm
|
Initial import of guile-lib, provided by Greg Troxel via pkgsrc-wip.
Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".
Also, it can be seen as a code staging area for Guile; the Guile
developers could decide to integrate some of the code into
guile-core. An example for a possible candidate is SRFI-35.
* SSAX, S-Exp-based XML parsing/query/conversion
* HTMLPrag, a permissive ("pragmatic") HTML parser
* Texinfo processing, enabling literate programming
* Unit testing framework ala JUnit
* Logging system
* String routines (wrapping, completion, soundex algorithm)
* OS process chains (think "shell pipes in scheme")
* An LALR parser
* ANSI escape sequence text coloring
* Structured text (plain, texinfo, html)
* SRFI-35 (conditions)
2004-12-03 17:50:22 +01:00
|
|
|
share/guile/site/unit-test.scm
|