diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-02-12 16:31:45 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-02-12 16:31:45 +0000 |
commit | 6c638cb70bb01b873682b30e80af726478a36fff (patch) | |
tree | b16411ba093f511926b825b646d68b5ea402a5e4 /shells/zsh-devel | |
parent | 240fb85518ffb769670cefdaf8adb6229a3541a7 (diff) | |
download | ports-6c638cb70bb01b873682b30e80af726478a36fff.tar.gz ports-6c638cb70bb01b873682b30e80af726478a36fff.zip |
Notes
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r-- | shells/zsh-devel/Makefile | 18 | ||||
-rw-r--r-- | shells/zsh-devel/distinfo | 1 | ||||
-rw-r--r-- | shells/zsh-devel/pkg-comment | 1 | ||||
-rw-r--r-- | shells/zsh-devel/pkg-descr | 6 | ||||
-rw-r--r-- | shells/zsh-devel/pkg-plist | 10 |
5 files changed, 36 insertions, 0 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile new file mode 100644 index 000000000000..f0c90ee77876 --- /dev/null +++ b/shells/zsh-devel/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-devel/distinfo b/shells/zsh-devel/distinfo new file mode 100644 index 000000000000..5d1f436a3418 --- /dev/null +++ b/shells/zsh-devel/distinfo @@ -0,0 +1 @@ +MD5 (zsh-2.6-beta3.tar.gz) = acb03419702f4b83e67b82aa2baec2eb diff --git a/shells/zsh-devel/pkg-comment b/shells/zsh-devel/pkg-comment new file mode 100644 index 000000000000..b5e91d18e917 --- /dev/null +++ b/shells/zsh-devel/pkg-comment @@ -0,0 +1 @@ +Zsh - the Z shell, version 2.6 beta 3 diff --git a/shells/zsh-devel/pkg-descr b/shells/zsh-devel/pkg-descr new file mode 100644 index 000000000000..8f4144f053ea --- /dev/null +++ b/shells/zsh-devel/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-devel/pkg-plist b/shells/zsh-devel/pkg-plist new file mode 100644 index 000000000000..20a51d04fd06 --- /dev/null +++ b/shells/zsh-devel/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 |