Commit graph

164522 commits

Author SHA1 Message Date
adam
f6a116b39a Changes 3.7.3:
* Added the sqlite3_create_function_v2() interface that includes a destructor
  callback.
* Added support for custom r-tree queries using application-supplied callback
  routines to define the boundary of the query region.
* The default page cache strives more diligently to avoid using memory beyond
  what is allocated to it by SQLITE_CONFIG_PAGECACHE. Or if using page cache
  is allocating from the heap, it strives to avoid going over the
  sqlite3_soft_heap_limit64(), even if SQLITE_ENABLE_MEMORY_MANAGEMENT is not
  set.
* Added the sqlite3_soft_heap_limit64() interface as a replacement for
  sqlite3_soft_heap_limit().
* The ANALYZE command now gathers statistics on tables even if they have no
  indices.
* Tweaks to the query planner to help it do a better job of finding the most
  efficient query plan for each query.
* Enhanced the internal text-to-numeric conversion routines so that they work
  with UTF8 or UTF16, thereby avoiding some UTF16-to-UTF8 text conversions.
* Fix a problem that was causing excess memory usage with large WAL
  transactions in win32 systems.
* The interface between the VDBE and B-Tree layer is enhanced such that the
  VDBE provides hints to the B-Tree layer letting the B-Tree layer know when it
  is safe to use hashing instead of B-Trees for transient tables.
* Miscellaneous documentation enhancements.
2010-10-18 07:08:22 +00:00
tonnerre
91d5a92a48 Updated databases/apache-cassandra to 0.7.0beta2nb1 2010-10-17 23:41:29 +00:00
tonnerre
6d1168a739 Set CASSANDRA_CONF to something sensible in the startup script. 2010-10-17 23:41:11 +00:00
hauke
52ad1647a2 Updated net/netatalk to 2.1.4 2010-10-17 14:13:39 +00:00
wiz
fa5c05d674 + ImageMagick-6.6.5.1, attica-0.2.0, fotoxx-10.10.2, libltdl-2.4,
mtools-4.0.14, p5-PerlMagick-6.6.5.1, qemu-0.13.0, scummvm-1.2.0,
  tea-28.1.3, wine-devel-1.3.5, x264-devel-20101016.
2010-10-17 14:12:25 +00:00
hauke
83f24f1be8 Update Netatalk to 2.1.4
Changes in 2.1.4
 ~~~~~~~~~~~~~~~~
 * FIX: afpd: Downstream fix for FreeBSD PR 148022
 * FIX: afpd: Fixes for bugs 3074077 and 3074078
 * FIX: afpd: Better handling of symlinks in combination with ACLs and EAs.
        Fixes bug 3074076.
 * FIX: dbd: Adding a file with the CNID from it's adouble file did
        not work in case that CNID was alread occupied in the database
 * FIX: macusers: add support for Solaris
 * NEW: cnid_metad: use a PID lockfile
 * NEW: afpd: prevent log flooding
 * UPD: dbd: ignore ".zfs" snapshot directories
 * UPD: dbd: support interrupting -re mode

Does not fix pkg/43953, unfortunately.
2010-10-17 14:12:10 +00:00
obache
2a4231b2c6 Updated graphics/clutter-gtk to 0.10.8 2010-10-17 01:36:07 +00:00
obache
e8655b02f0 Update clutter-gtk to 0.10.8.
Clutter-GTK 0.10.8      16/09/2010
==================================

  >> Clean up build environment
  >> Fix deprecations from GTK 2.21.*
2010-10-17 01:35:08 +00:00
tron
59b83c9593 Note update of "mail/pear-Mail_Mime" package. 2010-10-17 01:08:04 +00:00
tron
53026c6317 Fix incomplete installation by patching "scripts/phail.php" after the
installation which otherwise fails due to an MD5 checksum of the
above file. Bump package revision as the binary package changed.
2010-10-17 01:06:14 +00:00
wiz
a367b6c399 Updated devel/automake to 1.11.1nb1 2010-10-17 00:39:56 +00:00
wiz
30b6237d5f Recognize newer python versions. Fixed in upstream git, slightly differently.
PKGREVISION++

