Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.35 08 Aug 2024 11:52:36 |
Vladimir Druzenko (vvd) Author: King John |
java/intellij-pty4j: update 0.11.4 → 0.12.35, take maintainership
Commit log: https://github.com/JetBrains/pty4j/compare/61a48c..823ead
PR: 280125 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.11.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.11.4 19 Apr 2021 08:00:09 |
Tobias Kortkamp (tobik) |
Remove my useless "Created by" lines |
0.11.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.11.4 01 Feb 2021 17:46:04 |
fernape |
java/intellij-pty4j: Update to 0.11.4
PR: 253133
Submitted by: dmitry.wagin@ya.ru (maintainer) |
0.5_1 05 Dec 2019 06:57:05 |
tobik |
java/intellij-pty4j: Chase idea4bsd org removal |
0.5_1 20 Dec 2017 16:50:32 |
tobik |
java/intellij-pty4j: Drop maintainership |
0.5_1 26 Jun 2017 19:36:28 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
0.5_1 15 Feb 2017 12:28:29 |
tobik |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
0.5_1 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
0.5_1 16 May 2016 19:07:06 |
bsam |
java/intellij-pty4: A new version of IntelliJ IDEA (pending commit)
uses pty4j-0.6.jar which seems to include FreeBSD support.
Do not install pty4j-0.5.jar, install only the native component of pty4j.
PR: 209552
Submitted by: bsam (me)
Approved by: Tobias Kortkamp <t@tobik.me> (maintainer) |
0.5 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.5 27 Feb 2016 19:54:46 |
pi |
java/intellij: 15.0.3 -> 15.0.4
- Thanks to Jiri B <jirib@devio.us> and Roman Shevchenko [1] for
contributing a libinotify-based replacement for IntelliJ's
fsnotifier. IntelliJ now has native (faster) file notification
support on FreeBSD (and OpenBSD).
- Because of remaining problems with watching large trees with
libinotify [2], fsnotifier is still disabled by default.
- fsnotifier and native pty4j support need to be compiled. In the interest of
reducing port complexity, the building of pty support and fsnotifier
is moved to separate ports:
- java/intellij-pty4j
- java/intellij-fsnotifier
[1] https://youtrack.jetbrains.com/issue/IDEA-151815
[2] https://github.com/dmatveev/libinotify-kqueue/pull/34
PR: 207474
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |