Commit graph

170172 commits

Author SHA1 Message Date
wiz
fbb3d2d7a0 Fix build with png-1.5. 2011-04-05 11:27:28 +00:00
wiz
8de787460d Start fixing for png-1.5. Small function left. 2011-04-05 11:24:15 +00:00
wiz
a09e68dd80 Fix build with png-1.5. 2011-04-05 11:04:39 +00:00
wiz
badf1d4f67 + clutter-1.6.12, dvdstyler-1.8.3, evolution-3.0.0, fuse-1.0.0.1a,
gnome-games-3.0.0, gnome-keyring-3.0.0, gnome-packagekit-3.0.0,
  gnome-power-manager-3.0.0, gnome-system-tools-3.0.0, gtk3-3.0.8,
  libgnome-keyring-3.0.0, libraw-0.13.4, libsigsegv-2.10,
  mousetweaks-3.0.0, ncurses-5.9, ncursesw-5.9, pcc-1.0, puzzles-9144,
  texmaker-3.0, vala-0.12.0, veusz-1.11, vinagre-3.0.0, vino-3.0.0,
  xkeyboard-config-2.2, xmlstarlet-1.1.0.
2011-04-05 09:28:26 +00:00
wiz
4f33af2f90 Updated textproc/mdocml to 1.11.1 2011-04-05 09:27:40 +00:00
wiz
ec40672c2c Update to 1.11.1:
The earlier libroff, libmdoc, and libman soup have been merged into
a single library, libmandoc, which manages all aspects of parsing
real manuals (from line-handling to tbl parsing).

Beyond this structural change, initial eqn functionality is in
place. For the time being, this is limited to the recognition of
equation blocks; future version of mdocml will expand upon this
framework.

As usual, many general fixes and improvements have also occured.
In particular, a great deal of redundancy and superfluous code has
been removed with the merging of the backend libraries.
2011-04-05 09:27:31 +00:00
wiz
0b2ef65964 Updated misc/xdg-utils to 1.0.2nb1 2011-04-05 09:13:58 +00:00
wiz
265479cd10 Fix CVE-2008-0386 using patch from upstream repository.
Patch created by Makoto Fujiwara.

Bump PKGREVISION, set LICENSE.
2011-04-05 09:13:42 +00:00
wiz
3ce5e54677 Fix PKGREVISION spelling. From Robert Elz in PR 44824. 2011-04-05 08:39:32 +00:00
wiz
46321b67e8 Unlimit datasize, needed on NetBSD-4. From Robert Elz in PR 42899. 2011-04-05 08:38:00 +00:00
wiz
d4cafb9bb6 Fix PKGREVISION variable name. From Robert Elz. 2011-04-05 08:36:41 +00:00
adam
9807c33d61 Updated www/lighttpd to 1.4.28 2011-04-05 08:30:40 +00:00
adam
f7a9be615c Changes 1.4.28:
* Rename fdevent_event_add to _set to reflect what the function does. Fix some
  handlers.
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT()

Changes 1.4.27:
* Fix handling return value of SSL_CTX_set_options
* Fix mod_proxy HUP handling (send final chunk, fix usage counter)
* mod_proxy: close connection on write error
* Check uri instead of physical path for directory redirect
* Fix detecting git repository
* [mod_compress] Fix segfault when etags are disabled
* Reset uri.authority before TLS servername handling, reset all "keep-alive"
  data in connection_del
* Print double quotes properly when dumping config file
* Include IP addresses on error log on password failures
* Fix stalls while reading from ssl sockets
* Fix etag formatting on boxes with 32-bit longs
* Fix two compiler warnings
* mod_accesslog: fix %p for ipv6 sockets
* mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for
  X-Sendfile
* mod_staticfile: add debug output if we ignore a file with
  static-file.exclude-extensions
* mod_cgi: fix race condition leaving response not forwarded to client
* mod_accesslog: Fix var declarations mixed in source
* mod_status: Add version to status page
* mod_accesslog: optimize accesslog_append_escaped
* openssl: silence annoying error messages for errno==0
* array.c: improve array_get_unused_element to check data type; fix mem leak if
  unused_element didn't find a matching entry
