aboutsummaryrefslogtreecommitdiff
path: root/lang/gauche/pkg-descr
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2020-12-25 20:46:24 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2020-12-25 20:46:24 +0000
commitf8a7c1d4bc70c10a693008e267ef5c4672c249b6 (patch)
treec8fb6f664efb853aed26f4b730145b069c289641 /lang/gauche/pkg-descr
parent4328d31f8db8324cd0cca6151f8b4e84fce4f33f (diff)
downloadports-f8a7c1d4bc70c10a693008e267ef5c4672c249b6.tar.gz
ports-f8a7c1d4bc70c10a693008e267ef5c4672c249b6.zip
lang/gauche: update to 0.9.10
- Port changes default TLS library to external mbedTLS Changelog: https://practical-scheme.net/gauche/gmemo/?Release%200.9.10 PR: 252060 Submitted by: Lassi Kortela <lassi+freebsd@lassi.io> (new maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D27746
Notes
Notes: svn path=/head/; revision=559258
Diffstat (limited to 'lang/gauche/pkg-descr')
-rw-r--r--lang/gauche/pkg-descr14
1 files changed, 9 insertions, 5 deletions
diff --git a/lang/gauche/pkg-descr b/lang/gauche/pkg-descr
index 1b81d20b155b..4dd96f560949 100644
--- a/lang/gauche/pkg-descr
+++ b/lang/gauche/pkg-descr
@@ -1,6 +1,10 @@
-Gauche is a Scheme interpreter conforming Revised^5 Report on
-Algorithmic Language Scheme. It is designed for rapid development of
-daily tools like system management and text processing. It can handle
-multibyte character strings natively.
+Gauche is a fast, portable Scheme interpreter with "batteries
+included". It conforms to the R5RS and R7RS language standards,
+supports lots of SRFI out of the box, adds its own object-oriented
+programming framework, and supports the R7RS library system as well as
+its own pre-R7RS module system. Gauche is designed for the rapid
+development of scipts to assist daily work in system administration,
+text processing, and other fields. It can handle UTF-8, EUC-JP, and
+Shift JIS character strings natively.
-WWW: http://practical-scheme.net/gauche/
+WWW: https://practical-scheme.net/gauche/