FreeBSD Bugzilla – Attachment 236249 Details for
Bug 266119
[NEW PORT] graphics/py-haishoku: Tool for grabbing the representative color palette from an image
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics-haishoku.1.1.8.patch
0004-graphics-py-haishoku-new-port.patch (text/plain), 2.09 KB, created by
Jesús Daniel Colmenares Oviedo
on 2022-08-31 04:25:28 UTC
(
hide
)
Description:
graphics-haishoku.1.1.8.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-08-31 04:25:28 UTC
Size:
2.09 KB
patch
obsolete
>From 1b3a263dabee8daa626d3b5a0d22d3091a360bbf Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Tue, 30 Aug 2022 22:03:18 -0400 >Subject: [PATCH] graphics/py-haishoku: new port > >Haishoku is a development tool for grabbing the dominant color or >representative color palette from an image, it depends on Python3 >and Pillow. > >WWW: https://github.com/LanceGin/haishoku >--- > graphics/py-haishoku/Makefile | 18 ++++++++++++++++++ > graphics/py-haishoku/distinfo | 3 +++ > graphics/py-haishoku/pkg-descr | 5 +++++ > 3 files changed, 26 insertions(+) > create mode 100644 graphics/py-haishoku/Makefile > create mode 100644 graphics/py-haishoku/distinfo > create mode 100644 graphics/py-haishoku/pkg-descr > >diff --git a/graphics/py-haishoku/Makefile b/graphics/py-haishoku/Makefile >new file mode 100644 >index 000000000..d563fa378 >--- /dev/null >+++ b/graphics/py-haishoku/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= haishoku >+PORTVERSION= 1.1.8 >+CATEGORIES= graphics python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Tool for grabbing the representative color palette from an image >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >diff --git a/graphics/py-haishoku/distinfo b/graphics/py-haishoku/distinfo >new file mode 100644 >index 000000000..72ad42ed5 >--- /dev/null >+++ b/graphics/py-haishoku/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1661847167 >+SHA256 (haishoku-1.1.8.tar.gz) = e4b9a14c03586081b18abcf04b4320168fea93ff611e81b2bccd5d5269ffcbd4 >+SIZE (haishoku-1.1.8.tar.gz) = 5628 >diff --git a/graphics/py-haishoku/pkg-descr b/graphics/py-haishoku/pkg-descr >new file mode 100644 >index 000000000..6fb2de75a >--- /dev/null >+++ b/graphics/py-haishoku/pkg-descr >@@ -0,0 +1,5 @@ >+Haishoku is a development tool for grabbing the dominant color or >+representative color palette from an image, it depends on Python3 >+and Pillow. >+ >+WWW: https://github.com/LanceGin/haishoku >-- >2.37.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266119
:
236249
|
240447
|
241854