Port details |
- sansi Removes ANSI control sequences/characters, from files
- 1.0.2_1 textproc =3 1.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@bsdforge.com
- Port Added: 2014-12-12 00:29:58
- Last Update: 2024-01-13 23:30:23
- Commit Hash: e3a7ca2
- People watching this port, also watch:: bingrep, check_ssl_cert, newsboat, xrdp, pcpustat
- Also Listed In: sysutils
- License: ART20 BSD2CLAUSE
- WWW:
- https://BSDforge.com/projects/textproc/sansi/
- Description:
- sansi was written to strip the ANSI control sequences in files, or
output, often, but not limited to those generated by compilers. I
found it difficult to visually grope/grep the output of script(1)
sessions. Especially with the advent of clang. While it's nice to
replay the script(1) sessions to view the highlighted messages.
It's near impossible to read it inline in your favorite pager, or
text editor;
Enter sansi.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/sansi/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/sansi
- pkg install sansi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sansi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1489120557
SHA256 (sansi-1.0.2.tar.xz) = 43b6ab3282b2fc29b35731000c30cae4049877ff824238a2db5c229ca3171e22
SIZE (sansi-1.0.2.tar.xz) = 1900
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- p5-PerlIO-eol>=0 : devel/p5-PerlIO-eol
- p5-Modern-Perl>=0 : lang/p5-Modern-Perl
- This port is required by:
- for Run
-
- sysutils/littlejet
Configuration Options:
- No options to configure
- Options name:
- textproc_sansi
- USES:
- tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_1 13 Jan 2024 23:30:23 |
Daniel Engberg (diizzy) |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
1.0.2_1 10 Jan 2024 16:27:53 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.0.2 04 Jan 2024 17:37:09 |
Daniel Engberg (diizzy) |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.2 19 Oct 2019 12:21:22 |
rakuco |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
1.0.2 11 Mar 2017 07:51:49 |
riggs |
Update to upstream version 1.0.2
PR: 217677
Submitted by: portmaster@bsdforge.com (maintainer) |
1.0.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0.1 13 Dec 2014 19:12:24 |
danilo |
- Update to 1.0.1
PR: 195912
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
1.0.0 12 Dec 2014 00:29:41 |
amdmi3 |
sansi was written to strip the ANSI control sequences in files, or
output, often, but not limited to those generated by compilers. I
found it difficult to visually grope/grep the output of script(1)
sessions. Especially with the advent of clang. While it's nice to
replay the script(1) sessions to view the highlighted messages.
It's near impossible to read it inline in your favorite pager, or
text editor;
Enter sansi.
WWW: http://BSDforge.com/projects/textproc/sansi/
PR: 195661
Submitted by: portmaster@bsdforge.com |