1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Update to 3.0.1.

This commit is contained in:
Norikatsu Shigemura 2005-02-06 15:35:30 +00:00
parent 5a16fa3dcc
commit 5076a012a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128159
5 changed files with 2450 additions and 2014 deletions

View File

@ -6,31 +6,26 @@
#
PORTNAME= eclipse
PORTVERSION= 2.1.2
PORTREVISION= 4
PORTVERSION= 3.0.1
PORTREVISION= 0
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITE_SUBDIR= L-${PORTVERSION}_Translations-200312151300
MASTER_SITE_SUBDIR= L-${PORTVERSION}_Translations-200409161125
PKGNAMESUFFIX= -langpack
DISTNAME= eclipse${PORTVERSION}.1-SDK-linux-gtk-LanguagePackFeature
DISTFILES= ${DISTNAME}.zip
DIST_SUBDIR= eclipse
DISTNAME= NLpack-eclipse-SDK-3.0.x-linux-gtk
DIST_SUBDIR= eclipse
MAINTAINER= java@FreeBSD.ORG
COMMENT= Eclipse Language Pack Feature
IGNORE= Requires update to 3.0
DEPRECATED= "${IGNORE}"
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_SUB= LANGPACKVER=${PORTVERSION}
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_BUILD= yes
do-install:
@${SETENV} PLIST_SUB=${PLIST_SUB} ${SH} ${FILESDIR}/install.sh ${WRKSRC} ${PREFIX} ${SHAREOWN} ${SHAREGRP} 0755 0644 ${PLIST}
@${SETENV} ${SH} ${FILESDIR}/install.sh ${WRKSRC} \
${PREFIX} ${SHAREOWN} ${SHAREGRP} 0755 0644
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (eclipse/eclipse2.1.2.1-SDK-linux-gtk-LanguagePackFeature.zip) = beadc75a9eb19d49ed8fab22427aa9d6
SIZE (eclipse/eclipse2.1.2.1-SDK-linux-gtk-LanguagePackFeature.zip) = 23631934
MD5 (eclipse/NLpack-eclipse-SDK-3.0.x-linux-gtk.zip) = cc94b0d16799b1e129aefc799bbcf992
SIZE (eclipse/NLpack-eclipse-SDK-3.0.x-linux-gtk.zip) = 24175833

View File

@ -1,19 +1,13 @@
#!/bin/sh
wrksrc=$1; prefix=$2
owner=$3; group=$4; dperm=$5; fperm=$6
plist=$7
WRKDIR=$1; PREFIX=$2
OWNER=$3; GROUP=$4; DPERM=$5; FPERM=$6
for subr in ${PLIST_SUB}; do
plist_sub="${plist_sub} `echo $subr|sed 's/^\([^=][^=]*\)=\(.*\)$/-e s|%%\1%%|\2|g/'`"
cd ${WRKDIR}
for dir in `find eclipse -type d | sort`; do
install -d -o ${OWNER} -g ${GROUP} -m ${DPERM} ${PREFIX}/${dir}
done
sed $plist_sub ${plist} > ${wrksrc}/plist.tmp
for dir in `sed -n "s|^@dirrm ||p" ${wrksrc}/plist.tmp | sort`; do
install -d -o ${owner} -g ${group} -m ${dperm} ${prefix}/$dir
done
for file in `sed "/^@dirrm /d; s|^eclipse/||" ${wrksrc}/plist.tmp`; do
install -c -o ${owner} -g ${group} -m ${fperm} ${wrksrc}/${file} ${prefix}/eclipse/${file}
for file in `find eclipse -type f | sort`; do
install -c -o ${OWNER} -g ${GROUP} -m ${FPERM} ${file} ${PREFIX}/${file}
done

View File

@ -1,9 +1,9 @@
IBM has donated translations from their WebSphere Studio products
to Eclipse. The language pack is distributed as a feature which
you can install by downloading the zip file, unzipping it into
your Eclipse directory and restarting Eclipse. This language pack
IBM has donated translations from their products to Eclipse.
The language pack is distributed as a feature which you can
install by downloading the zip file, unzipping it into your
Eclipse directory and restarting Eclipse. This language pack
contains translations for German, Spanish, French, Italian,
Japanese, Korean, Portuguese (Brazil), Traditional Chinese and
Simplified Chinese.
Japanese, Korean, Portuguese (Brazil), Traditional Chinese
and Simplified Chinese.
WWW: http://download2.eclipse.org/downloads/drops/L-2.1.x%20Translations-200307021300/index.php
WWW: http://download.eclipse.org/downloads/drops/L-3.0.1_Translations-200409161125/index.php

File diff suppressed because it is too large Load Diff