pkgsrc/lang/chicken/PLIST
obache 0c0f744d0e Update chicken to 2.60, aka 2.6.
Based on patch provided by Alaric Snell-Pym in pkgsrc-users@.

Things changed since the last release (2.5):

- Many bugfixes
- Better support for Sun's C compiler
- Input-performance has been improved
- PCRE (Perl compatible regular expressions) by Philip Hazel is now
 bundled with CHICKEN
- Static linking of extensions is now possible (when supported by
 the egg)
- The interpreter warns about references to potentially unbound variables
 in loaded code and expressions entered on the REPL
- The expansion process is traced during compilation and interpretation
 to give (slightly) more usable syntactic context in error messages
- library:
 * added `any?`, `bit-set?' and `on-exit'
- eval:
 * new procedure `set-parameterized-read-syntax!'
- posix:
 * SRFI-17 setters for `file-position`, `current-user-id',
   `current-group-id', `process-group-id'; the respective setter-procedures
   are still available but have been deprecated
 * `file-stat' returns more information (including device info)
 * added `process*'
- extras:
 * added `read-string!'
- utils:
 * `apropos' and `apropos-list' procedures
- srfi-4:
 * added `read-u8vector', `read-u8vector!' and `write-u8vector'
- srfi-18:
 * added `time->milliseconds' and `milliseconds->time'
- csi:
 * `-ss SCRIPTNAME' option
- csc:
 * accepts options given in the environment variable `CSC_OPTIONS'
 * new options `-static-extensions' and `-host'
- chicken/csc:
 * new option `-keep-shadowed-macros'
- chicken-setup:
 * accepts options given in the environment variable `CHICKEN_SETUP_OPTIONS'
 * allows retrieval and installation of eggs from subversion a repository
   and the local filesystem
 * new options `-tree FILENAME', `-svn', `-local', `-revision' and
   `-destdir PATHNAME'
 * added helper procedures `required-chicken-version' and
   `required-extension-version'
- Lots of improvements in the CMake build
2007-04-17 15:03:30 +00:00

80 lines
2.7 KiB
Text

@comment $NetBSD: PLIST,v 1.16 2007/04/17 15:03:30 obache Exp $
bin/chicken
bin/chicken-profile
bin/chicken-setup
bin/chicken-static
bin/csc
bin/csi
bin/csi-static
include/chicken-config.h
include/chicken-defaults.h
include/chicken.h
lib/libchicken.la
lib/libuchicken.la
man/man1/chicken-profile.1
man/man1/chicken-setup.1
man/man1/chicken.1
man/man1/csc.1
man/man1/csi.1
share/chicken/chicken-ffi-macros.scm
share/chicken/chicken-more-macros.scm
share/chicken/eval.exports
share/chicken/extras.exports
share/chicken/library.exports
share/chicken/lolevel.exports
share/chicken/posix.exports
share/chicken/regex.exports
share/chicken/scheduler.exports
share/chicken/srfi-1.exports
share/chicken/srfi-13.exports
share/chicken/srfi-14.exports
share/chicken/srfi-18.exports
share/chicken/srfi-4.exports
share/chicken/tcp.exports
share/chicken/utils.exports
share/doc/chicken/ChangeLog
share/doc/chicken/LICENSE
share/doc/chicken/README
share/doc/chicken/html/accessing-external-objects.html
share/doc/chicken/html/acknowledgements.html
share/doc/chicken/html/basic-mode-of-operation.html
share/doc/chicken/html/bibliography.html
share/doc/chicken/html/bugs-and-limitations.html
share/doc/chicken/html/c-interface.html
share/doc/chicken/html/callbacks.html
share/doc/chicken/html/chicken-setup.html
share/doc/chicken/html/data-representation.html
share/doc/chicken/html/declarations.html
share/doc/chicken/html/deviations-from-the-standard.html
share/doc/chicken/html/embedding.html
share/doc/chicken/html/extensions-to-the-standard.html
share/doc/chicken/html/faq.html
share/doc/chicken/html/foreign-type-specifiers.html
share/doc/chicken/html/index.html
share/doc/chicken/html/interface-to-external-functions-and-variables.html
share/doc/chicken/html/locations.html
share/doc/chicken/html/non-standard-macros-and-special-forms.html
share/doc/chicken/html/non-standard-read-syntax.html
share/doc/chicken/html/other-support-procedures.html
share/doc/chicken/html/parameters.html
share/doc/chicken/html/pattern-matching.html
share/doc/chicken/html/supported-language.html
share/doc/chicken/html/unit-eval.html
share/doc/chicken/html/unit-extras.html
share/doc/chicken/html/unit-library.html
share/doc/chicken/html/unit-lolevel.html
share/doc/chicken/html/unit-match.html
share/doc/chicken/html/unit-posix.html
share/doc/chicken/html/unit-regex.html
share/doc/chicken/html/unit-srfi-1.html
share/doc/chicken/html/unit-srfi-13.html
share/doc/chicken/html/unit-srfi-14.html
share/doc/chicken/html/unit-srfi-18.html
share/doc/chicken/html/unit-srfi-4.html
share/doc/chicken/html/unit-tcp.html
share/doc/chicken/html/unit-utils.html
share/doc/chicken/html/using-the-compiler.html
share/doc/chicken/html/using-the-interpreter.html
@dirrm share/doc/chicken/html
@dirrm share/doc/chicken
@dirrm share/chicken