From owner-svn-ports-all@freebsd.org Sat Nov 16 16:35:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2AD211A8DF6; Sat, 16 Nov 2019 16:35:04 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Fgmm03Vmz3JDT; Sat, 16 Nov 2019 16:35:04 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEEDF4586; Sat, 16 Nov 2019 16:35:03 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAGGZ3nS076321; Sat, 16 Nov 2019 16:35:03 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAGGZ2n0076316; Sat, 16 Nov 2019 16:35:02 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201911161635.xAGGZ2n0076316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 16 Nov 2019 16:35:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517759 - in head/devel: . geany-themes X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/devel: . geany-themes X-SVN-Commit-Revision: 517759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2019 16:35:04 -0000 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 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