Ticket #8312: ksh-93.diff
File ksh-93.diff, 1.3 KB (added by meissnem@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ksh93 6 version 200 5-02-026 version 2006-02-14 7 7 categories shells 8 8 maintainers yeled@opendarwin.org 9 9 description The AT&T Korn shell … … 11 11 The official version of ksh-93, by David Korn and AT&T research 12 12 platforms darwin freebsd 13 13 homepage http://www.research.att.com/sw/download/ 14 master_sites http:// www.research.att.com/~gsf/download/tgz/14 master_sites http://public.research.att.com/~gsf/download/tgz 15 15 16 16 distfiles ast-ksh.$version.tgz INIT.$version.tgz 17 checksums ast-ksh.$version.tgz md5 fecce7e67b55fe986c7c2163346e0977\18 INIT.$version.tgz md5 50339ec5c16f102e865f8f766da9016d17 checksums ast-ksh.$version.tgz md5 76a13bdb10a35b5ff67208cf9042a8bf \ 18 INIT.$version.tgz md5 375ede1f75db451f645a140ec41b9216 19 19 20 20 fetch.user I accept www.opensource.org/licenses/cpl 21 21 fetch.password . … … 26 26 27 27 extract.dir ${worksrcpath} 28 28 29 patchfiles patch-src__lib__libast__features__lib \30 patch-src__lib__libast__sfio__sfhdr.h31 32 29 configure {} 33 30 34 31 build.cmd bin/package … … 40 37 xinstall -m 555 ${worksrcpath}/arch/${arch}/bin/ksh ${destroot}${prefix}/bin 41 38 xinstall -m 444 ${worksrcpath}/arch/${arch}/man/man1/sh.1 ${destroot}${prefix}/share/man/man1/ksh.1 42 39 } 43