From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 09:43:39 2021 Return-Path: Delivered-To: dev-commits-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 2FA09658156; Sun, 1 Aug 2021 09:43:39 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gcx630ZVVz3HXv; Sun, 1 Aug 2021 09:43:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF6EE1FEB; Sun, 1 Aug 2021 09:43:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1719hcx1020258; Sun, 1 Aug 2021 09:43:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1719hcYX020257; Sun, 1 Aug 2021 09:43:38 GMT (envelope-from git) Date: Sun, 1 Aug 2021 09:43:38 GMT Message-Id: <202108010943.1719hcYX020257@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 530c0c279a82 - main - graphics/corrupter: add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 530c0c279a82110f6d17310bcf9bbeb717633b91 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2021 09:43:39 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=530c0c279a82110f6d17310bcf9bbeb717633b91 commit 530c0c279a82110f6d17310bcf9bbeb717633b91 Author: Jan Beich AuthorDate: 2021-08-01 09:26:41 +0000 Commit: Jan Beich CommitDate: 2021-08-01 09:42:45 +0000 graphics/corrupter: add new port corrupter is simple image glitcher suitable for producing nice looking i3lock backgrounds. https://github.com/r00tman/corrupter --- graphics/Makefile | 1 + graphics/corrupter/Makefile | 17 +++++++++++++++++ graphics/corrupter/distinfo | 3 +++ graphics/corrupter/pkg-descr | 4 ++++ 4 files changed, 25 insertions(+) diff --git a/graphics/Makefile b/graphics/Makefile index 2cee5538cdf5..41f003235753 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -107,6 +107,7 @@ SUBDIR += comical SUBDIR += compupic SUBDIR += converseen + SUBDIR += corrupter SUBDIR += cosmoplayer SUBDIR += cptutils SUBDIR += crw diff --git a/graphics/corrupter/Makefile b/graphics/corrupter/Makefile new file mode 100644 index 000000000000..0d751363518e --- /dev/null +++ b/graphics/corrupter/Makefile @@ -0,0 +1,17 @@ +PORTNAME= corrupter +DISTVERSIONPREFIX= v +DISTVERSION= 1.0 +CATEGORIES= graphics + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Simple image glitcher for screen lockers + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= r00tman +PLIST_FILES= bin/${PORTNAME} + +.include diff --git a/graphics/corrupter/distinfo b/graphics/corrupter/distinfo new file mode 100644 index 000000000000..76483d352120 --- /dev/null +++ b/graphics/corrupter/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1558191370 +SHA256 (r00tman-corrupter-v1.0_GH0.tar.gz) = 10e9dab5a2e5e23ed04132d2704aebfa17d8d45b212f758ecb362979ccab2743 +SIZE (r00tman-corrupter-v1.0_GH0.tar.gz) = 6925974 diff --git a/graphics/corrupter/pkg-descr b/graphics/corrupter/pkg-descr new file mode 100644 index 000000000000..21ea85e50cf0 --- /dev/null +++ b/graphics/corrupter/pkg-descr @@ -0,0 +1,4 @@ +corrupter is simple image glitcher suitable for producing nice looking +i3lock backgrounds. + +WWW: https://github.com/r00tman/corrupter