aboutsummaryrefslogtreecommitdiff
path: root/textproc/aha
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2020-01-12 03:11:08 +0000
committerBen Woods <woodsb02@FreeBSD.org>2020-01-12 03:11:08 +0000
commit320d09ca6f1f2b41682353687e6589ded88827ed (patch)
tree86d22726dad025e5e930a5bc7ff8fcead101f59e /textproc/aha
parent1f48f94437330c16b8b18d8c1aaceadad9d5d283 (diff)
downloadports-320d09ca6f1f2b41682353687e6589ded88827ed.tar.gz
ports-320d09ca6f1f2b41682353687e6589ded88827ed.zip
Add new port textproc/aha
Converts ANSI escape sequences of a unix terminal to HTML code. WWW: https://github.com/theZiz/aha
Notes
Notes: svn path=/head/; revision=522747
Diffstat (limited to 'textproc/aha')
-rw-r--r--textproc/aha/Makefile23
-rw-r--r--textproc/aha/distinfo3
-rw-r--r--textproc/aha/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/aha/Makefile b/textproc/aha/Makefile
new file mode 100644
index 000000000000..41d3b9713f74
--- /dev/null
+++ b/textproc/aha/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= aha
+PORTVERSION= 0.5
+CATEGORIES= textproc devel
+
+MAINTAINER= woodsb02@FreeBSD.org
+COMMENT= Ansi HTML Adapter
+
+LICENSE= LGPL20+ MPL11
+LICENSE_COMB= dual
+
+USE_GITHUB= yes
+GH_ACCOUNT= theZiz
+
+MAKE_ARGS= MANDIR="${MANPREFIX}/man"
+PLIST_FILES= bin/aha \
+ man/man1/aha.1.gz
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aha
+
+.include <bsd.port.mk>
diff --git a/textproc/aha/distinfo b/textproc/aha/distinfo
new file mode 100644
index 000000000000..aae243b5592f
--- /dev/null
+++ b/textproc/aha/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578635903
+SHA256 (theZiz-aha-0.5_GH0.tar.gz) = 6f8b044bee9760a1a85dffbc362e532d7dd91bb20b7ed4f241ff1119ad74758f
+SIZE (theZiz-aha-0.5_GH0.tar.gz) = 375851
diff --git a/textproc/aha/pkg-descr b/textproc/aha/pkg-descr
new file mode 100644
index 000000000000..a87a85c516e1
--- /dev/null
+++ b/textproc/aha/pkg-descr
@@ -0,0 +1,3 @@
+Converts ANSI escape sequences of a unix terminal to HTML code.
+
+WWW: https://github.com/theZiz/aha