* add check to stop loading plugins twice
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
* only require FDEVENT_IN bit to be set for listening connections
* add libev fdevent handler: server.event-handler = "libev"
* mod_proxy: return response as soon as it is available
* don't overwrite global server.force-lowercase-filenames setting
* bind to IPV6-only if ipv6 address was specified
2011-04-05 08:29:26 +00:00
wiz
e0ece7d744 Updated games/gbrainy to 1.64 2011-04-05 08:14:24 +00:00
wiz
093694f6da Update to 1.64:
Version 1.64
* 2 bug fixes
* Updated French translation
2011-04-05 08:14:14 +00:00
wiz
593bcb7cf4 Fix build with png-1.5. 2011-04-05 08:09:46 +00:00
wiz
5b0f39691b Set LICENSE. 2011-04-05 08:09:41 +00:00
wiz
cf3ef3c849 Describe vice options; from Rhialto. 2011-04-05 07:55:56 +00:00
uebayasi
36feacc704 Support single quote meta refresh. Bump revision.
pkg/42400 by Ryo ONODERA, thanks.
2011-04-05 05:55:29 +00:00
agc
418419f39a Move this file to a 2-clause BSD license. 2011-04-05 05:43:19 +00:00
rxg
4b511f00a9 xmp-3.3.0 has been updated, remove it from the list. 2011-04-05 05:41:11 +00:00
agc
18bf5fe3b6 Note the additino of devel/snappy version 1.0.1 2011-04-05 05:36:19 +00:00
agc
eee0c43fa9 add and enable snappy 2011-04-05 05:35:20 +00:00
agc
480ebc52d3 Initial import of snappy version 1.0.1 into the packages collection.
Snappy is a data compression library which attempts to sacrifice compressed
space efficiency for the sake of compression performance:

	Snappy is a compression/decompression library.  It does not aim for
	maximum compression, or compatibility with any other compression
	library; instead, it aims for very high speeds and reasonable
	compression.  For instance, compared to the fastest mode of zlib,
	Snappy is an order of magnitude faster for most inputs, but the
	resulting compressed files are anywhere from 20% to 100% bigger.  On a
	single core of a Core i7 processor in 64-bit mode, Snappy compresses
	at about 250 MB/sec or more and decompresses at about 500 MB/sec or
	more.

	Snappy is widely used inside Google, in everything from BigTable and
	MapReduce to the internal RPC systems.  (Snappy has previously been
	referred to as "Zippy" in some presentations and the likes.)
2011-04-05 05:34:16 +00:00
rxg
e5fbd69f3a Updated xmp to 3.3.0. This version includes buffer-overflow bugs fix.
Oked by wiz.

3.3.0 (20101002):
        - change MED BPM mode tempo setting (reported by Lorence Lombardo)
        - fix OSS driver fragment setting
        - add interactive loop toggle (requested by Emanuel Haupt)
        - add filter to prevent loading NoiseRunner modules as Protracker
        - add NoiseRunner loader (requested by Johan Samuelsson)
        - add improved Impulse Tracker fingerprinting (from Schism Tracker)
        - add Archimedes Tracker StasisMod effects support (Tom Hargreaves)
        - add tarball decompressor (Tom Hargreaves)
        - limit uncompression recursion (Tom Hargreaves)
        - fix Tracker Packer 3 loader (Tom Hargreaves)
        - fix load issue with BoobieSqueezer XMs (reported by Null Vista)
        - fix modinfo tempo/bpm setting
        - fix Zip file detection (Tom Hargreaves)
        - fix Archimedes Tracker effects (Tom Hargreaves)
        - update Audacious plugin to API 16
        - code cleanup

3.2.0 (20100530):
        - Digital Symphony fixes by Tom Hargreaves
        - Archimedes Tracker fixes by Tom Hargreaves
        - add shared logarithmic volume table for Archimedes formats
        - fix default Archimedes formats pan (RLLR instead of LRRL)
        - add Coconizer file loader
        - portability fixes for BeOS and Haiku
        - code cleanup and optimizations
        - Android port using NDK
        - fix time echoback event for MED
        - fix module time count not reseting at new module
        - make zipfile detection stricter (by Solomon Peachy)
        - fix DSMI loader volume event (by Solomon Peachy)
        - initialize formats only once
        - fix build with Audacious plugin API 13
        - fix seek in Audacious plugin

3.1.0 (20100107):
        - implement MED4 instrument transposition
        - fix build with MSVC++ 2008
        - fix bogus information in winamp plugin file info display
        - fix Audacious plugin dialog stacking order (by Michael Schwendt)
        - add Titanics Player prowizard loader
        - add SKYT Packer prowizard loader
        - add Novotrade Packer prowizard loader
        - add Hornet Packer prowizard loader
        - fix empty instruments in Digital Illusions loader
        - fix silent Liquid Tracker module bug
        - add Magnetic Fields Packer loader
        - add The Player 6.1a prowizard loader
        - add StoneCracker S404 decompressor (from amigadepacker)
        - add extra Funktracker file tests to prevent false positives
        - add Polly Tracker module loader
        - code cleanup and optimizations

