Subject: CVS commit: pkgsrc/multimedia/t-rec
From: pin
Date: 2022-10-06 09:43:28
Message id: 20221006074328.D7B90FA90@cvs.NetBSD.org

Log Message:
multimedia/t-rec: import package

Blazingly fast terminal recorder that generates animated gif images for the web
written in rust.

Features
 - Screenshotting your terminal with 4 frames per second (every 250ms)
 - Generates high quality small sized animated gif images or mp4 videos
 - Build-In idle frames detection and optimization (for super fluid
   presentations)
 - Applies (can be disabled) border decor effects like drop shadow
 - Uses native efficient APIs
 - Runs without any cloud service and entirely offline
 - No issues with terminal sizes larger than 80x24
 - No issues with fonts or colors
 - No issues with curses based programs
 - No issues with escape sequences
 - No record and replay - just one simple command to rule them all
 - Can record every arbitrary window you want (e.g. browser, ide)

Files:
RevisionActionfile
1.1addpkgsrc/multimedia/t-rec/DESCR
1.1addpkgsrc/multimedia/t-rec/Makefile
1.1addpkgsrc/multimedia/t-rec/PLIST
1.1addpkgsrc/multimedia/t-rec/cargo-depends.mk
1.1addpkgsrc/multimedia/t-rec/distinfo
1.1addpkgsrc/multimedia/t-rec/patches/patch-Cargo.toml
1.1addpkgsrc/multimedia/t-rec/patches/patch-build.rs
1.1addpkgsrc/multimedia/t-rec/patches/patch-src_main.rs