6a71 FreshPorts -- shells/zsh
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
zsh 5.0.2 shells on this many watch lists=194 search for ports that depend on this port
The Z shell
Maintained by: bapt@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: ZSH


Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible.  It includes enhancements of many types, notably in the
command-line editor, options for customising its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another `custom' shell).

If you want to use zsh completion system, you should type the following
commands:

	$ autoload -U compinstall
	$ compinstall

See also zshcompsys(1) manpage. :)

WWW: http://www.zsh.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/ncurses
Required To Run:
  1. devel/ncurses
Required Libraries:
  1. converters/libiconv

This port is required by:

for Build for Run

To install the port: cd /usr/ports/shells/zsh/ && make install clean
To add the package: pkg_add -r zsh


Configuration Options
===> The following configuration options are available for zsh-5.0.2:
     DEBUG=off: Install debug symbols
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
     GDBM=off: Enable GDBM support (GPL)
     MAILDIR=on: Enable support for Maildirs in MAIL(PATH)
     MEM=off: Enable zsh-mem options
     MULTIBYTE=on: Multibyte character encoding support
     PCRE=off: Use Perl Compatible Regular Expressions
     SECURE_FREE=on: Enable zsh-secure-free
     STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  3. http://freefr.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  4. http://garr.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  5. http://heanet.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  6. http://hivelocity.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  7. http://ignum.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  8. http://internode.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  9. http://iweb.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  10. http://jaist.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  11. http://kaz.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  12. http://kent.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  13. http://master.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  14. http://nchc.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  15. http://ncu.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  16. http://netcologne.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  17. http://sunet.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  18. http://superb-dca3.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  19. http://switch.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  20. http://tenet.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  21. http://ufpr.dl.sourceforge.net/project/zsh/zsh/5.0.2/
  22. http://waix.dl.sourceforge.net/project/zsh/zsh/5.0.2/

Number of commits found: 116 (showing only 16 on this page)

«  1 | 2 

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
11 Jan 2003 23:45:20
Original commit files touched by this commit  4.0.6
peter search for other commits by this committer
Make zsh not segfault on ia64 due to a generic misconfiguration that
just happens to be fatal there, and a coding botch.  The first problem is
that it assumes a termcap interface (which is an emulation on freebsd),
and provides its own terminfo wrappers around termcap..  so that's two
avoidable translation layers... termcap file -> terminfo (libncurses) ->
termcap API emulation (libncurses) -> terminfo (zsh emlulation).  zsh
forgot to prototype the tiget* functions (which return pointers) so we
have an integer (implicit declaration) being cast to a pointer which
is fatal.  The second problem is that zsh tries to use _mktemp() to get
around the __warn_references in our C library, but also neglects a
prototype there and has the same fatal int/pointer problem.

It is likely all the zsh* ports need these fixes.  A test compile on
pluto1.freebsd.org will highlight the problem.

I do not know why the packaging fails for ia64.  termcap.so and
terminfo.so are not being built for some reason, this change doesn't
solve that problem.
17 Sep 2002 14:58:44
Original commit files touched by this commit  4.0.6
will search for other commits by this committer
PERL -> USE_REINPLACE

Submitted by:   David Yeske <dyeske@yahoo.com>
06 Sep 2002 12:06:01
Original commit files touched by this commit  4.0.6
knu search for other commits by this committer
MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because
it is slow and does not mirror bz2 distfiles at all.  Remove it and
add four other working mirror sites instead.

PR:             ports/41960 (different solution)
Submitted by:   keramida
15 Aug 2002 15:15:16
Original commit files touched by this commit  4.0.6
knu search for other commits by this committer
Really commit the pkg-plist change.
14 Aug 2002 21:28:36
Original commit files touched by this commit  4.0.6
knu search for other commits by this committer
Update to 4.0.6.

PR:             ports/41662
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
12 Aug 2002 02:40:35
Original commit files touched by this commit  4.0.5
knu search for other commits by this committer
- Update to 4.0.5.
- Use the .tar.bz2 distribution files.

PR:             ports/41483
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    will (MAINTAINER)
29 Jan 2002 11:58:52
files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
10 Nov 2001 02:24:46
files touched by this commit
will search for other commits by this committer
Update to 4.0.4.    
03 Jul 2001 05:47:28
files touched by this commit
will search for other commits by this committer
Update to 4.0.2.   	- Remove patches (merged into distribution).   	- Add
zsh-doc distribution.   	- Remove USE_AUTOCONF.   	- Remove extraneous
shells.bak after /etc/shells update.   	- Adjust to slide .info under NOPORTDOCS
and such.   	- Spelling fix in descr.    
16 Jun 2001 11:05:05
files touched by this commit
will search for other commits by this committer
Enable maildir support.    
03 Jun 2001 19:43:09
files touched by this commit
will search for other commits by this committer
Upgrade Zsh to 4.0.1:    
08 Jan 2001 23:50:22
files touched by this commit
will search for other commits by this committer
Remove nonexistent master site.    
08 Oct 2000 07:07:58
files touched by this commit
asami search for other commits by this committer
Convert category shells to new layout.  
10 Jul 2000 16:22:18
files touched by this commit
will search for other commits by this committer
Update MD5.  Since ftp.freebsd.org never got a copy (and I don't have one)   of
the original, I could not check the diff.    
01 Jul 2000 23:42:43
files touched by this commit
will search for other commits by this committer
Update to 3.0.8.  Remove useless echo in Makefile.    
15 Jun 2000 11:24:55
files touched by this commit
sobomax search for other commits by this committer
Add MASTER_SITE_SOURCEFORGE.    

Number of commits found: 116 (showing only 16 on this page)

«  1 | 2 

2840
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24525
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days26
new fortnight59
new month211

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0