Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Sep 2022 02:15:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266116] [NEW PORT] graphics/schemer2: Terminal Colorscheme Generator and Converter
Message-ID:  <bug-266116-7788-EbWkOMWrZp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266116-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266116-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266116

--- Comment #1 from Mohammad <mrxx7070xx@gmail.com> ---
Comment on attachment 236246
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236246
graphics-schemer2.g20190406.patch

>>From bac4e99feebf62a1ed140f51a90bc81d34ab2239 Mon Sep 17 00:00:00 2001
>From: =3D?UTF-8?q?Jes=3DC3=3DBAs=3D20Daniel=3D20Colmenares=3D20Oviedo?=3D
> <DtxdF@disroot.org>
>Date: Tue, 30 Aug 2022 21:46:58 -0400
>Subject: [PATCH] graphics/schemer2: new port
>
>schemer2 is a terminal colorscheme generator and converter with the
>following features:
>
>* Reads configuration for several different terminals.
>* Outputs configuration in several different formats for different
>  terminals.
>* Can output colors as a generated image/wallpaper either random or
>  customized.
>* Configurable color difference threshold.
>* Configurable minimum and maximum brightness value.
>
>WWW: https://github.com/thefryscorer/schemer2
>---
> graphics/schemer2/Makefile  | 22 ++++++++++++++++++++++
> graphics/schemer2/distinfo  |  3 +++
> graphics/schemer2/pkg-descr | 12 ++++++++++++
> 3 files changed, 37 insertions(+)
> create mode 100644 graphics/schemer2/Makefile
> create mode 100644 graphics/schemer2/distinfo
> create mode 100644 graphics/schemer2/pkg-descr
>
>diff --git a/graphics/schemer2/Makefile b/graphics/schemer2/Makefile
>new file mode 100644
>index 000000000..4927f551e
>--- /dev/null
>+++ b/graphics/schemer2/Makefile
>@@ -0,0 +1,22 @@
>+PORTNAME=3D	schemer2
>+DISTVERSION=3D	g20190406
>+CATEGORIES=3D	graphics
>+
>+MAINTAINER=3D	DtxdF@disroot.org
>+COMMENT=3D	Terminal Colorscheme Generator and Converter
>+
>+LICENSE=3D	NONE
>+
>+USES=3D	go
>+
>+USE_GITHUB=3D	yes
>+GH_ACCOUNT=3D	thefryscorer
>+GH_TAGNAME=3D	89a66cbf40440e82921719c6919f11bb563d7cfa
>+
>+PLIST_FILES=3D	${PREFIX}/bin/${GO_PKGNAME}
>+
>+do-build:
>+	(cd ${GO_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=3Doff ${GO_C=
MD} build \
>+		-o ${GO_WRKDIR_BIN}/${GO_PKGNAME} main.go format.go image.go output.go =
input.go)
>+
>+.include <bsd.port.mk>
>diff --git a/graphics/schemer2/distinfo b/graphics/schemer2/distinfo
>new file mode 100644
>index 000000000..1c824d31d
>--- /dev/null
>+++ b/graphics/schemer2/distinfo
>@@ -0,0 +1,3 @@
>+TIMESTAMP =3D 1661841180
>+SHA256 (thefryscorer-schemer2-g20190406-89a66cbf40440e82921719c6919f11bb5=
63d7cfa_GH0.tar.gz) =3D 1938a11648e0e2ced6dcc64024489513167965c8f535faeffdf=
556dc2a9388ee
>+SIZE (thefryscorer-schemer2-g20190406-89a66cbf40440e82921719c6919f11bb563=
d7cfa_GH0.tar.gz) =3D 17481
>diff --git a/graphics/schemer2/pkg-descr b/graphics/schemer2/pkg-descr
>new file mode 100644
>index 000000000..3ee83b65c
>--- /dev/null
>+++ b/graphics/schemer2/pkg-descr
>@@ -0,0 +1,12 @@
>+schemer2 is a terminal colorscheme generator and converter with the
>+following features:
>+
>+* Reads configuration for several different terminals.
>+* Outputs configuration in several different formats for different
>+  terminals.
>+* Can output colors as a generated image/wallpaper either random or
>+  customized.
>+* Configurable color difference threshold.
>+* Configurable minimum and maximum brightness value.
>+
>+WWW: https://github.com/thefryscorer/schemer2
>--=20
>2.37.2
>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266116-7788-EbWkOMWrZp>