From fd173f313ac182e3c1a7870189021e14a2262b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Br=C3=A5then=20Solem?= Date: Mon, 7 Oct 2024 01:54:22 +0200 Subject: [PATCH] aha: new port --- textproc/aha/Portfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 textproc/aha/Portfile diff --git a/textproc/aha/Portfile b/textproc/aha/Portfile new file mode 100644 index 0000000000000..f9530790f8fc9 --- /dev/null +++ b/textproc/aha/Portfile @@ -0,0 +1,25 @@ +# -*- 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 + +PortSystem 1.0 +PortGroup github 1.0 + +github.setup theZiz aha 0.5.1 + +categories textproc +license GPL-2 +maintainers nomaintainer + +description aha converts ANSI escape sequences to HTML code +long_description \ + aha (Ansi HTML Adapter) is a program which converts ANSI escape \ + sequences of a UNIX terminal to HTML code. + +homepage https://github.com/theZiz/${name} + +checksums rmd160 89228baddbf9b7b34fa73eba4e9a5a5547ef7778 \ + sha256 e7352989a09e462088af1d1f301ab3789331768662898227dc9a0d2005eb490c \ + size 394430 + +use_configure no + +destroot.args PREFIX=${prefix}