While here, add comment to patch and please pkglint.
2010-10-17 00:39:32 +00:00
wiz
b2414006ef Updated devel/libwnck to 2.30.5 2010-10-17 00:04:30 +00:00
wiz
6de08b8160 Update to 2.30.5:
==============
Version 2.30.5
==============

 Fixes

  - Fix pager with multiple rows, regression from 2.30.4 (Theppitak
    Karoonboonyanan)

 Misc

  - Associate .gir with pkg-config file (Vincent)
  - Rename --enable-deprecations configure option to --enable-deprecation-flags
    (Vincent)

 Translators

  - Takeshi AIHANA (ja)
  - Baurzhan Muftakhidinov (kk)
2010-10-17 00:04:05 +00:00
wiz
22b4dae593 Updated devel/atk to 1.32.0 2010-10-17 00:00:19 +00:00
wiz
fbe0e8aa44 Update to 1.32.0:
Changes in version 1.32.0:
=========================

Fixes: #630097, #621717, #571622, #617851, #616812.
Translation update.
2010-10-16 23:59:57 +00:00
wiz
f46bf971e6 Updated www/curl to 7.21.2 2010-10-16 23:58:38 +00:00
wiz
f244191c85 Update to 7.21.2:
Changes:

    * curl -T: ignore file size of special files
    * Added GOPHER protocol support
    * Added mk-ca-bundle.vbs script
    * c-ares build now requires c-ares >= 1.6.0

Bugfixes:

    * --remote-header-name security vulnerability fixed
    * multi: support the timeouts correctly, fixes known bug #62
    * multi: use timeouts properly for MAX_RECV/SEND_SPEED
    * negotiation: Wrong proxy authorization
    * multi: avoid sending multiple complete messages
    * cmdline: make -F type= accept ;charset=
    * RESUME_FROM: clarify what ftp uploads do
    * http: handle trailer headers in all chunked responses
    * Curl_is_connected: use correct errno
    * Added SSPI build to Watcom makefile
    * progress: callback for POSTs less than MAX_INITIAL_POST_SIZE
    * linking problem on Fedora 13
    * Link curl and the test apps with -lrt explicitly when necessary
    * chunky parser: only rewind stream internally if needed
    * remote-header-name: don't output filename when NULL
    * Curl_timeleft: avoid returning "no timeout" by mistake
    * timeout: use the correct start value as offset
    * FTP: fix wrong timeout trigger
    * buildconf got better output on failures
    * rtsp: avoid SIGSEGV on malformed header
    * LDAP: Support for tunnelling queries through HTTP proxy
    * configure's --enable-werror had a bashism
    * test565: Don't hardcode IP:PORT
    * configure: check for gcrypt if using GnuTLS
    * configure: don't enable RTMP if the lib detect fails
    * curl_easy_duphandle: clone the c-ares handle correctly
    * MacOSX-Framework: updates for Snowleopard
    * support URL containing colon without trailing port number
    * parsedate: allow time specified without seconds
    * curl_easy_escape: don't escape "unreserved" characters
    * SFTP: avoid downloading negative sizes
    * Lots of GSS/KRB FTP fixes
    * TFTP: Work around tftpd-hpa upload bug
    * libcurl.m4: several fixes
    * HTTP: remove special case for 416
    * examples: use example.com in example URLs
    * globbing: fix crash on unballanced open brace
    * cmake: build fixed
2010-10-16 23:58:04 +00:00
kefren
75fbccd752 +csharp-mysql, monodevelop-database 2010-10-16 21:46:05 +00:00
kefren
47181f7c86 add monodevelop-database subdir 2010-10-16 21:41:24 +00:00
kefren
27e28e2abc Initial import of monodevelop-database 2.4, the database add-on for
devel/monodevelop
2010-10-16 21:40:28 +00:00
kefren
5ec0995e51 add csharp-mysql subdir 2010-10-16 21:28:17 +00:00
kefren
4622b0f312 Initial import of Connector/Net 6.3.5 under the name of csharp-mysql, a
fully-managed ADO.NET driver for MySQL.
2010-10-16 21:26:02 +00:00
kefren
fb0397afbc Add buildlink file that will be used for various add-ons 2010-10-16 21:19:47 +00:00
wiz
3f2356a612 Updated devel/pango to 1.28.3 2010-10-16 18:00:43 +00:00
wiz
42515904a8 Update to 1.28.3:
Overview of changes between 1.28.2 and 1.28.3
=============================================
- Bugs fixed:
    Bug 630857 - introspection: Use --include-uninstalled

