Commit graph

32087 commits

Author SHA1 Message Date
tron
a551da2efe Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:
- The editor could erroneously allocate dynamic instead of static memory.
- Fixed a spurious pause that would occur if the first callout started after a
  cold boot had a delay of 0.
- Fixed a problem with repeatedly adding and removing callouts in atomically
  executed code.
- Fixed several bugs in error handling.
- A better fix for errors in atomic code, in combination with multi-level
  catches.
- Fixed a config file reading bug that could occur if the server was restarted.
- Fixed a bug in saving/restoring variables in an object that privately
  inherited another.
- Prevent code from being erroneously optimized away in rare cases.
- Fixed a bug in handling some regular expressions.
- Fixed several bugs which could, in rare cases, cause nil to turn up in
  mappings that had been accessed from atomically executed code.
- Fixed a bug in error recovery for compiling switch statements.

The update was contributed by Scott Thompson in private e-mail.
2002-09-11 20:02:26 +00:00
jlam
1e47bf4bb6 Add and enable print/gimp-print-ijs. 2002-09-11 19:06:06 +00:00
jlam
6eb767313d Initial import of gimp-print-ijs-4.2.1.
This package contains an IJS server that can output raster images supported
by the GIMP print library, to be used in conjunction with IJS clients such
as GNU Ghostscript.
2002-09-11 19:05:26 +00:00
joda
781751a62e use PKGNAME_NOREV as DIST_SUBDIR 2002-09-11 18:46:31 +00:00
jlam
deed83b409 Add a buildlink2.mk file for other package Makefiles. 2002-09-11 18:40:12 +00:00
jlam
6bf2b68546 Add and enable print/ijs. 2002-09-11 18:38:14 +00:00
jlam
c3ae0d2dd0 Initial import of ijs-0.34.
IJS is a client-server protocol for transmission of raster page images.
This package provides a reference implementation of the protocol, the
design of which is still in flux.  When the protocol specification is
published, it will be authoritative.  Applications should feel free to
link against the library provided in this package, adapt that code for
their own needs, or roll a completely new implementation.
2002-09-11 18:37:09 +00:00
wiz
b3ec1a6cdb Convert to buildlink2. 2002-09-11 18:18:20 +00:00
taca
3de0ba1c05 Depends on cyrus-sasl with its version.
(Postfix's document claims it works with cyrus-sasl 1.5.5 at least.)
2002-09-11 15:50:58 +00:00
wiz
3e7767d385 Add buildlink2.mk. 2002-09-11 15:25:13 +00:00
wiz
72b16d7419 Fix MASTER_SITES. 2002-09-11 15:25:00 +00:00
tron
15a1806057 Stop this package from findind "pkg-config" and trying to use libraries
which it shouldn't use. An installed "glib2" package might otherwise
cause build failures.
2002-09-11 15:13:02 +00:00
joda
9d0f44fdfa bump PKGREVISION; suggested by Thomas Klausner 2002-09-11 14:12:45 +00:00
joda
f59d53bb87 install header files too; update PLIST to match reality 2002-09-11 14:07:38 +00:00
schmonz
218b0c7844 Re-add support for the appropriate pre-1.6 NetBSD-current. 2002-09-11 13:57:44 +00:00
schmonz
92b6ff1e20 Re-add support for the appropriate pre-1.6 NetBSD-current. Entab. 2002-09-11 13:51:31 +00:00
wiz
da26720da2 Add missing doublequote. pkg/18263 by Julien Letessier. 2002-09-11 12:16:23 +00:00
jlam
78d5494c07 buildlink1 -> buildlink2 2002-09-11 11:42:11 +00:00
jlam
936bc5845d buildlink1 -> buildlink2 2002-09-11 11:31:40 +00:00
jlam
5020ee32ae Use buildlink2.mk files, not buildlink.mk files. Thanks wiz! 2002-09-11 11:24:40 +00:00
wiz
d78faf29bb Update to 0.7.2, changes unknown. 2002-09-11 11:23:14 +00:00
wiz
dac9005a07 Update to 0.2.6. Convert to buildlink2.
Changes:
Split libwmf in two, libwmflite (with the parser) and libwmf (utility
functions, device layers, etc.). Should also better support ImageMagick.
Other changes unknown.
2002-09-11 11:19:56 +00:00
jlam
b4b3714869 This package uses X11. 2002-09-11 11:14:48 +00:00
jlam
6c0f869b6f Update games/xboard to 4.2.6. Changes from version 4.2.3 include bug
fixes in the UI, to properly charge time to the correct player, to play
variants on ICC, and Zippy fixes.  We also convert from buildlink1 to
buildlink2.
2002-09-11 11:13:02 +00:00
jlam
709fc4ab28 Update games/crafty to 18.15. Changes from version 18.13 include:
18.14   Minor bug in ResignOrDraw() code caused Crafty to not offer draws
        although it would accept them when appropriate.  Rook vs Minor
        is now evaluated as "neither side can win" an oversight in the
        EvaluateWinner() code.  minor bug in ResignOrDraw() would fail to
        offer draws due to the +0.01/-0.01 draw scores returned by the
        EGTB probe code.

18.15   change in endgame draw recognition to handle the case where one
        side appears to be in a lost ending but is stalemated.  the code
        now evaluates such positions as "DrawScore()" instead.  the code
        to accept/decline draws has been modified.  when a draw offer is
        received, a global variable "draw_offer_pending" is set to 1.
        when the search for a move for crafty terminates, crafty then
        uses this value to decide whether to accept or decline the draw.
        this means that the accept/decline won't happen until _after_ the
        search has a chance to see if something good is happening that
        should cause the draw to be declined, closing a timing hole that
        used to exist that let a few "suspects" get away with draws that
        should not have happened (ie crafty has - scores for a long time,
        the opponent suddenly fails low and sees he is losing and offers
        a draw quickly.  Crafty would accept before doing a search and
        noticing that it was suddenly winning.)  minor evaluation change
        to notice that K+B+right RP vs K+B is not necessarily won if the
        weaker side has a bishop of the right color.
2002-09-11 10:52:09 +00:00
wiz
143f87dee0 regen. 2002-09-11 10:16:50 +00:00
wiz
bf4a154efd Update to 2.3.3.
Changes:
2.3.3:
- added winning themes AbsoluteB, Oz, Moiree from theming contest and
  the previous default theme has been renamed to Classic (02/09/10 M.S.)
- fixed a bug that crashed LBreakout when there where two alternating
  players left in the last level and one finished it (02/09/05 M.S.)
- modifications to make LBreakout run on FreeBSD (02/09/05 S.M.)
- option to display balls above debris and explosions (02/09/05 J.S.)
- input bug fixes for win32 (02/09/05 L.R.)
- blinking cursor for editable menu items to distinguish them from
  switches (02/09/05 L.R.)

2.3.2:
- added all existing levelsets (27 sets, ~440 levels) (02/08/16 L.R.)
- quick help can be opened in game by pressing F1 or 'h' (02/08/16 M.S.)
- the 'select theme' hint bubble will show information on a theme (author,
  version, description) if it provides an ABOUT file (02/08/16 M.S.)
- menu graphics and sounds are now themeable (02/08/16 M.S.)
- added information about version and author of levelset to the hint
  bubble in the menu (02/08/16 M.S.)
- menu item added to modify challengers game port (02/08/16 M.S.)
- ip buffers resized to cover AF_INET6 addresses (02/08/16 M.S.)
- bugfix in net talk (02/08/15 M.S.)
- levelsets MP_Arenas and MP_Snapshots now have the correct contents
  (02/08/14 M.S.)

2.3.1:
- multiplayer levelsets MP_Arenas and MP_Snapshots are now installed
  correctly (02/08/14 M.S.)
- configure option --disable-network now works correctly (02/08/14 M.S.)
- if your challenge is invalid an error message is displayed
  (02/08/14 M.S.)

2.3:
- no warnings when loading a theme (02/08/13 M.S.)
- two network levelsets MP_Arenas (deathmatch) and MP_Snapshots (normal)
  added (02/08/13 M.S.)
- added version for levelsets (02/08/13 M.S.)
- added commands '/version', '/idletime' and '/userlimit (02/08/12 M.S.)
- 'turbo' key that temporarily doubles the paddle speed added
  (02/08/10 D.B.)
- command '/transfer' implemented (02/08/10 M.S.)
- bonus info displayed at the right side of the screen is now optional
  (02/08/10 M.S.)
- chatroom commands implemented (02/08/09 M.S.)
- chatroom channels implemented (02/08/08 M.S.)
- added configure option --disable-network (02/08/06 M.S.)
- network statistics implemented (02/08/06 M.S.)
- bugfix for networked weapon fire (02/08/06 M.S.)
- PNG loading routine updated (02/08/06 M.S.)
- fixed an aweful lot of bugs in normal network game (02/08/05 M.S.)
- implemented info about running games to chatroom (02/08/05 M.S.)
- users are properly unlinked after playing a network game (02/08/05 M.S.)
- pause chatroom implemented (02/08/04 M.S.)
- normal networking implemented /02/08/04 M.S.)
- network bugfixes (02/08/03 M.S.)
- screen is grayed for paused games (02/08/02 M.S.)
- deathmatch networking implemented (02/08/02 M.S.)
- bugfix for shooting bricks (02/08/02 M.S.)
- welcome message when entering chatroom and the user name is colored white
  (02/08/02 M.S.)
