Bug 275922 - [New port] devel/jetbrains-restarter: IntelliJ cross-platform restarter for devel/jetbrains-*
Summary: [New port] devel/jetbrains-restarter: IntelliJ cross-platform restarter for d...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL:
Keywords:
Depends on: 275634
Blocks: 275923 275925 275926 275927
  Show dependency treegraph
 
Reported: 2023-12-25 10:29 UTC by Dmitry Wagin
Modified: 2024-01-08 00:34 UTC (History)
2 users (show)

See Also:


Attachments
jetbrains-restarter.diff (3.23 KB, patch)
2023-12-25 10:29 UTC, Dmitry Wagin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2023-12-25 10:29:35 UTC
Created attachment 247239 [details]
jetbrains-restarter.diff

IntelliJ cross-platform restarter.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-07 20:24:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd4d36a686d93e9fef6f3b7ec49b92ee29350a13

commit dd4d36a686d93e9fef6f3b7ec49b92ee29350a13
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2024-01-07 15:38:30 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-01-07 20:22:46 +0000

    devel/jetbrains-restarter: New port

    Cross-platform restarter used by other IntelliJ based devel/jetbrains-* ports.

    PR:                     275922
    Approved by:            tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D43354

 devel/Makefile                                  |  1 +
 devel/jetbrains-restarter/Makefile (new)        | 36 +++++++++++++++++++++++++
 devel/jetbrains-restarter/Makefile.crates (new) |  4 +++
 devel/jetbrains-restarter/distinfo (new)        | 11 ++++++++
 devel/jetbrains-restarter/pkg-descr (new)       |  2 ++
 5 files changed, 54 insertions(+)
Comment 2 Joel Bodenmann freebsd_committer freebsd_triage 2024-01-07 20:24:57 UTC
Committed - Thanks!
Comment 3 Jonathan Chen 2024-01-08 00:34:45 UTC
(In reply to Dmitry Wagin from comment #0)

Thanks for creating the port! It saves me having to do this locally for the pycharm-ce port.