Overview of changes between 1.28.1 and 1.28.2
=============================================
- Reduce DLL hijack risk and simplify code in basic-win32 module
- Improve performance on Windows especially for non-Latin scripts
- Bugs fixed:
    Bug 628497 - Crash in pango_layout_line_get_extents at pango-layout.c
    Bug 626966 - SIGFPE _hb_sanitize_array
    Bug 629632 - configure bug
    Bug 625807 - approximate character width is 0 on pangoft2
2010-10-16 18:00:02 +00:00
wiz
d68055b26a Updated databases/shared-mime-info to 0.80 2010-10-16 16:58:02 +00:00
wiz
3627ac3c8c Update to 0.80:
shared-mime-info 0.80 (2010-09-30)
* Mime-type Changes:
- Add magic for F4V (Flash) video files
- Add mime-type for Dia shapes
- Bump priority for KOffice magics to give them precedence over gzip and zip
- Add mime-type for Verilog and SystemVerilog source files and headers
- Add Qt Linguist translation file
- Add application/x-xspf+xml alias for XSPF playlists
- Use audio/flac for FLAC files, make audio/x-flac an alias of it
- Add mime-type for HDF files
- Add mime-type for Mozilla Extension packages
- Add mime-type for text/cache-manifest
- Add YAML mime-type
- Add application/relax-ng-compact-syntax mime-type
- Add more tests for Matlab and Octave files
- Improve translator comments for VCD, SVCD and PictureCD
- Add application/pkcs8 mime-type
- Add audio and video WebM mime-types
- Add video/mp2t mime-type
- Use generic video icon for application/x-matroska
- Improve magic for Matroska files
- Add magic for audio/x-stm
- Update magic for Apple HTTP Streaming playlists
- Add Lrzip archive mime-type
- Fix PDF detection for some pesky files
- Add details about 3GPP and 3GPP2 files
- Add JavaFX video format
- Add Windows Imaging Format Disk Image mime-type
- Add application/x-apple-diskimage mime-type
- Add e-book reader content-type
- Add application/x-tex as an alias for text/x-tex
- Use application/oxps mime-type for XPS files
- Add magic to BibTeX files

* Other:
- Fix malformed D source test
- Avoid using ~/.local data when running the test suite
- Make sure that update-mime-info doesn't get called before installed
2010-10-16 16:57:45 +00:00
wiz
8c8f20168b Updated devel/orc to 0.4.11 2010-10-16 16:56:37 +00:00
wiz
7e90a9a111 Update to 0.4.11; now needs gmake.
Changes: lots of speed ups.
2010-10-16 16:56:23 +00:00
wiz
a2f045eecf Updated security/gnutls to 2.10.2 2010-10-16 16:43:55 +00:00
wiz
50e9dd4d98 Update to 2.10.2:
* Version 2.10.2 (released 2010-09-30)

** Use Libtool 2.2.10 to ease MinGW64 builds.

** libgnutls: Add new extended key usage ipsecIKE.

** libgnutls: Is now more liberal in the PEM decoding.
That is spaces and tabs are being skipped.

** libgnutls: Renamed NULL MAC to MAC-NULL to prevent clash with NULL cipher.
This prevented the usage of the TLS ciphersuites with NULL cipher.
See <http://thread.gmane.org/gmane.network.gnutls.general/2093>.

** libgnutls: The %COMPAT flag now allows larger records that violate the
TLS spec.

** libgnutls: Fix asynchronous API handling.
The code was clearing session hash data on EAGAIN.  Problem reported
by Sjoerd Simons <sjoerd.simons@collabora.co.uk> and Vivek
Dasmohapatra <vivek@collabora.co.uk>.  See
<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4531>.

