From nobody Wed Feb 4 15:09:35 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4f5kKW2XBwz6R0Qx for ; Wed, 04 Feb 2026 15:09:35 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4f5kKW1W8Vz3W7W for ; Wed, 04 Feb 2026 15:09:35 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770217775; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3Zk/ArBu+OQ2kbtm1tru7R1oIDdq4Kf4h6RK84ZdXf0=; b=caLI53pq/mbixSEkXvjxiMeaAnMwowpJp9I6DDo/dlYO0IAIFxQeb0h33ih5gzHQ0jhvWX HMVTQuXIH79saLhdsTvaugUy31ut/8P0dXMP4flRTavmz1abCN06dMXPwq2ftppxCnSKrO 1PgQlWJCoECFdukyWRjboNXQjDbwWeNPTJdnZXduzwUEx48JkmLhp4yy88cVB67IV6wzws VMYdd1v66CmHeMGpO/W2+9caGT0cn38qs6fHjDv3LQ0tdVHN7aqtrQb9of8cj75DWZ4Q7h 4Z4i2YP4mn5WC6ISkvDKd2+Uh1cM707Sl1JrOCRk5U5UovMAzg5++YVbVuBQKQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1770217775; a=rsa-sha256; cv=none; b=ka0mh5j3D1M/xcBl2HfZVBgbyH/lGKIVkkB7DC0b3ctyrTnCxXKrF8cvB/wOxrGeQCO0FQ yWoGf7/jqzh21IDmxoc6R5amjmAyzFnnIRNKyQLVAVzygO+tJZSo/xyOQmCPeWHtG2nUZM bxzWDTLTbC8mbzwjtnHplyfAaIYOZnLBxsea38MUvuALRffmokc9UWxiwSfy7XKxL+8ddG qcpvIIpRbirf2Iy1YXdg+m3HNWLGLgFRZEyQPh1sDFjLd7KEkjGZpuRbkzP8DOYvPUhwNb gnn7NhVJbCAtQM9lNpHrRkGpCBk+G5X+6mrNxIWFv7OcGU9btk83hqVjLoWMyQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770217775; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=3Zk/ArBu+OQ2kbtm1tru7R1oIDdq4Kf4h6RK84ZdXf0=; b=q4jRiWowHyjowW9AFnc8K2tLpeVDA8cwyC2Rreug+kjPkLJ7wReQgZYHD4pLd82JhmAO/A u1iMkKigUknDvAjhWqeP+7IaMMIUBrdPJOfBQ7tOhQfgNZS5CfIZRrlGXaZ54pw9X8J205 80AKGFkcrIXIm08uDwv88kvJklhSIsZrjZJFTerPvmgM6twKIiRa+Mm/rdLL2OfBLliwfc 4ZaMAFHdMIOG/KpQlMVpM2aqJ9swWWoREyWf9NtQGganYsi+9m7BxELCFK00vQ2NbXBvmP 01Kxgv1dZbEfJ8rV0yMFQ2kjXtcd5YYfDLAvoC1SHgGW5OgAOSNyfhpezWzmqg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4f5kKW12QSz13r8 for ; Wed, 04 Feb 2026 15:09:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3eb07 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 04 Feb 2026 15:09:35 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Nicola Vitale Subject: git: 40af51a72992 - main - devel/py-pyperclipimg: Add new port List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nivit X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 40af51a729927c29388a742189e687abb50b6b18 Auto-Submitted: auto-generated Date: Wed, 04 Feb 2026 15:09:35 +0000 Message-Id: <6983612f.3eb07.5e2a891d@gitrepo.freebsd.org> The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=40af51a729927c29388a742189e687abb50b6b18 commit 40af51a729927c29388a742189e687abb50b6b18 Author: Nicola Vitale AuthorDate: 2026-02-04 13:21:36 +0000 Commit: Nicola Vitale CommitDate: 2026-02-04 15:09:07 +0000 devel/py-pyperclipimg: Add new port This Python module provides copy() and paste() clipboard functions for images on Windows, macOS, Linux and FreeBSD. https://pypi.org/project/pyperclipimg/ --- devel/Makefile | 1 + devel/py-pyperclipimg/Makefile | 19 +++++++++++++++++++ devel/py-pyperclipimg/distinfo | 3 +++ devel/py-pyperclipimg/pkg-descr | 2 ++ 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index e04a6968400b..b8f9f75cca08 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5708,6 +5708,7 @@ SUBDIR += py-pyparsing2 SUBDIR += py-pypemicro SUBDIR += py-pyperclip + SUBDIR += py-pyperclipimg SUBDIR += py-pyperf SUBDIR += py-pyperscan SUBDIR += py-pyplusplus diff --git a/devel/py-pyperclipimg/Makefile b/devel/py-pyperclipimg/Makefile new file mode 100644 index 000000000000..0bf4d858d9c9 --- /dev/null +++ b/devel/py-pyperclipimg/Makefile @@ -0,0 +1,19 @@ +PORTNAME= pyperclipimg +DISTVERSION= 0.2.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Python copy() and paste() clipboard functions for images +WWW= https://pypi.org/project/pyperclipimg/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-pyperclipimg/distinfo b/devel/py-pyperclipimg/distinfo new file mode 100644 index 000000000000..f0700fb9cf7f --- /dev/null +++ b/devel/py-pyperclipimg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1770202477 +SHA256 (pyperclipimg-0.2.0.tar.gz) = 7934402ed7ce898e0a3b659e8cafb7c6a2faf7f9ad00069a0fe15a077aae1239 +SIZE (pyperclipimg-0.2.0.tar.gz) = 5365 diff --git a/devel/py-pyperclipimg/pkg-descr b/devel/py-pyperclipimg/pkg-descr new file mode 100644 index 000000000000..a9b544e1017b --- /dev/null +++ b/devel/py-pyperclipimg/pkg-descr @@ -0,0 +1,2 @@ +Python copy() and paste() clipboard functions for images on Windows, macOS, +Linux and FreeBSD.