Page MenuHomeFreeBSD

New port www/butterfly
ClosedPublic

Authored by krion on Feb 10 2017, 7:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 21, 6:44 PM
Unknown Object (File)
Fri, Jan 17, 3:35 AM
Unknown Object (File)
Dec 22 2024, 6:06 PM
Unknown Object (File)
Dec 21 2024, 3:23 PM
Unknown Object (File)
Dec 20 2024, 9:58 PM
Unknown Object (File)
Dec 9 2024, 11:02 PM
Unknown Object (File)
Nov 30 2024, 4:26 PM
Unknown Object (File)
Nov 30 2024, 1:11 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.