Commit graph

961 commits

Author SHA1 Message Date
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
jlam
f68c2b7def Note addition of bridge-hands-2.0 in games/bridge-hands. 2001-10-28 08:07:29 +00:00
jlam
d667bb0a38 games/bridge-hands:
generate hands for duplicate bridge

Hands is a program to generate bridge hands for a duplicate game.  The
program writes output to the terminal ("Standard out") which may be
redirected to a file or a printer.  The output is suitable for printing on
8 1/2 x 11 inch pages using any fixed-pitch font at 12 characters per inch,
such as 10-point Courier, or for redirection to any Postcript printer or
compatible interpreter.
2001-10-28 08:05:58 +00:00
agc
f8da7e868c It would appear that this package has a silent dependency on the
dmalloc package, so add a dependency on the same, and add build glue
so that the random_maps and common directories get built properly.
2001-10-26 11:10:35 +00:00
agc
92e3873a9a The post-patch script did the same job, at the same time, as the newer
REPLACE_PERL definition does, so convert this package to use REPLACE_PERL.

Remove now unnecessary post-patch script.
2001-10-26 10:43:54 +00:00
agc
41935219fb The post-patch script was doing the same job that the REPLACE_PERL
definition does, so use REPLACE_PERL instead of a custom script.
2001-10-26 10:14:48 +00:00
jlam
8ba796c5da Use the definitive homepage. 2001-10-25 20:35:33 +00:00
jlam
0ba34bf616 Note addition of games/sjeng. 2001-10-25 04:44:43 +00:00
jlam
661cb67e65 games/sjeng - engine for chess variations (bughouse, suicide, etc.)
Sjeng is an attempt to create a bughouse- and crazyhouse-playing program
that can attain a level comparable to what the best human players are capable
of.  Sjeng also can play standard, suicide, giveaway and losers chess.
2001-10-25 04:42:52 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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-24 22:10:43 +00:00
dmcmahill
90f981c54d add xpm's buildlink.mk. fixes problem in recent bulk build. fix
suggested by zuntum.
2001-10-24 12:38:40 +00:00
jlam
d688ce8966 Strongly buildlinkify. 2001-10-23 13:25:30 +00:00
jlam
f2a861d746 Some cosmetic changes, use ${MAKE_PROGRAM} instead of ${GMAKE} to refer to
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-10-23 13:18:03 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
0262d0583b Update crafty to 18.12 and strongly-buildlinkify. Relevant changes from
version 18.10 include:

- the pawn ram code is now disabled when playing a computer, although the
  normal 'blocked pawn' code is always active.
- bug in the code that penalizes a rook with no horizontal mobility was fixed.
  if the first rook scored had horizontal mobility, the second rook appeared
  to have this mobility as well, which was wrong.
- pawn hash statistics were wrong on longer searches due to an int overflow on
  a multiply and divide calculation.  this has been re-ordered to avoid the
  overflow.
- for unknown reasons, epd support was disabled.  it is now enabled as it
  should be.
- bug in EvaluateDraws() fixed to not call KBB vs KN a draw if the correct
  tablebase is not available.
- bishop pair scores now vary depending on how many pawns are left on the
  board.  a pair is not worth a lot if there are 7-8 pawns left as most
  diagonals will be blocked by pawns.
- a new way of handling the search extensions is in place.  with the old
  approach, one ply could not extend more than one full ply.  with the new
  approach, borrowed from Deep Blue, two consecutive plies can not extend more
  than two plies total.  It averages out to be the same, of course, but the
  effect is a bit different.  Now it is possible for a check and recapture to
  be applied at the same ply, where they could not before (since a check was
  already a full one-ply extension).  whether this is better or not is not
  clear yet, but it is worth careful analysis.
