Page MenuHomeFreeBSD

[NEW PORT] x11/zutty: terminal emulator
ClosedPublic

Authored by flo_purplekraken.com on Jan 22 2024, 11:03 PM.
Tags
Referenced Files
Unknown Object (File)
Wed, Jun 19, 5:28 AM
Unknown Object (File)
Sat, Jun 15, 12:24 PM
Unknown Object (File)
Sat, Jun 15, 8:39 AM
Unknown Object (File)
Sun, Jun 2, 5:47 PM
Unknown Object (File)
May 18 2024, 10:13 AM
Unknown Object (File)
May 15 2024, 6:32 PM
Unknown Object (File)
Apr 26 2024, 3:06 AM
Unknown Object (File)
Apr 25 2024, 10:23 AM
Subscribers
None

Details

Summary

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.

Test Plan
  • portlint: OK
  • portclippy: OK
  • poudriere testport: OK

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arrowd requested changes to this revision.Jan 31 2024, 7:48 PM
arrowd added inline comments.
x11/zutty/Makefile
6

There is a smart workaround you can employ to get rid of that nasty hash in the DISTNAME:

MASTER_SITES=	https://git.hq.sig7.se/zutty.git/snapshot/7e481c04507e9b5cacfe67fe2b96bdb449b08726?dummy=/

Now remove the DISTNAME to let the framework append whatever DISTNAME is default, so that resulting URL would look like https://git.hq.sig7.se/zutty.git/snapshot/7e481c04507e9b5cacfe67fe2b96bdb449b08726?dummy=/zutty-0.15.tar.gz

This revision now requires changes to proceed.Jan 31 2024, 7:48 PM

Thanks for the hint! The bad distfile name really bothered me, but I couldn't figure it out on my own.

This revision is now accepted and ready to land.Feb 4 2024, 7:25 PM