Ticket #1479: pdksh.diff

File pdksh.diff, 1.2 KB (added by waqar@…, 20 years ago)

portfile diff

  • Portfile

    ? pdksh.diff
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/shells/pdksh/Portfile,v
    retrieving revision 1.7
    diff -u -r1.7 Portfile
     
    77categories      shells
    88maintainers     ryanwilcox@mac.com
    99description     A Public Domain clone of ksh
     10long_description        \
     11        At the moment, it has most of the ksh88 features, not much of \
     12        the ksh93 features, and a number of its own features. pdksh was \
     13        initially created by Eric Gisin using Charles Forsyth's public \
     14        domain V7 shell as a base as well as parts of the BRL shell. \
     15        Since then a number of people have maintained and contributed to it
    1016platforms       darwin
     17homepage        http://www.cs.mun.ca/~michael/pdksh/
    1118master_sites    ftp://ftp.cs.mun.ca/pub/pdksh/
    12 distname        pdksh-5.2.14
    13 checksums md5 871106b3bd937e1afba9f2ef7c43aef3
    14 
    15 
    16 destroot.args prefix=${destroot}${prefix}
    17 long_description        The public domain version of the Korn Shell
     19checksums       md5 871106b3bd937e1afba9f2ef7c43aef3
     20configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     21destroot.args   prefix=${destroot}${prefix}