Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -771,6 +771,7 @@ SUBDIR += geany-plugin-xmlsnippets SUBDIR += geany-plugins SUBDIR += geany-plugins-l10n + SUBDIR += geany-themes SUBDIR += gearmand SUBDIR += gearmand-devel SUBDIR += gecode Index: head/devel/geany-themes/Makefile =================================================================== --- head/devel/geany-themes/Makefile +++ head/devel/geany-themes/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= geany-themes +DISTVERSION= 1.24 +CATEGORIES= devel editors + +MAINTAINER= james.wright@digital-chaos.com +COMMENT= Additional color schemes for the Geany IDE + +LICENSE= GPLv2+ BSD PD +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= geany:devel/geany + +USE_GITHUB= yes +GH_ACCOUNT= geany + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/geany/colorschemes/ + ${INSTALL_DATA} ${WRKSRC}/colorschemes/*.conf ${STAGEDIR}${PREFIX}/share/geany/colorschemes/ + +.include Index: head/devel/geany-themes/distinfo =================================================================== --- head/devel/geany-themes/distinfo +++ head/devel/geany-themes/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1573764165 +SHA256 (geany-geany-themes-1.24_GH0.tar.gz) = 7e852f8cfde940704282de8554c6de4a36d1f6a2f5641b4c24d8eb537275a7cc +SIZE (geany-geany-themes-1.24_GH0.tar.gz) = 708724 Index: head/devel/geany-themes/pkg-descr =================================================================== --- head/devel/geany-themes/pkg-descr +++ head/devel/geany-themes/pkg-descr @@ -0,0 +1,3 @@ +A collection of color schemes for the Geany lightweight IDE. + +WWW: https://www.geany.org/download/themes/ Index: head/devel/geany-themes/pkg-plist =================================================================== --- head/devel/geany-themes/pkg-plist +++ head/devel/geany-themes/pkg-plist @@ -0,0 +1,27 @@ +share/geany/colorschemes/bespin.conf +share/geany/colorschemes/black.conf +share/geany/colorschemes/dark-fruit-salad.conf +share/geany/colorschemes/dark.conf +share/geany/colorschemes/fluffy.conf +share/geany/colorschemes/gedit.conf +share/geany/colorschemes/github.conf +share/geany/colorschemes/inkpot.conf +share/geany/colorschemes/kugel.conf +share/geany/colorschemes/mc.conf +share/geany/colorschemes/monokai.conf +share/geany/colorschemes/notepad-plus-plus.conf +share/geany/colorschemes/oblivion2.conf +share/geany/colorschemes/pygments.conf +share/geany/colorschemes/railcasts2.conf +share/geany/colorschemes/retro.conf +share/geany/colorschemes/slushpoppies.conf +share/geany/colorschemes/solarized-dark.conf +share/geany/colorschemes/solarized-light.conf +share/geany/colorschemes/spyder-dark.conf +share/geany/colorschemes/steampunk.conf +share/geany/colorschemes/tango-dark.conf +share/geany/colorschemes/tango-light.conf +share/geany/colorschemes/tinge.conf +share/geany/colorschemes/ubuntu.conf +share/geany/colorschemes/vibrant-ink.conf +share/geany/colorschemes/zenburn.conf