aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse-pydev
Commit message (Collapse)AuthorAgeFilesLines
* - Simplify code of files/pkg-install.in, and post-install targetNicola Vitale2012-07-212-20/+14
| | | | | | | Buildlog: http://goo.gl/4U6wb Notes: svn path=/head/; revision=301274
* - Add files/pkg-install.inNicola Vitale2012-07-193-9/+54
| | | | | | | | | | | | | | | | | | | | - Add a note to pkg-message about the problem of not seeing the PyDev perspective - Bump PORTREVISION - Remove PLIST_SUB - Add SUB_LIST, SUB_FILES (for pkg-install) - Use a different (and ugly) way to update the bundles.info file of Eclipse, and make pointyhat happy(http://goo.gl/LVKpz ) (post-install target) [1] - Add an @unexec command to pkg-plist to remove any reference to PyDev in bundles.info when you uninstall the package (add-plist-post target) Buildlog: http://goo.gl/B18L5 Reported by: pointyhat (via erwin, and beat) [1] Notes: svn path=/head/; revision=301192
* - Update to 2.6.0Nicola Vitale2012-07-134-909/+33
| | | | | | | | | | | | | | | - Add LICENSE (EPL) - Remove variables already defined in eclipse/Makefile.plugins - Add option JYTHON (default off) - Add a pre-install target to generate Python bytecode - Add instructions to update the bundles.info file, otherwise the simple users don't see the installed plugin when running Eclipse - Fix instructions of pkg-message - Remove pkg-plist (now generated automatically by eclipse/Makefile.plugins) Notes: svn path=/head/; revision=300884
* - Update to 2.2.4Nicola Vitale2011-12-133-23/+53
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287301
* - Update to 2.0.0.2011040403Nicola Vitale2011-04-133-5/+22
| | | | Notes: svn path=/head/; revision=272675
* - Update to 1.6.4.2011010200Nicola Vitale2011-02-273-7/+31
| | | | Notes: svn path=/head/; revision=269918
* - Update to 1.6.3.2010100513Nicola Vitale2010-11-173-31/+29
| | | | Notes: svn path=/head/; revision=264696
* - Update to 1.6.2.2010090812Nicola Vitale2010-09-113-4/+28
| | | | Notes: svn path=/head/; revision=260970
* - Update to 1.6.1.2010080312Nicola Vitale2010-08-303-5/+7
| | | | Notes: svn path=/head/; revision=260211
* - Update to 1.6.0.2010071813Nicola Vitale2010-07-253-749/+804
| | | | | | | - Fix installation path (see also PR ports/148669) Notes: svn path=/head/; revision=258215
* - Update to 1.5.6.2010033101Nicola Vitale2010-05-024-708/+754
| | | | | | | | | - Remove hard-coded version from pkg-plist - Replace DISTFILES with DISTNAME - Update WWW site in pkg-descr Notes: svn path=/head/; revision=253575
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Update to 1.4.7.2843Nicola Vitale2009-08-033-12/+710
| | | | | | | | - Add pkg-plist - Use ${COPYTREE_SHARE} to install files Notes: svn path=/head/; revision=238850
* - Update to 1.4.2Nicola Vitale2009-02-112-4/+4
| | | | Notes: svn path=/head/; revision=228039
* - Update to 1.40Nicola Vitale2009-01-222-6/+4
| | | | | | | - Remove JAVA_OS, JAVA_VENDOR Notes: svn path=/head/; revision=226671
* - Update to 1.3.22Nicola Vitale2008-10-092-4/+4
| | | | Notes: svn path=/head/; revision=221370
* - Update to 1.3.18Nicola Vitale2008-07-032-5/+4
| | | | Notes: svn path=/head/; revision=216233
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.3.17Nicola Vitale2008-05-212-4/+4
| | | | Notes: svn path=/head/; revision=213461
* - Update to 1.3.15Nicola Vitale2008-04-102-4/+4
| | | | Notes: svn path=/head/; revision=211025
* - Update to 1.3.14Nicola Vitale2008-03-312-4/+4
| | | | | | | | PR: ports/121966 Submitted by: Dominic Fandrey <kamikaze at bsdforen.de /> Notes: svn path=/head/; revision=210301
* PyDev is a plugin that enables users to use Eclipse for Python and JythonNicola Vitale2008-01-234-0/+59
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://pydev.sourceforge.net/ Notes: svn path=/head/; revision=206056