diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-10-04 11:16:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-10-04 11:16:37 +0000 |
commit | 1cf17093cec038bf832825b263a7301e6a76e3bf (patch) | |
tree | 6bef9abb7d13eec3a7d2f45e67511491c4af7cc1 | |
parent | Add rubygem-paint, a Terminal painter (diff) |
Add lolcat, brings rainbows and unicorns to your terminal
Notes
Notes:
svn path=/head/; revision=305252
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/lolcat/Makefile | 18 | ||||
-rw-r--r-- | games/lolcat/distinfo | 2 | ||||
-rw-r--r-- | games/lolcat/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index eb5ec15229eb..901f541fcba2 100644 --- a/games/Makefile +++ b/games/Makefile @@ -526,6 +526,7 @@ SUBDIR += lm-solve SUBDIR += lmarbles SUBDIR += lmpc + SUBDIR += lolcat SUBDIR += lordsawar SUBDIR += lpairs SUBDIR += ltris diff --git a/games/lolcat/Makefile b/games/lolcat/Makefile new file mode 100644 index 000000000000..f69f9fb11838 --- /dev/null +++ b/games/lolcat/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= lolcat +PORTVERSION= 42.0.99 +CATEGORIES= games +MASTER_SITES= RG + +MAINTAINER= arved@FreeBSD.org +COMMENT= Rainbows and unicorns + +RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop \ + rubygem-paint>=0.8.5:${PORTSDIR}/devel/rubygem-paint + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/games/lolcat/distinfo b/games/lolcat/distinfo new file mode 100644 index 000000000000..b3d5323ee644 --- /dev/null +++ b/games/lolcat/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/lolcat-42.0.99.gem) = cafd788a6b3e0177a20a9e44dfbb144ea0b6b62c9c9fb413c5223778cdd92558 +SIZE (rubygem/lolcat-42.0.99.gem) = 204288 diff --git a/games/lolcat/pkg-descr b/games/lolcat/pkg-descr new file mode 100644 index 000000000000..50e5c00b12c5 --- /dev/null +++ b/games/lolcat/pkg-descr @@ -0,0 +1,3 @@ +Rainbows and unicorns! + +WWW: https://github.com/busyloop/lolcat |