View | Details | Raw Unified | Return to bug 193088 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse-langpack/Makefile (-3 / +1 lines)
Lines 23-29 Link Here
23
NO_WRKSUBDIR=	yes
23
NO_WRKSUBDIR=	yes
24
PLIST=		${WRKDIR}/pkg-plist
24
PLIST=		${WRKDIR}/pkg-plist
25
25
26
NO_STAGE=	yes
27
do-build:
26
do-build:
28
	@${RM} -f ${PLIST}
27
	@${RM} -f ${PLIST}
29
	@${TOUCH} ${PLIST}
28
	@${TOUCH} ${PLIST}
Lines 31-37 Link Here
31
	@${CAT} ${.CURDIR}/pkg-plist >> ${PLIST}
30
	@${CAT} ${.CURDIR}/pkg-plist >> ${PLIST}
32
31
33
do-install:
32
do-install:
34
	@${SETENV} ${SH} ${FILESDIR}/install.sh ${WRKSRC} \
33
	@${SETENV} ${SH} ${FILESDIR}/install.sh ${WRKSRC} ${STAGEDIR}${PREFIX}
35
			${PREFIX} ${SHAREOWN} ${SHAREGRP} 0755 0644
36
34
37
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)eclipse-langpack/files/install.sh (-3 / +2 lines)
Lines 1-13 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
WRKDIR=$1; PREFIX=$2
3
WRKDIR=$1; PREFIX=$2
4
OWNER=$3; GROUP=$4; DPERM=$5; FPERM=$6
5
4
6
cd ${WRKDIR}
5
cd ${WRKDIR}
7
for dir  in `find eclipse -type d | sort`; do
6
for dir  in `find eclipse -type d | sort`; do
8
	install -d -o ${OWNER} -g ${GROUP} -m ${DPERM} ${PREFIX}/lib/${dir}
7
	install -d ${PREFIX}/lib/${dir}
9
done
8
done
10
9
11
for file in `find eclipse -type f | sort`; do
10
for file in `find eclipse -type f | sort`; do
12
	install -c -o ${OWNER} -g ${GROUP} -m ${FPERM} ${file} ${PREFIX}/lib/${file}
11
	install ${file} ${PREFIX}/lib/${file}
13
done
12
done
(-)eclipse-langpack/pkg-descr (-14 / +9 lines)
Lines 4-27 Link Here
4
install by extracting over your Eclipse directory and restarting
4
install by extracting over your Eclipse directory and restarting
5
Eclipse. Specifically,
5
Eclipse. Specifically,
6
6
7
NLpack1- Contains the NL fragments and the NL features that contain
7
NLpackX contains the NL fragments and the NL features that contain
8
those fragments for: German, Spanish, French, Italian, Japanese,
8
those fragments for the below languages with each X:
9
Korean, Portuguese (Brazil), Traditional Chinese and Simplified
10
Chinese.
11
9
12
NLpack2- Contains the NL fragments and the NL features that contain
10
X=1: German, Spanish, French, Italian, Japanese, Korean,
13
those fragments for: Czech, Hungarian, Polish and Russian.
11
     Portuguese (Brazil), Traditional Chinese and Simplified Chinese.
14
12
X=2: Czech, Hungarian, Polish and Russian.
15
NLpack2a- Contains the NL fragments and the NL features that contain
13
X=2a: Danish, Dutch, Finnish, Greek, Norwegian, Portuguese,
16
those fragments for: Danish, Dutch, Finnish, Greek, Norwegian,
14
      Swedish and Turkish.
17
Portuguese, Swedish and Turkish.
15
X=Bidi: Arabic and Hebrew.
18
19
NLpackBidi- Contains the NL fragments and the NL features that contain
20
those fragments for: Arabic and Hebrew.
21
16
22
These translations are based on the Eclipse 3.2 build but should work
17
These translations are based on the Eclipse 3.2 build but should work
23
with all subsequent 3.2.x maintenance releases. If new strings are
18
with all subsequent 3.2.x maintenance releases. If new strings are
24
added to Eclipse after 3.2, they will not show up as translated in the
19
added to Eclipse after 3.2, they will not show up as translated in the
25
3.2.x stream when you install this language pack.
20
3.2.x stream when you install this language pack.
26
21
27
http://download.eclipse.org/eclipse/downloads/drops/L-3.2.1_Language_Packs-200609210945/index.php
22
WWW: http://download.eclipse.org/eclipse/downloads/drops/L-3.2.1_Language_Packs-200609210945/index.php
(-)eclipse-langpack/pkg-plist (-3 lines)
Lines 384-390 Link Here
384
@dirrm lib/eclipse/plugins/com.ibm.icu.source.nl2_3.4.5.v200609270227
384
@dirrm lib/eclipse/plugins/com.ibm.icu.source.nl2_3.4.5.v200609270227
385
@dirrm lib/eclipse/plugins/com.ibm.icu.source.nl1_3.4.5.v200609270227/META-INF
385
@dirrm lib/eclipse/plugins/com.ibm.icu.source.nl1_3.4.5.v200609270227/META-INF
386
@dirrm lib/eclipse/plugins/com.ibm.icu.source.nl1_3.4.5.v200609270227
386
@dirrm lib/eclipse/plugins/com.ibm.icu.source.nl1_3.4.5.v200609270227
387
@dirrmtry lib/eclipse/plugins
388
@dirrm lib/eclipse/features/org.eclipse.sdk.nlsBidi_3.2.1.v200609270227
387
@dirrm lib/eclipse/features/org.eclipse.sdk.nlsBidi_3.2.1.v200609270227
389
@dirrm lib/eclipse/features/org.eclipse.sdk.nls2a_3.2.1.v200609270227
388
@dirrm lib/eclipse/features/org.eclipse.sdk.nls2a_3.2.1.v200609270227
390
@dirrm lib/eclipse/features/org.eclipse.sdk.nls2_3.2.1.v200609270227
389
@dirrm lib/eclipse/features/org.eclipse.sdk.nls2_3.2.1.v200609270227
Lines 421-425 Link Here
421
@dirrm lib/eclipse/features/org.eclipse.jdt.nls2a_3.2.1.v200609270227
420
@dirrm lib/eclipse/features/org.eclipse.jdt.nls2a_3.2.1.v200609270227
422
@dirrm lib/eclipse/features/org.eclipse.jdt.nls2_3.2.1.v200609270227
421
@dirrm lib/eclipse/features/org.eclipse.jdt.nls2_3.2.1.v200609270227
423
@dirrm lib/eclipse/features/org.eclipse.jdt.nls1_3.2.1.v200609270227
422
@dirrm lib/eclipse/features/org.eclipse.jdt.nls1_3.2.1.v200609270227
424
@dirrmtry lib/eclipse/features
425
@dirrmtry lib/eclipse

Return to bug 193088