2001-10-23 05:53:52 +00:00
jlam
6e7eb724d3 Strongly-buildlinkify. 2001-10-23 05:46:23 +00:00
mycroft
08a82c2879 Update to xpilot 4.4.2. 2001-10-22 03:41:18 +00:00
hubertf
7579c31cc4 use "sdl-config --libs" instead of hardcoding libs.
Makes this pkg build in bulk builds.
2001-10-21 17:10:14 +00:00
mycroft
0dc8d35f48 Removing BUILD_USES_GETTEXT_M4 from net/ORBit broke this package. 2001-10-21 16:41:28 +00:00
hubertf
9a0178fb73 Another change for the keymap editing, per PR 14294 2001-10-20 00:12:32 +00:00
hubertf
f32d7bda5c Change keymap for isometric view - per PR 14287 2001-10-18 23:32:27 +00:00
abs
7ae7d969c6 Avoid some compiler warnings which seem to be fatal on my sparc64 box 2001-10-18 19:12:39 +00:00
hubertf
1b325d3165 add & enable iso-pernangband 2001-10-17 21:51:53 +00:00
hubertf
9e94b3b864 Iso-Angband is an isometric (pseudo 3D) view for PernAngband
Submitted by collver@linuxfreemail.com in PR 14273
2001-10-17 21:51:15 +00:00
skrll
a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00
tron
ac7722533b Readd "post-install" target mistakenly removed by last commit. 2001-10-14 16:23:52 +00:00
tron
dda81631a4 Fix installation problem on system where "xpkgwedge" is installed. 2001-10-14 16:20:24 +00:00
veego
ee7d87aae8 This packages doesn't need gnome-core. gnome-libs is enough, so use
the buildlink.mk from gnome-libs.
2001-10-13 06:50:47 +00:00
rh
f406ea51b6 Update gnome-games to 1.4.0.3. Changes are bugfixes only. 2001-10-07 15:25:39 +00:00
rh
030eaeb26f Make this work with external programs. 2001-10-07 14:00:43 +00:00
rh
8c5848035e Update gnome-chess to 0.3.3 and while at it, buildlinkify. Changes include:
Version 0.3.3 "Kramnik", 2001-08-23
----------------------------------

  - PGN dialog
  - Allow per server connection programs
  - Fix Crafy promotions
  - Fix sorting of PGN games
  - Fix loading PGN Games with PGN escapes
  - Handle server user names with ()*.
  - Get docs built and installed properly

Version 0.3.2 "Euwe", 2001-06-01
----------------------------------

  - Bug fix for connecting to servers

Version 0.3.1 "Petrosian", 2001-05-31
----------------------------------

  - Non drag & drop piece movement (click on from/to squares)
  - Sorting and auto sizing of the pgn games list
  - Support for timeseal when the server address is not an IP address
  - Player names/times now reflect board orientation
  - Get analysis for crafty working again
  - Get beep on move working again
  - Handle aborted server games more gracefully
  - Numerous architecture cleanups and bug fixes
  - Experimental auto flag support (not relying on the server)
  - Experimental terminal size code for chess servers

Version 0.3.0 "Tal", 2001-05-06
----------------------------------

  - Multiple boards
  - Resizable boards
  - Typing history for chess servers
  - Support for multiple piece sets
  - Support for coloring squares differently
  - Improved preferences
    - Store chess programs
    - Auto queen
2001-10-07 13:25:35 +00:00
veego
656a76981f Fetch it again from the main ftp site and not from the MASTER_SITE_BACKUP. 2001-10-07 09:32:02 +00:00
wiz
f8859b4903 Add and enable dipmap. 2001-10-02 13:17:35 +00:00
wiz
e113c1fb15 Initial import of dipmap-1.16, a tool to draw postscript diplomacy maps
from judge output.
Based on a package by Nate Johnston on netbsd-users, heavily modified
by me.
2001-10-02 13:15:56 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
9b558dd499 Update to 18.10, as requested in pkg/13795.
Changes since 18.9:
minor bug in book.c would let crafty play lines that were very
rarely played even though there were others that had been played
far more times and were more reliable.  king safety scores ramped
up a bit and made more "responsive".
2001-09-14 22:09:45 +00:00
jlam
eb13e77ecd Try fetch first from ${MASTER_SITE_BACKUP}. Partially fixes problem noted
in pkg/13795 by John Klos <john@sixgirls.org>.
2001-09-14 07:49:42 +00:00
jlam
cad6c11f9e Fix problems with xpkgwedge and score file installation noted by John
Darrow <John.P.Darrow@wheaton.edu> in pkg/13264.  Changes noted in the PR
were applied with some small changes to use FILES_SUBST/FILES_SUBST_SED
to unify the various substitution patterns for the *INSTALL files, and to
use ${CMP} instead of diff in the DEINSTALL file.
2001-09-14 03:48:06 +00:00
hubertf
6785675414 fix PKGNAME... one of these days i'll gonna add a PKGREVISION variable. :/ 2001-09-10 01:08:54 +00:00
hubertf
9da3f798b4 forgot to commit these files 2001-09-10 01:03:28 +00:00
mycroft
95e6218058 Back down the autoconf version. 2001-09-09 23:47:25 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
hubertf
79dce68c89 Add sounds support.
Patches submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 13893
2001-09-08 00:09:10 +00:00
drochner
dad337d577 change dependencies to kdexxx>=2.1 instead of strict matches
to ease updates
2001-09-07 14:27:10 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
tron
9e965896f6 Fix auto configure files to work with version 2.52 of the "autoconf"
package.
2001-08-28 06:17:41 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00