summaryrefslogtreecommitdiff
path: root/games/xconq
AgeCommit message (Collapse)AuthorFilesLines
2006-04-04* List the info file entries directly in the PLIST.jlam2-6/+12
* Honor PKGINFODIR and PKGMANDIR.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-23Removed trailing white-space from line 1 of patch-ag.rillig1-1/+1
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-29Use VARBASE.minskim1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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.
2004-06-18Remove a redundant PKGREVISION definition, and bump it to the correctminskim1-3/+2
number.
2004-06-18Fix options incompatible with Tk 8.4 and bump PKGREVISION.minskim3-2/+74
This should fix PR pkg/25926.
2004-06-05Make this package build with thread-enabled Tcl.minskim2-1/+15
2004-03-12Switch to Tcl/Tk 8.4 and bl3ify. Bump PKGREVISION.minskim1-4/+5
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-02-17Remove info files entries from PLIST.seb1-23/+1
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-302003-07-26 Hans Ronne <hronne@telia.com>kleink3-2/+29
Fix possible buffer overflow problem in default_player_spec on Unix (thanks Steve Kemp). * xconq.c (make_default_player_spec): Limit it to BUFSIZE -1. * xtconq.c (make_default_player_spec): Limit it to BUFSIZE -1. In due course, bump to xconq-7.4.1nb1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Convert to USE_NEW_TEXINFO.seb2-10/+4
2002-09-23buildlink1 -> buildlink2jlam4-16/+16
2002-02-18Introduce new framework for handling info files generation and installation.seb2-8/+10
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23Strongly buildlinkify.jlam4-9/+10
2001-10-23Some cosmetic changes, use ${MAKE_PROGRAM} instead of ${GMAKE} to refer tojlam1-7/+6
the make program used in building xconq, and remove the unnecessary tcl/buildlink.mk file as it's pulled in by tk/buildlink.mk.
2001-06-25o converted to use buildlink.mk files for lang/tcl and x11/tkzuntum1-7/+8
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe1-2/+2
is bumped to tcl-8.3.2nb1.
2001-01-03Update package -> update PLIST, please.wiz1-7/+18
2001-01-02Update xconq to release 7.4.1. Notable changes include:kleink5-16/+29
*** 7.4.1 The Windows port has not been built, and probably won't build without some work, because of networking changes in shared Windows/Unix code. Made cconq build again. *** 7.4.0 Hans Ronne contributed a new Tolkien-inspired game "Lord of the Rings" (lord-rings.g), and its supporting modules 3rd-age.g and t-midearth.g. Keir Novik's "Carrier Battles" (tailhook.g), a detailed game of WWII naval combat, and "Coral Sea", a Coral Sea scenario for it, are now part of the game library. Erik Sigra and Michael Burschik contributed better random name generators, for Swedish and German place names respectively. Standard flags now include 16-pixel-wide versions, and the 8-pixel version use more colors. The program tracks views of units using individual objects, which enables more accurate display of multiple enemy units stacked at a single location. Networked games can be started from a mix of interactive and command-line invocations. The game module will not be downloaded through the network connection, which makes startup faster. Some unused and un-useful GDL constructs are gone, such as extension properties, program-version, and image palettes. The program supplies more feedback on why actions and tasks fail. There is a "new" AI type named oplayer, which is just the previous version of the AI. This is mainly for testing that the AI is actually getting smarter rather than dumber. There is now more control available for the behavior of independent units, for instance, you can set whether they will research and build other units. Sides now get colors instead of numbers if they have no emblems. Games can use unit images that fill an entire hex, where previously they were limited to a smaller bounding box within the hex. This is controlled by a new GDL variable "bigicons". The tcl/tk interface now has a working isometric display mode. The tcl/tk interface now lists only finished games by default, and includes a button to list all games. The Mac interface has many display improvements, from terrain transitions to more floating windows. The old Xt/Xaw interface has been removed, since it was no longer being maintained. There have been a host of minor improvements throughout the programs and game libraries.
2000-09-09Update to use tcl/tk-8.3.2.wiz4-15/+16
Addresses pkg/10956.
2000-08-31Cosmetical nit.kleink1-1/+1
2000-08-31Update xconq to 7.3.3; changes since release 7.2.2 include:kleink16-179/+222
*** 7.3.3 Fix pathnames to tcl/tk libraries. Fix Mac bugs: 1-bit images, loading of emblems from saved games, large map handling, removed variants. Add better solid colors in advterr.g. *** 7.3.2 Fix crash with no-indepside games on Unix. Add terrain images for advances.g. *** 7.3.1 In Unix/Windows player setup, make separate buttons to add/remove indepside AI and to configure indepside behavior. Add --enable-alternate-scoresdir configure option. Update config.guess and config.sub. *** 7.3.0 This release accumulates over two years of changes throughout the program. In general, the emphasis has been on improving the program's usability, making the AI smarter, improving existing games, and extending to Civ-type games, rather than adding random new games to the library. The Unix user interface has been rewritten to use tcl/tk. It includes a full set of menus, resizeable panes in the map windows, buttons for common operations, a mouseover display, and many additional map display options. There is also a full set of dialogs for setting up a game, plus a chat window to facilitate setting up networked games. There is now a port to Windows, using the tcl/tk-based interface, which means no more requirement to run an X server. The Windows port still has bugs though. The Mac interface now has floating windows for most auxiliary windows, city and research dialogs, and more display controls, including player controls over most colors and imagery used. Selected units can now blink rather than being surrounded with a box. Unix networking support now allows for more than two players in a game, and the game setup dialogs are synchronized, so for instance clicking on a variant checkbox causes all players' checkboxes to change. Hans Ronne added the game "Ancient Near East" (anc-near-east.g), similar to Civilization but with more detail, such as different kinds of wheat to discover. The included map of the Near East is spectacularly large and detailed. A Civilization II emulation (civ2.g) has been added. The game works, but happiness is not implemented, most of the city improvements have no effect, nor do the Wonders. Linn Stanton added an extended version of the standard game (lhs.g) that includes radar, artillery, aaa, engineers, mines, and minefields. Many new graphic images are available, particularly for terrain. Xconq can load images directly from image files in standard formats (although only GIF is available at present). Players in the standard game get towns with names appropriate to their chosen nationalities. It is now possible to play independent units as if they were a regular side, and (more usefully), it's possible to have an AI run the independent units. Watch out for the marauding barbarians! A second AI type, the "iplayer", is available. It is a minimal AI that does basic tactical planning for individual units, but does not attempt to coordinate them. A set of commands, agreement-draft etc, are available for setting up agreements. (Agreement support is still incomplete though.) New commands: "c-rate" sets conversion rates for materials (division of trade into science/shields/luxuries in Civ, for instance). "collect" sets up a task to collect materials from terrain. "research" sets per-side research into advances. There is a new GDL type "advance", to represent scientific or technological advances. Game designers can lay out a whole technology tree, and either units or whole sides may do research to achieve advances. To allow "research" to apply to advances, the existing research activity to develop tech levels has been renamed to "development". Its characteristics remain the same however. The "extract" action is available for units to get materials directly from terrain. A game design can include "advanced" units that are like Civ cities; they are variable-sized, and can collect materials from the surrounding terrain. GDL includes many more variables, type properties, and tables. Some of the more notable additions include: global "combat-model", to choose algorithm for combat resolution global "indepside-has-ai", to control indepside use of AI. global "country-border-color" etc, to control colors used by interfaces side property "treasury", tables "gives-to-treasury" and "takes-from-treasury", to accumulate materials for the side as a whole table "advance-needed-to-build", to define how the technology tree enables the construction of unit types table "terrain-density", to add random variation to synthesized terrain tables "unit-consumption-to-grow", "size-limit-without-advance", and "side-limit-without-occupant", to regulate the growth of advanced units (cities) table "cellwide-protection-for", that controls protection for all units in a cell unit type properties "attack" and "defend", to define generic attack/defense strengths unit type property "advanced", to define advanced units unit type properties "advanced-auto-construct" and "advanced-auto-research", to automate the activities of advanced units unit type property "ai-tactical-range", to control the area of awareness for a unit's tactical decisions Sami Perttu contributed a supply system model; see doc/README.supply for more detail on how to use in game designs. The tcl/tk port includes experimental support for isometric display, but this needs more work, and so is turned off by default. (See the top of tcltk/tkconq.tcl to see how to enable.) The Unix port uses autoconf for configuration. Xconq now conforms better to FHS; library files reside in /usr/local/share/xconq, while score files live in /var/lib/xconq/scores. Many many bug fixes and smaller cleanups.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+4
1999-07-09Add package patch-sum filesagc1-0/+12
1999-06-12Initial import of pkg for xconq-7.2.2, an X11-based strategy game environment.kleink15-0/+361