** gnutls-cli: Flush stdout/stderr before removing buffering.
Reported by Knut Anders Hatlen see
<http://savannah.gnu.org/support/?107481>.
2010-10-16 16:43:42 +00:00
wiz
fe7ea1c91e Updated security/libtasn1 to 2.8 2010-10-16 16:41:29 +00:00
wiz
050e9a2cad Update to 2.8:
* Noteworthy changes in release 2.8 (2010-09-25) [stable]
- Update gnulib files.
- Use Libtool 2.2.10 to ease MinGW64 builds.
2010-10-16 16:41:13 +00:00
wiz
26fba7788a Updated textproc/redland to 1.0.12 2010-10-16 16:40:16 +00:00
wiz
ad8bdb9b34 Update to 1.0.12:
2010-10-13 Redland Version 1.0.12 Released

   Enable librdf.h to be used as the top-level header in addition to
   redland.h
   Fix linking issues when building with GNU ld with DT_NEEDED disabled
   Fixed Issues: [1]#0000329, [2]#0000348 [3]#0000391, [4]#0000392 and
   [5]#0000393.

2010-09-25 Redland Version 1.0.11 Released

   Virtuoso storage backend querying now fully works.
   Several new convenience APIs were added and others deprecated.
   Support building with Raptor V2 API if configured with --with-raptor2.
   Exports more functions to SWIG language bindings.
   Switched to GIT version control [7]hosted by GitHub.
   Many other bug fixes and improvements were made.
   Fixed Issues: [8]#0000124, [9]#0000284, [10]#0000321, [11]#0000322,
   [12]#0000334, [13]#0000338, [14]#0000341, [15]#0000344, [16]#0000350,
   [17]#0000363, [18]#0000366, [19]#0000371, [20]#0000380, [21]#0000382
   and [22]#0000383
2010-10-16 16:40:03 +00:00
wiz
89e7767a5a Updated audio/liblastfm to 0.3.3 2010-10-16 16:18:08 +00:00
wiz
3dc1c6a05f Update to 0.3.3:
0.3.3:
Ensure we install both lastfm/ParseError and lastfm/ws.h
Export lastfm::ws::ParseError
2010-10-16 16:17:58 +00:00
wiz
d314d851a8 Updated x11/gnome-sharp to 2.24.2 2010-10-16 16:14:08 +00:00
wiz
74a7ff7c59 Update to 2.24.2:
2010-05-11  Mike Kestner  <mkestner@novell.com>

	* configure.in.in: work around removal of Mono.GetOptions.dll
	in mono trunk (2.8).

