the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: zsh-multibyte
Version: 4.3.6
Revision: 2
Conflicts: zsh
Replaces: zsh
Depends: libiconv, pcre-shlibs, libncurses5-shlibs (>= 5.4-20041023-1006)
BuildDepends: libiconv-dev, pcre, pcre-bin, libncurses5 (>= 5.4-20041023-1006)
CustomMirror: <<
Master: ftp://ftp.zsh.org/pub/
eur: ftp://ftp.lysator.liu.se/pub/unix/zsh/
eur-NL: ftp://ftp.demon.nl/pub/mirrors/zsh/
eur-DE: ftp://ftp.demon.nl/pub/mirrors/zsh/
aus-AU: ftp://ftp.zsh.org/zsh/
eur-DK: ftp://sunsite.dk/pub/unix/shells/zsh/
eur-FI: ftp://sunsite.dk/pub/unix/shells/zsh/
eur-FR: ftp://nephtys.lip6.fr/pub/unix/shells/zsh/
eur-HU: ftp://ftp.cs.elte.hu/pub/zsh/
eur-IL: ftp://ftp.math.technion.ac.il/pub/zsh/
asi-JP: ftp://ftp.math.technion.ac.il/pub/zsh/
asi-JP: ftp://ftp.ayamura.org/pub/zsh/
asi-KR: ftp://ftp.ayamura.org/pub/zsh/
eur-PL: ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/
eur-RO: ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/
eur-RO: ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/
eur-SE: ftp://ftp.lysator.liu.se/pub/unix/zsh/
eur-UK: ftp://ftp.lysator.liu.se/pub/unix/zsh/
<<
Source: mirror:custom:/zsh-%v.tar.bz2
Source-MD5: 16f399af1081ad3c303a794c9c7dc47e
Source2: mirror:custom:zsh-%v-doc.tar.bz2
Source2-MD5: cab29228a90f58b1431a66ab24a0a0c2
ConfigureParams: <<
--mandir=%p/share/man --infodir=%p/share/info \
--enable-etcdir=%p/etc/zsh --enable-maildir-support \
--enable-pcre --enable-zsh-secure-free --enable-fndir=%p/share/zsh \
--enable-function-subdirs --with-curses-terminfo --with-tcsetpgrp \
--enable-multibyte AWK=/usr/bin/awk
<<
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript:<<
# perl -pi.bak -e "s;DL_EXT=so;DL_EXT=dylib;g" configure
./configure %c
perl -pi.bak -e "s;-ldl -ltinfo -lm -lc;-L%p/lib -lpcre -L%p/lib -lncurses -L%p/lib -liconv -ltinfo -ldl -lm -lc;" Makefile
perl -pi.bak -e "s;-bundle -flat_namespace -undefined suppress;-bundle -twolevel_namespace -undefined dynamic_lookup;" Makefile
/bin/rm -f *.bak
make
<<
InstallScript:<<
mkdir -p %i/etc/zsh
make install DESTDIR=%d
<<
DocFiles: Doc/zsh.dvi Doc/*.html StartupFiles/* ChangeLog* INSTALL LICENCE META-FAQ README
Description: The Z Shell
DescDetail: <<
To make the Fink zsh your default user shell, do the following:
1. Add the line /sw/bin/zsh to the file /etc/shells
2. Execute the following command: chsh -s /sw/bin/zsh
3. Open a new terminal session.
.
Zsh is a shell designed for interactive use, although it is also
a powerful scripting language. Many of the useful features of bash,
ksh, and tcsh were incorporated into zsh; many original
features were added. Its syntax is that of an augmented ksh.
It is recommended that you read
http://zsh.sunsite.dk/Intro/intro_toc.html
before installing this shell.
You might also consider installing the zsh-templates package
and the zsh-helpfiles package.
<<
DescUsage: <<
All config files should be kept in %p/etc/zsh.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ATTENTION ATTENTION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This shell is NOT preconfigured. Sample configure scripts
can be found in your %p/share/doc/zsh directory
You may manually move those sample files to
%p/etc/zsh or alter them to your liking!
Alternatively, the fink zsh-templates package provides a
fully configured set of enhanced configuration scripts
and functions, many specifically designed to facilitate
interaction with the OS X environment.
Documentation is included by default, please read
it carefully. In addition, the zsh-helpfiles package
provides additional documentation.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ATTENTION ATTENTION
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
<<
DescPort: <<
Recent updates by W. G. Scott
Please complain to him, not dmalloc!
<<
License: GPL
Maintainer: Darian Lanx
Homepage: http://zsh.sunsite.dk/