diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-05-06 12:31:49 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-05-06 12:31:49 +0000 |
commit | ba854b4c5593f168e77650a6ae497bd1c3dc03ab (patch) | |
tree | 35c2f74e28d6797a711f60cc52233d97c9510202 | |
parent | 6aed483859b90245e8b89b42a939b4028cf4991f (diff) | |
download | FreeBSD-ports-ba854b4c5593f168e77650a6ae497bd1c3dc03ab.zip FreeBSD-ports-ba854b4c5593f168e77650a6ae497bd1c3dc03ab.tar.gz |
- update
- compress manpages
-rw-r--r-- | shells/zsh-devel/Makefile | 12 | ||||
-rw-r--r-- | shells/zsh-devel/distinfo | 2 | ||||
-rw-r--r-- | shells/zsh-devel/pkg-comment | 2 | ||||
-rw-r--r-- | shells/zsh-devel/pkg-plist | 13 | ||||
-rw-r--r-- | shells/zsh/Makefile | 12 | ||||
-rw-r--r-- | shells/zsh/distinfo | 2 | ||||
-rw-r--r-- | shells/zsh/pkg-comment | 2 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 13 |
8 files changed, 40 insertions, 18 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 4d64604..49a2c33 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 1985576..a655bd9 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 860893a..fd7204e 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 fa66d85..763ef88 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 4d64604..49a2c33 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 1985576..a655bd9 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 860893a..fd7204e 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 fa66d85..763ef88 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 |