aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-01 09:26:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-01 09:42:45 +0000
commit530c0c279a82110f6d17310bcf9bbeb717633b91 (patch)
tree2671b50be9ee3525400f70b1620b770361dae655
parent2d49a37c7d6f225e8234f7dcb1f0c73970184d68 (diff)
downloadports-530c0c279a82110f6d17310bcf9bbeb717633b91.tar.gz
ports-530c0c279a82110f6d17310bcf9bbeb717633b91.zip
graphics/corrupter: add new port
corrupter is simple image glitcher suitable for producing nice looking i3lock backgrounds. https://github.com/r00tman/corrupter
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/corrupter/Makefile17
-rw-r--r--graphics/corrupter/distinfo3
-rw-r--r--graphics/corrupter/pkg-descr4
4 files changed, 25 insertions, 0 deletions
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 <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