Commit graph

5 commits

Author SHA1 Message Date
Greg Troxel
9fa862e43e Pass --no-split to makeinfo.
Bump PKGREVISION; prior version had broken info files.
2004-11-10 18:03:29 +00:00
Greg Troxel
257be94a2c Use pkgsrc support for alternate build dir and configure location,
rather than overriding targets.
2004-11-10 17:50:25 +00:00
Greg Troxel
e55b66f9a9 add missing items to PLIST, bump PKGREVISION 2004-10-20 15:02:43 +00:00
Greg Troxel
57e3b71048 Don't buildlink3 guile, since the build doesn't run it.
Use DEPENDS instead.
2004-10-20 14:40:10 +00:00
Greg Troxel
68e5d63a9f 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-10-19 16:54:01 +00:00