6 Commits

Author SHA1 Message Date
Boris Samorodov
9f84c138b7 java/intellij-ultimate: Update to version 2017.3.1.
PR:		224392
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2017-12-17 22:25:02 +00:00
Boris Samorodov
c5c2330ea5 java/intellij-ultimate: Update to 2017.2.5.
PR:		222472
Submitted by:	Ivan <bsd@abinet.ru>
Patch by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2017-12-15 11:42:11 +00:00
David Naylor
9920d3ae65 qa: add check for NO_ARCH
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
2017-06-18 18:09:16 +00:00
Bartek Rutkowski
8ee40ce7b6 java/intellij-ultimate: update 2016.2.4 -> 2016.2.5
PR:		213598
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2016-10-20 08:37:41 +00:00
Alexey Dokuchaev
bbc0e7b376 - Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
2016-10-17 04:00:20 +00:00
Kurt Jaeger
ec302b07bf 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>
2016-10-14 21:07:02 +00:00