summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/Makefile1
-rw-r--r--java/eclipse-pydev/Makefile59
-rw-r--r--java/eclipse-pydev/distinfo2
-rw-r--r--java/eclipse-pydev/pkg-descr6
-rw-r--r--java/eclipse-pydev/pkg-message15
5 files changed, 0 insertions, 83 deletions
diff --git a/java/Makefile b/java/Makefile
index efa08687240d..50f34e68b0cb 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -34,7 +34,6 @@
SUBDIR += eclipse-drjava
SUBDIR += eclipse-ecj
SUBDIR += eclipse-findbugs
- SUBDIR += eclipse-pydev
SUBDIR += eclipse-shelled
SUBDIR += hamcrest
SUBDIR += icedtea-web
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile
deleted file mode 100644
index 46db58455817..000000000000
--- a/java/eclipse-pydev/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Created by: Nicola Vitale <nivit@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pydev
-PORTVERSION= 3.5.0
-PORTREVISION= 2
-CATEGORIES= java devel python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/PyDev%20${PORTVERSION}/
-PKGNAMEPREFIX= eclipse-
-DISTNAME= PyDev%20${PORTVERSION}
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= Eclipse plugin for Python and Jython development
-
-LICENSE= EPL
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
-RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse
-
-BUNDLES_INFO= ${PREFIX}/share/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
-
-JYTHON_DESC= Use Jython as Python interpreter
-
-NO_WRKSUBDIR= yes
-
-OPTIONS_DEFINE= JYTHON
-
-PLUGINDIR= share/eclipse/dropins/pydev/eclipse/plugins
-PYDEV_BUNDLES_INFO= ${PREFIX}/${PLUGINDIR}/bundles.info
-
-USES= python:2.7 zip
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MJYTHON}
-RUN_DEPENDS+= jython:lang/jython
-.endif
-
-pre-install:
- @${ECHO_MSG} "===> Creating bundles.info"
- @PLUGINS=$$(ls -1 ${WRKSRC}/plugins); \
- for d in $${PLUGINS}; do \
- (${ECHO_CMD} "$${d},../../${PLUGINDIR}/$${d}/,4,false" | \
- ${SED} -e 's/_\([0-9]\)/,\1/1' -e '/templates/d') >> ${WRKSRC}/plugins/bundles.info; \
- done
- @# ignore javashell.py file, because there is a syntax error
- @# see http://goo.gl/E4epH
- ${PYTHON_CMD} -m compileall -x javashell.py -f ${WRKSRC}/plugins
- ${PYTHON_CMD} -O -m compileall -x javashell.py -f ${WRKSRC}
-
-add-plist-post:
- ${ECHO_CMD} "@exec ${CAT} ${PYDEV_BUNDLES_INFO} >> ${BUNDLES_INFO}" >> ${TMPPLIST}
- ${ECHO_CMD} "@unexec ${SED} -i '' -E '/^((org)|(com))\.python\.pydev/d' %D/share/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info" >> ${TMPPLIST}
-
-.include "${PORTSDIR}/java/eclipse/Makefile.plugins"
-
-.include <bsd.port.mk>
diff --git a/java/eclipse-pydev/distinfo b/java/eclipse-pydev/distinfo
deleted file mode 100644
index 76ec66cd9f39..000000000000
--- a/java/eclipse-pydev/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PyDev%203.5.0.zip) = 4ab42ee1fb3d1a81a8457bc99bad6dc7f463ca533e72871cabdfe32b72073294
-SIZE (PyDev%203.5.0.zip) = 8364970
diff --git a/java/eclipse-pydev/pkg-descr b/java/eclipse-pydev/pkg-descr
deleted file mode 100644
index a2d95568e1f9..000000000000
--- a/java/eclipse-pydev/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-PyDev is a plugin that enables users to use Eclipse for Python and Jython
-development -- making Eclipse a first class Python IDE -- It comes with
-many goodies such as code completion, syntax highlighting, syntax analysis,
-refactor, debug and many others.
-
-WWW: http://www.pydev.org/
diff --git a/java/eclipse-pydev/pkg-message b/java/eclipse-pydev/pkg-message
deleted file mode 100644
index bb0fa67128d8..000000000000
--- a/java/eclipse-pydev/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-{ type: install
- message: <<EOM
- The first time, run Eclipse with the option -clean, and configure
- a Python or Jython interpreter in Window -> Preferences -> PyDev
- -> Interpreter before creating a new Pydev project
-
- If you don't see the Pydev perspective in Eclipse, run the command
-
- eclipse -consoleLog -initialize
-
- as root or sudoer.
-EOM
-}
-]