diff options
author | pi <pi@FreeBSD.org> | 2016-10-15 05:07:02 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-10-15 05:07:02 +0800 |
commit | 9122935bf956a984a2b1d6e10f19b783c9a4e949 (patch) | |
tree | 37d559d5f5269b93634b45a9dce28c04d1ce644f /java/Makefile | |
parent | f4e98d51c841b5d69d221731ea6ffb5f09324aa2 (diff) | |
download | freebsd-ports-gnome-9122935bf956a984a2b1d6e10f19b783c9a4e949.tar.gz freebsd-ports-gnome-9122935bf956a984a2b1d6e10f19b783c9a4e949.tar.zst freebsd-ports-gnome-9122935bf956a984a2b1d6e10f19b783c9a4e949.zip |
New port: java/intellij-ultimate
IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on
developer productivity. The community edition features:
* An intelligent code editor that understands Java code; provides
refactorings, code inspections and intentions, and allows for
fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
and popular version control systems including: CVS, Subversion
and git.
* XML-Java interoperability and comprehensive Groovy programming
language support.
* The Swing UI designer complements the suite of tools for
developing Java desktop applications.
The difference between intellij and intellij-ultimate can be found at
http://www.jetbrains.com/idea/features/editions_comparison_matrix.html
WWW: http://www.jetbrains.com/idea/
PR: 212268
Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index ce75033b2530..c0bdc85fb298 100644 --- a/java/Makefile +++ b/java/Makefile @@ -34,6 +34,7 @@ SUBDIR += intellij-fsnotifier SUBDIR += intellij-pty4j SUBDIR += intellij-pycharm + SUBDIR += intellij-ultimate SUBDIR += jad SUBDIR += jaf SUBDIR += jai |