mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
zsh - the Z shell
This commit is contained in:
parent
240fb85518
commit
6c638cb70b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=948
18
shells/zsh-devel/Makefile
Normal file
18
shells/zsh-devel/Makefile
Normal 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-devel/distinfo
Normal file
1
shells/zsh-devel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zsh-2.6-beta3.tar.gz) = acb03419702f4b83e67b82aa2baec2eb
|
1
shells/zsh-devel/pkg-comment
Normal file
1
shells/zsh-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Zsh - the Z shell, version 2.6 beta 3
|
6
shells/zsh-devel/pkg-descr
Normal file
6
shells/zsh-devel/pkg-descr
Normal 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-devel/pkg-plist
Normal file
10
shells/zsh-devel/pkg-plist
Normal 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
18
shells/zsh/Makefile
Normal 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
1
shells/zsh/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zsh-2.6-beta3.tar.gz) = acb03419702f4b83e67b82aa2baec2eb
|
1
shells/zsh/pkg-comment
Normal file
1
shells/zsh/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Zsh - the Z shell, version 2.6 beta 3
|
6
shells/zsh/pkg-descr
Normal file
6
shells/zsh/pkg-descr
Normal 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
10
shells/zsh/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user