Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2019 16:35:02 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517759 - in head/devel: . geany-themes
Message-ID:  <201911161635.xAGGZ2n0076316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sat Nov 16 16:35:02 2019
New Revision: 517759
URL: https://svnweb.freebsd.org/changeset/ports/517759

Log:
  A collection of color schemes for the Geany lightweight IDE.
  
  WWW: https://www.geany.org/download/themes/
  
  Submitted by:		james.wright at digital-chaos.com
  Differential Revision:	https://reviews.freebsd.org/D22378

Added:
  head/devel/geany-themes/
  head/devel/geany-themes/Makefile   (contents, props changed)
  head/devel/geany-themes/distinfo   (contents, props changed)
  head/devel/geany-themes/pkg-descr   (contents, props changed)
  head/devel/geany-themes/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov 16 16:19:53 2019	(r517758)
+++ head/devel/Makefile	Sat Nov 16 16:35:02 2019	(r517759)
@@ -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

Added: head/devel/geany-themes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/geany-themes/Makefile	Sat Nov 16 16:35:02 2019	(r517759)
@@ -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 <bsd.port.mk>

Added: head/devel/geany-themes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/geany-themes/distinfo	Sat Nov 16 16:35:02 2019	(r517759)
@@ -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

Added: head/devel/geany-themes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/geany-themes/pkg-descr	Sat Nov 16 16:35:02 2019	(r517759)
@@ -0,0 +1,3 @@
+A collection of color schemes for the Geany lightweight IDE.
+
+WWW: https://www.geany.org/download/themes/

Added: head/devel/geany-themes/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/geany-themes/pkg-plist	Sat Nov 16 16:35:02 2019	(r517759)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911161635.xAGGZ2n0076316>