Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells In directory sc8-pr-cvs17:/tmp/cvs-serv1053
Modified Files: mirbsdksh.info Added Files: mksh.info Log Message: New from tracker http://sourceforge.net/tracker/index.php?func=detail&aid=1725126&group_id=17203&atid=414256 --- NEW FILE: mksh.info --- Package: mksh Version: 29.6 Revision: 1 Description: Enhanced version of the Korn shell License: BSD Maintainer: Andreas Gockel <[EMAIL PROTECTED]> Replaces: mirbsdksh (<< 29.5-1) Conflicts: mirbsdksh (<< 29.5-1) CustomMirror: << eur-DE: http://miros.unixforge.de/dist/mir/%n/ asi-JP: http://pub.allbsd.org/MirOS/dist/mir/%n/ << Source: mirror:custom:%n-R29f.cpio.gz SourceRename: %f.cpio.gz Source-md5: 83b4ca84faa1a1ea4cf6db6eb41a0384 NoSourceDirectory: true PatchScript: pax -zf %f.cpio.gz -r SetCPPFLAGS: -DMKSH_ASSUME_UTF8 CompileScript: cd %n; echo $PWD; sh ./Build.sh -d -r InstallScript: << #!/bin/sh -e -x cd %n /usr/bin/install -d -m 755 %i/{bin,share/man/man1,etc/profile.d} /usr/bin/install -c -s -m 555 %n %i/bin/%n /usr/bin/install -c -m 444 %n.1 %i/share/man/man1/%n.1 /usr/bin/install -c -m 444 dot.%nrc %i/etc/%nrc cat >%i/etc/profile.d/%n.sh <<'EOF' #!/bin/sh case $KSH_VERSION in *MIRBSD\ KSH*) test \! -e ${HOME-nonexistant}/.%nrc && \ test -e %p/etc/%nrc && \ . %p/etc/%nrc ;; esac EOF cat >%i/etc/profile.d/%n.csh <<'EOF' #!/bin/csh exit 0 EOF chmod 755 %i/etc/profile.d/* << DocFiles: %n/copyright %n/dot.%nrc ConfFiles: %p/etc/%nrc Homepage: http://mirbsd.de/mksh DescDetail: << mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a bourne-compatible and loosely POSIX compliant shell which is largely similar to the original AT&T Korn shell. It includes bug fixes and feature improvements in order to produce a modern, robust shell good for interactive and especially script use; emacs mode command line editing and input/script processing have been made UTF-8 safe. << DescUsage: << Add '%p/bin/%n' to your /etc/shells so users can use %n as their default shell << InfoTest: << TestScript: cd %n; ./test.sh -v || exit 2 << Index: mirbsdksh.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/mirbsdksh.info,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mirbsdksh.info 8 Jun 2006 21:08:03 -0000 1.2 +++ mirbsdksh.info 15 Jun 2007 01:46:54 -0000 1.3 @@ -1,35 +1,11 @@ Package: mirbsdksh -Version: 1.27c +Version: 29.5 Revision: 1 -Source: http://miros.unixforge.de/dist/mir/mksh/mksh-R27c.cpio.gz -Source-MD5: d8bad9d412f6b6b1e36123a09103bed9 -#Source-checksum: SHA1(4bd47470e0c33bd7d8dc0c28e4df03f80de6dcf3) -#Source-checksum: SHA256(900117c25688a26c251259fd401fadc758de58ec2a5f182fc9699ead27fa4904) -DocFiles: mksh/copyright -NoSourceDirectory: true -PatchScript: pax -zf mksh-R27c.cpio.gz -r -CompileScript: << - cd mksh; bash ./Build.sh -d -r; ./Test.sh -<< -InstallScript: << -#!/bin/sh -e -x - cd mksh - /usr/bin/install -d -m 755 %d%p/{bin,share/man/man1} - /usr/bin/install -c -s -m 555 mksh %d%p/bin/mksh - /usr/bin/install -c -m 444 mksh.1 %d%p/share/man/man1/mksh.1 -<< -Description: MirBSD Korn shell -DescUsage: << - Add '%p/bin/mksh' to your /etc/shells so users can use - mksh as their default shell -<< -DescDetail: << - mksh is the MirBSD enhanced version of the Public Domain Korn - shell (pdksh), a bourne-compatible shell which is largely si- - milar to the original AT&T Korn shell. It includes bug fixes - and feature improvements in order to produce a modern, robust - shell good for interactive and especially script use. -<< +Description: OBSOLETE use mksh instead +Type: NoSource License: BSD -Homepage: http://mirbsd.de/mksh -Maintainer: Andreas Gockel <[EMAIL PROTECTED]> +Maintainer: Andreas Gockel <[EMAIL PROTECTED]> +Depends: mksh (>= %v-%r), fink-obsolete-packages +CompileScript: echo "%N is an obsolete package. Install mksh instead." > README +InstallScript: true +DocFiles: README ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-commits