summaryrefslogtreecommitdiff
path: root/games/thew
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2015-11-03Add SHA512 digests for distfiles for games categoryagc1-1/+2
Problems found locating distfiles: Package blokus: missing distfile blokus-1.1.tar.gz Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz Package dungeon: missing distfile dungeon-gdt-glk.tar.gz Package gate88: missing distfile Gate88_Mar19_05.tar.gz Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip Package rollemup: missing distfile Rollemup.tar.gz Package tscp: missing distfile tscp181.zip Package xbat: missing distfile xev111.tar.gz Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz Package xrick: missing distfile xrick-021212.tgz Package xskat: missing distfile xskat-cards.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-05-23Honor LDFLAGS. Should fix Linux build.dholland2-1/+12
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-3/+4
their files via a custom do-install target.
2007-12-07Needs directories pre-created. Based on the patch by Aleksey Cheusov onrillig1-1/+3
pkgsrc-users.
2007-11-03Imported thew from PR 34500.rillig4-0/+35
The hermit worm (THEW) is a curses-based game similar to an old version of the C64 Snake game. It works with the arrow keys and with the vi-like keys h, j, k and l. It is possible to enter in auto-mode where THEW play without user interaction useful to use it as console screensaver. There is a "status bar" with several informations: scores, speed level, user moves, number of "numbers" to eat before switch to the next level, and others. You have constantly two squares with the current worm position and the position of the current number to eat. Enjoy game! Packaged by ilfoglionascosto@netcat.it.