mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
Add Japanese More Pack. It contains Japanese menu, etc..
Submitted by: daichi
This commit is contained in:
parent
cad7bd0571
commit
1d77c096a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88484
3 changed files with 11 additions and 1 deletions
|
@ -7,10 +7,13 @@
|
|||
|
||||
PORTNAME= eclipse
|
||||
PORTVERSION= 2.1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://download2.eclipse.org/downloads/drops/L-2.1.x%20Translations-200307021300/
|
||||
MASTER_SITES= http://download2.eclipse.org/downloads/drops/L-2.1.x%20Translations-200307021300/:langpack \
|
||||
http://people.debian.org/~tora/tmp/:jppack
|
||||
PKGNAMESUFFIX= -langpack
|
||||
DISTNAME= eclipse${PORTVERSION}-SDK-LanguagePackFeature-patch
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:langpack eclipse-2.1-NLS-menu${EXTRACT_SUFX}:jppack
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= java@FreeBSD.ORG
|
||||
|
@ -24,6 +27,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKSRC}/../plugins/org.eclipse.ui.workbench.nl1_2.1.0/ ${WRKSRC}/plugins/
|
||||
|
||||
do-install:
|
||||
@${SH} ${FILESDIR}/install.sh ${WRKSRC} ${PREFIX} ${SHAREOWN} ${SHAREGRP} 0755 0644 ${PLIST}
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (eclipse/eclipse2.1.1.1-SDK-LanguagePackFeature-patch.zip) = ce5fd9751982786ae2bc3cf63fb74729
|
||||
MD5 (eclipse/eclipse-2.1-NLS-menu.zip) = f7bf57e0af8ca822ef759795cd7bfd3f
|
||||
|
|
|
@ -369,6 +369,9 @@ eclipse/plugins/org.eclipse.ui.externaltools.nl1_2.1.1.1/fragment.xml
|
|||
eclipse/plugins/org.eclipse.ui.externaltools.nl1_2.1.1.1/nl1.jar
|
||||
eclipse/plugins/org.eclipse.ui.views.nl1_2.1.1.1/fragment.xml
|
||||
eclipse/plugins/org.eclipse.ui.views.nl1_2.1.1.1/nl1.jar
|
||||
eclipse/plugins/org.eclipse.ui.workbench.nl1_2.1.0/fragment.xml
|
||||
eclipse/plugins/org.eclipse.ui.workbench.nl1_2.1.0/nl1.jar
|
||||
@dirrm eclipse/plugins/org.eclipse.ui.workbench.nl1_2.1.0
|
||||
@dirrm eclipse/plugins/org.eclipse.ui.views.nl1_2.1.1.1
|
||||
@dirrm eclipse/plugins/org.eclipse.ui.externaltools.nl1_2.1.1.1
|
||||
@dirrm eclipse/plugins/org.eclipse.platform.doc.user.nl1_2.1.1.1/nl/zh/TW
|
||||
|
|
Loading…
Add table
Reference in a new issue