Add new port textproc/aha

Converts ANSI escape sequences of a unix terminal to HTML code.

WWW: https://github.com/theZiz/aha
This commit is contained in:
Ben Woods 2020-01-12 03:11:08 +00:00
parent 1f48f94437
commit 320d09ca6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522747
4 changed files with 30 additions and 0 deletions

View File

@ -35,6 +35,7 @@
SUBDIR += af-aspell
SUBDIR += aft
SUBDIR += agrep
SUBDIR += aha
SUBDIR += aiksaurus
SUBDIR += align
SUBDIR += am-aspell

23
textproc/aha/Makefile Normal file
View File

@ -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>

3
textproc/aha/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1578635903
SHA256 (theZiz-aha-0.5_GH0.tar.gz) = 6f8b044bee9760a1a85dffbc362e532d7dd91bb20b7ed4f241ff1119ad74758f
SIZE (theZiz-aha-0.5_GH0.tar.gz) = 375851

3
textproc/aha/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Converts ANSI escape sequences of a unix terminal to HTML code.
WWW: https://github.com/theZiz/aha