summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-08Updated converters/py-simplejson to 2.1.1obache2-3/+3
2010-07-08Update py-simplejson to 2.1.1.obache3-12/+22
Based on PR#43447 by Wen Heping. While here, set LICENSE=mit with some cosmetic fixes. Version 2.1.1 released 2010-03-31 * Change how setup.py imports ez_setup.py to try and workaround old versions of setuptools. http://code.google.com/p/simplejson/issues/detail?id=75 * Fix compilation on Windows platform (and other platforms with very picky compilers) * Corrected simplejson.__version__ and other minor doc changes. * Do not fail speedups tests if speedups could not be built. http://code.google.com/p/simplejson/issues/detail?id=73 Version 2.1.0 released 2010-03-10 * Decimal serialization officially supported for encoding with use_decimal=True. For encoding this encodes Decimal objects and for decoding it implies parse_float=Decimal * Python 2.4 no longer supported (may still work, but no longer tested) * Decoding performance and memory utilization enhancements http://bugs.python.org/issue7451 * JSONEncoderForHTML class for escaping &, <, > http://code.google.com/p/simplejson/issues/detail?id=66 * Memoization of object keys during encoding (when using speedups) * Encoder changed to use PyIter_Next for list iteration to avoid potential threading issues * Encoder changed to use iteritems rather than PyDict_Next in order to support dict subclasses that have a well defined ordering http://bugs.python.org/issue6105 * indent encoding parameter changed to be a string rather than an integer (integer use still supported for backwards compatibility) http://code.google.com/p/simplejson/issues/detail?id=56 * Test suite (python setup.py test) now automatically runs with and without speedups http://code.google.com/p/simplejson/issues/detail?id=55 * Fixed support for older versions of easy_install (e.g. stock Mac OS X config) http://code.google.com/p/simplejson/issues/detail?id=54 * Fixed str/unicode mismatches when using ensure_ascii=False http://code.google.com/p/simplejson/issues/detail?id=48 * Fixed error message when parsing an array with trailing comma with speedups http://code.google.com/p/simplejson/issues/detail?id=46 * Refactor decoder errors to raise JSONDecodeError instead of ValueError http://code.google.com/p/simplejson/issues/detail?id=45 * New ordered_pairs_hook feature in decoder which makes it possible to preserve key order. http://bugs.python.org/issue5381 * Fixed containerless unicode float decoding (same bug as 2.0.4, oops!) http://code.google.com/p/simplejson/issues/detail?id=43 * Share PosInf definition between encoder and decoder * Minor reformatting to make it easier to backport simplejson changes to Python 2.7/3.1 json module
2010-07-08Updated www/midori to 0.2.6obache2-3/+3
2010-07-08Update midori to 0.2.6.obache3-8/+8
PR#43500 by Tim Larson. v0.2.6 + Show a dialogue when quitting while downloading + Render icons in errors/ speed dial properly + Fix a build error with API documentation + Fix error pages in frames, and a related crash + Allow more shortcuts or columns in speed dial + Add 'Copy All' button to Console panel
2010-07-08Updated emulators/aranym to 0.9.10obache2-3/+3
2010-07-08Update aranym to 0.9.10 with emutos 0.8.5.obache5-44/+72
Based on PR#43567 by Ryo ONODERA. 2010/05/27 - version 0.9.10 released New feature: GEM clipboard support that allows you to pass data between GEM clipboard and the host one (MS Windows, Mac OS X and X Window System). It's currently implemented in FreeMiNT only and uses its aranym.xfs virtual filesystem (U:\host\clipbrd). Please see setup instructions in http://wiki.aranym.org/gem_clipbrd Also couple of important bugfixes: o fixed two nasty crashes in HostFS (related to recent symlink fixes) o fixed Xcode building universal binaries on PPC o VIDEL autozoom feature with correct aspect ratio for non-square pixels 2009/09/05 - version 0.9.9 released This time mostly bugfixes: o fixed possible crash in HostFS when quitting ARAnyM (not serious) o fixed possible crash due to bug in libSDL up to v1.2.13 (very serious) o fixed some redrawing problems in 8 and 16 color depths with soft NfVDI o fixed all compile time warnings and Categories entry in aranym.desktop o fixed weirdness when mouse pointer was leaving the window on Win and OSX o fixed problem with invalid HostFS symlink breaking directory list o improvement: HostFS symlinks are now shown as relative if possible o fixed indirect descriptors handling in MMU o fixed HostFS symlinks for certain path configurations o added Mode key in the set of ARAnyM hotkey modifiers o fixed Alt+mouse click problem on Mac OSX o fixed Right Shift detection upon startup If you found ARAnyM crashing previously when moving windows around or doing any other activity where VDI had to blit screen areas then please upgrade to this version ASAP. We've added a workaround for a serious bug in the libSDL that was causing these weird ARAnyM crashes. 2009/04/25 - version 0.9.8beta released o CPU: fixed TRAPcc and FTRAPcc instructions (for Guillaume's mplayer :-) o VIDEL: pixel precise horizontal scrolling implemented o fixed BUSY signal handling on the parallel port o fixed mouse grab/ungrab/autograb (see below) o added new ARAnyM mouse cursor (white arrow) o added middle mouse button handling (in Eiffel mode) o added suport for reversing mouse Y-axis in IKBD (used in Linux-m68k) o fixed many DSP56001 instructions o fixed NFJPEG on 64bit hosts o fixed several NF drivers to work under FreeMiNT (not rely on __NF cookie) o buggy JIT-FPU was disabled. Now FPU is precise though slower in JIT mode Mouse grab/ungrab/autograb has changed: first, ungrabbing when leaving ARAnyM window was fixed (issue with autograb on the window border). Then, ARAnyM got a new mouse cursor (white one) so you can recognize now when the mouse is grabbed (the cursor pointer is black in TOS) and when it's not (the cursor pointer is white now). At last, mouse autograb upon entering ARAnyM window was disabled until we can ensure the Atari mouse cursor is positioned in sync with host mouse cursor (will require Atari OS support, probably in a form of aranym.acc and AES implementing appl_tplay). Also the "AutoGrabMouse" config option has been removed. 2008/11/08 - version 0.9.7beta released Mostly small fixes at various places plus a lot of work went into improving the DSP56001 emulation. Also the sound DMA emulation is improved to a point where GSXB driver should be unnecessary. o improved automatic network setup on Mac o reworked audio DMA emulation. Also added configurable host sound frequency o one MMU bug fixed (regarding TTR) o special support for halting ARAnyM on linux-m68k reboot (--halt) o SDL GUI fixed (missing events after alerts) o EMULOP is now privileged so if some old ARAnyM TSR starts crashing this is why o joypads are now emulated o joysticks and joypads can be configured in the config file o '<>' and 'End' keys' scancodes made Atari compatible Check the doc/config example file for the new [JOYSTICKS] and [AUDIO] sections.
2010-07-08delete non-existant pam-11 packagejnemeth1-2/+1
2010-07-08Begin cleanup of setgid game infrastructure.dholland16-235/+100
* Introduce USE_GAMESGROUP, which causes the games user and group to be made available. * Retain SETGIDGAME as an alias for USE_GAMESGROUP. Describe it as deprecated. * Always define GAMES_USER, GAMES_GROUP, GAMEMODE, GAMEDIRMODE, and GAMEDATAMODE, regardless of whether USE_GAMESGROUP is turned on or not. * Define these variables in defaults/mk.conf instead of separately in every platform/*.mk file. The definitions used to be the same for each of these platforms anyway, except for some where they were randomly missing or commented out for no clear reason, leading to broken game packages. * Handle all these variables properly when unprivileged. * Update the comments/documentation for these variables. * Describe GAMEOWN and GAMEGRP as deprecated. These need to be retained as aliases for GAMES_USER and GAMES_GROUP respectively for supporting packages that use bsd.*.mk but should otherwise not be used. * Add GAMEDATA_PERMS and GAMEDIR_PERMS using GAMEDATAMODE and GAMEDIRMODE respectively. * Fix a bug I noticed that was improperly mixing the "games" group and "games" user. Things this does *not* do: - get rid of GAMES_USER, for which there should ultimately be no need. - move the declaration/documentation/default value of USE_GAMESGROUP to a suitable place. (It is currently where SETGIDGAME was, which is suboptimal.) - touch any of the games, all of which need updating with at least s/SETGIDGAME/USE_GAMESGROUP/ and probably more. - update the guide to explain how to handle games properly. Also, it would be nice if using GAMES_GROUP without setting USE_GAMESGROUP=yes caused an error but as far as I know there isn't any particularly good way to arrange this right now. Note that these changes may alter the build/install behavior of broken game packages, e.g. some may silently become setgid when they weren't before or things like that. If you run into any of this file a PR. While one might arguably bump the PKGREVISION of all games or other packages using any of these variables as a precaution, that seems like a bad idea. Instead, I think I will be bumping each game once it itself has been fixed up to do everything the right way.
2010-07-08Updated fonts/umefont-ttf to 0.417aobache1-1/+2
2010-07-08distfile is renamed.obache2-8/+7
No functional change, but adjust PKGNAME to its distname.
2010-07-07Update to dhcpcd-5.2.6roy2-6/+6
Changes from dhcpcd-5.2.4 include: * Always daemonise in master mode as some interface up/downs can trigger timeout * Improved NTP handling on Debian based systems * dhcpcd -n will now re-read the configuration file
2010-07-07mention recent updatesdrochner1-1/+31
2010-07-07Updated net/pear-Net_Sieve to 1.3.0obache1-1/+2
2010-07-07Update pear-Net_Sieve to 1.3.0.obache2-6/+6
PR#43555 by Wen Heping 1.3.0 Changelog: * Add debug handler parameter to constructor. * Fix LOGIN authentication (Agust?n Eijo, Aleksander Machniak, Bug #17527). 1.2.2 Changelog: * Fix SASL authentication without Auth_SASL (Bug #17489).
2010-07-07DESTDIR supportjoerg1-1/+6
2010-07-07Updated fonts/umefont-ttf to 0.417nb1obache1-1/+2
2010-07-07Upstream distfile had been replaced.obache2-5/+7
Bump PKGREVISION.
2010-07-07DESTDIR supportjoerg5-18/+54
2010-07-06Tell builtin zlib for Haiku.obache1-2/+3
2010-07-06Add workaround of lack of hard link support on BFS of Haiku.obache1-1/+9
Use symbolic link instead.
2010-07-06Tell Haiku's builtin bzip2.obache1-2/+3
2010-07-06update to 2.30.2drochner2-6/+6
changes: translation updates
2010-07-06update to 2.30.1drochner3-7/+11
changes: translation updates
2010-07-06update to 2.30.2drochner3-11/+28
This switches to the gnome-2.30 release branch. pkgsrc note: added "telepathy" option for integration with the telepathy/farsight framework (defaults to "off" for now)
2010-07-06update to 2.30.3drochner5-23/+15
changes: -bugfixes -Add dbus activation service file for org.freedesktop.secrets pkgsrc note: removed dependency on libgnome-keyring; child pkgs should have been updated to list this dependency explicitely
2010-07-06update to 0.13.1drochner3-9/+11
This switches to the gnome-2.30 release branch.
2010-07-06update to 3.30.2drochner2-7/+6
changes: -bugfixes -translation updates
2010-07-06update to 2.30.2drochner5-20/+19
This switches to the gnome-2.30 release branch.
2010-07-06update to 0.24.2drochner4-24/+21
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner3-11/+68
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.3drochner3-28/+23
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.10.4drochner3-10/+33
This switches to the gnome-2.30 release branch.
2010-07-06update to 5.30.2drochner2-6/+6
changes: translation updates
2010-07-06update to 2.30.0drochner3-9/+26
This switches to the gnome-2.30 release branch.
2010-07-06reset PKGREV for base pkg updatedrochner1-3/+2
2010-07-06update to 2.30.3drochner5-144/+192
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner6-32/+52
This switches to the gnome-2.30 release branch.
2010-07-06update to 0.6.4drochner4-14/+22
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner5-27/+36
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.1drochner4-12/+15
This switches to the gnome-2.30 release branch. (shlib major change, bl3 dependency bumped)
2010-07-06update to 2.30.1drochner4-9/+26
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner11-48/+65
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.1drochner5-38/+20
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner2-6/+6
changes: nimor fixes
2010-07-06update to 2.30.0drochner3-8/+10
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner3-15/+9
This switches to the gnome-2.30 release branch.
2010-07-06we've got everything for gnome-2.30.2, name it sodrochner1-5/+5
2010-07-06update to 2.30.2drochner3-9/+371
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.2drochner3-7/+8
changes: -cleanup -translation updates
2010-07-06Note addition of www/contao29-translations 20100706.taca1-1/+2