The NetBSD Project

CVS log for pkgsrc/games/frotz/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / games / frotz

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.45 / (download) - annotate - [select for diffs], Sat May 6 19:09:20 2023 UTC (4 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

*: Recursive revbump from audio/libopus 1.4

Revision 1.44 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:39 2022 UTC (12 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

*: bump PKGREVISION for flac shlib bump

Revision 1.43 / (download) - annotate - [select for diffs], Tue May 24 10:29:30 2022 UTC (16 months, 1 week ago) by nikita
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.42: +4 -2 lines
Diff to previous 1.42 (colored)

frotz: switch to USE_GITLAB.

Revision 1.42 / (download) - annotate - [select for diffs], Sun May 15 18:41:54 2022 UTC (16 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored)

frotz: update 2.54

Summary of changes between Frotz 2.53 and Frotz 2.54:
=====================================================

Frotz 2.54 was released on Wednesday April 13, 2022.

This release's main attractions are official support for TOPS20 and
cross-compilation to DOS.

NEW FEATURES

- Added changes to allow for compilation on a DEC PDP-10 mainframe
  running TOPS20.  See INSTALL_PDP10.

- Added a means to cross-compile to DOS by way of Open Watcom C version
  2 and later.  See INSTALL_DOS.

- Added a quiet mode to dumb interface to quell startup messages.

BUG FIXES

- Fixed several problems with compilation under macOS.

- Fixed wrong glyphs in DOS Frotz's Amiga font mode.  1/2 and 1/4 were
  there instead of the oe and OE ligatures.

- Fixed a failure of the -q flag to actually silence sound effects.

- Fixed an oversight in SDL Frotz that prevented some sounds from
  playing in Lurking Horror.

- Made the dumb and curses interfaces read the resolution chunk from
  Blorb files.  Previously they would assume a resolution of 320x200.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Mar 28 10:44:08 2022 UTC (18 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

g*/*: revbump(1) for libsndfile

Revision 1.40 / (download) - annotate - [select for diffs], Thu Apr 8 11:04:02 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.39: +5 -4 lines
Diff to previous 1.39 (colored)

frotz: update to 2.53

This is a minor release focusing on minor enhancements and bug fixes.

NEW FEATURES

- -E option to choose how emphasised text is rendered.

- X11 interface has been added as a compile target.

- Added new default TrueType font for sfrotz.

- Automatically select the appropriate interpreter number for V6 games.

- Limited mouse support for curses interface.

BUG FIXES

- Corrected potential trouble with garbage in filenames for SDL
  interface.

- Corrected a problem wherein @print_table would sometimes print garbage.

- Fixed a segfault problem when input buffers are abused.

- Double-clicks are now recognized in sfrotz and xfrotz.

- Fixed problem with spurious newline when a space triggers a word wrap.

- Fixed a problem with UTF-8 characters getting corrupted during line
  editing.

- Fixed some problems with V3 games scribbling on the status line in
  certain circumstances.

- Removed pre-C99 idioms and C++ comments in curses and core to benefit
  older compilers.  X11 is still pre-C99 clean.  SDL interface is not
  pre-C99-clean due to libSDL2 not being pre-C99-clean.

- Fixed a problem with the -x flag not properly expanding commands for
  some Infocom games.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:51 2020 UTC (3 years, 1 month ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

*: revbump for libsndfile

Revision 1.38 / (download) - annotate - [select for diffs], Sun May 17 14:23:08 2020 UTC (3 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

frotz: Update to 2.52

Frotz 2.52 was released on Sunday May 10, 2020.

This is a minor release focusing on minor enhancements and bug fixes.

NEW FEATURES

- Partial support for new @set_true_colour opcode.  Works for SDL.
  Doesn't work all the way for curses.  Not in scope for dumb interface.


BUG FIXES

- Reworked Makefiles to better handle library detection, particularly
  for macOS.

- Fixed rendering of non-paletted PNG images.  Affected only non-Infocom
  V6 games.

- Rolled back idiosyncrasy fix for Cutthroats and changed over to the
  quick-and-dirty 24-to-12 conversion used by Infocom as this is how the
  Imps expected an interpreter to behave.

- Fixed broken handling of game paths set in environmental variables and
  in config files.

- Fixed slightly broken parsing of .sfrotzrc.

- Fixed behavior of command line processing inconsistent between the
  different user interfaces.

- Assorted source code formatting fixes.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Mar 26 12:32:37 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

frotz: Needs pkg-config on ncurses systems

Revision 1.36 / (download) - annotate - [select for diffs], Sun Mar 22 10:20:06 2020 UTC (3 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.35: +10 -4 lines
Diff to previous 1.35 (colored)

frotz: Update to 2.51

Summary of changes between Frotz 2.50 and Frotz 2.51:
=====================================================

Frotz 2.51 was released on Wednesday February 12, 2020.

This is a minor release focusing on minor enhancements and bug fixes.

NEW FEATURES

- Added an -f option for Dumb Frotz to mark up the output with color and
  formatting codes.  Currently "irc", "ansi", and "normal" modes are
  supported.


BUG FIXES

- Cleanly account for some installations of ncurses which have the
  library split into ncurses (high level) and tinfo (low level).

- Added an idiosyncrasy fix for Cutthroats, which assumes a
  quick-and-dirty conversion of 24-hour notation to am/pm notation.

- Fixed where the Makefile used spaces instead of a tab in a rarely-used
  recipe.

- Fixed a memory allocation problem with restoring a game at the command
  line using the -L option.

- Fixed an oversight in which curses wasn't being shut down properly
  when fatal zcode errors were encountered.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Nov 24 00:45:39 2019 UTC (3 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.34: +8 -9 lines
Diff to previous 1.34 (colored)

frotz: Update to 2.50

NEW FEATURES

- Added UTF-8 input and output.  Plain ASCII is still available.

- Added -L option for restoring save file directly from the command line.

- Added -R option for restricted read/write path.

- Sound effects in AIFF, MOD, and OGG formats supported per the Blorb specs.

- Sound driver selection is automated through the use of libao.

- Allow for an alternative Blorb file to be specified on the command line.


BUG FIXES

- Overhauled MacOS compilation.

- Corrected problems with error handling.

- Fixed a lot of unsafe strcpy() and strcat() calls.

- Fixed numerous problems with portability to other flavors of Unix.

- Fixed adaptive palette rendering for SDL.

- Fixed scaling with manually specified window dimensions.

- Fixed problem with unnecessary newlines with input timeouts.

- Allow fontdir in .sfrotzrc to work relative to user's home directory.

- Fixed problem with memory allocation leading to crashes in DOS.

- Fixed problem with DOS Frotz creating non-portable Quetzal files.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 18 15:06:50 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

frotz: Fix typo in HOMEPAGE

Revision 1.33 / (download) - annotate - [select for diffs], Thu Jul 18 11:54:26 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.32: +14 -9 lines
Diff to previous 1.32 (colored)

frotz: Update to 2.44

NEW FEATURES

* Blorb support implemented. No support for audio in Blorb files yet.
* Added an -m option for Dumb Frotz to suppress the [MORE] prompt.
* Makefile and code for compiling for 16-bit DOS.

BUG FIXES

* Fixed a problem with saving and restoring in certain games.
* Added some fflush() calls to make Dumb Frotz more suitable for bot use.
* Removed old-style save support. It was getting hard to manage. Only the Quetzal save file format is supported now.
* Fixed assorted minor 64-bitness problems.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:10 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Convert all occurrences (353 by my count) of

	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.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 3 21:30:38 2017 UTC (6 years, 9 months ago) by roy
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Move to the curses framework.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Sep 8 11:57:49 2015 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.29: +1 -4 lines
Diff to previous 1.29 (colored)

Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x.  Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:08 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Aug 17 17:11:23 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Bump PKGREVISION for ncurses shlib bump.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Oct 6 11:54:39 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Nov 28 11:03:51 2011 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.25: +4 -5 lines
Diff to previous 1.25 (colored)

Update HOMEPAGE and MASTER_SITES.
From David Griffith in PR 45667.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 19 04:04:40 2009 UTC (14 years, 1 month ago) by yyamano
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.24: +9 -1 lines
Diff to previous 1.24 (colored)

Make this build on Mac OS X. Fixed PR pkg/41538.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jul 18 02:49:15 2009 UTC (14 years, 2 months ago) by smb
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Change getline() to get_line()

Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 4 06:59:04 2008 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.22: +11 -7 lines
Diff to previous 1.22 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 2 00:00:20 2007 UTC (15 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.21: +2 -5 lines
Diff to previous 1.21 (colored)

Remove ex-MASTER_SITEs. From Zafer Aydogan.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:54 2007 UTC (16 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 9 21:04:43 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:54 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Create directories before installing files into them.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:50 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:44 2004 UTC (19 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 10 03:08:58 2004 UTC (19 years, 7 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.15: +4 -5 lines
Diff to previous 1.15 (colored)

Use bl3.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 28 09:13:57 2003 UTC (20 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Back out last change related to moving ncurses/buildlink2.mk to
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.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Sep 27 17:07:36 2003 UTC (20 years ago) by grant
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:45 2003 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

PKGREVISION bump for libiconv update.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 29 17:09:05 2002 UTC (20 years, 11 months ago) by dillo
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

update to 2.43:
- confirmed working with NetBSD 1.6's curses
- various other bugfixes

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 13 15:21:09 2002 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

buildlink1 -> buildlink2.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 7 06:10:35 2002 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}.  These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package.  Change INCOMPAT_CURSES to have the same sematics as
above.  These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.

The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.

This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 29 01:48:52 2002 UTC (21 years, 3 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Correct sound support. Patch provided by David Griffith.
Solves PR 14061.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 25 18:23:36 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update to 2.42, as requested by David Griffith in pkg/15866.
Bugfixes.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 25 17:30:39 2001 UTC (21 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.6: +6 -3 lines
Diff to previous 1.6 (colored)

Buildlinkify. Use appropriate INCOMPAT_CURSES for setscrreg().

Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 8 22:08:51 2001 UTC (21 years, 10 months ago) by kristerw
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Remove old comment that the distfile has not reached the mirrors yet.

Add comment that the maintainer has asked us to use the mirrors instead of
the master site.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 16 21:19:58 2001 UTC (21 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.4: +6 -3 lines
Diff to previous 1.4 (colored)

Change MASTER_SITES and HOMEPAGE as suggested in pkg/14607 by David
Griffith <dgriffi@cs.csubak.edu>.

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 23 13:35:10 2001 UTC (22 years, 4 months ago) by dillo
Branch: MAIN
Changes since 1.3: +15 -8 lines
Diff to previous 1.3 (colored)

Update to 2.41

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.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 16 15:10:49 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 15 18:46:28 2000 UTC (23 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Update dependency on ncurses to >=4.2

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Aug 14 06:59:41 1999 UTC (24 years, 1 month ago) by fredb
Branch: TNF
CVS Tags: pkgsrc-base, comdex-fall-1999
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of frotz-2.32
Contributed by Peter Seebach, pkg/8203

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 14 06:59:41 1999 UTC (24 years, 1 month ago) by fredb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>