Commit graph

3187 commits

Author SHA1 Message Date
joerg
02a883075e Fix path to wish and depend on it. Bump revision. 2007-12-29 22:05:15 +00:00
wiz
65b9e2f69b Update MASTER_SITES. From Zafer Aydogan. 2007-12-29 10:03:57 +00:00
wiz
d9b1bc46cf Update MASTER_SITES and HOMEPAGE. From Zafer Aydogan. 2007-12-29 10:01:06 +00:00
wiz
32b4bf4f18 Update MASTER_SITES. From Zafer Aydogan. 2007-12-29 09:55:53 +00:00
wiz
118588ce44 Update MASTER_SITES. 2007-12-29 09:54:58 +00:00
wiz
20fcef3bdb Update MASTER_SITES, from Zafer Aydogan. 2007-12-29 09:50:14 +00:00
wiz
a26865163e Remove dead MASTER_SITES. From Zafer Aydogan. 2007-12-29 09:48:43 +00:00
wiz
5efc0e88af Update MASTER_SITES, from Zafer Aydogan. 2007-12-29 09:47:10 +00:00
veego
715806a1cf Update to 0.11.3:
* Update for the server only: resolved issues for servers that run for
  a long time.

This fixes the following vulnerabilities:
 CVE-2007-5933 and CVE-2007-6010

Approved by: wiz
2007-12-25 10:53:30 +00:00
joerg
5ef33b071f Depend on argp and build corewars-cmd. -largp is a hack for now,
upstream should fix the configure script and learn how to build a
convient library as well. Raised as part of PR 37581.
2007-12-22 01:48:55 +00:00
wiz
926f8dadfb Add commented out LICENSE line (gnu-gplv3).
XXX: please enable the default licenses so that we can add these for real.
2007-12-17 23:45:40 +00:00
drochner
2683663cf0 update to 8.4.2
many changes, mostly minor fixes to individual modules, and
-use gstreamer for sound output instead of SDL_mixer
-GPLv3
-translation updates
2007-12-17 18:55:31 +00:00
rillig
085c12c1fe Fixed the file permissions of the example highscore file. PKGREVISION++ 2007-12-13 11:17:19 +00:00
wiz
fb858667fd Use G_GNUC_FUNCTION instead of __FUNCTION__, to fix build on Solaris.
From maintainer Sergey Svishchev in private mail.
Bump PKGREVISION.
2007-12-09 23:23:03 +00:00
rillig
d6da6c3550 Needs directories pre-created. Based on the patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-07 05:28:30 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
wiz
5a80301902 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:00:38 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
wiz
a73293016c Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:01:08 +00:00
wiz
fb5443d40b Remove ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 00:00:20 +00:00
wiz
5c7bf84753 Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-01 23:58:50 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
wiz
5a22e0546a Update to 1.3.0:
2006 Apr 17: version 1.3.0
* Added mouse handling to the code. That includes modifying the SDL code to
  handle mouse activity, adding a large set of new commands, making it
  possible for Chip to move towards a goal over several ticks, and
  modifying the action struct (and the solution file) to permit storing the
  new moves in solutions.
* Added the database of unsolvable levels, which warns users before they
  play a level known to be unsolvable, and automatically gives them the
  password to the next level.
* Added the solution file display, allowing the user to manage multiple
  solution files for a single level set.
* Changed code to accept a solution file as the sole cmdline argument, if
  the solution file contains the set name. Hopefully this, and the previous
  addition, will make it easier for people to share solution files.
* Added the batch-mode verification feature, to check the existing
  solutions without initializing the GUI subsystem.
* Fixed the old emulation bug (MS logic) involving Chip turning a cloned
  block into a clone of himself while going through a teleport.
* Fixed the bug (MS logic) preventing Chip from pushing a slipping block
  parallel to its slipping direction when the push happens through a
  teleport.
* Improved the emulation of several creatures teleporting simultaneously
  (Lynx logic), with assistance from ccexplore.
* Minor improvements to the Lynx pedantic mode.
* Fixed the password input routine. (It was completely broken; not sure
  when that happened.)
* Rewrote the code so that level data and solutions are kept compressed in
  memory, and expanded only when needed, instead of decoding entire files
  when read. This change makes for a small reduction in memory usage, and
  reduces the overall level of useless work being done.
* Added code to shutter the map view when MS gameplay is paused.
* Numerous minor tweaks to the code, the display, and the documentation.

2006 Feb 24: version 1.2.2
* Finally got the handling of brown buttons (MS logic) working correctly.
  It's been a long time coming, and it's all so simple in hindsight.
* Added code to grok the new solution file format. This version of Tile
  World will continue to use the old solution file format, but if it
  encounters a file in the new format, it will handle it correctly.
* Added the ability to specify a solution file by name on the command-line.
* Added -P option for Lynx pedantic mode.
* Added the Shift-Ctrl-X feature to permanently delete solutions.
* Fixed bugs in Shift-Tab feature, and formally documented this feature.
* Fixed bug in the stepping UI.
* Fixed bug reported by Thomas Harte, where an international keyboard
  generating a non-Latin-1 character could cause TW to segfault.
