Date: Sun, 5 May 2024 18:41:24 GMT From: Michael Zhilin <mizhka@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b107d06a6a22 - main - java/eclipse-yaml-editor: new port to work with YAML in Eclipse IDE Message-ID: <202405051841.445IfOw6031844@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mizhka: URL: https://cgit.FreeBSD.org/ports/commit/?id=b107d06a6a22b120cb96d8febb00f8c4d56f7749 commit b107d06a6a22b120cb96d8febb00f8c4d56f7749 Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2024-04-19 18:46:43 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2024-05-05 18:05:29 +0000 java/eclipse-yaml-editor: new port to work with YAML in Eclipse IDE --- java/Makefile | 1 + java/eclipse-yaml-editor/Makefile | 29 +++++++++++++++++++++++++++++ java/eclipse-yaml-editor/distinfo | 3 +++ java/eclipse-yaml-editor/pkg-descr | 2 ++ java/eclipse-yaml-editor/pkg-plist | 4 ++++ 5 files changed, 39 insertions(+) diff --git a/java/Makefile b/java/Makefile index f0df61383329..6230375f2549 100644 --- a/java/Makefile +++ b/java/Makefile @@ -31,6 +31,7 @@ SUBDIR += eclipse-findbugs SUBDIR += eclipse-pydev SUBDIR += eclipse-shelled + SUBDIR += eclipse-yaml-editor SUBDIR += hamcrest SUBDIR += icedtea-web SUBDIR += infobus diff --git a/java/eclipse-yaml-editor/Makefile b/java/eclipse-yaml-editor/Makefile new file mode 100644 index 000000000000..08fa70aac718 --- /dev/null +++ b/java/eclipse-yaml-editor/Makefile @@ -0,0 +1,29 @@ +PORTNAME= eclipse-yaml-editor +PORTVERSION= 1.9.0 +CATEGORIES= java devel + +MAINTAINER= mizhka@FreeBSD.org +COMMENT= Eclipse plugin for YAML editing +WWW= https://github.com/de-jcup/eclipse-yaml-editor/wiki + +LICENSE= APACHE20 + +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse + +USE_GITHUB= YES +GH_TUPLE= de-jcup:update-site-${PORTNAME}:99ea8dc + +NO_ARCH= YES +NO_BUILD= YES + +PLUGINDIR= share/eclipse/dropins/${PORTNAME}/eclipse + +PLIST_SUB= PORTVERSION=${PORTVERSION} + +do-install: + @(cd ${WRKSRC}/update-site/ && \ + ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/${PLUGINDIR}) + @(${FIND} ${STAGEDIR}${PREFIX}/${PLUGINDIR} -type f \ + ! -name "*${PORTVERSION}*" -delete) + +.include <bsd.port.mk> diff --git a/java/eclipse-yaml-editor/distinfo b/java/eclipse-yaml-editor/distinfo new file mode 100644 index 000000000000..a3bedf2ed4c1 --- /dev/null +++ b/java/eclipse-yaml-editor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1713551622 +SHA256 (de-jcup-update-site-eclipse-yaml-editor-1.9.0-99ea8dc_GH0.tar.gz) = 546a10086a6c3a826ca2c66f89f90b6a1e4a6e78bc73e1b24ab44d91bfcdf22f +SIZE (de-jcup-update-site-eclipse-yaml-editor-1.9.0-99ea8dc_GH0.tar.gz) = 2542822 diff --git a/java/eclipse-yaml-editor/pkg-descr b/java/eclipse-yaml-editor/pkg-descr new file mode 100644 index 000000000000..6afe56de04ec --- /dev/null +++ b/java/eclipse-yaml-editor/pkg-descr @@ -0,0 +1,2 @@ +Just a YAML editor, a plugin for Eclipse with plenty of features like +formatting, syntax highlighting and analysis, autocompletion, outline and etc. diff --git a/java/eclipse-yaml-editor/pkg-plist b/java/eclipse-yaml-editor/pkg-plist new file mode 100644 index 000000000000..660186201f14 --- /dev/null +++ b/java/eclipse-yaml-editor/pkg-plist @@ -0,0 +1,4 @@ +share/eclipse/dropins/eclipse-yaml-editor/eclipse/features/de.jcup.yamleditor_%%PORTVERSION%%.jar +share/eclipse/dropins/eclipse-yaml-editor/eclipse/features/de.jcup.yamleditor_%%PORTVERSION%%.jar.sha256 +share/eclipse/dropins/eclipse-yaml-editor/eclipse/plugins/de.jcup.yamleditor_%%PORTVERSION%%.jar +share/eclipse/dropins/eclipse-yaml-editor/eclipse/plugins/de.jcup.yamleditor_%%PORTVERSION%%.jar.sha256
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405051841.445IfOw6031844>