Ticket #820: gauche.patch
File gauche.patch, 2.0 KB (added by aqua-dabbler (kogule), 21 years ago) |
---|
-
Portfile
old new 6 6 categories lang 7 7 maintainers kogule@opendarwin.org 8 8 description A script interpreter based on Scheme 9 long_description {Gauche is a script interpreter based on Scheme. \9 long_description Gauche is a script interpreter based on Scheme. \ 10 10 Gauche conforms the language standard 'Revised^5 \ 11 11 Report on the Algorithmic Language Scheme' and \ 12 supports various common libraries defined in SRFIs.} \ 13 \ 14 {The goal of Gauche is to provide a handy tool for \ 12 supports various common libraries defined in SRFIs. \ 13 The goal of Gauche is to provide a handy tool for \ 15 14 programmers and system administrators to handle \ 16 15 daily works conveniently and efficiently in the \ 17 production environment.}\ 18 \ 19 {There are lots of Scheme implementations available, \ 16 production environment.\ 17 There are lots of Scheme implementations available, \ 20 18 and each of them has its design emphasis and \ 21 19 weeknesses. Gauche is designed with emphasis on \ 22 20 Quick startup, Multibyte strings, Modular \ 23 21 development, Integrated object system, System \ 24 interface and Enhanced I/O. }22 interface and Enhanced I/O. 25 23 homepage http://www.shiro.dreamhost.com/scheme/gauche/ 26 24 master_sites sourceforge:${name} 27 25 distname Gauche-$version … … 29 27 checksums md5 f07345c81f2434516cc175cebde77901 30 28 patchfiles patch-charconv-Makefile.in patch-lib-Makefile.in \ 31 29 patch-Makefile.in patch-lib-slib.scm.in 32 build.post_args 2>&1 | tee build.log33 30 configure.args --with-local=$prefix 34 31 depends_lib lib:libdl:dlcompat 35 32 variant utf-8 { configure.args-append --enable-multibyte=utf-8 }