* Fixed bug reported by Catatonic Porpoise, where SDL was being asked to
  blit to a locked surface.
* Fixed a segfault in MS logic reported by Evan Dummit (occurring when a
  cloner's creature in the northwest corner is replaced by Chip).
* Added casts to avoid new warnings in gcc 4.
* Fixed a few other minor MS emulation bugs reported by Evan Dummit.
* Added a number of unfixed MS emulation bugs to msbugs.txt, several of
  which were reported by Evan Dummit.
* A handful of documentation errors were also found and fixed.
2007-11-30 11:20:43 +00:00
heinz
fd76b6a5b5 Package supports installation to DESTDIR. 2007-11-29 22:45:06 +00:00
heinz
358380ca0f Added support for installation to DESTDIR. 2007-11-29 20:52:07 +00:00
drochner
1091897b0f update to 2.20.2
changes:
-bugfixes
-translation updates

pkgsrc changes:
-pull in gstreamer for sound support
-makefile cleanup
2007-11-29 20:35:19 +00:00
wiz
e1f053b92a Update to 5.6.4:
2007-10-17  Christian Mauduit (ufoot@ufoot.org)

	* Released 5.6.4.

	* Updated config.guess & config.sub

	* NSIS packaging (windows .exe installer).


2007-10-15  Christian Mauduit (ufoot@ufoot.org)

	* MSVC -> MinGW

	* src/base.h now included in source tarball (for MS platforms...)


2007-10-06  Christian Mauduit (ufoot@ufoot.org)

	* Minor packaging & doc fixes.


2007-09-07  Christian Mauduit (ufoot@ufoot.org)

	* Included the (old) exploit http://www.securityfocus.com/bid/8629/


2007-09-06  Christian Mauduit (ufoot@ufoot.org)

	* Copyright 2006 -> 2007

	* Minor Makefile fix


2006-10-17  Christian Mauduit (ufoot@ufoot.org)

	* Gcc option -mpcu (deprecated) -> -march.


2006-10-16  Christian Mauduit (ufoot@ufoot.org)

	* Makefile patch for BSD by Thomas Klausner.


2006-04-04  Christian Mauduit (ufoot@ufoot.org)

	* Fixed atrocious bug in group_mesher. Almost 8 years old.


2006-04-02  Christian Mauduit (ufoot@ufoot.org)

	* Deleted lwtabto3.pcx which was a duplicate of lwtab006.pcx


2006-04-01  Christian Mauduit (ufoot@ufoot.org)

	* Deleted lwtab007.pcx which was a duplicate of lwtabto4.pcx


2006-03-08  Christian Mauduit (ufoot@ufoot.org)

	* Fixed segfault when graphics mode are not available.


2006-03-07  Christian Mauduit (ufoot@ufoot.org)

	* Created an NSIS installer script (not working yet).

	* Copyright 2005 -> 2006.

	* Minor patch, removed accent (ascii>127) from doc.


2005-12-11  Christian Mauduit (ufoot@ufoot.org)

	* Move Arch depot to Savannah.


2005-12-04  Christian Mauduit (ufoot@ufoot.org)

	* Changed ufoot.org/liquidwar to ufoot.org/liquidwar/v5
2007-11-29 17:28:24 +00:00
wiz
7c47137f7a Update to 1.2.8:
This is a bugfix release for 1.2 and it is compatible with the
other 1.2 versions. The main reason for this release was an important
security fix. This issue was filed as CVE-2007-5742, it did allow
others to view the content of files on the remote computer. We did
now fix this problem by removing the option to use ../ in paths.

Another problem could arise with the preference option "turn_cmd".
Due to this problem the computer could either be stalled by a faulty
add-on or *maybe* (we found no way to do so) some other application
could be started. This option has now been removed since it probably
wasn't used anyway.

Beside those important changes only small things were changed. For
all the other changes (really not much), have a look at the changelog.

Since those are rather serious issues we do advise everybody using
the 1.2.x stable series to upgrade to 1.2.8 as soon as possible.
All saves and the existing content should still work after this
upgrade. In general be careful in regards to add-ons you use, there
might be some bad ones available even on the official add-on server
because the content available there is usually not checked.
2007-11-29 12:42:48 +00:00
wiz
ae465fb5c6 + qonk. 2007-11-25 23:53:15 +00:00
wiz
285c7788d5 Initial import of qonk-0.3.1:
Qonk is a small build-and-conquer strategy game with very simple
rules. A complete game only lasts for a few minutes and can be a
fun break away from work or whatever you're doing.

The setting of the game is a solar system of planets. Your goal is
to conquer all of the planets in the game by sending ships there.
Planets that are under your control generate new ships. Simple AI
players are playing against you. As you gain more experience
throughout the game, more AI players have to be kicked out of bigger
solar systems.
2007-11-25 23:52:54 +00:00
rillig
dfefbc7ecc Made the package build on Solaris. 2007-11-20 18:44:14 +00:00
wiz
0b09193af9 Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
obache
936003b76e Update alephone to 20071103.
Patch provided by MAINTAINER in PR 37393.

Notes:
This is a bug fix release
--------------------------------------------------------------------------------
Changes:
* Fix replacement texture issues
* Restore missing PNG support in Windows
* Don't play "Play Ball" for games that are already running
* Differentiate between running and open games in .games
2007-11-17 08:42:33 +00:00
rillig
e22a437a96 A friend class declaration isn't enough to make a class known.
Extra qualification removed.
2007-11-07 14:00:54 +00:00
drochner
706eba004b update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-05 19:29:47 +00:00
rillig
6f5d4148d3 Added some recently imported packages to their category Makefiles. 2007-11-04 12:36:13 +00:00
rillig
b0bc12f51e Imported thew from PR 34500.
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.
2007-11-03 18:14:20 +00:00
rillig
766753938e KGS is no longer called the "Kiseido Go Server". 2007-11-03 00:19:52 +00:00
rh
0a13822aca Update cgoban-java to 3.3.20. Client changes include:
- Changed minimum java release from 1.3 to 1.4.
  - Added <gmt>...</gmt> text tag. Try typing "Hello at
    <gmt>2007-08-29 8:00</gmt>" in a chat pane, or put it in your user
    info, or in the greeting text for a room you own, etc.
  - Added "Never Undo" option when your opponent has already asked
    your for undo several times.
2007-11-03 00:07:34 +00:00
wiz
82bffd6aa6 + alephone. 2007-10-30 10:06:22 +00:00
wiz
b5e97029f2 Import alephone from pkgsrc-wip, packaged by Chris Trekker and updated
by Timothy E. Larson:

Just before Bungie was acquired by Microsoft, they released the engine to
their acclaimed Marathon 2 under the GPL.  This has evolved into Aleph One,
which makes it possible to play the classic Marathon Trilogy on a wide
range of systems with improved features like OpenGL and internet play.

http://trilogyrelease.bungie.org  :  download the (now free) original games
http://traxus.jjaro.net  :  information and links to third-party scenarios
2007-10-30 10:04:45 +00:00
pooka
ab327413ca Further improve the nethack launch script to autodetect which UIs
are installed and run an installed one instead of insisting that
nethack-tty must always be installed.  nethack-tty is still naturally
preferred as the default instead of cheap plastic imitations such
as nethack-x11.
2007-10-27 18:26:34 +00:00
pooka
b6d24a7db4 Recognize options (-x) in the shell script used to start nethack.
Makes e.g. "nethack -s user" work correctly.

fixes pkg/37186 by Emil Skoeldberg
2007-10-27 18:07:54 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
markd
1b28145d97 Update to KDE 3.5.8 2007-10-20 10:49:16 +00:00
wiz
db273225ab Update to 1.2.7:
Version 1.2.7:
 * language and i18n:
   * updated translations: Czech, Danish, Dutch, French, German, Italian,
     Japanese, Polish, Portuguese (Brazil), Serbian, Slovak, Spanish, Swedish
   * new translation: Serbian (Latin version)
   * updated DejaVu font to 2.20
   * added sazanami-gothic font (needed for the Japanese translation)
 * multiplayer maps:
   * revised maps: Blitz, Cynsaun Battlefield, Hamlets, Meteor Lake
   * fixed a crash if the client recieves invalid utf-8
   * fixed a server side bug with could cause invalid utf-8 being send to a
     client.
 * misc:
   * really fix the trait OOS so it works correctly on Windows as well
   * map label length is correctly determined for multibyte
     characters (bug #6855)
2007-10-17 20:48:45 +00:00
adam
d8b79bf554 Changes 3.2.4:
* fixed crash bug in toon drawing functions for large step offset values
* fixed some problems with displaying game panel when quick-loading tape
* fixed (experimental only) redrawing of every tile per frame (even if
  unneeded) for the extended (R'n'D based) EMC graphics engine
* added optimization to only calculate element count for panel display
  if really needed (that is, if element count values defined on panel)
* fixed problem with special editor door redraw when entering main menu
* fixed bug with displaying background for title messages on info screen
* some code cleanup for the extended (R'n'D based) EMC graphics engine
* fixed bug with CE action "move player" always resulting in player 4
  if there was a CE action with no trigger player (because the player
  element was calculated by using log_2() from trigger player bits with
  the value PLAYER_BITS_ANY) -- this is now fixed by also storing the
  triggering player bit mask and handling all players in "move player"
* fixed bug when defined artwork cannot be found for artwork that has
  default artwork cloned from other artwork (without default filename)
* added several fixes to the extended (R'n'D based) EMC graphics engine
* fixed broken editor copy and paste for custom elements between levels
2007-10-13 12:58:47 +00:00
rillig
83c2f18c0c Fixed "extra qualification" errors. 2007-10-10 11:36:40 +00:00