Page MenuHomeFreeBSD

New port www/butterfly
ClosedPublic

Authored by krion on Feb 10 2017, 7:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 19, 3:34 PM
Unknown Object (File)
Mon, Mar 16, 11:35 PM
Unknown Object (File)
Mon, Mar 16, 11:26 PM
Unknown Object (File)
Feb 16 2026, 9:04 PM
Unknown Object (File)
Feb 7 2026, 5:22 PM
Unknown Object (File)
Jan 24 2026, 1:50 PM
Unknown Object (File)
Jan 22 2026, 6:32 PM
Unknown Object (File)
Jan 17 2026, 2:37 AM
Subscribers
None

Details

Summary

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216957

Butterfly is a xterm compatible terminal that runs in your browser.

Features

  • xterm compatible (support for a lot of unused features)
  • Native browser scroll and search
  • Theming in css/sass (18 preset themes) endless possibilities
  • HTML in your terminal, cat images and use <table>
  • Multiple sessions support
  • Secure authentication with X509 certificates
  • 16,777,216 colors support
  • Keyboard text selection
  • Desktop notifications on terminal output
  • Geolocation from browser
  • May work on firefox too

WWW: https://pypi.python.org/pypi/butterfly
WWW: https://github.com/paradoxxxzero

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7414
Build 7577: arc lint + arc unit

Event Timeline

krion retitled this revision from to New port www/butterfly.
krion updated this object.
krion edited the test plan for this revision. (Show Details)
krion added reviewers: mat, fjoe.
www/butterfly/Makefile
24

s/+=/=/

26

This should be post-install.

www/butterfly/Makefile
30

NEVER, EVER, use ${CP} to install files in STAGEDIR, use INSTALL_PROGRAM/KLD/LIB/SCRIPT/DATA/MAN. In this case, INSTALL_DATA.

www/butterfly/pkg-descr
18–19

Only one WWW line.

You're right, I overlooked ${CP}, sorry.

mat edited edge metadata.
This revision is now accepted and ready to land.Feb 13 2017, 5:54 PM
This revision was automatically updated to reflect the committed changes.