1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

zsh - the Z shell

This commit is contained in:
Torsten Blum 1995-02-12 16:31:45 +00:00
parent 240fb85518
commit 6c638cb70b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=948
10 changed files with 72 additions and 0 deletions

18
shells/zsh-devel/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (zsh-2.6-beta3.tar.gz) = acb03419702f4b83e67b82aa2baec2eb

View File

@ -0,0 +1 @@
Zsh - the Z shell, version 2.6 beta 3

View File

@ -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).

View File

@ -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

18
shells/zsh/Makefile Normal file
View File

@ -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>

1
shells/zsh/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (zsh-2.6-beta3.tar.gz) = acb03419702f4b83e67b82aa2baec2eb

1
shells/zsh/pkg-comment Normal file
View File

@ -0,0 +1 @@
Zsh - the Z shell, version 2.6 beta 3

6
shells/zsh/pkg-descr Normal file
View File

@ -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).

10
shells/zsh/pkg-plist Normal file
View File

@ -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