summaryrefslogtreecommitdiff
path: root/games/level9
AgeCommit message (Collapse)AuthorFilesLines
2013-10-13Update to 5.1:wiz3-18/+26
v5.1 The bitmap graphics from the US Macintosh release of Lancelot now display correctly. v5.0 V1 games are also now supported. The input logic now correctly handles commas and full stops in the user's input for v3 or later games. The input logic now allows hyphens and apostrophes to be input, which is needed for some v2 games. The dictionary listing for v2 games no longer has junk on the end. The graphics detection algorithm has been improved, so that it now correctly finds graphics in all known games. A difference in the logic between the v2 and v3 line-drawn graphics has been implemented, which corrects the scaling for some v2 graphics. Added #seed and #play meta commands. v4.1 Corrected a bug that made Lancelot unplayable. BBC B bitmaps are now shown as they appeared on the original computer.
2013-10-11Add patchroy1-0/+17
2013-10-10Remove dependency on ncurses and depend on system curses and termcap.roy2-4/+10
2012-12-12Reset maintainer on his request.wiz1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-6/+9
their files via a custom do-install target.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-01Update to 4.0.dillo2-8/+7
Changes: - add support for bitmap graphics (which is not used the curses version)
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-10Use bl3.snj1-4/+3
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-10-21fix INCOMPAT_CURSES pattern to work on NetBSD 1.6dillo1-2/+2
2003-10-01Apply patch provided by Brett Lymn to make this work with NetBSD's curses.dillo3-9/+36
Bump PKGREVISION.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-17Fix for big-endian machines. Patch provided by Lloyd Parkes in PR 22829.dillo2-1/+52
2003-08-26Fix checksum of distfile. Changes are only in (unused) glk code.dillo1-3/+3
2003-08-24Initial import of level9-3.0, an interpreter for Level 9's text adventures.dillo5-0/+50