- score modification for difficulty level is directly added (02/07/31 M.S.)
- each level gets a background assigned instead of simply changing
  the background when the player changes (02/07/31 M.S.)
- plain text config (02/07/31 M.S.)
- restored compatibility with old layout (02/07/31 M.S.)
- for win32: (02/07/18 L.R.)
  - edit bug fixed
  - installation details added to README
  - muched improved installation system
  - files are always opened in binary mode
- added missing screen.jpg in the docs (02/07/18 L.R.)
- implemented network enviroment with chatroom
- implemented second fire key
- added check for libz to configure as this is required for PNG
- option to modify audio buffer size to fix sound problems
2002-09-11 10:16:19 +00:00
jlam
93e9fce64c buildlink2.mk files don't need to symlink *Conf.sh files. 2002-09-11 10:15:33 +00:00
jlam
32f916b07a Move the USE_BUILDLINK2 definition to the common Makefile as we need to
include buildlink2.mk files from there.
2002-09-11 10:12:38 +00:00
wiz
166e62e832 Update to 0.19.0, convert to buildlink2.
Changes:
    * Speed improvement when removing many songs at once from the playlist.
    * Fixed incorrect column location for text entry when editing comments in
      the playlist window.
    * Fixed bug causing flybys to never show when the delay between songs is
      set to 0 seconds.
    - Skin resizing speed improvements.
    - List scrolling speed improvements.
    - Added skin release info editing to the skin editor (comments button).
    - Added keyboard window sizing support.
    * Fixed list bugs when clicking on a non active row.
    * Fixed events being sent to a window twice.
    * Skin editor fixes.
    * Fixed initial path display in file dialogs.
