Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells
In directory sc8-pr-cvs17:/tmp/cvs-serv5264/main/finkinfo/shells

Modified Files:
      Tag: pangocairo-branch
        mirbsdksh.info zsh-templates.info 
Added Files:
      Tag: pangocairo-branch
        mksh.info 
Log Message:
merge from HEAD (pangocairo-root-29)

Index: zsh-templates.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/zsh-templates.info,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -u -d -r1.4.2.5 -r1.4.2.6
--- zsh-templates.info  15 May 2007 02:42:01 -0000      1.4.2.5
+++ zsh-templates.info  19 Jun 2007 21:17:58 -0000      1.4.2.6
@@ -1,8 +1,8 @@
 Package: zsh-templates
-Version: 1.1.1
+Version: 1.1.2
 Revision: 1
 Source:  http://xanana.ucsc.edu/~wgscott/mystuff/zsh/%n-%v.tgz
-Source-MD5: 80cfaef572fa9af6650c7485173e9561 
+Source-MD5: 553753f9dd77f6ebd9ff96723c7878d2 
 Depends: macosx, zsh (>= 4.2.1-13) | zsh-multibyte 
 License: GPL
 Maintainer: W. G. Scott <[EMAIL PROTECTED]>

--- 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.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- mirbsdksh.info      8 Jun 2006 21:08:03 -0000       1.2
+++ mirbsdksh.info      19 Jun 2007 21:17:58 -0000      1.2.2.1
@@ -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

Reply via email to