head	1.4;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	v1_0a:1.1.1.1
	KIRIYAMA:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.10.19.10.00.09;	author erwin;	state dead;
branches;
next	1.3;

1.3
date	2003.05.08.10.49.05;	author kiri;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.08.05.08.06;	author kiri;	state Exp;
branches;
next	1.1;

1.1
date	99.05.06.13.53.30;	author taoka;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.06.13.53.30;	author taoka;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove code for the japanese slave port that was removed.
@
text
@#!/bin/sh

case ${LANGUAGE} in
    Japanese)
	for f in DeepForest.app; do
	    ${REINPLACE_CMD} -i "" -E -e \
	    	"s/^(exec[[:space:]]+)wishstep[^[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \
		${PREFIX}/JDE/DeepForest/${f}
	done
    ;;
    *)
    ;;
esac

${LN} -sf ${PREFIX}/JDE/DeepForest/DeepForest.app ${PREFIX}/bin
@


1.3
log
@Change in-place replacement.
@
text
@@


1.2
log
@Set MASTER_SITES fetchable and correct reinplace command.

PR:	47650
Submitted by:	Simon 'portlint' Schubert<corecode@@corecode.ath.cx>
@
text
@d6 1
a6 1
	    ${REINPLACE_CMD} -E -e \
@


1.1
log
@Initial revision
@
text
@d6 3
a8 3
	    ${PERL} -pi -e '
		s/^(exec[ \t]+)wishstep[^ \t]*([ \t]+.*)$/$1wishstep$ENV{VERSION}jp$2/
		' ${PREFIX}/JDE/DeepForest/${f}
@


1.1.1.1
log
@A simple compress utilty using on JDE.

PR:		11423
Submitted by:	KIRIYAMA Kazuhiko <kiri@@pis.toba-cmt.ac.jp>
@
text
@@
