summaryrefslogtreecommitdiff
path: root/java/eclipse-langpack
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-langpack')
-rw-r--r--java/eclipse-langpack/Makefile38
-rw-r--r--java/eclipse-langpack/distinfo8
-rw-r--r--java/eclipse-langpack/files/install.sh12
-rw-r--r--java/eclipse-langpack/pkg-descr22
4 files changed, 0 insertions, 80 deletions
diff --git a/java/eclipse-langpack/Makefile b/java/eclipse-langpack/Makefile
deleted file mode 100644
index d613663dc77f..000000000000
--- a/java/eclipse-langpack/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: nork@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= eclipse
-PORTVERSION= 3.2.1
-PORTREVISION= 6
-CATEGORIES= java devel
-MASTER_SITES= ${MASTER_SITE_ECLIPSE}
-MASTER_SITE_SUBDIR= L-${PORTVERSION}_Language_Packs-200609210945
-PKGNAMESUFFIX= -langpack
-DISTFILES= NLpack1-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX} \
- NLpack2-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX} \
- NLpack2a-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX} \
- NLpackBidi-eclipse-SDK-${PORTVERSION}-gtk${EXTRACT_SUFX}
-DIST_SUBDIR= eclipse
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Eclipse Language Pack Feature
-
-BROKEN= plugin is obsolete or malfunctioning with latest eclipse
-DEPRECATED= evaluation recommendation is to remove rather than update
-EXPIRATION_DATE= 2015-04-18
-
-RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
-
-USES= zip
-NO_WRKSUBDIR= yes
-PLIST= ${WRKDIR}/pkg-plist
-
-do-build:
- @${RM} -f ${PLIST}
- @${TOUCH} ${PLIST}
- (cd ${WRKSRC}; ${FIND} eclipse -type f) | ${SORT} | ${SED} -e 's,^eclipse,lib/eclipse,' > ${PLIST}
-
-do-install:
- ${SETENV} ${SH} ${FILESDIR}/install.sh ${WRKSRC} ${STAGEDIR}${PREFIX}
-
-.include <bsd.port.mk>
diff --git a/java/eclipse-langpack/distinfo b/java/eclipse-langpack/distinfo
deleted file mode 100644
index 7fb4ba0ce80f..000000000000
--- a/java/eclipse-langpack/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-SHA256 (eclipse/NLpack1-eclipse-SDK-3.2.1-gtk.zip) = 157056938580eef4b02e02a32599adf4287558ff9914337e2ad5b020423b7f7d
-SIZE (eclipse/NLpack1-eclipse-SDK-3.2.1-gtk.zip) = 56720290
-SHA256 (eclipse/NLpack2-eclipse-SDK-3.2.1-gtk.zip) = b079b28899ad49e47cb7c6b01c85747fbbe97f39d49eb801550da6a7ad675f6a
-SIZE (eclipse/NLpack2-eclipse-SDK-3.2.1-gtk.zip) = 24723110
-SHA256 (eclipse/NLpack2a-eclipse-SDK-3.2.1-gtk.zip) = a2b0ff6a9db727ea1e6b2113a2e6b6c1849640475ea96098b42b89c9fa8cdf88
-SIZE (eclipse/NLpack2a-eclipse-SDK-3.2.1-gtk.zip) = 41592424
-SHA256 (eclipse/NLpackBidi-eclipse-SDK-3.2.1-gtk.zip) = 70c58bff616d8c42222f4358a1af239549459d9765c1e30eefd91488f6b1ee05
-SIZE (eclipse/NLpackBidi-eclipse-SDK-3.2.1-gtk.zip) = 1748556
diff --git a/java/eclipse-langpack/files/install.sh b/java/eclipse-langpack/files/install.sh
deleted file mode 100644
index 037ecd2d2667..000000000000
--- a/java/eclipse-langpack/files/install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-WRKDIR=$1; PREFIX=$2
-
-cd ${WRKDIR}
-for dir in `find eclipse -type d | sort`; do
- install -d ${PREFIX}/lib/${dir}
-done
-
-for file in `find eclipse -type f | sort`; do
- install ${file} ${PREFIX}/lib/${file}
-done
diff --git a/java/eclipse-langpack/pkg-descr b/java/eclipse-langpack/pkg-descr
deleted file mode 100644
index 654cb5c2a6ea..000000000000
--- a/java/eclipse-langpack/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-IBM has donated translations from their products to Eclipse. The
-language packs group translations for several languages into a single
-download which are distributed as a set of features which you can
-install by extracting over your Eclipse directory and restarting
-Eclipse. Specifically,
-
-NLpackX contains the NL fragments and the NL features that contain
-those fragments for the below languages with each X:
-
-X=1: German, Spanish, French, Italian, Japanese, Korean,
- Portuguese (Brazil), Traditional Chinese and Simplified Chinese.
-X=2: Czech, Hungarian, Polish and Russian.
-X=2a: Danish, Dutch, Finnish, Greek, Norwegian, Portuguese,
- Swedish and Turkish.
-X=Bidi: Arabic and Hebrew.
-
-These translations are based on the Eclipse 3.2 build but should work
-with all subsequent 3.2.x maintenance releases. If new strings are
-added to Eclipse after 3.2, they will not show up as translated in the
-3.2.x stream when you install this language pack.
-
-WWW: http://www.eclipse.org/downloads/