summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-05-06 12:31:49 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-05-06 12:31:49 +0000
commit3816f52533bcf3a1a36641cf6f7dbac30aff9e98 (patch)
tree71eff8824fc79e188a3752496cf70f6c77f6ed6c /shells
parentAdd xevil to the SUBDIR list (diff)
- update
- compress manpages
Notes
Notes: svn path=/head/; revision=1660
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh-devel/Makefile12
-rw-r--r--shells/zsh-devel/distinfo2
-rw-r--r--shells/zsh-devel/pkg-comment2
-rw-r--r--shells/zsh-devel/pkg-plist13
-rw-r--r--shells/zsh/Makefile12
-rw-r--r--shells/zsh/distinfo2
-rw-r--r--shells/zsh/pkg-comment2
-rw-r--r--shells/zsh/pkg-plist13
8 files changed, 40 insertions, 18 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 4d646042410f..49a2c33bee40 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -3,11 +3,11 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.8 1995/04/30 12:11:43 gpalmer Exp $
+# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $
#
-DISTNAME= zsh-2.6-beta7
-PKGNAME= zsh-2.6b7
+DISTNAME= zsh-2.6-beta8
+PKGNAME= zsh-2.6b8
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/
@@ -15,4 +15,10 @@ 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-devel/distinfo b/shells/zsh-devel/distinfo
index 1985576012d7..a655bd934cfd 100644
--- a/shells/zsh-devel/distinfo
+++ b/shells/zsh-devel/distinfo
@@ -1 +1 @@
-MD5 (zsh-2.6-beta7.tar.gz) = 6db492561080e22ca659ccc5788bd662
+MD5 (zsh-2.6-beta8.tar.gz) = b530cf0881263e3e9031ef19368bde27
diff --git a/shells/zsh-devel/pkg-comment b/shells/zsh-devel/pkg-comment
index 860893a2f47e..fd7204ea63d6 100644
--- a/shells/zsh-devel/pkg-comment
+++ b/shells/zsh-devel/pkg-comment
@@ -1 +1 @@
-Zsh - the Z shell, version 2.6 beta 4
+Zsh - the Z shell, version 2.6 beta 8
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist
index fa66d85094bb..763ef88f096a 100644
--- a/shells/zsh-devel/pkg-plist
+++ b/shells/zsh-devel/pkg-plist
@@ -1,8 +1,5 @@
-@cwd /usr/local
bin/zsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-man/man1/zsh.1
+bin/zsh-2.6-beta8
info/zsh.info
info/zsh.info-1
info/zsh.info-2
@@ -10,3 +7,11 @@ 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
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 4d646042410f..49a2c33bee40 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -3,11 +3,11 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.8 1995/04/30 12:11:43 gpalmer Exp $
+# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $
#
-DISTNAME= zsh-2.6-beta7
-PKGNAME= zsh-2.6b7
+DISTNAME= zsh-2.6-beta8
+PKGNAME= zsh-2.6b8
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/
@@ -15,4 +15,10 @@ 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
index 1985576012d7..a655bd934cfd 100644
--- a/shells/zsh/distinfo
+++ b/shells/zsh/distinfo
@@ -1 +1 @@
-MD5 (zsh-2.6-beta7.tar.gz) = 6db492561080e22ca659ccc5788bd662
+MD5 (zsh-2.6-beta8.tar.gz) = b530cf0881263e3e9031ef19368bde27
diff --git a/shells/zsh/pkg-comment b/shells/zsh/pkg-comment
index 860893a2f47e..fd7204ea63d6 100644
--- a/shells/zsh/pkg-comment
+++ b/shells/zsh/pkg-comment
@@ -1 +1 @@
-Zsh - the Z shell, version 2.6 beta 4
+Zsh - the Z shell, version 2.6 beta 8
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist
index fa66d85094bb..763ef88f096a 100644
--- a/shells/zsh/pkg-plist
+++ b/shells/zsh/pkg-plist
@@ -1,8 +1,5 @@
-@cwd /usr/local
bin/zsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-man/man1/zsh.1
+bin/zsh-2.6-beta8
info/zsh.info
info/zsh.info-1
info/zsh.info-2
@@ -10,3 +7,11 @@ 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