pkgsrc/games
wiz 8454d017cb Update to 0.9.0:
* user interface improvements:
   * added alternative theme: DFool
   * added theme dialog, launched with ":theme"
   * made help use single click instead of double click
 * campaign modifications
   * tutorial polishing
   * updated 'The Siege of Elensefar', 'Mountain Pass', 'The Swamp of Esten', and 'A Final Spring' to use the new ford terrain (Heir to the Throne & The Rise of Wesnoth).
   * modified the behaviour of the thieves in 'The Siege of Elensefar' (Heir to the Throne)
   * updated Heir to the Throne and The Rise of Wesnoth to use the ruined keeps where appropriate
   * dialog improvements in Eastern Invasion
   * new map for Drowned Plains (Eastern Invasion)
   * changed the Wesfolk Leader's guards to poachers in 'The Fall' (The Rise of Wesnoth)
 * multiplayer improvements
   * rewrote multiplayer lobby code
   * changed Broken_Bridge to use new ruined castles
   * added new multiplayer maps: Icy Waters, Clash
   * changed King_of_the_Hill to use a Dwarvish Castle
   * chat messages are now displayed in the user's colour when prefixed with /me
   * split the map and scenario file for 'An Island'
   * disabled debug mode for multiplayer games
   * made it possible to join games using eras which only are on the host-side
   * made it possible for the server to redirect the clients to another host (client-side support only for now)
 * terrain improvements
   * improved transitions:
     * swamp
     * keep to keep
   * added new terrains:
     * ruined castle
     * sunken ruin
     * swamp-ruin
     * river ford
     * lava
 * unit graphics and sound improvements
   * updated images for several units: Cave Spider, Haldric, Lady Jessica, Mermaid Priestess, Mermaid Diviner, Merman Hunter, Merman Javelineer, Merman Spearman,Walking Corpse, Elvish Fighter, Captain, Marshal, Hero, Champion, Archer, Marksman, Sharpshooter, Ranger, Avenger, Shyde, Orcish Archer, Orcish Crossbowman, Human Spearman
   * added drake, mounted, saurian, swimmer, troll, and wose variations to Walking Corpse
   * updated Haldric's portrait in The Rise of Wesnoth
   * added graphics for generic Lich-Lords, the Archmages in 'The Sewer of Southbay', and the Lady Outlaw (The Rise of Wesnoth)
   * added support for animated deaths, and added animations for Skeleton and Revenant, and all Walking Corpse variations
   * fixed several image files being referred to by wrong name
   * removed sound of thrown spear from Drake Clasher spear melee attack
   * added get_hit_sounds to Elder Mage (Delfador) and Elvish Lady (Parandra)
 * unit balancing:
   * Soulless: dropped cost to 11, increased  HP to 28
   * Merfolk: defense on water and swamp reduced by 10%.
   * Merman Hunter cost: 13 -> 15. Melee attack: 5-2 -> 4-2.
   * Naga: defense on shallow water reduced by 10%.
   * Naga Fighter cost: 13 -> 14.
   * Deep sea creatures: defense on water reduced by 10%.
   * Orcish Assassin: increased cost by 1 gold
   * Troll Whelp:  increased cost by 1 gold
   * Gryphon units: improved defense on mountains.
   * Steadfast dwarvish units: increased movement speed.
   * Dwarvish Thunderer: improved melee attack to 6-2, and 3 more HP
   * Dwarvish Guardsman:  improved attack to 5-3.
   * Dwarvish Fighter: 2 more HP
   * Berserkers: made berserk only active on offense.
   * Elves: added the race specific 'dextrous' trait (increases damage on ranged attacks)
   * Drakes: made them lawful
   * Drakefly: increase pierce vulnerability to 20%
   * Drakefoot: increase pierce vulnerability to 10%
   * Drake Burner: decrease HP to 42, changed ranged attack to 6-4
   * Drake Clasher: decrease HP to 43
   * Drake Fighter: decrease ranged attack to 3-3
   * Fire Drake: decrease HP to 54, decrease ranged to 7-5
   * Drake Flameheart: decrease HP to 84, increased ranged to 8-4
   * Drake Flare: decrease HP to 62, increased ranged to 7-4
   * Drake Gladiator: reduce HP to 65
   * Drake Glider: increase cost to 16, increased ranged to 3-3
   * Inferno Drake: decrease HP to 71, increase ranged to 8-6
   * Sky Drake: increase cost to 27, increased ranged to 5-3
   * Drake Slasher: reduce HP to 59
   * Drake Warrior: reduce ranged attack 5-3
   * made 'loyal' a trait which is only given to units explicitly by the scenario designer
 * language and i18n:
   * language fixes and polishing (English)
   * fixed hero names not being translatable
   * made text strings automatically choose an appropriate font
   * fixed untranslatable strings
   * support to display Chinese and Japanese translations
   * new translations:
     * Afrikaans
     * Chinese
     * Estonian
     * Japanese
   * updated translations:
     * Basque
     * British English (100%)
     * Catalan
     * Dutch (100%)
     * Finnish
     * French
     * German (100%)
     * Greek
     * Hungarian
     * Italian
     * Latin,
     * Norwegian
     * Polish
     * Portuguese (Brazilian)
     * Russian
     * Slovak
     * Slovenian
     * Spanish
     * Swedish (100%)
 * WML modifications
   * rewrote WML parser with stricter grammar and better error handling
   * changed the [movement costs] WML tag into [movement_costs]
   * added generate_description to [unit], to allow automatic generation of user_description
   * made [capture_village] accept a location range
   * added support for [objectives] event actions, to set objectives.
   * added the ability for sides to have different objectives.
   * added UNIT, UNDEAD_UNIT, and PLACE_IMAGE macros to utils.cfg
 * changed plague to allow plague(unit_type) as well as undead_variation
 * more progress towards a completely-usable 320x240 PDA port (campaigns should now be playable)
 * fixed bug that made the ai recruit badly
 * fixed auto-move using up all of the remaining moves when there are no empty hexes on the unit's path (#9649)
 * fixed merged castles in random maps (#8848)
 * fixed villages in the rightmost column not getting a name (#11152)
 * fixed drawing error in the titlescreen (#12534)
 * added debug command to give gold to current side
 * fixed user campaigns appearing twice with zipios enabled
 * slight cleanup of the terrain graphics code
 * added a --disable-game configure option to avoid compiling and installing the game
 * share the object files between all the programs to halve the time of a full compilation
 * disabled "End turn" button when it is irrelevant.
 * added OS X ScrapManager support
 * improved threading of campaign server
 * fixed the dialog menus being larger than the screen
 * made the game remember the last server used for downloading campaings
 * when building out of the source tree, configure now creates the translations/ directory in the source tree, but does not attempt to do so if it is read-only
 * code refactoring and dependency cleanups
 * various bug fixes and code cleanups
2005-04-19 01:50:59 +00:00
..
0verkill Add RMD160 digests. 2005-02-23 23:11:54 +00:00
abuse Add RMD160 digests. 2005-02-23 23:11:54 +00:00
adom Add RMD160 digests. 2005-02-23 23:11:54 +00:00
an Add RMD160 digests. 2005-02-23 23:11:54 +00:00
angband-tty Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
angband-x11 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
anise Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
asc Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
baduki Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
battalion Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
battleball Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bomberclone Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bos Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
boson Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bridge-hands Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bzflag Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cbzone Add RMD160 digests. 2005-02-23 23:11:54 +00:00
ccgo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cgoban Add RMD160 digests. 2005-02-23 23:11:54 +00:00
cgoban-java Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
circuslinux Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
civctp-demo Add RMD160 digests. 2005-02-23 23:11:54 +00:00
clanbomber Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cmatrix Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
colchess Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
colchess-book-colchess Add RMD160 digests. 2005-02-23 23:11:54 +00:00
colchess-book-large Add RMD160 digests. 2005-02-23 23:11:54 +00:00
copter-commander Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
corewars Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
crack-attack Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
craft Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
crafty Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
crafty-book-medium Add RMD160 digests. 2005-02-23 23:11:54 +00:00
crafty-book-small Add RMD160 digests. 2005-02-23 23:11:54 +00:00
crafty-doc Add RMD160 digests. 2005-02-23 23:11:54 +00:00
crimsonfields Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
criticalmass Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
crossfire-cli Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
crossfire-srv Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cube Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
d2x Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dd2 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
defendguin Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
digger Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dipmap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
dopewars Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
enigma Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
et Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
eus-demo Add RMD160 digests. 2005-02-23 23:11:54 +00:00
exchess Include time.h to use time(). 2005-04-17 05:48:34 +00:00
exchess-book-medium Add RMD160 digests. 2005-02-23 23:11:54 +00:00
exchess-book-small Add RMD160 digests. 2005-02-23 23:11:54 +00:00
exult Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
falcons-eye Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
fillets-ng Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
fillets-ng-data Add RMD160 digests. 2005-02-23 23:11:54 +00:00
fillets-ng-data-cs Add RMD160 digests. 2005-02-23 23:11:54 +00:00
finalbattle Add RMD160 digests. 2005-02-23 23:11:54 +00:00
fire Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
fkiss Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
foobillard Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
fortune-strfile Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
fortunes-de Add RMD160 digests. 2005-02-23 23:11:54 +00:00
freeciv-client Changes 1.14.2: 2004-11-03 14:18:36 +00:00
freeciv-client-gtk Changes 1.14.2: 2004-11-03 14:18:36 +00:00
freeciv-client-gtk2 Changes 1.14.2: 2004-11-03 14:18:36 +00:00
freeciv-manual Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
freeciv-server Changes 1.14.2: 2004-11-03 14:18:36 +00:00
freeciv-share Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
freeciv-sounds Add RMD160 digests. 2005-02-23 23:11:54 +00:00
freedroid Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
freesci Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
frotz Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
frozen-bubble Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
galaxa Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gemdropx Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
genecys-client Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
genecys-data Add RMD160 digests. 2005-02-23 23:11:54 +00:00
glaxium Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
glchess Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
glickomania Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gltron Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnocatan Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnome-breakout Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnome-chess Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnome-games Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnome2-games Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gnuchess Also bump PKGREVISION for last change -- on some systems 2005-04-16 00:22:55 +00:00
gnuchess-book Add RMD160 digests. 2005-02-23 23:11:54 +00:00
gnuchess-book-medium Add RMD160 digests. 2005-02-23 23:11:54 +00:00
gnuchess4 Regen to make GNU patch happy. 2005-04-17 04:58:22 +00:00
gnugo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
golddig Add RMD160 digests. 2005-02-23 23:11:54 +00:00
grhino Update to 0.15.0: 2005-04-19 00:49:49 +00:00
gtetrinet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gtkballs Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gtkgo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gtkmagnetic Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gturing Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
heretic2-demo Add RMD160 digests. 2005-02-23 23:11:54 +00:00
hugo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
icbm3d Add RMD160 digests. 2005-02-23 23:11:54 +00:00
icebreaker Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
imaze Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ivan Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jetpack Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
kajaani-kombat Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
kapooka Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
kdegames3 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
kdetoys3 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ketm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
knightcap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
knightcap-brain Add RMD160 digests. 2005-02-23 23:11:54 +00:00
knights Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
KoboDeluxe Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
koth Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lbreakout Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lbreakout2 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
level9 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lgeneral Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lgeneral-data Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lincity Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
lmarbles Make previous patch proper. 2005-04-16 14:51:59 +00:00
lpairs Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ltris Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
maelstrom-sdl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
maelstrom-x11 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
majesty-demo Add RMD160 digests. 2005-02-23 23:11:54 +00:00
minami Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mirrormagic Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mirrormagic-sdl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
moria Add RMD160 digests. 2005-02-23 23:11:54 +00:00
nagi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nethack Fix depends. 2004-10-28 11:51:04 +00:00
nethack-lib Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nethack-qt Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nethack-tty Add RMD160 digests. 2005-02-23 23:11:54 +00:00
nethack-x11 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
netmaj Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
netmaze Add RMD160 digests. 2005-02-23 23:11:54 +00:00
netris Add RMD160 digests. 2005-02-23 23:11:54 +00:00
neverball Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
newvox Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
nighthawk Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
omega Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
openmortal Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
openttd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
orbital_eunuchs_sniper Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pag Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
plib Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
powermanga Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
powwow Add RMD160 digests. 2005-02-23 23:11:54 +00:00
prboom Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
pysol Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
qnetwalk Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
qstat Add RMD160 digests. 2005-02-23 23:11:54 +00:00
quake Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
quake2forge Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
quake3arena Update jmcneill's email address. 2005-03-24 23:43:44 +00:00
quake3arena-demo don't need whole suse_linux (and there is no SuSE 9.1 version for that), 2005-04-02 19:54:01 +00:00
quake3server Add RMD160 digests. 2005-02-23 23:11:54 +00:00
quake3server-excessive Add RMD160 digests. 2005-02-23 23:11:54 +00:00
quake3server-osp Add RMD160 digests. 2005-02-23 23:11:54 +00:00
quake3server-ra3 Add RMD160 digests. 2005-02-23 23:11:54 +00:00
quake3server-ut Add RMD160 digests. 2005-02-23 23:11:54 +00:00
quake6 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
quakedata Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
quakeforge Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rocksndiamonds Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rocksndiamonds-levels Add RMD160 digests. 2005-02-23 23:11:54 +00:00
rocksndiamonds-sdl PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). 2005-03-27 15:43:32 +00:00
rollemup Add RMD160 digests. 2005-02-23 23:11:54 +00:00
rtcw Add RMD160 digests. 2005-02-23 23:11:54 +00:00
sarien Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scid Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scummvm Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scummvm-bass Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
scummvm-fotaq Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sirius Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sjeng Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
sl Add RMD160 digests. 2005-02-23 23:11:54 +00:00
spellcast Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
spider Add RMD160 digests. 2005-02-23 23:11:54 +00:00
starfighter Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
stratagus Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
svb Add RMD160 digests. 2005-02-23 23:11:54 +00:00
tads Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tanked Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tileworld Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tscp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tuxmath Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tuxracer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
urban Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
vms-empire Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wesnoth Update to 0.9.0: 2005-04-19 01:50:59 +00:00
wormz Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wxhugo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xarchon Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xbat Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
xbill Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xblast Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xboard Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xboing Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xbomb Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xbomber Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xbreaky Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xconq Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xdemineur Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xdoom Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xemeraldia Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
xevil Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xfreecell Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xfrisk Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xgalaga Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xgospel Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xjewel Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xjig Using fd_set instead of struct fd_set is more portable. Needed for Linux. 2005-03-16 21:01:58 +00:00
xjump Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xkobo Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
xmahjongg Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xmris Assume that sys_errlist and sys_nerr are predeclared on Linux. Fixes 2005-03-16 20:44:17 +00:00
xnibbles Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xpat2 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xpilot Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xpipeman Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xpuyopuyo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xracer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xrick Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xroach This package uses X11, so set USE_X11=YES. 2005-03-27 17:13:40 +00:00
xroads Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xsc Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xscavenger Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xscorch Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xscrabble Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xskat Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
xsoldier Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xtris Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xtux Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xvier Add RMD160 digests. 2005-02-23 23:11:54 +00:00
xworm Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be 2005-03-24 21:12:50 +00:00
xzip Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zombies Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zoom Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
Makefile Add and enable openttd. 2005-03-30 15:13:17 +00:00