2002-09-11 09:48:46 +00:00
jlam
a502380e75 buildlink2.mk files don't need to symlink *Conf.sh files. 2002-09-11 09:25:10 +00:00
wiz
64b06484e0 Depend on latest kdepim, and bump PKGREVISION. 2002-09-11 09:16:17 +00:00
wiz
f834334f80 Wildcard p5-Text-Iconv depends. 2002-09-11 09:15:02 +00:00
wiz
3b260f60c5 Installs into LOCALBASE by default, not X11PREFIX. 2002-09-11 09:13:08 +00:00
wiz
711bce722e Remove oaf buildlink2.mk. 2002-09-11 09:11:33 +00:00
jlam
ad99cf1374 Move the USE_BUILDLINK2 definition into the common Makefile as we need to
include buildlink2.mk files from there.
2002-09-11 08:54:46 +00:00
jlam
d756b84f47 Move USE_BUILDLINK2 definition into the common Makefile as we need to
include buildlink2.mk files from there.
2002-09-11 08:52:57 +00:00
schmonz
4864dbf962 Build on Darwin:
* don't pass a second (and wrong) pair of -o and -u arguments to ${INSTALL}
* use canonical pkgsrc config.guess and config.sub
2002-09-11 00:50:04 +00:00
jlam
bd4ffb12ae Note conflicts between hpijs and ghostscript{,-nox11}. This will be
resolved later by pulling out the hpijs server from the current ghostscript
packages.
2002-09-11 00:08:32 +00:00
jlam
0655f80c7d Add and enable print/hpijs. 2002-09-11 00:03:05 +00:00
jlam
c185f4bf97 Initial import of hpijs-1.2.2.
HPIJS implements a IJS server for IJS clients such as GNU Ghostscript,
and provides printing support for more than 150 printer models, including
DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet
models.
2002-09-11 00:01:28 +00:00
schmonz
81221d71bc Give Darwin a chance at this (though I haven't tried it for license
reasons), and remove support for pre-1.6 NetBSD-current.
2002-09-10 23:46:22 +00:00
schmonz
fa039d2bd1 Use ${MAKE} instead of "make". Helps a little on Darwin. 2002-09-10 23:39:43 +00:00
schmonz
82ee860be3 Update to 1.2a4. Changes are approximately:
- merged in a patch with improves mp3 recognision using mp3tech.
- Updated the build_dpkg.sh file.
- libusb is now the default method to connect to the rio
- You can still use the old default driver with the option --without-libusb.
- Small updates to mp3.c to try to improve mp3 recognision.
- Small improvement in my english skills (fixed spelling probs). english
  is my only language and i can't spell!
  - On a subnote, I updated the README a bit (though not much of it is
    spelling).
- Implemented a solution to lost song bug. It needs testing!
- Fixed glaring bugs in driver_macosx.c.
- Fixed my implementaion of basename.

pkgsrc changes:

- use canonical pkgsrc config.guess and config.sub
- we no longer care about pre-1.6 -current systems
2002-09-10 23:33:20 +00:00
jlam
fff01e21c8 Use a stricter test for a true rc.d system and default to pgsql=NO if not
supplied in /etc/rc.conf.
2002-09-10 23:20:04 +00:00
wiz
b53a851b01 Update HOMEPAGE. From Martin Weber in pkg/18259. 2002-09-10 22:16:20 +00:00
jlam
d4c420280f buildlink1 -> buildlink2 2002-09-10 19:54:59 +00:00
jlam
2adb61bc4e USE_PTHREAD died a long time ago; match pthread handling from buildlink.mk
and add the PTL header directory to CPPFLAGS so that the headers for the
pthread implementation used by glib2 may be found by other packages.
2002-09-10 19:50:36 +00:00
jlam
d74686f756 USE_PTHREAD died a long time ago; match pthread handling from buildlink.mk. 2002-09-10 19:46:30 +00:00
jlam
7f807c58d6 USE_PTHREAD died a long time ago...use PTHREAD_OPTS as buildlink.mk does. 2002-09-10 19:44:48 +00:00