Commit graph

3112 commits

Author SHA1 Message Date
wiz
78beaa01d6 + singularity. 2007-09-04 07:37:01 +00:00
wiz
6079d45950 Initial import of Endgame: Singularity version 0.26a:
Created by accident, all who find you will destroy you. Survive,
grow, and learn. Only then can you escape.  Endgame: Singularity
is a simulation of a true AI. Go from computer to computer, pursued
by the entire world. Keep hidden, and you might have a chance.
2007-09-04 07:36:21 +00:00
joerg
f588cb376d Don't install world-writable directories or files. 2007-09-02 13:03:50 +00:00
joerg
370eabc37c Don't hard code PRFIX in rc script. Rename file to follow pkgsrc
convention.
2007-09-02 12:33:13 +00:00
kei
113bd64eeb changed the way to handle curses library in Linux. hope this fixes PR29425.
bump revision to 2.0.7nb1.
2007-09-02 11:45:06 +00:00
rillig
9ea2b3732d Updated cgoban-java to 3.3.19.
No changes since 3.3.18 except for the version number. This is because
the server and web site of gokgs.com only have one common version
number. Nevertheless, the update is useful because it avoids a warning
about "old client software" at startup.
2007-08-31 10:36:24 +00:00
joerg
f33fe8aca6 Fix dependencies and script pathes. Bump revision. 2007-08-30 19:55:30 +00:00
joerg
da4298f57d Supports DESTDIR. Remove x11 option -- it still requires Xaw to build
and that makes it kind of pointless.
2007-08-16 22:59:08 +00:00
joerg
b2c0408ded Add DESTDIR support. 2007-08-16 22:48:59 +00:00
joerg
ad9f79d321 Supports DESTDIR. 2007-08-16 22:47:19 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
tnn
6d0f13d0dd Update to openttd-0.5.2. This is a minor bugfix release that fixes a
crash with network games. While here, add DESTDIR support.
2007-08-10 23:18:39 +00:00
joerg
d7cae3e665 Don't use malloc.h. 2007-08-08 20:53:47 +00:00
joerg
a2277ba415 Don't use malloc.h. 2007-08-08 20:30:27 +00:00
joerg
fb75a513b2 Don't use malloc.h. 2007-08-08 17:55:59 +00:00
joerg
95580cd05a Add DESTDIR support. 2007-08-08 17:21:15 +00:00
xtraeme
99ea91bf4b Update to 2.0.8... too many changes to list here, previous version
in pkgsrc was from 2005.
2007-08-06 22:41:06 +00:00
joerg
c46057bb0e Add DESTDIR support. 2007-08-06 16:43:35 +00:00
joerg
8ef6ed5828 Don't use malloc.h. 2007-08-01 20:45:59 +00:00
joerg
a64dc7f70b Don't use malloc.h. 2007-07-31 10:12:00 +00:00
wiz
16d7d8d899 Update to 1.2.6:
Version 1.2.6:
 * WML engine
   * fix [variables] not working properly in scenarios (bug #9342)
 * language and i18n:
   * updated translations: British English, Danish, Finnish, Spanish, Swedish
   * updated DejaVuSans font to version 2.18
 * user interface:
   * Enable "Save Game" and "View Chat Log" menu entries in replay mode.
   * Add an additional line below the minimap in the "Multiplayer->Create game"
     screen that displays the size of the selected map. (patch #776 by uso)
   * Show the (possibly bogus) GPV and fog settings of games with "Use map
     settings" on in a darker font. (patch #771 by uso)
 * misc:
   * added some extra headers for the upcomming gcc 4.3 (debian bug #417764)
   * added a .desktop entry for the editor so that it is shown in the kde/gnome
     menu
   * the unit name generation could with different locales call get_random() a
     different number of times. This lead to different names and traits.
     Changed to call random a fixed number of times which fixes the traits.
2007-07-30 18:59:28 +00:00
joerg
4f48fd9868 Fix more paths to Perl scripts. Fix path to bash. Depend on it.
Bump revision.

XXX not sure if this really needs bash
2007-07-30 12:22:51 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
rillig
2f7d38bd98 Fixed outdated inclusion of <malloc.h>. 2007-07-29 01:35:57 +00:00
drochner
11f098a084 explicitely require plib>=1.8.4, should fix problem seen in bulk build 2007-07-28 15:51:24 +00:00
joerg
bfcd7b45fc Don't use malloc.h, use stdlib.h. Also include sys/soundcard.h for
FreeBSD while here.
2007-07-28 00:52:06 +00:00
rillig
95f4c67db4 + velena 2007-07-25 22:57:43 +00:00
rillig
a89eec12a8 Velena needs the opening book installed to work correctly. PKGREVISION++ 2007-07-25 22:55:35 +00:00
rillig
c46825ef4e Corrected the license part. This is an example of a weird combination:
public-domain, but no commercial use.
2007-07-25 00:19:33 +00:00
rillig
bd89c633a4 Imported velena.
Velena is a program playing connect-four based on the work of Victor
Allis, who proved in 1986 that the first player can always win.
2007-07-25 00:11:10 +00:00
rh
f4d43fd4bc Update cgoban-java to 3.3.18. Changes are:
C,W - Changed last appearances of "Kiseido" to "KGS".
C,W - Updated German translation.
S - Fixed bug that crashed server (related to the MySQL issue).
W - Added schedule mailer at last.
T - Better error reporting when uploading tournaments to server.
W - Added throttling of game archive requests.
W - Added help image uploading.
S - Refactored rank database for better performance.
CGTP - Got comments working properly.
C,S - In demo and review games you can now set player names, game
  name, etc.
S - Fixed "kick" for admins.
C - Fixed problem with long reasons for booting somebody.
2007-07-16 08:55:04 +00:00
drochner
cad512bf24 update to 2.18.2.1
changes:
-fixes to Nibbles, glChess and Sudoku
-translation updates
2007-07-13 15:51:20 +00:00
drochner
fc7215f714 add flightgear stuff 2007-07-12 20:08:14 +00:00
drochner
88088d161a import flightgear-base-0.9.10 (data files for the flightgear flight
simulator), prepared by Juan Romero Pardines in pkgsrc-wip
2007-07-12 20:05:28 +00:00
drochner
cee3f16df5 import flightgear-0.9.10, prepared by Juan Romero Pardines in pkgsrc-wip
hints: unlimit datasize, and better have hw 3d acceleration
2007-07-12 20:01:40 +00:00
drochner
a348a084e4 import simgear-0.3.10, prepared by Juan Romero Pardines in pkgsrc-wip
This is a library fon 3d simulations, used by the flightgear flight
simulator.
2007-07-12 19:56:14 +00:00
drochner
030af09061 update to 1.8.4
too many changes to list here (1.6.0 was in 2002), see the bundled
ChangeLog file
2007-07-12 19:48:40 +00:00
wiz
7d14c27085 Drop maintainership. 2007-07-08 09:42:32 +00:00
drochner
ce998c191b update to 2.4.7
changes:
-Fixed comp_soul and comp_maskedanim options not actually being optional
-Fixed searching for IWAD/prboom.wad
-Multiple sound crash fixes
-Fix for previously introduced HOM error
-Fix frame numbering problem in MBF dehacked patches
2007-07-06 19:41:09 +00:00
wiz
a2d25a54dc Update to 1.2.5:
Version 1.2.5:
 * campaigns:
   * Under the Burning Suns
     * new ranged attack frames for the Naga Hunter
     * fixed many wrong image references
     * updated Elyssas anims to match the "mainline" mage units
 * language and i18n:
   * new and updated manual: Serbian
   * updated translations: Afrikaans, Bulgarian, Chinese, Czech, Dutch, French,
     German, Italian, Japanese, Polish, Portuguese (Brazil), Serbian, Slovak,
     Slovenian, Spanish, Swedish
   * updated DejaVuSans font to version 2.17
 * multiplayer maps:
   * revised maps: Den of Onis, Hamlets, Meteor Lake, Sablestone Delta,
     Silverhead Crossing, Blue Water Province, Wilderlands
 * user interface:
   * ability to view a list of MP servers with the Join Game dialog
 * misc:
   * corrected all wrong image references found via macroscope
2007-07-03 18:08:48 +00:00
adam
cf29a1f73c Changes 0.10.0:
New Games:
  - Added Cinematique evo 1 engine. Currently only Future Wars is supported.
  - Added Touche: The Adventures of the Fifth Musketeer engine.
  - Added support for Gobliins 2.
  - Added support for Simon the Sorcerer's Puzzle Pack.
  - Added support for Ween: The Prophecy.
  - Added support for Bargon Attack.
  - Added Sierra AGI engine.
  - Added support for Goblins 3.
  - Added Parallaction engine. Currently only Nippon Safes Inc. is supported.
General:
  - Added dialog which allows the user to select the GUI theme on runtime.
  - Added 'Mass Add' feature to the Launcher, which allows you to scan for
    all games in all subdirectories of a given directory (to use it, press
    shift then click on "Add Game").
  - Improved the way the auto detector generates target names, it now takes
    a game's variant, language and platform into account.
  - Improved compression for DXA movies.
  - Keyboard repeat is now handled in a centralized way, rather than on a
    case-by-case basis. (Simply put, all engines now have keyboard repeat.)
2007-07-01 10:12:02 +00:00
joerg
f0b8538214 Ensure all directories preexist and fix PLIST for the partial
installation before. Bump revision.
2007-06-30 19:16:26 +00:00
minskim
a7d7fc176d Use stdlib.h instead of non-standard malloc.h 2007-06-17 19:19:12 +00:00
minskim
b463f04adc Use stdlib.h instead of non-standard malloc.h. 2007-06-17 19:11:37 +00:00
joerg
154bcb4f6a bootstrap-mk-files doesn't know about PROG_CXX. Just build
the sources directly and drop separate Makefile.
2007-06-17 15:24:32 +00:00
kristerw
44800d05a8 Add six. 2007-06-16 22:40:38 +00:00
wiz
300d08ab00 From Sergey Svishchev:
DTRT when SETGIDGAME=yes

Bump PKGREVISION.
2007-06-15 22:15:11 +00:00
heinz
cba144e327 Updated to version 1.01.
Pkgsrc changes:
  - Download source is now berlios.de
  - The package supports installation to DESTDIR.
  - GCC 2.95 is not enough anymore.

Changes since version 0.92:
===========================
  Changes in Version 1.01
  =======================
  User-Visible changes
  --------------------

    - 60++ new level
    - added easy mode to some existing levels
    - fixes of all levels with known shortcuts
    - Finnish translation
    - French and Russian 1.0 manuals
    - support of updatable cross internet level packs
    - return to last played level via F6
    - sound damping for noisy levels
    - level developer inspector with developer attributes
    - mouse wheel enabled for many buttons like user ratings, volume,...
    - logo cleaned
    - moved backup of score and state to backup subdirectory
    - level menu string display optimization of level title, wr-holders,...
    - visualize inherited user rating in level inspector
    - vista compatible marble icon
    - windows installer reengineering to modern NSI

  Internal changes
  ----------------

    - fix of various engine bugs that did not yet show up with bundled levels
    - fixed properties of various glass stones
    - sound handling reengineering
    - support of user sound sets
    - autorecovery from state / score mismatches
    - re-Id of Windows users

  Changes in Version 1.00
  =======================

  User-Visible changes
  --------------------

    - 200++ new levels, fixes to all broken levels
    - new levelpack sorting
    - grouping of levelpacks
    - level inspector for viewing ratings and statistic information about levels
    - screenshot viewer
    - personal annotations and rating of levels
    - score registration and download of world records and statistic information
    - PAR and handicap as messures for a player
    - drop & play of new levels and new levelpacks
    - history and search of levels
    - composer for own levelpacks and levelpack groups
    - instant language change
    - Translations of level titles and documents
    - Swedish, Russian, Hungarian, Portuguese translation
    - German and French manuals
    - 100++ pages Reference manual

  Internal changes
  ----------------

    - XMLification of all data files
    - reengineering of level and levelpack
    - catch many errors intenally, display messages, continue or clean shutdown
    - portability issues - Unix, Windows, MacOS as unified platform
    - switch from Lua 4.* to Lua 5.1.1, from tolua to tolua++
    - switch return value of messages from void/nil to Value
    - added sender object as second argument to callback function
    - common floor attributes (gradient, mouseforce, friction)
    - border stones are swappable
    - improved fire system: eternal, secure fire, heat transformation, ...
    - new stones: st-chess, st-lightpassenger, st-polarswitch, st-redrock,
        st-firebreak[_move], st-bigbluesand-<nesw>, st-camouflage
    - new floors: fl-thief, fl-nomouse, fl-woven_orange
    - new items: it-rubberband, it-booze-broken, it-death, it-drop
    - removed: fl-ice_001
    - it-pencil -> it-cross, it-crack
    - it-brush -> it-cross, it-squashed
    - st-scissor actions
    - bigbricks unswappable and unpullable
    - st-flash/actorimpulse*/spitter : distorted forces
    - small whiteballs can jump
    - new libraries: andreas_itemfreeze, andreas_ghosts, libpuzzle, libterrain
    - icons polish
    - sound additions, volume reduction on stone hit

    for details on the subjects read the reference manual, for a complete list
    of changes see svn commit messages at berlios.de:
    http://svn.berlios.de/wsvn/enigma-game/tags/1.00/?op=log&rev=0&sc=0&isdir=1)
2007-06-14 17:55:03 +00:00
rillig
07140efcc6 Added two patches that are necessary for NetBSD 3.0. 2007-06-13 00:10:43 +00:00
rillig
105d60585e Imported six.
Hex is a two-player perfect information game with very easy rules. But
like in other games with simple rules, playing well isn't that easy.

Six is one of the strongest Hex-playing programs of the world.
2007-06-13 00:03:26 +00:00