Commit graph

13 commits

Author SHA1 Message Date
fcambus
181926637b dopewars: update to 1.6.1.
ChangeLog:

# 1.6.1 - 2020-12-11
- Improved display in non-English text-mode clients; previously
  columns were not aligned properly in some cases and occasionally
  not all available drugs at a location were shown on screen (#54).
- Minimal British English translation added (#57). Configuration file
  entries can now use either British English or American English spelling
  (i.e. Armor/Armour).
- On Windows the "browse" button in the graphical client options dialog
  now opens at the folder containing the selected sound file (#55).

# 1.6.0 - 2020-12-06
- Fixes to build with OpenWRT (thanks to Theodor-Iulian Ciobanu).
- Write server pidfile after fork (thanks to Theodor-Iulian Ciobanu).
- Updated German and French Canadian translations from Benjamin Karaca
  and Francois Marier.
- Support for old GTK1 and GLIB1 libraries removed - we now need version 2
  of these libraries to build dopewars. GTK+3 is also supported.
- Update metaserver to work with new SourceForge; older versions can no
  longer successfully register with the metaserver.
- Switch to using libcurl to talk to the metaserver (this supports https,
  unlike the old internal code). The metaserver configuration has changed
  accordingly; `MetaServer.Name`, `MetaServer.Port` and `MetaServer.Path` are
  replaced with `MetaServer.URL`, while `MetaServer.Auth`, `MetaServer.Proxy*`,
  and `MetaServer.UseSocks` are removed (set the `https_proxy` environment
  variable instead, as per
  https://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Environment)
- The default web browser on Linux has changed from 'mozilla' to
  'firefox'; on Mac the system-configured default browser is used.
- On Windows the high score file, log file, and config file are now
  stored in the user application data directory (e.g.
  `C:\Users\foo\AppData\Local\dopewars`) rather than the same directory as
  the dopewars binary.
- Add sound support with SDL2, and on Mac.
- Add 64-bit Windows binaries.
- Fix for a DOS against the server using the REQUESTJET message type
  (thanks to Doug Prostko for reporting the problem).
2021-01-26 22:12:08 +00:00
joerg
b4eed73fe5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 19:10:35 +00:00
joerg
4bd41386e5 Remove @dirrm entries from PLISTs 2009-06-14 17:56:38 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
adam
bf479fc7dd Changes 1.5.12:
This really fixes the potential exploit against
the Windows server, which was not correctly fixed in 1.5.11.

Changes 1.5.11:
This is largely a security bugfix release, fixing a potential exploit against
the Windows server when running as an NT serivce.

Pkgsrc:
Use options.mk to build Curses and/or GTK user interface.
2006-02-14 21:40:44 +00:00
adam
7b369cf504 Changes 1.5.10:
This is largely a bugfix release, fixing a
server DOS and some minor bugs in the text-mode client.
2004-11-05 09:44:33 +00:00
jmmv
565b44de25 Do not install the .desktop file, which does not work anyway with the program
compiled w/o GTK support.  This avoids a dependancy on gnome*-dirs (which is
not actually here by a previous), so it can be installed correctly w/o X11.
Closes PR pkg/20922.
2004-03-30 16:12:38 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
404cb5c107 Do not depend on gnome1-dirs which requires X11, though dopewars does not
need it.  Handle gnome shared directories manually here.  Bump PKGREVISION
to 2.  Pointed out by David W. Talmage in tech-pkg@.
2003-07-18 18:04:07 +00:00
wiz
8b14f0553e Update to 1.5.9. Depend on ncurses again because it's now using KEY_RESIZE
(see PR lib/20032).
Changes:
This is largely a bugfix release, fixing a crash on pressing the
"drop drugs" button, and adding minor improvements to the text-mode
client.
Fix PLIST while here.
2003-07-12 10:07:35 +00:00
jmmv
6fbce489af Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-27 23:45:48 +00:00
jmmv
dd131a8504 Update to dopewars 1.5.8. Also make this package install all its data stuff
under prefix/share, not inside /var/games. The later is now used for the
score file, exclusively.

Changes since 1.5.0 follow:

1.5.8   21-10-2002
    - Options dialog now allows sounds for all supported game events to be set
    - BindAddress config variable added, to allow the server to be bound to
      a non-default IP address
    - BankInterest and DebtInterest variables added, to allow the
      configuration of interest rates (with thanks to Matt)
    - New "UTF8" ability added; if client and server share this ability, then
      all network messages will be sent in UTF-8 (Unicode) encoding (without
      the ability, all messages are assumed to be in your locale's default
      codeset, which may cause problems on non-US ASCII systems)
    - Names.Month and Names.Year have been replaced with StartDate.Day,
      StartDate.Month, StartDate.Year and Names.Date; these can be used to
      handle the date display properly after the turn number exceeds 31
    - encoding and include config directives added, to allow the config file's
      encoding (usually taken from the locale) to be overridden, and to allow
      the inclusion of other config files
    - Spanish translation added by Quique
    - The Windows build of dopewars should now use Unicode throughout, on
      platforms with Unicode support (i.e. NT/2000/XP)
    - Under Windows XP, the "pretty" new common controls are now used
    - Sounds provided by Robin Kohli of www.19.5degs.com
1.5.7   25-06-2002
    - Sound support; Windows multimedia, ESD and SDL outputs are supported;
      the individual modules can be statically linked in, or built as true
      "plugins"
    - Version mismatches between client and server are now treated more
      sensibly (it's all done server-side, and spurious warnings are now
      removed - only an old client connecting to a new server will
      trigger them)
    - Bug fix: when the buttons in the Fight dialog are not visible to a
      mouse user, previously you were able to access them via. the keyboard
      shortcuts; now fixed.
    - configure should now work properly if GLib 2.0 is installed but
      GTK2.0 is not
    - Norwegian Nynorsk translation added by Åsmund
    - If dopewars is run setuid/setgid, it will now only use this privilege
      to open the default (hard-coded) high score file; it will not open
      a user-specified high score file with privilege
    - It is no longer necessary to run "dopewars -C" on a zero-byte high
      score file; it will be converted automatically
    - A new server command "save" can be used to save the current configuration
      to a named config file
1.5.6   29-04-2002
    - Bug fix: the server will only let you pay back loans or deal with the
      bank when you are at the correct location, and you can no longer
      "pay back" negative amounts of cash to the loan shark
    - Minor improvements to fighting code
    - The GTK+2 client should now run properly in non-UTF8 locales, and
      handle configuration files in both UTF8 and non-UTF8 locales
    - Unsafe list iteration in serverside code (which could possibly cause
      memory corruption) fixed
    - Another dumb PPC bug fixed
    - Incorrect LIBS generated by configure script in some circumstances
      (due to a GTK+/Glib bug) - now fixed
    - Everything should now build with autoconf-2.53 (if desired)
1.5.5   13-04-2002
    - On fight termination the player is now allowed to close the "Fight"
      dialog before any new dialogs pop up
    - Bug caused by a "fight" interrupting a "deal" fixed
    - dopewars no longer crashes if you set e.g. NumGun = 0
    - Incorrect handling of WM_CLOSE under Win32 fixed
    - Unix server now fails "gracefully" if it cannot create the Unix domain
      socket for admin connections
    - New ServerMOTD variable to welcome players to a server (with thanks
      to Mike Robinson)
    - GTK+ client should now work with GTK+2.0
1.5.4   03-03-2002
    - Basic configuration file editor added to GTK+ client
    - Annoying flashing on closure of modal windows in Win32 fixed
    - Win32 client now uses "proper" dialog boxes (i.e. without a window menu)
    - Icon added for GTK+ client
    - Bug with withdrawing cash from the bank fixed
    - URL in GTK+ client "About" box is now clickable
    - Crash bugs when running on PPC systems fixed (with thanks to Zeke
      and Brian Campbell)
1.5.3   04-02-2002
    - Text-mode server is now non-interactive by default (server admin can
      connect later with the -A option)
    - Windows server can now be run as an NT Service
    - Fatal bug when visiting the bank (under Win2000/XP) fixed
    - Windows installer should now upgrade old versions properly
    - Currency can now be configured with Currency.Symbol and Currency.Prefix
    - Windows client windows cannot now be made unreadably small
    - Bank/loan shark dialog now warns on entering negative prices
    - Default configuration is restored properly at the start of each game
    - Translations should now work with the Windows client
    - Documentation on the client-server protocol added
    - Windows graphical server can be minimized to the System Tray
    - Keyboard shortcuts for menu items in Windows client
    - Default buttons (ENTER -> "OK") for Windows client
    - RPM build/make install can now be run as non-superuser
    - Win32 install for current user/all users
    - Code cleanups
1.5.2   16-10-2001
    - Slightly easier-to-use "run from fight" Jet dialog (avoids the crazy
      "windows pop up faster than you can close them" syndrome)
    - Support for HTTP proxies and authentication
    - SOCKS4 and SOCKS5 (user/password) support
    - French translation added by leonard
    - Boolean configuration variables (TRUE/FALSE) now supported
    - Many code cleanups
    - High score files now have a "proper" header, so that file(1) can
      identify them, and so the -f option cannot be used to force setgid-games
      dopewars to overwrite random files writeable by group "games" - use
      the -C option to convert old high score files to the new format
    - GNU long command line options now accepted on platforms with getopt_long
    - Simple installer now in place for Win32 systems
1.5.1   19-06-2001
    - Improved logging in server via. LogLevel and LogTimestamp variables
    - Metaserver (both client and server) moved to SourceForge
    - Icons (courtesy of Ocelot Mantis) and GNOME desktop entry added

Approved by wiz.
2002-12-06 16:50:02 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
Renamed from games/dopewars/pkg/PLIST (Browse further)