head	1.5;
access;
symbols
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	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_3:1.1.1.1
	KIRIYAMA:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2008.02.28.12.08.23;	author miwi;	state dead;
branches;
next	1.4;

1.4
date	2005.10.19.10.11.44;	author erwin;	state Exp;
branches;
next	1.3;

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

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

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

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


desc
@@


1.5
log
@2007-10-28 x11-wm/wmDeskGuide: Version branch long since retired
2008-02-23 ftp/axelq: Unmaintained, website disappeared
2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead
2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2
2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained
2007-11-16 editors/muggy: development stalled for years, unmaintained
2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained
@
text
@#!/bin/sh

installdir=${PREFIX}/JDE/Binder; export installdir

for f in Binder Binder.app Processes.app Mounter.app shortcut; do
    case ${f} in
	Binder.app|Processes.app)
	    target=${installdir}/bin/${f}
	;;
	Mounter.app)
	    target=${installdir}/misc/Mounter/${f}
	;;
	Binder)
	    target=${installdir}/defaults/${f}
	;;
	shortcut)
	    target=${installdir}/lib/${f}
	;;
    esac
    ${REINPLACE_CMD} -i "" -E \
	-e "s@@^([[:space:]]*set[[:space:]]+ttblibPath[[:space:]]+)\"[^\"]*\"\$@@\1\"${installdir}\"@@" \
	-e "s@@^([[:space:]]*set[[:space:]]+ttblibPath[[:space:]]+)\{[^\}]*\}\$@@\1\{${installdir}\}@@" \
	-e "s@@^([a-zA-Z.]+;)/usr/local/([a-zA-Z/.]+;[a-zA-Z]+)\$@@\1${PREFIX}/\2@@" \
	${target}
done

${LN} -sf ${installdir}/bin/Binder.app ${PREFIX}/bin
${LN} -sf ${installdir}/bin/Processes.app ${PREFIX}/bin
${LN} -sf ${installdir}/misc/Mounter/Mounter.app ${PREFIX}/bin
${LN} -sf Mounter.FreeBSD ${installdir}/misc/Mounter/Mounter
@


1.4
log
@Remove traces of japanese slave port that was removed
@
text
@@


1.3
log
@Change in-place replacement.
@
text
@a4 11
case ${LANGUAGE} in
    Japanese)
	for f in bin/Binder.app bin/Processes.app misc/Mounter/Mounter.app; do
	    ${REINPLACE_CMD} -i "" -E -e \
		"s/^(exec[[:space:]]+)wishstep[[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \
		${installdir}/${f}
	done
    ;;
    *)
    ;;
esac
@


1.2
log
@Set MASTER_SITES fetchable and correct reinplace commands.
@
text
@d8 1
a8 1
	    ${REINPLACE_CMD} -E -e \
d31 1
a31 1
    ${REINPLACE_CMD} -E \
@


1.1
log
@Initial revision
@
text
@d8 3
a10 3
	    ${PERL} -pi -e '
		s/^(exec[ \t]+)wishstep[^ \t]*([ \t]+.*)$/$1wishstep$ENV{VERSION}jp$2/
		' ${installdir}/${f}
d31 5
a35 5
    ${PERL} -pi -e '
        s/^([ \t]*set[ \t]+ttblibPath[ \t]+)"[^"]*"$/$1"$ENV{installdir}"/;
        s/^([ \t]*set[ \t]+ttblibPath[ \t]+)\{[^\}]*\}$/$1\{$ENV{installdir}\}/;
        s@@^([a-zA-Z.]+;)/usr/local/([a-zA-Z/.]+;[a-zA-Z]+)$@@$1$ENV{PREFIX}/$2@@;
        ' ${target}
@


1.1.1.1
log
@A file manager on X window with TkStep.

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