Index: games/lolcat/Makefile =================================================================== --- /dev/null +++ games/lolcat/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= lolcat +CATEGORIES= games + +MAINTAINER= gbergling@gmail.com +COMMENT= A high performance implementation of the famous lolcat + +USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= jaseg +GH_PROJECT= lolcat +GH_TAGNAME= a83e59dc25ba5430f7f79376d7c0f432ce27a6fe +.include Index: games/lolcat/distinfo =================================================================== --- /dev/null +++ games/lolcat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1590930042 +SHA256 (jaseg-lolcat--a83e59dc25ba5430f7f79376d7c0f432ce27a6fe_GH0.tar.gz) = 5463dccf455dba90520c579a6349927639ecb1f1d5185d1d4e6b19d98e5e6ad0 +SIZE (jaseg-lolcat--a83e59dc25ba5430f7f79376d7c0f432ce27a6fe_GH0.tar.gz) = 1703534 Index: games/lolcat/pkg-descr =================================================================== --- /dev/null +++ games/lolcat/pkg-descr @@ -0,0 +1,2 @@ +This is a high performance implementation of lolcat, which does +the same as the unix "cat" programm, but in fancy rainbow colors.