2007-06-18 01:43:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2007/06/17 23:43:19 gdt Exp $
|
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
|
|
|
|
2007-01-14 13:58:54 +01:00
|
|
|
DISTNAME= guile-lib-0.1.3
|
2007-06-18 01:43:19 +02:00
|
|
|
PKGREVISION= 2
|
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
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://download.gna.org/guile-lib/
|
|
|
|
|
2005-08-10 21:01:23 +02:00
|
|
|
MAINTAINER= gdt@NetBSD.org
|
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
|
|
|
HOMEPAGE= http://home.gna.org/guile-lib/
|
|
|
|
COMMENT= Library functions for Guile, implemented in Scheme
|
|
|
|
|
2007-01-14 13:58:54 +01:00
|
|
|
GNU_CONFIGURE= yes
|
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
|
|
|
|
2006-03-05 17:27:22 +01:00
|
|
|
USE_TOOLS+= gmake makeinfo
|
2005-01-21 21:34:14 +01:00
|
|
|
TEXINFO_REQD= 4.2
|
2007-01-14 13:58:54 +01:00
|
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
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
|
|
|
|
2007-01-14 13:58:54 +01:00
|
|
|
# guile-lib uses the install(1) feature that missing intermediate
|
|
|
|
# directories are created automatically, which e.g. NetBSD's doesn't
|
|
|
|
# support, so we have to precreate the directories
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/config
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/container
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/debugging
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/graph
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/io
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/logging
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/math
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/os
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/scheme
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/search
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/srfi
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/string
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/sxml
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/sxml/ssax
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/sxml/upstream
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/term
|
|
|
|
INSTALLATION_DIRS+= share/guile/site/texinfo
|
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
|
|
|
|
2007-06-18 01:43:19 +02:00
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
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
|
|
|
.include "../../mk/bsd.pkg.mk"
|