diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-08-16 08:06:42 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-08-16 08:06:42 +0000 |
commit | 7712091c6155a99f775ccdd1072bdb45f26d84bc (patch) | |
tree | b52b480fbd89ab8e33864a582e17c146fb60d45d /games/gti/pkg-descr | |
parent | 12e0349f954129195f0041ad2794ed6773a19f4e (diff) |
- Add a new port: games/gti
It's a program that displays a badly made ASCII-art animation to
punish you for your typing error - and after that magically launches
the command you meant to launch.
The code is available under an MIT-like license on github - though
of course anybody can write his or her own version in a couple of
minutes.
This whole thing is heavily inspired by sl, which displays a steam
locomotive. However, gti is actually nicer than sl as it at least
executes git after the animation. :-)
WWW: http://r-wos.org/hacks/gti
Notes
Notes:
svn path=/head/; revision=302618
Diffstat (limited to 'games/gti/pkg-descr')
-rw-r--r-- | games/gti/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/gti/pkg-descr b/games/gti/pkg-descr new file mode 100644 index 000000000000..db992e6f4232 --- /dev/null +++ b/games/gti/pkg-descr @@ -0,0 +1,13 @@ +It's a program that displays a badly made ASCII-art animation to +punish you for your typing error - and after that magically launches +the command you meant to launch. + +The code is available under an MIT-like license on github - though +of course anybody can write his or her own version in a couple of +minutes. + +This whole thing is heavily inspired by sl, which displays a steam +locomotive. However, gti is actually nicer than sl as it at least +executes git after the animation. :-) + +WWW: http://r-wos.org/hacks/gti |