summaryrefslogtreecommitdiff
path: root/games/frotz
AgeCommit message (Collapse)AuthorFilesLines
2002-06-29Correct sound support. Patch provided by David Griffith.kristerw5-18/+144
Solves PR 14061.
2002-03-25Update to 2.42, as requested by David Griffith in pkg/15866.wiz4-38/+63
Bugfixes.
2002-01-22Fix compilation on 1.5.3_ALPHA - the ncurses buildlinkhubertf2-11/+5
framework will always setup a proper libncurses, either real ncurses or the system's libcurses, so just link in libncurses ((from the buildlink area!)
2001-12-25Buildlinkify. Use appropriate INCOMPAT_CURSES for setscrreg().wiz3-13/+29
2001-12-08Do some of the modification suggested by David Griffith in pkg/14061.kristerw1-4/+2
2001-12-08Remove old comment that the distfile has not reached the mirrors yet.kristerw1-3/+3
Add comment that the maintainer has asked us to use the mirrors instead of the master site.
2001-11-16Change MASTER_SITES and HOMEPAGE as suggested in pkg/14607 by Davidjlam1-3/+6
Griffith <dgriffi@cs.csubak.edu>.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-05-23Update to 2.41dillo4-46/+85
most important changes: (for full summary see ChangeLog in the distfile) ======================================================================== - Beginning with 2.40, the reference version of Frotz (the DOS version) is distributed under the GNU Public License rather than the old "no commercial profit" license. And so is the Unix version. - V6 games supported by drawing the outlines of pictures. True display of the graphics are on hold until the X11 with GTK version is complete. - Classical Infocom sound effects supported through the OSS drivers. I'm only aware of "Lurking Horror" and "Sherlock: The Riddle of the Crown Jewels" as having such sound effects. See the INSTALL file for information on where the sound files should go. - Quetzal save format is now the default. Old Zip 2.0 format is still supported by command line option or config file setting. - History searchs has been added. Type the beginning of a past command and hit the up or down arrow key.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-0/+5
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-14Initial import of frotz-2.32fredb8-0/+85
Contributed by Peter Seebach, pkg/8203