2009-03-16  Mike Kestner  <mkestner@novell.com>

	* Makefile.include: parallel make fix.
	* gconf/GConf/Makefile.am: parallel make fix.
	* gconf/GConf.PropertyEditors/Makefile.am: parallel make fix.
	Patch from Peter Alfredsen.  [Fixes #483251]
2010-10-16 16:13:55 +00:00
wiz
fe3a891e2e Updated devel/libgsf-gnome to 1.14.19 2010-10-16 16:11:09 +00:00
wiz
0250ea10e0 Updated devel/libgsf to 1.14.19 2010-10-16 16:10:56 +00:00
dholland
76eb113c4c -stella 2010-10-16 16:10:39 +00:00
wiz
8ca372aabe Update to 1.14.19:
libgsf 1.14.19

Andreas:
	* Add some more OOo 3.2 and 3.3 namespaces.

Morten:
	* Quiet xml parsing two bits.
2010-10-16 16:10:37 +00:00
dholland
0d2f517fb5 stella 2010-10-16 16:09:54 +00:00
dholland
148ac3b242 Update stella to 3.2.2.
pkgsrc changes: none.
upstream changelog:

3.2.1 to 3.2.2: (September 17, 2010)

  * Fixed bug with window centering; if enabled and the the window was
    larger than the desktop, the window would be moved offscreen.

-Have fun!


3.2 to 3.2.1: (August 25, 2010)

  * Improved behaviour of joystick 'hat' movement.  This should fix bugs
    most visible in Yars' Revenge.

  * Fixed bug in debugger rewind states; bankswitching wasn't being
    performed during the rewind.  Related to this, fixed a similar issue
    with the debugger 'loadstate' and 'savestate' commands.

  * Added game properties info and snapshot for the newly released
    'Halo 2600' ROM.


3.1.2 to 3.2: (August 20, 2010)

  * NOTE: because of the many event-related changes in this release, all
    event mapping should be reset to defaults after starting Stella for
    the first time.  As well, because of other internal changes, older
    save-state files are no longer valid.

  * Many improvements to joystick handling code, particularly for analog
    axes.  Navigating the UI should be much smoother now, and remapping
    events to analog axes should be less 'twitchy'.

  * Added ability to assign and remap 'combo' events in emulation mode.
    Combo events are basically a sequence of normal events (up to 8)
    that are generated from a single event (ie, one button on a joystick
    could generate up to 8 events).  Updated Input Settings UI to
    access and modify these events.

  * Default mappings are now available in UI and emulation mode for the
    first 'hat' detected on a joystick/gamepad.  Related to this, a hat
    now works exactly like an axis in UI mode (holding down a direction
    continues that direction until the hat is released/centered).

  * Several major improvements to the debugger:
      - the disassembler can now process multiple entry points, and
        caches entry points as they're encountered (ie, the disassembly
        isn't 'reset' each time a bank change occurs or you exit and
        re-enter the debugger)
      - preliminary support for disassembling from zero-page RAM
      - re-added ability to change banks with the 'bank' debugger
        prompt command and within the ROM disassembly UI
      - user labels in disassembly are now supported again
      - 'runto' command is now case-insensitive, and shows a progressbar
        while searching through the disassembly
      - the debugger window can be resized between ROM loads (previously,
        the app had to be restarted)
      - fixed bug in Distella disassembler output, where it sometimes
        generated addresses above $FFFF
      - a vertical line separates the disassembly from the raw bytes

  * Fixed behaviour of SWCHB and SWBCNT; pins set to output now remember
    the values previously written.  Some ROMs use this functionality for
    extra storage.  Special thanks to Omegamatrix of AtariAge for advice
    and test ROMs in this area.

  * Fixed bug when reading from illegal TIA addresses; a Space Invaders
    hack was showing pink enemies instead of white ones.  Again, special
    thanks to to Omegamatrix of AtariAge for advice and test ROMs in this
    area.

  * Fixed bug in handling INPT4/INPT5 latches from VBLANK; a least one
    ROM was working in Stella when it didn't on real hardware.

  * Added 'ramrandom' commandline argument, which is used to randomize
    all RAM in the system; otherwise, the RAM is zeroed.

  * Added 'finishing touches' to some of the UI descriptions, giving a
    better explanation of the functions.  Related to this, certain
    options now show a message box explaining the option in further
    detail (particularly the ROM Audit mode).  As well, when starting
    Stella for the first time, a prompt appears to select a ROM
    directory.

  * Fixed bugs in the ROM launcher when viewing certain PNG images not
    created by Stella.  Related to this, the official PNG library is now
    included in the Stella codebase (version 1.4.3).  Also added composite
    snapshots for those ROMs which consist of several games.  Thanks go
    to Buzbard of AtariAge for these images.

  * Added several fixes for crashes on 'small' systems (those systems
    where the maximum resolution is less than 640x480).

  * Tweaked bankswitch autodetection for 0840, DPC+, E7 and UA schemes.

  * Improved F8 bankswitch autodetection for Yars Revenge in 8in1 ROM.

  * Updated DPC+ bankswitch scheme to latest specifications.

  * Snapshots taken in continuous snapshot mode are now timestamped, so
    older files are never overwritten.

  * Fixed a TIA segfault that could occur with certain ROMs.

  * The 'center' application window functionality can now be changed
    without having to restart the application.  Related to this, mouse
    positioning bugs when using the Linux version in OpenGL mode with
    SDL 1.2.14 have been fixed.

  * Reworked the manual, dividing it into 'Getting Started' and
    'Advanced Configuration' sections.  It still contains the same info
    as before, but hopefully in a better organized way.

  * Updated Help dialog; it was showing incorrect info for some OSX
    shortcuts.

  * Updated OSX build script to not crash when a previous build is
    detected, and to properly handle filenames with spaces.

  * Updated included ZLib to latest release version (1.2.5).


