aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-12-20 13:27:03 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-12-20 13:27:03 +0000
commitaf8b08f119e8ce2175eff5be3b103f54abd77b87 (patch)
treeb976e29ad6d4c057b1005ed1770fb8e38e9313a3 /converters
parentd06c1cb92d9e3d34409cd12d6ebe76ec639b1ce5 (diff)
downloadports-af8b08f119e8ce2175eff5be3b103f54abd77b87.tar.gz
ports-af8b08f119e8ce2175eff5be3b103f54abd77b87.zip
converters/aha: Add "Ansi HTML Adapter" port
Notes
Notes: svn path=/head/; revision=558740
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/aha/Makefile27
-rw-r--r--converters/aha/distinfo3
-rw-r--r--converters/aha/pkg-descr6
4 files changed, 37 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 4dd0fcfc921d..dfa821910028 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -7,6 +7,7 @@
SUBDIR += R-cran-base64enc
SUBDIR += R-cran-jsonlite
SUBDIR += R-cran-rjson
+ SUBDIR += aha
SUBDIR += aish
SUBDIR += ascii2binary
SUBDIR += asr10
diff --git a/converters/aha/Makefile b/converters/aha/Makefile
new file mode 100644
index 000000000000..0e3661a31bed
--- /dev/null
+++ b/converters/aha/Makefile
@@ -0,0 +1,27 @@
+# Created by: Bernard Spil <brnrd@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aha
+PORTVERSION= 0.5.1
+CATEGORIES= converters
+
+MAINTAINER= brnrd@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>
diff --git a/converters/aha/distinfo b/converters/aha/distinfo
new file mode 100644
index 000000000000..8150cc16b8f0
--- /dev/null
+++ b/converters/aha/distinfo
@@ -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
diff --git a/converters/aha/pkg-descr b/converters/aha/pkg-descr
new file mode 100644
index 000000000000..46853003dd8b
--- /dev/null
+++ b/converters/aha/pkg-descr
@@ -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