diff options
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 24 | ||||
-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 | 17 |
5 files changed, 0 insertions, 49 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile deleted file mode 100644 index 49a2c33bee40..000000000000 --- a/shells/zsh/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: zsh -# Version required: 2.6 beta7 -# Date created: 11 Feb. 1995 -# Whom: torstenb -# -# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $ -# - -DISTNAME= zsh-2.6-beta8 -PKGNAME= zsh-2.6b8 -CATEGORIES+= shells -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ - -MAINTAINER= torstenb@FreeBSD.ORG - -GNU_CONFIGURE= yes - -post-install: - gzip -9nf ${PREFIX}/man/man1/zsh.1 ${PREFIX}/man/man1/zshbuiltins.1 \ - ${PREFIX}/man/man1/zshcompctl.1 ${PREFIX}/man/man1/zshexpn.1 \ - ${PREFIX}/man/man1/zshmisc.1 ${PREFIX}/man/man1/zshoptions.1 \ - ${PREFIX}/man/man1/zshparam.1 ${PREFIX}/man/man1/zshzle.1 - -.include <bsd.port.mk> diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo deleted file mode 100644 index a655bd934cfd..000000000000 --- a/shells/zsh/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zsh-2.6-beta8.tar.gz) = b530cf0881263e3e9031ef19368bde27 diff --git a/shells/zsh/pkg-comment b/shells/zsh/pkg-comment deleted file mode 100644 index fd7204ea63d6..000000000000 --- a/shells/zsh/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Zsh - the Z shell, version 2.6 beta 8 diff --git a/shells/zsh/pkg-descr b/shells/zsh/pkg-descr deleted file mode 100644 index 8f4144f053ea..000000000000 --- a/shells/zsh/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 763ef88f096a..000000000000 --- a/shells/zsh/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/zsh -bin/zsh-2.6-beta8 -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 -man/man1/zsh.1.gz -man/man1/zshbuiltins.1.gz -man/man1/zshcompctl.1.gz -man/man1/zshexpn.1.gz -man/man1/zshmisc.1.gz -man/man1/zshoptions.1.gz -man/man1/zshparam.1.gz -man/man1/zshzle.1.gz |