Commit graph

161655 commits

Author SHA1 Message Date
wiz
a280a8fe2d Update to 0.8.D.2 (0.8.13.2 in pkgsrc terms):
0.8.D.2:
	NES: Fixed a crash on certain x86_64 platforms(Mac OS X),
	due to the sound filtering code dereferencing 32-bit
	registers instead of 64-bit registers as it should have.

0.8.D.1:
	Fixed a compilation error on gcc 4.5(thanks to hanno for
	pointing it out).

0.8.D:
	SMS:  Some state that wasn't being saved in save states
	now is, which should fix netplay desynch problems with
	SMS/GG games.

	Fixed a couple of remotely-exploitable(if connected to a
	malicious server) stack manipulation bugs in the network
	play code.

	Fixed an incorrect object creation bug in pce/adpcm.cpp.

	NES:  Added a missing CPU emulator variable to save states.

	PCE:  Added a missing CPU emulator variable to save states.

0.8.D-rc1:
	Lynx:  Fixed a bug in the cart loader code that would cause
	a crash if the ROM bank size was larger than the actual
	data available in the file(as is the case with some homebrew
	programs).  Thanks to "Wookie" for the patch.

	Build files were regenerated using autoconf 2.64 and aclocal
	1.11(previously, they were generated with autoconf 2.61
	and aclocal 1.10.1).

	Fixed a crashing problem when entering an invalid menu
	choice("0") in the cheat interface.  Thanks to tsenart for
	reporting the bug.

	GB:  The GameBoy module now respects the "filesys.disablesavegz"
	setting in respect to saved battery-backed RAM.

	Added support for "lurkers" on the network play server.
	Previous versions of Mednafen don't lack support for this
	per se, but there would be cosmetic issues with status
	messages printed to the internal console.

	SexyAL:  Fixed a bug affecting the return value from
	RawCanWrite() in the ALSA driver.  The returned value was
	typically too small by a factor of 4.  The effects of this
	bug included potential long periods of garbled sound during
	netplay.

	Fixed the return value from RawCanWrite() in the JACK
	driver.  It was being clamped to a value that was too small
	by a factor of 4; however, the clamp value was already
	excessively large in a way that this bug would should have
	only been triggered if the "soundbufsize" setting was
	excessively large.  The effects of this bug would be similar
	to the ALSA RawCanWrite() bug.

	The ALSA and OSS drivers will now try to set audio output
	to 2 channels if the source data only has 1 channel, and
	16-bit signed if the source data is 8-bit(automatic conversion
	is done).  This is done to allow for lower period/fragment
	sizes, as, in ALSA's internals at least, the minimum period
	sizes are expressed in bytes, not sound frames.

	The ALSA and OSS drivers will now try to set lower
	period/fragment sizes than previous versions of Mednafen
	did.  With default settings, for ALSA, the new period/fragment
	size is 50% of what it was before, and for OSS, 25%.  Also,
	there's a new setting to override the SexyAL's driver's
	preferred period/fragment sizes, named "sound.period_time"(default
	value of 0: no override).  The period/fragment size is
	expressed in microseconds.  If the new, lower fragment
	sizes cause problems, the setting can be changed to "2666"
	to approximate the fragment size selection in previous
	versions of Mednafen when using ALSA output, and "5333"
	when using OSS output.

	Added a workaround to the OSS driver for a bug in ALSA(and
	hence, ALSA's in-kernel OSS emulation) that could cause
	the emulator to run far too fast for a short period of time
	if a buffer underflow occurred.

	The ALSA's driver's RawCanWrite() method now(finally) uses
	snd_pcm_avail_update() instead of snd_pcm_delay().  This
	should improve performance and frameskipping behavior when
	the ALSA output is not routed directly to a physical device,
	such as the case with PulseAudio(though PulseAudio is still
	not recommended :b).  CVS:
----------------------------------------------------------------------
2010-08-15 15:10:50 +00:00
drochner
bb7d545ebf more pkgrev bumps for poppler update 2010-08-15 12:33:32 +00:00
wiz
10b356e9bb Updated textproc/hunspell-de to 20100727 2010-08-15 12:12:23 +00:00
wiz
4de68605a7 Update to 20100727:
since 20090107:
- new words
- on systems without ispell one can use "make AFFIX_EXPANDER=aspell foo" to
  build dictionaries that need affix expansion to be built
2010-08-15 12:12:13 +00:00
wiz
da379d338d Updated devel/autoconf to 2.67 2010-08-15 12:09:09 +00:00
wiz
190593b8e6 Update to 2.67:
* Major changes in Autoconf 2.67 (2010-07-21) [stable]
  Released by Eric Blake, based on git versions 2.66.*.

** AC_CONFIG_SUBDIRS with more than one subdirectory at a time works again.
   Regression introduced in 2.66.

** AC_CHECK_SIZEOF of a pointer type works again.  Regression introduced in
   2.66.

** New macro AC_FC_LINE_LENGTH to accept long Fortran source code lines.

** AC_PREPROC_IFELSE now keeps the preprocessed output in the conftest.i
   file for inspection by the commands in the ACTION-IF-TRUE argument.

** AC_INIT again allows parentheses and other characters that are literal
   in single- or double-quoted strings, and in quoted and unquoted
   here-documents, for its PACKAGE and VERSION arguments.  Regression
   introduced in 2.66.

** autoreconf passes warning flags to new enough versions of aclocal.

** Running an Autotest testsuite in parallel mode no longer triggers a
   race condition that could cause the testsuite run to end early,
   fixing a sporadic failure in autoconf's own testsuite.  Bug present
   since introduction of parallel tests in 2.63b.


* Major changes in Autoconf 2.66 (2010-07-02) [stable]
  Released by Eric Blake, based on git versions 2.65.*.

** AC_FUNC_MMAP works in C++ mode again.  Regression introduced in 2.65.

** Use of m4_divert without a named diversion now issues a syntax warning,
   since it is seldom right to change diversions behind autoconf's back.

** The macros AC_TYPE_INT8_T, AC_TYPE_INT16_T, AC_TYPE_INT32_T, and
   AC_TYPE_INT64_T work again.  Regression introduced in 2.65.

** AC_PROG_INSTALL correctly uses `shtool' again.  Regression introduced
   in 2.64.

** Autoconf should work on EBCDIC hosts.

** AC_CHECK_DECL and AC_CHECK_DECLS accept optional function argument types
   for overloaded C++ functions.

** AS_SET_CATFILE accepts nonliterals in its variable name argument now.

** Autotest testsuites accept an option --recheck to rerun tests that
   failed or passed unexpectedly during the last non-debug testsuite run.

** AC_ARG_ENABLE and AC_ARG_WITH now also accept `+' signs in `--enable-*'
   and `--with-*' arguments, converting them to underscores for the variable
   names.

** In configure scripts, loading CONFIG_SITE no longer searches PATH,
   and problems in loading the configuration site files are diagnosed.

** Autotest testsuites may optionally provide colored test results.

** The previously undocumented Autotest macros AT_ARG_OPTION and
   AT_ARG_OPTION_ARG have seen bug fixes and are documented now.
   AT_ARG_OPTION has been changed in that the negative of a long option
   --OPTION is now --no-OPTION rather than --noOPTION.

** The macro AS_LITERAL_IF is slightly more conservative; text
   containing shell quotes are no longer treated as literals.
   Furthermore, a new macro, AS_LITERAL_WORD_IF, adds an additional
   level of checking that no whitespace occurs in literals.

** The macros AS_TR_SH and AS_TR_CPP no longer expand their results.

** The following macros are now documented:
   AS_BOX

** New macro AC_FC_FIXEDFORM to accept fixed-form Fortran.
2010-08-15 12:08:59 +00:00
obache
a158da8b4c Fixes variable name to detect builtin. 2010-08-15 12:01:32 +00:00
wiz
2876804eeb Updated print/poppler-data to 0.4.3 2010-08-15 11:57:30 +00:00
wiz
ef8ab3b8ee Update to 0.4.3:
Changes since 0.4.2:
  Updated eight Adobe-Japan1-6 CMap files
2010-08-15 11:57:19 +00:00
drochner
275931cba4 revbumps for poppler update 2010-08-15 11:22:10 +00:00
drochner
8c47436154 update to 0.14.2
changes:
-Improve rendering of some annotations
-bugfixes

pkgsrc nore: shlib name changed, revbumps needed
2010-08-15 11:19:18 +00:00
drochner
2455d40fe0 update to 7.21.1
changes: bugfixes
2010-08-15 11:14:36 +00:00
drochner
78dc9f64fa update to 2.24.2
changes:
-bugfixes
-translation updates
2010-08-15 10:54:40 +00:00
drochner
b1cc1203dc two optional, nin-default plugins have moved from -wip into pkgsrc
py-cxfreeze doesn't work correctly yet -- it seems that it eric4
fetches some plugin glue code from upstream at runtime which we
should better have under local control. Don't understand yet
how this is supposed to work.
2010-08-15 10:51:27 +00:00
drochner
858da4a909 +py-cxfreeze 2010-08-15 10:47:26 +00:00
drochner
ecf0ccfe4e add py-cxfreeze-4.2, a (sort of) compiler which makes a standalone
executable of a Python script, from Helge Muehlmeier per pkgsrc-wip

This pkg abuses Python distutils in a non-portable way, so I've
added a hack which relinks the startup code behind setuptools'
back. This is easier than patching the setup.py script into doing trt.
2010-08-15 10:45:57 +00:00
drochner
0b76f8ba6f +py-rope,py-pysvn 2010-08-15 10:38:30 +00:00
drochner
d4f3093b54 add py-rope-0.9.3, a Python code refactoring library, from
Helge Muehlmeier per pkgsrc-wip
2010-08-15 10:34:56 +00:00
drochner
52ea889d85 add py-pysvn-1.7.2, a Python SVN client library, from Helge Muehlmeier
per pkgsrc-wip
(with a little change to avoid backward/../paths)
2010-08-15 10:33:20 +00:00
obache
c055f1dcdf Note terminfo option. 2010-08-15 09:10:44 +00:00
obache
9f3d5ca6af + dtpstree 2010-08-15 09:08:58 +00:00
obache
ce291dec73 Added sysutils/dtpstree version 1.0.3 2010-08-15 09:07:29 +00:00
obache
f11051c66c Import dtpstree-1.0.3 as sysutils/dtpstree.
Based on PR#43661 by Douglas William Thrift.

DT PS Tree shows running processes as a tree. It is a reimplementation of
pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly
other modern BSD variants. It also works without /proc and will show the full
set of processes in a jail even if init is not present.
2010-08-15 09:07:11 +00:00
seb
f969f8dc6c Updated devel/p5-local-lib to 1.6.7 2010-08-15 08:49:15 +00:00
seb
a7117039c3 Update from version 1.6.5 to version 1.6.7 (upstream version
1.006007).

Upstream changes:
1.006007 2010-08-12
        - Fixing stuff so that search.cpan.org displays right
        - Documented one method in all languages

1.006006 2010-08-12
        - Added portuguese translation
        - Several minor fixes in the documentation
        - Changed methods look in documentation
2010-08-15 08:49:05 +00:00
obache
aca5243863 Updated misc/libquantum to 1.0.0 2010-08-15 07:36:09 +00:00
obache
f5bfb28707 Update libquantum to 1.0.0.
libquantum 1.0.0:
	- Fixed quantum_gate1 to work properly with sorted regs
	- Fixed several bugs in quantum_rk4a

libquantum 0.9.1:
	- Added fourth-order Runge-Kutta time evolution
	- Fixed error in quantum_measure() that caused some register values
	  never being measured
	- Improved error handling
	- Updated license and FSF contact data
	- Added arbitrary two-qubit gate
	- New function two print entire time evolution operator
	- Fixed Makefile syntax
2010-08-15 07:35:56 +00:00
obache
48b7657633 Updated graphics/djview4 to 4.5 2010-08-15 07:09:43 +00:00
obache
c9ec01201f Update djview4 to 4.5.
Based on PR#43712 from Ryo ONODERA.

NEW IN VERSION 4.3
------------------
- Undo/Redo
- New translations (german,czech)
- Fixed double free bug in plugin mode.


NEW IN VERSION 4.4
--------------------
- Full session management under X11.
- Added advanced feature check box.
- Added advanced command to copy urls, outline, etc.
- New translation (russian)
- History in the find dialog.
- Option to display hidden text in status bar.
- Option to display the first page alone in side-by-side mode.
- Option to display side-by-side in right-to-left mode.
- Drag'n drop files into the viewer.
- Support for Lizardtech's plugin option -showposition.


NEW IN VERSION 4.5
--------------------
- Fixed priority of annotation options.
- Fixed plugin for recent versions of gcc.
- Added showposition in advanced option copyUrl.
- New advanced mode to display hidden text.
- Lens display annotations and hidden text.
- Nsdejavu can use the XEmbed protocol when available.
- Plugin is scriptable from JavaScript.
2010-08-15 07:09:27 +00:00
dholland
250b39763a Update patch comments to note that the changes have been applied upstream. 2010-08-15 03:34:37 +00:00
obache
b1bd5d666c Updated net/youtube-dl to 20100804 2010-08-15 02:45:14 +00:00
obache
3bd03b1a8b Update youtube-dl to 20100804.
Requested by PR#43761 from Kamel Derouiche.

* Update user-agent string
* Fix metacafe.com code not working due to gdaKey again (fixes issue #185)
* Merge Gavin van Lelyveld's patch for --playlist-start option
* Put back -b option as a placeholder with a warning message
* Consider the file downloaded if the size differs in less than 100 bytes
  (fixes issue #175)
* Reorganize request code to make it a bit more robust
* Properly detect YouTube error messages to print them on screen (fixes issue
  #172)
2010-08-15 02:44:59 +00:00
obache
936fd5ccb5 Updated devel/cproto to 4.7i 2010-08-15 02:32:08 +00:00
obache
5bdcb02031 Update cproto to 4.7i.
Based on PR#43763 by Kamel Derouiche, additionaly, some clean up.

2010/07/14 (4.7i)
- escape dashes used in manpage, to work with groff (patch by Kenneth
  Pronovici)
- add RPM and Debian build scripts, for testing.
- add configure checks for ctags and lint program.
- fix strict compiler warnings, e.g., using const.
- support DESTDIR variable in makefile.
- drop mkdirs.sh, use "mkdir -p"
- several improvements to configure macros
  - quoted ifelse() params
  - distinguish Darwin 9 from previous releases
  - ignore stderr in check for gcc version, to work with c89 wrapper.
- use consistent date and formatting in the CHANGES file, for processing
  contributor's information using a script.
- update config.guess, config.sub

2009/09/3 (4.7h)
- updated configure macros CF_ADD_CFLAGS CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
  CF_XOPEN_SOURCE
- update config.guess, config.sub

2008/11/19 (4.7g)
- modify cpp command to redirect stderr to /dev/null if -q option is given,
  for consistency with the non-cpp mode (report by Nicolas Limare).
  https://bugs.launchpad.net/ubuntu/+source/cproto/+bug/275248
- add configure --disable-leaks option.
- use configure macro CF_XOPEN_SOURCE macro to make mkstemp() prototyped on
  Linux.
- remove isascii() usage.
- code cleanup, to remove K&R relics.
- update config.guess, config.sub
2010-08-15 02:31:53 +00:00
wiz
6a901e831f Fix compilation on MacOS X 10.6, from upstream via Lothar Braun in PR 43756. 2010-08-14 19:12:57 +00:00
obache
badb654ef0 Note update of zinna and bindings to 0.06. 2010-08-14 14:33:00 +00:00
obache
dd41622859 Update zinia to 0.06.
no changes information, seems some fixes.
2010-08-14 14:30:39 +00:00
obache
65aa3667ad Updated devel/py-xdg to 0.19 2010-08-14 12:39:16 +00:00
obache
3ff6422c20 Update py-xdg to 0.19.
Based on PR#43747 by Kamel Derouiche.

Version 0.19
    * IniFile.py: add support for trusted desktop files (thanks to karl mikaelsson)
    * DesktopEntry.py: Support spec version 1.0, Debian bug #563660
    * MimeType.py: Fix parsing of in memory data, Debian bug #563718
    * DesktopEntry.py: Fix constructor, Debian bug #551297, #562951, #562952


Version 0.18

    * DesktopEntry.py: Add getMimeTypes() method, correctly returning strings
    * DesktopEntry.py: Deprecated getMimeType() returning list of regex
    * Menu.py: Add support for XDG_MENU_PREFIX
    * Mime.py: Add get_type_by_contents()
2010-08-14 12:39:01 +00:00
obache
0d6696db38 Fixes build failure with gmake-3.82.
Patch provided by Ryo ONODERA with PR#43755.
2010-08-14 12:15:43 +00:00
obache
e029bbe36d Update MASTER_SITES. 2010-08-14 11:33:41 +00:00
obache
01b5fb3f14 - clutter-gtk 2010-08-14 11:30:53 +00:00
obache
3062ce48e3 Updated graphics/clutter-gtk to 0.10.6 2010-08-14 11:29:11 +00:00
obache
42f17fd453 Update clutter-gtk to 0.10.6.
Clutter-GTK 0.10.6      12/08/2010
==================================

  >> Fix event handling with Clutter 1.3.*
2010-08-14 11:28:59 +00:00
tsutsui
bb3b7b71f1 Fix typoes which cause build failure on !x86 machines. 2010-08-14 06:32:34 +00:00
wiz
33e17f3897 + apache-ant-1.8.1 [pkg/43752], cfitsio-3250, cherokee-1.0.8,
clamav-0.96.2, clutter-gtk-0.10.6, curl-7.21.1, etm-649,
  evolution-2.30.3, evolution-data-server-2.30.3,
  evolution-exchange-2.30.3, evolution-mapi-0.30.3 [GNOME 2.30],
  gdm-2.30.5 [GNOME 2.30], gtkhtml324-3.30.3, libX11-1.3.5,
  libXvMC-1.0.6, libstree-0.4.3 [pkg/43748], libxcb-1.7, lighttpd-1.4.27,
  opera-10.61, py-xdg-0.19 [pkg/43747], vala-0.9.5 [pkg/43749],
  wesnoth-1.8.4, zile-2.3.19.
2010-08-14 05:53:46 +00:00
obache
f3f70ba924 Updated security/ruby-oauth to 0.4.2 2010-08-14 02:58:05 +00:00
obache
c72f645b97 Update ruby-oauth to 0.4.2.
== 0.4.2 2010-08-13

* Fixed compatibility with Ruby 1.9.2 (ecavazos)
* Fixed the em-http request proxy (Joshua Hull)
* Fix for oauth proxy string manipulation (Jakub Suder)
* Added Bundler (rc) Gemfile for easier dev/testing
2010-08-14 02:55:23 +00:00
sketch
b9b14e0d99 Note evilwm-1.0.1 update. 2010-08-13 19:16:38 +00:00
sketch
9397085f7c Update to evilwm-1.0.1
*** Changes between 1.0.0 and 1.0.1:

Wed Mar 11 15:41:02 GMT 2009  Ciaran Anscomb <evilwm@6809.org.uk>
  * XFlush() shouldn't be required in interruptibleXNextEvent()

Thu Nov 20 11:17:07 GMT 2008  Larry Doolittle <>
  * Fix interaction with X and signal handler
  Larry Doolittle encountered a problem with the signal handler's
  interaction with later versions of X.org and submitted this patch.  It
  adds an interruptible version of XNextEvent() borrowed from the Blender
  source code (copyright Mark J. Kilgard) that allows a more graceful
  exit from the main event loop rather than getting the signal handler to
  do it.
2010-08-13 19:15:53 +00:00