3.1.1 to 3.1.2: (May 3, 2010)

  * Modified 'showinfo' command to accept levels of output, where
    increasingly larger numbers provide more debug output.  Related to
    this, added UI item to modify 'showinfo'.

  * Updated DPC+ bankswitch scheme to latest specifications, including
    support for 32K ROMs with ARM code (the ARM code is ignored for now).

  * Fixed bug in saving patched ROMs using DPC and DPC+ bankswitch
    schemes; the saved image didn't actually include any changes made by
    the user.

  * Removed 'uselauncher' from the UI, since disabling it will remove
    the ROM launcher on all future runs, and not allow one to enable it
    again.  It's still available from the commandline, for those that
    have a need for it.


3.1 to 3.1.1: (April 26, 2010)

  * Fixed program crash when using RIOT addresses and labels in the
    debugger console prompt.

  * Updated DPC+ bankswitch scheme to latest specifications.


3.0 to 3.1: (April 22, 2010)

  * Fixed a major bug with text drawing in software rendering mode.
    Switching between windowed and fullscreen mode while text was being
    shown could result in garbled text or even a program crash.

  * Fixed issues when using 'sleep' timing, whereby a lockup could occur
    when changing video modes, and/or Stella would consume more CPU time
    than was necessary.

  * Integrated Distella disassembler, completely replacing the previous
    disassembler.  The entire infrastructure has not been completely
    ported yet.  As a result, labels defined by the user or from a
    DASM symbol file aren't actually used in the disassembly, and almost
    all distella config options are disabled.  These will be addressed in
    a future release.

  * Completely reworked the debugger cartridge interface, so that
    the disassembly is dynamic (ie, the debugger tracks when cart address
    space has changed, and automatically performs a re-disassembly).

  * All carts with extended RAM that differentiate between read and write
    ports now behave correctly when a read from the write port occurs.

  * Added more complete support for the more esoteric bankswitch
    schemes in the debugger.  These schemes now support accurate
    disassembly and ROM patch functionality.  Related to this, fixed a
    bug in disassembler view when a failure to patch a ROM still showed
    the (incorrect) patched results.

  * Added ability to disable TIA object collisions, independent of
    enabling/disabling the objects.  Previously, one had to completely
    disable an object to avoid collisions, but now an object can be
    enabled (and seen) but still have its collisions disabled.  These
    actions are tied to the same keys as the enable ones, except the
    'Shift' key is also used.

  * Added preliminary support for 'DPC+' bankswitching scheme, thanks to
    Darrell Spice Jr and Fred Quimby.

  * Added '16in1' bankswitching scheme, which works with various
    ROMs labeled '128-in-1 ...' (the database has been updated for
    these).  Related to this, switching between multicart ROMs for 2in1,
    4in1, 8in1, 16in1 and 32in1 now shows a UI message indicating which
    ROM is active.

  * Reverted some of the TIA improvements with respect to 'starfield
    effect' as seen in "Cosmic Ark" and "Stay Frosty".  The emulation is
    now more accurate as compared to the majority of consoles in use.

  * Added debugger pseudo-register '_rwport', which traps on a read from
    the write port.  This differentiates from reads that are normally
    part of a write cycle (ie, it traps only on inadvertent reads).

  * Added 'resolvedata' commandline argument and associated UI item, used
    to set the "resolve data sections" config option in Distella
    (vs. treating all address space as code).

  * Added 'runtopc' debugger command, used to step until encountering the
    given program counter.  This is also available in the ROM disassembly
    UI from the right-click context menu.

  * Added 'listfunctions' and 'delfunction' debugger commands to
    access/remove user-defined functions.  Related to this, fixed a bug
    in 'function' command that could cause a program crash.

  * Added 'cls' debugger command, used to erase the text and history
    from the debugger prompt.

  * Removed the 'listwatches' and 'poke' debugger commands, as they
    were redundant.

  * Removed the 'loadlst' debugger command and the ability to use a
    DASM .lst file.  This code was incomplete, and no longer fits with
    the recent disassembler improvements.  Support for this may return
    in a future release.

  * Modified 'disasm' debugger command to accept a second argument
    indicating the number of lines to disassemble.

  * Improved tab-completion in the debugger prompt; it now completes
    on functions and pseudo-registers.

  * Added emulation of the "Sega Genesis" controller, with two buttons
    that are directly supported on a real system.

  * The ZLib library is now included in the core code, so Windows
    developers no longer have to track down the ZLIBWAPI archive.

  * Many changes to the MacOS X port, bringing it more in line with
    other systems:

      The application is now known as 'Stella' (instead of StellaOSX).

      Two versions are available: the first is a 32-bit Universal Binary
      for OSX 10.4 - 10.6, and the second is 32/64-bit Intel-only for
      OSX 10.6 (aka Snow Leopard).  The Intel version is compiled with the
      very latest compiler (LLVM/Clang), resulting in better performance.

      The keyboard handling is changed to match other systems in terms of
      where the keys actually are on the keyboard (ie, the OSX Command key
      corresponds to Alt, and the OSX Control key corresponds to Control).

      The application menu has been cleaned up and simplified, and it
      now shows the correct shortcuts for menu items.

      The settings file is now (according to Apple standards)
      '~/Library/Preferences/net.sourceforge.Stella.plist'.

      The base directory (where all other Stella stuff is located) is now
      '~/Library/Application Support/Stella'.

      Because of these changes, all your settings will have to be entered
      again.

  * Added 'ctrlcombo' commandline argument, which toggles the use of the
    control key as a modifier key.  This is useful if you want to press
    'Control' and 'R' in a two player game, and not have the combination
    treated as 'Control-R' (which will issue a ROM reload).

  * Added 'usemouse' commandline argument and associated UI item.  This
    toggles the use of the mouse as a controller of any type.

  * Added 'uimessages' commandline argument and associated UI item.
    This toggles showing of UI messages overlaid on the screen.
    Critical messages are still shown, though.

  * Added ability to take multiple snapshots in a given interval every
    x seconds.  This is currently tied to the 'Alt-s' key and is not
    remappable (for now).  The interval can be set with the 'ssinterval'
    commandline argument and within the UI, and defaults to 2.

  * Many changes to the FrameBuffer and UI code for 'smaller' systems.
    Stella will now scale correctly to small screens, down to 320x240
    (which is the absolute lower limit supported).  Related to this,
    added 'maxres' commandline argument, which is useful for developers
    testing on such systems.

  * The About dialog now shows the version of SDL in use, and the type
    of CPU the application is running on (i386, x86_64, etc).

  * Improved 'listrominfo' commandline argument to list all information
    from Stella's internal ROM database, including a heading.  This
    output can be imported into a spreadsheet or database program.

  * Renamed 'tiafloat' commandline argument to 'tiadriven'.  The
    emulation of the behaviour of floating TIA pins is also much more
    accurate.

  * Reworked state files so that they're associated with the cartridge
    type used, not the MD5sum of the ROM.  This is useful for developers,
    since the same state file can now be loaded from different ROMs,
    as long as the cart type stays the same.  This also fixes a bug
    where loading from a non-existent state file could cause Stella
    to crash.  Because of these changes, old state files will no longer
    work.

  * Fixed bug in certain editable text fields, where pressing Return/Enter
    would disable any further input.
2010-10-16 16:08:19 +00:00
wiz
902c861378 Updated games/gbrainy to 1.52 2010-10-16 16:07:42 +00:00
wiz
38954f8343 Update to 1.52:
Version 1.52
* 3 bug fixes
* Updated and new translations
2010-10-16 16:07:30 +00:00
wiz
ad30341d95 Updated graphics/vigra to 1.7.0 2010-10-16 15:50:34 +00:00
wiz
ff1f333051 Update to 1.7.0, changes undocumented. Switch to cmake build system.
Add comment to patch.
2010-10-16 15:50:21 +00:00