Import ansifilter-1.15 as textproc/ansifilter.
Ansifilter converts text containing ANSI terminal escape codes into markup (HTML, LaTeX, TeX, RTF) or plaintext (stripping the escape codes). Such text is produced for instance by the script(1) utility. Colors, boldface, underline, italic and blink are supported.
This commit is contained in:
parent
5c6c008820
commit
46c69b6487
4 changed files with 36 additions and 0 deletions
4
textproc/ansifilter/DESCR
Normal file
4
textproc/ansifilter/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ansifilter converts text containing ANSI terminal escape codes into
|
||||
markup (HTML, LaTeX, TeX, RTF) or plaintext (stripping the escape codes).
|
||||
Such text is produced for instance by the script(1) utility.
|
||||
Colors, boldface, underline, italic and blink are supported.
|
19
textproc/ansifilter/Makefile
Normal file
19
textproc/ansifilter/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/03/12 11:49:19 tnn Exp $
|
||||
|
||||
DISTNAME= ansifilter-1.15
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.andre-simon.de/zip/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php
|
||||
COMMENT= Converts text containing terminal escape codes into markup
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES= c++
|
||||
|
||||
MAKE_FILE= makefile
|
||||
MAKEFLAGS+= PREFIX=${PREFIX:Q}
|
||||
MAKEFLAGS+= man_dir=${PREFIX:Q}/${PKGMANDIR}/man1
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
textproc/ansifilter/PLIST
Normal file
7
textproc/ansifilter/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/03/12 11:49:19 tnn Exp $
|
||||
bin/ansifilter
|
||||
man/man1/ansifilter.1
|
||||
share/doc/ansifilter/COPYING
|
||||
share/doc/ansifilter/ChangeLog
|
||||
share/doc/ansifilter/INSTALL
|
||||
share/doc/ansifilter/README
|
6
textproc/ansifilter/distinfo
Normal file
6
textproc/ansifilter/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/03/12 11:49:19 tnn Exp $
|
||||
|
||||
SHA1 (ansifilter-1.15.tar.bz2) = af42df7b6029bd8e0c0fe056518d1e1beee7e0e1
|
||||
RMD160 (ansifilter-1.15.tar.bz2) = fe8dfbbb39f0c0949ada2c30ba8c4655ca2b5a3c
|
||||
SHA512 (ansifilter-1.15.tar.bz2) = 7b624b11579c4a88271325054a6023d139ea7ff67fc5552b8ab8387eb16ea54c40c586f242a5ab7f8dd6bf226041bc61a03b5c6acb50e8f915341bd7cd9cdff8
|
||||
Size (ansifilter-1.15.tar.bz2) = 79966 bytes
|
Loading…
Reference in a new issue