Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 03:11:09 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522747 - in head/textproc: . aha
Message-ID:  <202001120311.00C3B9Rp044392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Jan 12 03:11:08 2020
New Revision: 522747
URL: https://svnweb.freebsd.org/changeset/ports/522747

Log:
  Add new port textproc/aha
  
  Converts ANSI escape sequences of a unix terminal to HTML code.
  
  WWW: https://github.com/theZiz/aha

Added:
  head/textproc/aha/
  head/textproc/aha/Makefile   (contents, props changed)
  head/textproc/aha/distinfo   (contents, props changed)
  head/textproc/aha/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jan 12 03:00:45 2020	(r522746)
+++ head/textproc/Makefile	Sun Jan 12 03:11:08 2020	(r522747)
@@ -35,6 +35,7 @@
     SUBDIR += af-aspell
     SUBDIR += aft
     SUBDIR += agrep
+    SUBDIR += aha
     SUBDIR += aiksaurus
     SUBDIR += align
     SUBDIR += am-aspell

Added: head/textproc/aha/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/aha/Makefile	Sun Jan 12 03:11:08 2020	(r522747)
@@ -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>

Added: head/textproc/aha/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/aha/distinfo	Sun Jan 12 03:11:08 2020	(r522747)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578635903
+SHA256 (theZiz-aha-0.5_GH0.tar.gz) = 6f8b044bee9760a1a85dffbc362e532d7dd91bb20b7ed4f241ff1119ad74758f
+SIZE (theZiz-aha-0.5_GH0.tar.gz) = 375851

Added: head/textproc/aha/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/aha/pkg-descr	Sun Jan 12 03:11:08 2020	(r522747)
@@ -0,0 +1,3 @@
+Converts ANSI escape sequences of a unix terminal to HTML code.
+
+WWW: https://github.com/theZiz/aha



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001120311.00C3B9Rp044392>