Created attachment 163514 [details] intellij.shar IntelliJ IDEA is an advanced Java 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. WWW: http://www.jetbrains.com/idea/
Created attachment 163515 [details] intellij.shar
Created attachment 163516 [details] Poudriere log FreeBSD 10.2/amd64 I know this port has some warnings in stage-qa (that lib/intellij/bin/libbreakgen64.so, lib/intellij/bin/fsnotifier-arm, lib/intellij/bin/fsnotifier, lib/intellij/bin/libbreakgen.so, and lib/intellij/bin/fsnotifier64 are not stripped), but these are Linux-only, not part of the package, and are never installed.
@Tobias Should they be in STAGEDIR if they're not installed? Can they be ${RM}'d, or stripped anyway?
Created attachment 163573 [details] intellij.shar I've ${RM}'ed them now.
Created attachment 163574 [details] Poudriere log FreeBSD 10.2/amd64
testbuilds@work
Testbuilds are fine on 11a, 10.2a+i, 9.3a
A commit references this bug: Author: pi Date: Sun Jan 10 20:33:02 UTC 2016 New revision: 405745 URL: https://svnweb.freebsd.org/changeset/ports/405745 Log: New port: java/intellij IntelliJ IDEA is an advanced Java 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. WWW: http://www.jetbrains.com/idea/ PR: 204804 Submitted by: t@tobik.me Changes: head/java/Makefile head/java/intellij/ head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/files/ head/java/intellij/files/idea.1 head/java/intellij/files/idea.desktop.in head/java/intellij/files/idea.in head/java/intellij/pkg-descr head/java/intellij/pkg-plist
Committed, thanks!