Page MenuHomeFreeBSD

D43551.diff
No OneTemporary

D43551.diff

diff --git a/x11/Makefile b/x11/Makefile
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -665,5 +665,6 @@
SUBDIR += yeahconsole
SUBDIR += yelp
SUBDIR += zenity
+ SUBDIR += zutty
.include <bsd.port.subdir.mk>
diff --git a/x11/zutty/Makefile b/x11/zutty/Makefile
new file mode 100644
--- /dev/null
+++ b/x11/zutty/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= zutty
+DISTVERSION= 0.15
+CATEGORIES= x11
+MASTER_SITES= https://git.hq.sig7.se/zutty.git/snapshot/7e481c04507e9b5cacfe67fe2b96bdb449b08726?dummy=/
+
+MAINTAINER= flo@purplekraken.com
+COMMENT= High-end terminal for low-end systems
+WWW= https://tomscii.sig7.se/zutty/
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libfreetype.so:print/freetype2
+
+USES= gl pkgconfig waf xorg
+USE_GL= egl glesv2
+USE_XORG= x11 xmu xt
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-7e481c0
+
+PLIST_FILES= bin/zutty
+
+pre-install:
+ ${STRIP_CMD} ${WRKSRC}/build/src/zutty
+
+.include <bsd.port.mk>
diff --git a/x11/zutty/distinfo b/x11/zutty/distinfo
new file mode 100644
--- /dev/null
+++ b/x11/zutty/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1706732320
+SHA256 (zutty-0.15.tar.gz) = 2d1ad3396de596682fcdb672cd979c254c6ce4d8fb5628705041addab979f034
+SIZE (zutty-0.15.tar.gz) = 378147
diff --git a/x11/zutty/pkg-descr b/x11/zutty/pkg-descr
new file mode 100644
--- /dev/null
+++ b/x11/zutty/pkg-descr
@@ -0,0 +1,9 @@
+Zutty is a terminal emulator for the X Window System, functionally
+similar to several other X terminal emulators such as xterm, rxvt
+and countless others. It is also similar to other, much more modern,
+GPU-accelerated terminal emulators such as Alacritty and Kitty.
+What really sets Zutty apart is its radically simple, yet extremely
+efficient rendering implementation, coupled with a sufficiently
+complete feature set to make it useful for a wide range of users.
+Zutty offers high throughput with low latency, and strives to conform
+to relevant (published or de-facto) standards.

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 13, 1:29 PM (16 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28677384
Default Alt Text
D43551.diff (1 KB)

Event Timeline