Ticket #51414: Portfile

File Portfile, 901 bytes (added by tessus (Helmut K. C. Tessarek), 8 years ago)
Line 
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
4PortSystem      1.0
5
6name            ansifilter
7version         1.16
8categories      textproc
9maintainers     evermeet.cx:tessarek
10description     remove ANSI codes from output
11long_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)
15platforms       darwin
16license         GPL-3
17
18homepage        http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php
19master_sites    http://www.andre-simon.de/zip/
20use_bzip2       yes
21
22checksums       rmd160  0b242149b07c361f2d412c3251e7c9bc4dfd4c66 \
23                sha256  db8903bf1a73263feee942f350b8fcfb4a088a562e355825bccff20603d910bf
24
25use_configure   no
26
27destroot.args   PREFIX="${prefix}"