diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-02-13 00:31:45 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-02-13 00:31:45 +0800 |
commit | 6900878da3087c3430945f596340100ee6189af7 (patch) | |
tree | 45d0866e57aeb09f7a52977c1bbdc35af77ddd6b /shells/zsh | |
parent | 0000e6b57256dc3f3079a137bba78c0e50adacf2 (diff) | |
download | freebsd-ports-gnome-6900878da3087c3430945f596340100ee6189af7.tar.gz freebsd-ports-gnome-6900878da3087c3430945f596340100ee6189af7.tar.zst freebsd-ports-gnome-6900878da3087c3430945f596340100ee6189af7.zip |
zsh - the Z shell
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 18 | ||||
-rw-r--r-- | shells/zsh/distinfo | 1 | ||||
-rw-r--r-- | shells/zsh/pkg-comment | 1 | ||||
-rw-r--r-- | shells/zsh/pkg-descr | 6 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 10 |
5 files changed, 36 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile new file mode 100644 index 000000000000..f0c90ee77876 --- /dev/null +++ b/shells/zsh/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: zsh +# Version required: 2.6 beta 3 +# Date created: 11 Feb. 1995 +# Whom: torstenb +# +# $Id:$ +# + +DISTNAME= zsh-2.6-beta3 +MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +GNU_CONFIGURE= YES + +pre-install: + mkdir -p ${PREFIX}/bin + mkdir -p ${PREFIX}/man/man1 + mkdir -p ${PREFIX}/info + +.include <bsd.port.mk> diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo new file mode 100644 index 000000000000..5d1f436a3418 --- /dev/null +++ b/shells/zsh/distinfo @@ -0,0 +1 @@ +MD5 (zsh-2.6-beta3.tar.gz) = acb03419702f4b83e67b82aa2baec2eb diff --git a/shells/zsh/pkg-comment b/shells/zsh/pkg-comment new file mode 100644 index 000000000000..b5e91d18e917 --- /dev/null +++ b/shells/zsh/pkg-comment @@ -0,0 +1 @@ +Zsh - the Z shell, version 2.6 beta 3 diff --git a/shells/zsh/pkg-descr b/shells/zsh/pkg-descr new file mode 100644 index 000000000000..8f4144f053ea --- /dev/null +++ b/shells/zsh/pkg-descr @@ -0,0 +1,6 @@ +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). diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist new file mode 100644 index 000000000000..20a51d04fd06 --- /dev/null +++ b/shells/zsh/pkg-plist @@ -0,0 +1,10 @@ +@cwd /usr/local +bin/zsh +man/man1/zsh.1 +info/zsh.info +info/zsh.info-1 +info/zsh.info-2 +info/zsh.info-3 +info/zsh.info-4 +info/zsh.info-5 +info/zsh.info-6 |