mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
java/eclipse-yaml-editor: new port to work with YAML in Eclipse IDE
This commit is contained in:
parent
73ee97964d
commit
b107d06a6a
5 changed files with 39 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
SUBDIR += eclipse-findbugs
|
SUBDIR += eclipse-findbugs
|
||||||
SUBDIR += eclipse-pydev
|
SUBDIR += eclipse-pydev
|
||||||
SUBDIR += eclipse-shelled
|
SUBDIR += eclipse-shelled
|
||||||
|
SUBDIR += eclipse-yaml-editor
|
||||||
SUBDIR += hamcrest
|
SUBDIR += hamcrest
|
||||||
SUBDIR += icedtea-web
|
SUBDIR += icedtea-web
|
||||||
SUBDIR += infobus
|
SUBDIR += infobus
|
||||||
|
|
29
java/eclipse-yaml-editor/Makefile
Normal file
29
java/eclipse-yaml-editor/Makefile
Normal file
|
@ -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>
|
3
java/eclipse-yaml-editor/distinfo
Normal file
3
java/eclipse-yaml-editor/distinfo
Normal file
|
@ -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
|
2
java/eclipse-yaml-editor/pkg-descr
Normal file
2
java/eclipse-yaml-editor/pkg-descr
Normal file
|
@ -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.
|
4
java/eclipse-yaml-editor/pkg-plist
Normal file
4
java/eclipse-yaml-editor/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue