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)
Thu, Oct 9, 6:54 PM
Unknown Object (File)
Wed, Oct 8, 5:29 PM
Unknown Object (File)
Wed, Oct 8, 9:06 AM
Unknown Object (File)
Fri, Oct 3, 4:36 AM
Unknown Object (File)
Wed, Oct 1, 4:03 PM
Unknown Object (File)
Wed, Oct 1, 9:00 AM
Unknown Object (File)
Sat, Sep 27, 4:15 PM
Unknown Object (File)
Tue, Sep 16, 4:37 PM
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