Page MenuHomeFreeBSD

New port www/butterfly
ClosedPublic

Authored by krion on Feb 10 2017, 7:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 12:19 AM
Unknown Object (File)
Tue, Oct 7, 10:56 PM
Unknown Object (File)
Mon, Oct 6, 7:44 AM
Unknown Object (File)
Mon, Oct 6, 7:43 AM
Unknown Object (File)
Mon, Oct 6, 7:43 AM
Unknown Object (File)
Sun, Sep 28, 2:50 AM
Unknown Object (File)
Mon, Sep 22, 10:00 PM
Unknown Object (File)
Sep 14 2025, 1:03 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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
23 ↗(On Diff #24986)

s/+=/=/

25 ↗(On Diff #24986)

This should be post-install.

www/butterfly/Makefile
29 ↗(On Diff #25095)

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
17–18 ↗(On Diff #25095)

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.