git: e2d01ce334b0 - main - games/wipeclean: Add new port

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Thu, 24 Feb 2022 20:33:15 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2d01ce334b02902e35b0688c607181048472b0c

commit e2d01ce334b02902e35b0688c607181048472b0c
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-02-24 20:32:42 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-02-24 20:32:42 +0000

    games/wipeclean: Add new port
    
    Are you tired of the old and unintresting clear command? Do you want
    your error messages to be slowly wiped away? Then try wipeclean!
---
 games/Makefile            |  1 +
 games/wipeclean/Makefile  | 25 +++++++++++++++++++++++++
 games/wipeclean/distinfo  |  3 +++
 games/wipeclean/pkg-descr |  4 ++++
 4 files changed, 33 insertions(+)

diff --git a/games/Makefile b/games/Makefile
index 074cea637b99..3368bbc095c0 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1030,6 +1030,7 @@
     SUBDIR += wesnoth
     SUBDIR += whichwayisup
     SUBDIR += widelands
+    SUBDIR += wipeclean
     SUBDIR += wizznic
     SUBDIR += wmpuzzle
     SUBDIR += wmqstat
diff --git a/games/wipeclean/Makefile b/games/wipeclean/Makefile
new file mode 100644
index 000000000000..aae944584bfe
--- /dev/null
+++ b/games/wipeclean/Makefile
@@ -0,0 +1,25 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+
+PORTNAME=	wipeclean
+PORTVERSION=	g20220222
+CATEGORIES=	games
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	CLI tool to wipe away your error messages in style
+
+LICENSE=	ISCL
+
+USES=		nodejs:run
+USE_GITHUB=	yes
+GH_ACCOUNT=	JeanJouliaCode
+GH_PROJECT=	wipeClean
+GH_TAGNAME=	858b089
+NO_BUILD=	yes
+
+PLIST_FILES=	bin/wipeclean
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/index.js \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/games/wipeclean/distinfo b/games/wipeclean/distinfo
new file mode 100644
index 000000000000..930a20aae7de
--- /dev/null
+++ b/games/wipeclean/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1645734318
+SHA256 (JeanJouliaCode-wipeClean-g20220222-858b089_GH0.tar.gz) = 778f84a787fb06e72adebd19406719df9eb33007328a3512119810bb2a9d577f
+SIZE (JeanJouliaCode-wipeClean-g20220222-858b089_GH0.tar.gz) = 2347
diff --git a/games/wipeclean/pkg-descr b/games/wipeclean/pkg-descr
new file mode 100644
index 000000000000..7d5694350147
--- /dev/null
+++ b/games/wipeclean/pkg-descr
@@ -0,0 +1,4 @@
+Are you tired of the old and unintresting clear command? Do you want
+your error messages to be slowly wiped away? Then try wipeclean!
+
+WWW: https://github.com/JeanJouliaCode/wipeClean