git: 530c0c279a82 - main - graphics/corrupter: add new port
Jan Beich
jbeich at FreeBSD.org
Sun Aug 1 09:43:39 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=530c0c279a82110f6d17310bcf9bbeb717633b91
commit 530c0c279a82110f6d17310bcf9bbeb717633b91
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-01 09:26:41 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
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 at 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 <bsd.port.mk>
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
More information about the dev-commits-ports-all
mailing list