Index: games/lolcat/Makefile =================================================================== --- /dev/null +++ games/lolcat/Makefile @@ -0,0 +1,18 @@ +# $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 + +DISTVERSIONPREFIX= v +DISTVERSION=1.0-9 +DISTVERSIONSUFFIX= -ga83e59d + +.include Index: games/lolcat/distinfo =================================================================== --- /dev/null +++ games/lolcat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1591195660 +SHA256 (jaseg-lolcat-v1.0-9-ga83e59d_GH0.tar.gz) = d618b719bea70b55f08b6c6fcb64ea25f895fd658625493986a1051de54e9b28 +SIZE (jaseg-lolcat-v1.0-9-ga83e59d_GH0.tar.gz) = 1703486 Index: games/lolcat/pkg-descr =================================================================== --- /dev/null +++ games/lolcat/pkg-descr @@ -0,0 +1,4 @@ +This is a high performance implementation of lolcat, which does +the same as the unix "cat" programm, but in fancy rainbow colors. + +WWW: https://github.com/jaseg/lolcat