aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-pydev/pkg-message
Commit message (Collapse)AuthorAgeFilesLines
* - Add files/pkg-install.innivit2012-07-201-1/+6
| | | | | | | | | | | | | | | | | - 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]
* - Update to 2.6.0nivit2012-07-141-1/+1
| | | | | | | | | | | | - 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)
* PyDev is a plugin that enables users to use Eclipse for Python and Jythonnivit2008-01-231-0/+8
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/