1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ansifilter |
---|
7 | version 1.16 |
---|
8 | categories textproc |
---|
9 | maintainers evermeet.cx:tessarek |
---|
10 | description remove ANSI codes from output |
---|
11 | long_description \ |
---|
12 | Ansifilter parses common ANSI codes to remove them or to convert \ |
---|
13 | them to another colored text file format (HTML, TeX, LaTeX, RTF, \ |
---|
14 | Pango or BBCode) |
---|
15 | platforms darwin |
---|
16 | license GPL-3 |
---|
17 | |
---|
18 | homepage http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php |
---|
19 | master_sites http://www.andre-simon.de/zip/ |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | checksums rmd160 0b242149b07c361f2d412c3251e7c9bc4dfd4c66 \ |
---|
23 | sha256 db8903bf1a73263feee942f350b8fcfb4a088a562e355825bccff20603d910bf |
---|
24 | |
---|
25 | use_configure no |
---|
26 | |
---|
27 | destroot.args PREFIX="${prefix}" |
---|