aboutsummaryrefslogtreecommitdiff
path: root/java/intellij-ultimate
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 2018.1.1.Vanilla I. Shu2018-04-163-804/+887
| | | | | | | | PR: 227480 Submitted by: maintainer Notes: svn path=/head/; revision=467484
* java/intellij-ultimate: Update to version 2017.3.1.Boris Samorodov2017-12-173-4661/+115
| | | | | | | | PR: 224392 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=456568
* java/intellij-ultimate: Update to 2017.2.5.Boris Samorodov2017-12-153-581/+13019
| | | | | | | | | PR: 222472 Submitted by: Ivan <bsd@abinet.ru> Patch by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=456392
* qa: add check for NO_ARCHDavid Naylor2017-06-181-0/+2
| | | | | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr Notes: svn path=/head/; revision=443845
* java/intellij-ultimate: update 2016.2.4 -> 2016.2.5Bartek Rutkowski2016-10-203-6/+7
| | | | | | | | PR: 213598 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=424310
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-1/+2
| | | | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line Notes: svn path=/head/; revision=424092
* New port: java/intellij-ultimateKurt Jaeger2016-10-148-0/+4175
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> Notes: svn path=/head/; revision=423993