svn commit: r553869 - in head/games: . neo-cowsay
Danilo G. Baio
dbaio at FreeBSD.org
Sun Nov 1 22:21:20 UTC 2020
Author: dbaio
Date: Sun Nov 1 22:21:18 2020
New Revision: 553869
URL: https://svnweb.freebsd.org/changeset/ports/553869
Log:
Add games/neo-cowsay: Neo Cowsay written in Go
cowsay is a configurable talking ASCII cow (and other characters),
written in Go. It operates much as the figlet program does, and
is written in the same spirit of silliness.
WWW: https://github.com/Code-Hex/Neo-cowsay
PR: 250771
Submitted by: Nuno Teixeira <ed.arrakis at gmail.com>
Added:
head/games/neo-cowsay/
head/games/neo-cowsay/Makefile (contents, props changed)
head/games/neo-cowsay/distinfo (contents, props changed)
head/games/neo-cowsay/pkg-descr (contents, props changed)
Modified:
head/games/Makefile
Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile Sun Nov 1 21:52:51 2020 (r553868)
+++ head/games/Makefile Sun Nov 1 22:21:18 2020 (r553869)
@@ -626,6 +626,7 @@
SUBDIR += narcissu2
SUBDIR += nazghul
SUBDIR += nehquake
+ SUBDIR += neo-cowsay
SUBDIR += nethack32
SUBDIR += nethack33
SUBDIR += nethack33-nox11
Added: head/games/neo-cowsay/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/neo-cowsay/Makefile Sun Nov 1 22:21:18 2020 (r553869)
@@ -0,0 +1,45 @@
+# $FreeBSD$
+
+PORTNAME= neo-cowsay
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.1
+CATEGORIES= games
+
+MAINTAINER= ed.arrakis at gmail.com
+COMMENT= Neo Cowsay written in Go
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
+
+USES= go:modules
+USE_GITHUB= yes
+GH_ACCOUNT= Code-Hex
+GH_PROJECT= Neo-cowsay
+GH_TUPLE= \
+ Code-Hex:go-wordwrap:v1.0.0:code_hex_go_wordwrap/vendor/github.com/Code-Hex/go-wordwrap \
+ golang:crypto:74369b46fc67:golang_crypto/vendor/golang.org/x/crypto \
+ golang:sys:a9d3bda3a223:golang_sys/vendor/golang.org/x/sys \
+ jessevdk:go-flags:v1.4.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \
+ mattn:go-colorable:v0.1.1:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
+ mattn:go-isatty:v0.0.5:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
+ mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
+ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors
+GO_TARGET= ./cmd/cowsay:neo-cowsay ./cmd/cowthink:neo-cowthink
+
+PLIST_FILES= bin/neo-cowsay bin/neo-cowthink
+
+PORTDOCS= README.md
+
+OPTIONS_DEFINE= DOCS
+
+post-install:
+.for l in neo-cowsay neo-cowthink
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${l}
+.endfor
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/games/neo-cowsay/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/neo-cowsay/distinfo Sun Nov 1 22:21:18 2020 (r553869)
@@ -0,0 +1,19 @@
+TIMESTAMP = 1604222441
+SHA256 (Code-Hex-Neo-cowsay-v1.0.1_GH0.tar.gz) = 4e7287b42c63df2b11942d6f074f41afb02f0561257ac200fb14a8a320b68798
+SIZE (Code-Hex-Neo-cowsay-v1.0.1_GH0.tar.gz) = 38569
+SHA256 (Code-Hex-go-wordwrap-v1.0.0_GH0.tar.gz) = 4a46ed1aba825767992a992bc31b61e0d6298e91ead60a4edf52836e920ec970
+SIZE (Code-Hex-go-wordwrap-v1.0.0_GH0.tar.gz) = 4419
+SHA256 (golang-crypto-74369b46fc67_GH0.tar.gz) = 4fa9713287d51530ea926ed7187139f700c6247db1dd0904796a2e41a40ce9ec
+SIZE (golang-crypto-74369b46fc67_GH0.tar.gz) = 1647916
+SHA256 (golang-sys-a9d3bda3a223_GH0.tar.gz) = feb0060f04359659699f8419f598069c4f50d5618afbb9c48fd5458589b994f7
+SIZE (golang-sys-a9d3bda3a223_GH0.tar.gz) = 1243362
+SHA256 (jessevdk-go-flags-v1.4.0_GH0.tar.gz) = 3be7e8fb4b63887e8aeb55878244c04b7dcbe5ac77211c73ee35e38ca681e611
+SIZE (jessevdk-go-flags-v1.4.0_GH0.tar.gz) = 55452
+SHA256 (mattn-go-colorable-v0.1.1_GH0.tar.gz) = 41773345d2a1037a37942b96e04a8ed5248f19a8f43a7ba26aa16a7b74132647
+SIZE (mattn-go-colorable-v0.1.1_GH0.tar.gz) = 8518
+SHA256 (mattn-go-isatty-v0.0.5_GH0.tar.gz) = 04bf153dd17ac73de54a4cdc490caaaf861021fe994e81508746edefc1770896
+SIZE (mattn-go-isatty-v0.0.5_GH0.tar.gz) = 3517
+SHA256 (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 09270ddb93b2d77d4b3903bbadacbb3a3d4f0cce93c373fb21503840829d8697
+SIZE (mattn-go-runewidth-v0.0.7_GH0.tar.gz) = 16089
+SHA256 (pkg-errors-v0.8.1_GH0.tar.gz) = 7a428967c6fc2e80cd84a0d9469ab6bd4dbe6b13493ba6294322a933a5a7e356
+SIZE (pkg-errors-v0.8.1_GH0.tar.gz) = 11009
Added: head/games/neo-cowsay/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/neo-cowsay/pkg-descr Sun Nov 1 22:21:18 2020 (r553869)
@@ -0,0 +1,5 @@
+cowsay is a configurable talking ASCII cow (and other characters),
+written in Go. It operates much as the figlet program does, and
+is written in the same spirit of silliness.
+
+WWW: https://github.com/Code-Hex/Neo-cowsay
More information about the svn-ports-head
mailing list