Ticket #820: gauche.patch

File gauche.patch, 2.0 KB (added by aqua-dabbler (kogule), 21 years ago)

Portfile patch

  • Portfile

    old new  
    66categories      lang
    77maintainers     kogule@opendarwin.org
    88description     A script interpreter based on Scheme
    9 long_description    {Gauche is a script interpreter based on Scheme.  \
     9long_description    Gauche is a script interpreter based on Scheme.  \
    1010                    Gauche conforms the language standard 'Revised^5 \
    1111                    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 \
    1514                    programmers and system administrators to handle \
    1615                    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, \
    2018                    and each of them has its design emphasis and \
    2119                    weeknesses.  Gauche is designed with emphasis on \
    2220                    Quick startup, Multibyte strings, Modular \
    2321                    development, Integrated object system, System \
    24                     interface and Enhanced I/O.}
     22                    interface and Enhanced I/O.
    2523homepage        http://www.shiro.dreamhost.com/scheme/gauche/
    2624master_sites    sourceforge:${name}
    2725distname        Gauche-$version
     
    2927checksums       md5 f07345c81f2434516cc175cebde77901
    3028patchfiles      patch-charconv-Makefile.in patch-lib-Makefile.in \
    3129                patch-Makefile.in patch-lib-slib.scm.in
    32 build.post_args 2>&1 | tee build.log
    3330configure.args  --with-local=$prefix
    3431depends_lib     lib:libdl:dlcompat
    3532variant utf-8   {       configure.args-append --enable-multibyte=utf-8 }