summaryrefslogtreecommitdiff
path: root/java/eclipse-pydev/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* java/eclipse-pydev: resurrect portMichael Zhilin2021-03-111-0/+9
| | | | | | | | | | This commits resurrects java/eclipse-pydev, updates to latest version and fixes python version PR: 254194 Submitted by: mizhka Approved by: lwhsu Sponsored by: Postgres Professional
* - Update to 2.8.2Nicola Vitale2014-06-101-25/+0
| | | | | | | | | - Add support for stage dir - Sort variables - Remove post-install target - Remove files/pkg-install.in Release Notes: http://pydev.org/history_pydev.html
* - Simplify code of files/pkg-install.in, and post-install targetNicola Vitale2012-07-211-8/+5
| | | | Buildlog: http://goo.gl/4U6wb
* - Add files/pkg-install.inNicola Vitale2012-07-191-0/+28
- 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]