diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-06-17 04:48:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-06-17 04:48:16 +0000 |
commit | beeaad0104e3e34304e52735bbda24b6890b3741 (patch) | |
tree | a32d965ac846c500d19d521f9332eb9209143754 /shells | |
parent | 3ae6e278b504975bc186eb7faab1c1ccb78dffb8 (diff) | |
download | ports-beeaad0104e3e34304e52735bbda24b6890b3741.tar.gz ports-beeaad0104e3e34304e52735bbda24b6890b3741.zip |
Upgrade. French and german message catalogs available now.
Notes
Notes:
svn path=/head/; revision=1838
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/Makefile | 16 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 2 | ||||
-rw-r--r-- | shells/tcsh/pkg-comment | 2 | ||||
-rw-r--r-- | shells/tcsh/pkg-descr | 2 | ||||
-rw-r--r-- | shells/tcsh/pkg-plist | 3 |
5 files changed, 19 insertions, 6 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 4c7b9a1a4100..f228ef8b131b 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,15 +1,25 @@ # New ports collection makefile for: tcsh -# Version required: 6.05 +# Version required: 6.06 # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/04/11 19:26:35 asami Exp $ +# $Id: Makefile,v 1.8 1995/05/06 15:19:43 ache Exp $ # -DISTNAME= tcsh-6.05 +DISTNAME= tcsh-6.06 CATEGORIES+= shells MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/ +ALL_TARGET= all catalogs +INSTALL_TARGET= install install.man + +post-install: + chown bin.bin ${PREFIX}/bin/tcsh + chown bin.bin ${PREFIX}/man/man1/tcsh.1 + cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat + cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.french.cat ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat + cd ${WRKSRC}; install -c -o bin -g bin -m 444 tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat + MAINTAINER= ache@FreeBSD.ORG .include <bsd.port.mk> diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 42facf9036c8..597ad2c208c3 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1 +1 @@ -MD5 (tcsh-6.05.tar.gz) = 4b241447912d09cd1cad305642c44ed7 +MD5 (tcsh-6.06.tar.gz) = 3577853dce2671874a2cf0282c2e93e3 diff --git a/shells/tcsh/pkg-comment b/shells/tcsh/pkg-comment index c209dd6cff1f..ef3682371541 100644 --- a/shells/tcsh/pkg-comment +++ b/shells/tcsh/pkg-comment @@ -1 +1 @@ -TCSH shell V6.05 (binaries) +TCSH shell (csh-like) V6.06 diff --git a/shells/tcsh/pkg-descr b/shells/tcsh/pkg-descr index dd49e99973e4..7c3c806b9845 100644 --- a/shells/tcsh/pkg-descr +++ b/shells/tcsh/pkg-descr @@ -1,2 +1,2 @@ TCSH is an extended C-shell with many useful features like -filename completion, history editing, etc. This is version 6.05. +filename completion, history editing, etc. diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist index 969c40ab6632..e1ff0959dc67 100644 --- a/shells/tcsh/pkg-plist +++ b/shells/tcsh/pkg-plist @@ -3,3 +3,6 @@ bin/tcsh @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/tcsh.1 +share/nls/C/tcsh.cat +share/nls/fr_FR.ISO_8859-1/tcsh.cat +share/nls/de_DE.ISO_8859-1/tcsh.cat |