Bug 254225 - java/eclipse-yaml-editor: new port: an Eclipse plugin to improve YAML editing
Summary: java/eclipse-yaml-editor: new port: an Eclipse plugin to improve YAML editing
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Michael Zhilin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-11 21:18 UTC by Michael Zhilin
Modified: 2021-03-14 10:03 UTC (History)
1 user (show)

See Also:


Attachments
Archive file with full treee (1.70 KB, application/zip)
2021-03-11 21:18 UTC, Michael Zhilin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Zhilin freebsd_committer freebsd_triage 2021-03-11 21:18:34 UTC
Created attachment 223192 [details]
Archive file with full treee

Hi,

Here is new port java/eclipse-yaml-editor. Port is very simple, uses no build, repack built jar files.

This is an Eclipse plugin to improve YAML editing. It's really fresh and good. 

Validated by:
 - portlint
 - portfmt
 - testport (on 14-CURRENT)

Thanks!
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2021-03-13 14:23:20 UTC
^Triage: give this a more apt Summary.

FYI to submitter: the "[PATCH]" markup is now obsolete.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2021-03-14 10:03:25 UTC
Small tip: you can use

PLIST_SUB=PORTVERSION=${PORTVERSION}

in Makefile and

share/eclipse/dropins/eclipse-yaml-editor/eclipse/features/de.jcup.yamleditor_%%PORTVERSION%%.jar

in pkg-plist to make future update more easier.