3.0.1 (20091221):
        - better handling of corrupted modules
        - load Real Tracker RTMM 1.12 modules (tested with odyssey.rtm)
        - fix tuning of Real Tracker modules
        - fix Real Tracker patern decoding
        - fix segfault in modules with 0 orders or 0 channels
        - fix loading of MED4 module patterns with less than 32 lines
        - fix memory leak when loading corrupt MED4 files

3.0.0 (20091210): 13 years after the 0.09b release
        - allow parallel build (R.I.P. 1996 buildsystem)
        - implement the long postponed open player loop
        - generate win32 project files when packaging distfile
        - remove callback driver
        - split unified flags/quirks into separate variables
        - add elapsed time echoback event
        - add option to display elapsed and remaining time
        - implement IT volume column fine effects quirk (Storlek test #6)
        - fix bmp plugin build
        - fix FreeBSD build (by swell k)
        - fix terminal handling in Cygwin (by daniel åkerud)
        - add OpenMPT id to S3M loader
        - add Epic MegaGames MUSE data decompression
        - add Galaxy Music System (Jazz Jackrabbit 2 J2B) module loader
        - fix parsing of driver-specific parameters
        - fix GDM length, number of patterns and number of samples
        - fix memory access error in MDL sample depacker
        - fix ProRunner1 samples size
        - OSS driver resets the DSP device on exit (by Andrew Church)
        - fix handling of PT portamento+vslide effect (by Andrew Church)
        - move driver init from player core to main application or plugin
        - Epic MegaGames MASI loader fixes
        - add Amiga TuneNet plugin (by Chris Young)
        - fix Module Protector loader
        - fix lha depacking in Amiga (reported by Chris Young)
        - fix clang build (by swell k)
        - add support for xz decompressor (by swell k)
        - add built-in LZX decompressor
        - remove pause-related functions from player core
        - fix build in Solaris 10 and Sun Studio 12 Update 1 C++ compiler
          (reported by Douglas Carmichael)
        - fix plugin to work with Audacious 2.2 (reported by Götz Waschk)
        - fix invalid and uninitialized data accesses reported by Valgrind
        - fix memory leaks reported by Valgrind

2.7.1 (20090718):
        - fix -l option in manpage (debian bug #442147)
        - fix endianism in MDL sample depacking (reported by Gürkan Sengün)
        - fix loading of MOD2XM 1.0 modules (reported by Gürkan Sengün)
        - add some sanity checks in XM module loading
        - fix IT note cut and delay (Storlek test #22)
        - increase period resolution for better tuning (reported by Mirko
          Buffoni and Gürkan Sengün)
        - allow lower BPM settings (fixes Lemmings 2 circus music)

2.7.0 (20090711):
        - add StarTrekker packer loader (untested, need samples)
        - extended key range to IT octave 9 (fixes beek-my_eleventh_year.it,
          reported by Mirko Buffoni)
        - ignore tempo/bpm settings to 0 in module scan (fixes albacore.it,
          reported by Storlek)
        - implement IT T0x and T1x tempo slides
        - process effects in IT muted channels (Storlek test #10)
        - generalized delayed event support (Storlek test #8)
        - emulate "always store instrument" IT bug (Storlek test #8)
        - add extra click removal step in mixer routines
        - fix loop size in GMC loader (reported by Mirko Buffoni)
        - GMC loader code cleanup
        - store in-file comments
        - apply amplification in the final downmix
        - set sample format to unsigned on 8-bit wav file output
        - attempt to handle BPM-based MED tempos a bit better
        - add option to use the IT LPF as a click/noise filter
        - deprecate $HOME/.xmprc, use $HOME/.xmp/xmp.conf instead
        - reintroduce modules.conf, move SYSCONFDIR back to /etc/xmp
        - display checksum for platforms where cksum(1) not readily available
        - add filter quirk for rn-alone.it
        - reintroduce manual setting for vblank timing in Amiga modules
        - add vblank quirk for mod.siedler ii (by Daniel Åkerud)
        - don't crash if SoundSmith instruments not found

2.6.2 (20090630):
        - Promizer 1.8a loader code cleanup
        - fix portamento to skip first frame of each row
        - fix periods in instruments with finetune

2.6.1 (20090627):
        - fix XMMS plugin build (reported by Götz Waschk)
        - add Chibi Tracker fingerprint to IT loader (info by Storlek)
        - add Schism Tracker fingerprint to S3M loader (info by Storlek)
        - fix Modplug Tracker/OpenMPT identification in IT loader
        - IT instrument and sample modes use same quirks (Storlek test #9)
        - transposed period scale base down one semitone (Storlek test #1)
        - remove previous portamento in SpaceDebris.mod fix
        - add unified pitch slide/portamento memory (Storlek test #3)
        - no Amiga limits for multichannel mods (fixes Bending CD61)

2.6.0 (20090625):
        - cleanup: remove rarely used Unix IPC code that difficults porting
        - cleanup: remove per-module configuration that nobody uses
        - cleanup: moved Prowizard depacking to loader section
        - don't abort loading if IT sample magic not found (fixes loading
          of use-brdg.it and use-funk.it, reported by Mirko Buffoni)
        - multichannel mods written with Scream Tracker don't use Amiga note
          limits (fixes Earth Mountains, reported by Samuli Sorvakko)
        - fix start option in DeusEx's .umx files (by erlk ozlr)
        - add OpenBSD sndio driver (by Thomas Pfaff)
        - fix memory leak: free extra pattern allocated by the XM loader
        - fix memory leak: free temporary pointer arrays in the IT loader
        - fix memory leak: free temporary pointer arrays in the S3M loader
        - fix memory leak: free header and filename when file is invalid
        - fix memory leak: free temporary buffer in MDL loader
        - fix memory leak: move UNIC check to test section of mod loader
        - fix memory leak: free Digital Symphony extra empty track
        - fix memory leak: free Music Module Compressor buffers
        - fix memory access violation freeing list nodes using list_for_each
        - fix memory access violation in MDL track allocation
        - fix memory access violation in MDL sample decompression
        - fix memory access violation in LIQ pattern loading
        - fix memory access violation in P18A format test
        - fix free of unallocated block in IT sample-only mode
        - fix buffer overflow in OXM/DTT loaders (reported by Luigi Auriemma)
        - rename oss_mix driver to oss and alsa_mix to alsa
        - restrict MMD0/MMD1 non-synth instrument note range to 3 octaves
          (reported by Daniel Åkerud and Mirko Buffoni)
        - assume wav driver if output filename ends in .wav
        - fix volume slides with 00 parameter (by Mirko Buffoni)
        - fix crash when S3M C2spd is zero (by Mirko Buffoni)
        - merged Mirko Buffoni's Windows Visual C++ port
        - don't process tone portamento in first frame of each row, fixes
          Space Debris.mod (by Mirko Buffoni)
        - add amplification factor option (by Mirko Buffoni)
        - improved Winamp plugin (by Mirko Buffoni)
        - don't unlink open files (for Windows port, by Mirko Buffoni)
        - add experimental DxF/DFx handling with volume slides in all frames
        - add better Archimedes .arc compressed file test
        - reverted to older YM3812 emulator for license compliance
        - fix byte swap error in HSC to SBI Adlib OPL2 instrument conversion
        - fix Reality Adlib tracker loader
        - implement Adlib OPL2 synth volume setting
        - improve tempo, tuning and envelope of HSC modules
        - fix scanning of patterns containing short tracks
        - don't play notes outside the valid 8 octave note range
        - enable The Player 5.0A loader (tested with Full Moon mods)
        - enable ProPacker 2.1 loader (tested with Cool World mods)
        - fix endianism issues in The Player 5.0 and 6.0 loaders
        - fix AMF track remapping error
        - enable instrument retriggering quirk in IT loader
        - configuration file moved back to /etc
        - fix estimated tempo for S3M/IT modules with BPM changes
2011-04-05 05:22:52 +00:00
manu
ee8a23738d Package was imported without the p5- prefix, cvs delete and cvs import again 2011-04-05 00:47:14 +00:00
ryoon
da73e0acdf Updated chat/navi2ch to 1.8.4 2011-04-04 21:54:31 +00:00
ryoon
d42ca69c46 Update to 1.8.4
Changelog:
* Fix bug related to MARU login
* Fix sort bug
* Fix other bugs
2011-04-04 21:52:50 +00:00
minskim
a792225ed0 Note PKGREVISION bump of tex-polytable-doc. 2011-04-04 19:38:38 +00:00
minskim
5af2a378ab Add a missing file to PLIST. 2011-04-04 19:38:05 +00:00
wiz
1fff6e99d3 Updated emulators/vice to 2.3 2011-04-04 13:42:19 +00:00
wiz
dc209878d9 Update to 2.3, provided by Olaf 'Rhialto' Seibert in PR 44820, with a
slight fix.

* Changes in VICE 2.3
======================

** General
----------

- Added x64sc, the accurate C64 emulator:

  * VIC-II emulation rewritten from scratch using results from extensive
    testing with newly written test programs on real hardware.

  * Emulation is done on a cycle by cycle basis combined with pixel exact
    dot clock domain handling.

  * Accurate handling of all possible in-line splits of VIC-II registers
    and graphics data.

  * C64 model and even individual chip revisions can be selected for very
    detailed emulation of their differences.

  * Equally accurate PAL, NTSC and PAL-N emulation.

  We believe x64sc is one of the most accurate C64 emulators at the
  moment.

- Drive improvements, including weak bit emulation.

- Major reSID overhaul:

  * Emulation of all known pipeline delays for full cycle accuracy.
  * New shift register model based on revectorized die photograps.
  * Accurate DAC models based on revectorized die photograps.
  * Emulation of floating waveform DAC input for waveform 0.
  * Advanced 6581 transistor level filter model based on revectorized
    die photograps, yielding unprecedented accuracy.

- CRT Emulation (former "PAL emulation") is now available regardless of
  video mode or -chip and works in all emulators.

  NOTE: Color gamma range changed. You may need to set to 2.200 manually.
  (ColorGamma=2200)

- Added "True aspect ratio" option.

- Sound buffer overflows reduced and the error replaced with a warning.

- Various monitor improvements (io details, expansion port status ...)

- Removed little used Emulator ID feature.

- VIA wrap handling rewritten to fix problems with timer 2.

- Added autostart option to do LOAD ,8 instead of ,8,1.

- RESTORE key presses are now distributed randomly across a frame.

- Improved accuracy of CIA interrupts. (6526/6526A selectable)

** C64/C128 changes
-------------------

- Cartridge emulation improvements. Many broken cartridges fixed, and the
  following ones added:

  * Action Replay 2
  * Action Replay 3
  * Capture
  * Diashow Maker
  * EXOS
  * Final Cartridge Plus
  * Freeze Frame
  * Freeze Machine
  * Game Killer
  * MACH 5
  * Magic Voice
  * MMC Replay
  * Prophet 64
  * Snapshot 64
  * Super Explode V5
  * Super Snapshot

- Added emulation of the passthrough port of MMC64, Magic Voice and IEEE488
  cartridges.

- CIA TOD 50/60 Hz toggle emulation fixed.

- Improved 1351/paddles port MUX emulation.

** C64 changes
--------------

- Added Drean (PAL-N) emulation.

- Fixed bug with autostart mode Inject-to-RAM.  It now writes to RAM under
  I/O correctly.

** C128 changes
---------------

- Fixed a bug with autostarting t64 images.

** VIC20 changes
----------------

- Added Vic Flash Plugin cartridge emulation.

- Fixed video cache & reverse bug.

- Fixed bug in attaching 4kB cartridges.

- Fixed autostarting bug, mostly seen with tape images.

** PLUS4 changes
----------------

- Fixed crashes in NTSC mode.

- Added v364 speech emulation.

** PET changes
--------------

- Added DWW emulation.

- Added userport DAC emulation.

** CBM2 changes
---------------

- Split 5x0 and 6x0/7x0 settings in the configuration file.

** Unix changes
---------------

- (Xaw) The menus can now be operated without holding the
  mouse button down. Keyboard control is also available
  (Shift-Alt-Z for left menu, Shift-Alt-X for right menu).

- (Xaw) Lightpen/gun support added.

- (GTK+) Fixed aspect ratio option added.

** SDL UI changes
-----------------

- Added vsid UI, FFMPEG and printer menus. The UI is complete.
2011-04-04 13:42:08 +00:00
drochner
44b09c95c0 delete some unused Makefile rules which are not prefixed by TABs
correctly, leading to refusal by recent gmake
2011-04-04 12:17:29 +00:00
wiz
8c2ce5e013 Updated emulators/mess to 0.142 2011-04-04 12:09:31 +00:00
wiz
f2547603e9 Updated emulators/mame to 0.142 2011-04-04 12:09:21 +00:00
wiz
a49878371c Update mame and mess to 0.142. Lots of changes, as usual. 2011-04-04 12:09:02 +00:00
adam
6899699545 Updated x11/xplanet to 1.2.2 2011-04-04 11:42:19 +00:00
adam
2f4532bfc6 Changes 1.2.2:
No release info available.
2011-04-04 11:41:28 +00:00
drochner
ce4130b0ef kill a check that time_t<=int which keeps this pkg from building
on NetBSD-current/32bit
(I don't see what this check is good for)
2011-04-04 11:27:39 +00:00
drochner
e824e46470 update to 3.6.16
change: blacklist compromized Comodo certificates
2011-04-04 11:05:42 +00:00
drochner
b6a5047340 rename local getline() function to avoid conflict with the libc
provided one in NetBSD-current
2011-04-04 11:00:38 +00:00
drochner
92e92fd337 fix HOMEPAGE, from Kamel Derouiche per PR pkg/44823 2011-04-04 10:48:32 +00:00
hans
49052b82dc Fix build on SunOS. 2011-04-04 09:41:17 +00:00
adam
b005fbe6a6 Updated graphics/netpbm to 10.35.80; www/ap2-perl to 2.0.5; www/p5-Apache-Reload to 0.11 2011-04-04 09:40:36 +00:00
obache
8b48194dbe Updated devel/ruby-pkg-config to 1.1.0 2011-04-04 09:28:17 +00:00
obache
2bde7c97c0 Update ruby-pkg-config to 1.1.0
== 1.1.0 - 2011/04/03

* [#3270846] add /usr/lib/x86_64-linux-gnu/pkgconfig to default paths.
  (Reported by Funky Bibimbap)
2011-04-04 09:28:03 +00:00
adam
eb77d31174 Changes 0.11:
* Ignore require-hooks which exist in %INC
* Reloads by file, not module name
* Add a no Apache::Reload directive which skips reloading for modules that have
  it included (useful for Moose compatibility).
2011-04-04 09:26:00 +00:00
adam
cf67592431 Changes 2.0.5:
* Prepare modperl for the upcoming perl 5.14
* Add lib/ModPerl/MethodLookup.pm to MANIFEST via lib/ModPerl/Manifest.pm
* PerlIOApache_write() now throws an APR::Error object, rather than just
  a string error, if modperl_wbucket_write() fails.
* Authentication tests fail with LWP 5.815 and later
* Concise test won't perform unless StatusTerse is set to ON
* Look for a usable apxs in $ENV{PATH} if all other options fail, then prompt
  the user for one.
* Work around bootstrap warnings when Apache2::BuildConfig has not been
  created yet.
* Remove Apache::test compatibility (part of mod_perl 1.2.7), that code causes
  build issues and is 4 versions out of date.
* Make sure perl is built either with multiplicity and ithreads or without both
* Support for "install_vendor" and "install_site" make targets
* Run tests on bundled pure perl Apache::* modules
* Implement a mini-preprocess language for map-files in xs/maps.
* Implement APR::Socket::fileno
* Export PROXYREQ_RESPONSE, a missing PROXYREQ_* constant
* Make sure standard file descriptors are preserved by the perl-script handler
* Fix the filter init handler attribute check in
  modperl_filter_resolve_init_handler()
* Make sure buffer is a valid SV in modperl_filter_read()
* Move modperl_response_finish() out of modperl_response_handler_run in
  mod_perl.c
2011-04-04 09:24:14 +00:00
wiz
89bc4ed3bd Updated devel/mercurial to 1.8.2 2011-04-04 09:23:30 +00:00
wiz
7d25c7d4dc Update to 1.8.2:
This is regular time-based bugfix release.

    * bookmarks: discard current bookmark if absent from the
    bookmarks (issue2692)
    * bookmarks: fix update of the current bookmark during rename
    * color: port to using ctypes (issue2687)
    * convert/svn: fix _iterfiles() output in root dir case (issue2647)
    * eol: do not abort when win32text is found, only warn
    * eol: use dirstate methods to clear dirstate
    * fix compiling of extensions for OS X and XCode 4.0
    * hgweb: add display of bookmarks for changelog and changeset
    * hgweb: add separate page with bookmarks listing
    * merge: avoid unlinking destination of merge when case changes
    (issue2715)
    * mq: do not let qrefresh write bad patch
    * pager: don't page stderr if it's being redirected (issue2541)
    * push/outgoing: print remote target path even if there's an
    error (issue2561)
    * subrepo: recognize scp-style paths as git URLs
    * templates: widen the graph canvas (issue2683)
2011-04-04 09:23:20 +00:00