svn commit: r558740 - in head/converters: . aha
Bernard Spil
brnrd at FreeBSD.org
Sun Dec 20 13:27:04 UTC 2020
Author: brnrd
Date: Sun Dec 20 13:27:03 2020
New Revision: 558740
URL: https://svnweb.freebsd.org/changeset/ports/558740
Log:
converters/aha: Add "Ansi HTML Adapter" port
Added:
head/converters/aha/
head/converters/aha/Makefile (contents, props changed)
head/converters/aha/distinfo (contents, props changed)
head/converters/aha/pkg-descr (contents, props changed)
Modified:
head/converters/Makefile
Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile Sun Dec 20 13:20:39 2020 (r558739)
+++ head/converters/Makefile Sun Dec 20 13:27:03 2020 (r558740)
@@ -7,6 +7,7 @@
SUBDIR += R-cran-base64enc
SUBDIR += R-cran-jsonlite
SUBDIR += R-cran-rjson
+ SUBDIR += aha
SUBDIR += aish
SUBDIR += ascii2binary
SUBDIR += asr10
Added: head/converters/aha/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/aha/Makefile Sun Dec 20 13:27:03 2020 (r558740)
@@ -0,0 +1,27 @@
+# Created by: Bernard Spil <brnrd at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aha
+PORTVERSION= 0.5.1
+CATEGORIES= converters
+
+MAINTAINER= brnrd at FreeBSD.org
+COMMENT= ANSI escape-coded formatted output to HTML converter
+
+LICENSE= LGPL20+ MPL11
+LICENSE_COMB= dual
+
+USE_GITHUB= yes
+USES= gmake
+
+GH_ACCOUNT= theZiz
+GH_PROJECT= aha
+
+PLIST_FILES= bin/aha man/man1/aha.1.gz
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aha
+ ${MV} ${STAGEDIR}${PREFIX}/share/man/man1/aha.1 \
+ ${STAGEDIR}${PREFIX}/man/man1/
+
+.include <bsd.port.mk>
Added: head/converters/aha/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/aha/distinfo Sun Dec 20 13:27:03 2020 (r558740)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608470204
+SHA256 (theZiz-aha-0.5.1_GH0.tar.gz) = 6aea13487f6b5c3e453a447a67345f8095282f5acd97344466816b05ebd0b3b1
+SIZE (theZiz-aha-0.5.1_GH0.tar.gz) = 394410
Added: head/converters/aha/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/aha/pkg-descr Sun Dec 20 13:27:03 2020 (r558740)
@@ -0,0 +1,6 @@
+Aha is the Ansi HTML Adapter
+
+Transforms console output formatted with escape-codes to
+html output.
+
+WWW: https://github.com/theZiz/aha
More information about the svn-ports-all
mailing list