summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-23Changes 1.8.5:adam8-53/+15
Foreign interfaces, subsystems and ports. * The HTTP transport, when talking GSS-Negotiate, uses "100 Continue" response to avoid having to rewind and resend a large payload, which may not be always doable. * Various bugfixes to remote-bzr and remote-hg (in contrib/). * The build procedure is aware of MirBSD now. * Various "git p4", "git svn" and "gitk" updates. UI, Workflows & Features * Fetching from a shallowly-cloned repository used to be forbidden, primarily because the codepaths involved were not carefully vetted and we did not bother supporting such usage. This release attempts to allow object transfer out of a shallowly-cloned repository in a more controlled way (i.e. the receiver becomes a shallow repository with a truncated history). * Just like we give a reasonable default for "less" via the LESS environment variable, we now specify a reasonable default for "lv" via the "LV" environment variable when spawning the pager. * Two-level configuration variable names in "branch.*" and "remote.*" hierarchies, whose variables are predominantly three-level, were not completed by hitting a <TAB> in bash and zsh completions. * Fetching a 'frotz' branch with "git fetch", while a 'frotz/nitfol' remote-tracking branch from an earlier fetch was still there, would error out, primarily because the command was not told that it is allowed to lose any information on our side. "git fetch --prune" now can be used to remove 'frotz/nitfol' to make room for fetching and storing the 'frotz' remote-tracking branch. * "diff.orderfile=<file>" configuration variable can be used to pretend as if the "-O<file>" option were given from the command line of "git diff", etc. * The negative pathspec syntax allows "git log -- . ':!dir'" to tell us "I am interested in everything but 'dir' directory". * "git difftool" shows how many different paths there are in total, and how many of them have been shown so far, to indicate progress. * "git push origin master" used to push our 'master' branch to update the 'master' branch at the 'origin' repository. This has been enhanced to use the same ref mapping "git push origin" would use to determine what ref at the 'origin' to be updated with our 'master'. For example, with this configuration [remote "origin"] push = refs/heads/*:refs/review/* that would cause "git push origin" to push out our local branches to corresponding refs under refs/review/ hierarchy at 'origin', "git push origin master" would update 'refs/review/master' over there. Alternatively, if push.default is set to 'upstream' and our 'master' is set to integrate with 'topic' from the 'origin' branch, running "git push origin" while on our 'master' would update their 'topic' branch, and running "git push origin master" while on any of our branches does the same. * "gitweb" learned to treat ref hierarchies other than refs/heads as if they are additional branch namespaces (e.g. refs/changes/ in Gerrit). * "git for-each-ref --format=..." learned a few formatting directives; e.g. "%(color:red)%(HEAD)%(color:reset) %(refname:short) %(subject)". * The command string given to "git submodule foreach" is passed directly to the shell, without being eval'ed. This is a backward incompatible change that may break existing users. * "git log" and friends learned the "--exclude=<glob>" option, to allow people to say "list history of all branches except those that match this pattern" with "git log --exclude='*/*' --branches". * "git rev-parse --parseopt" learned a new "--stuck-long" option to help scripts parse options with an optional parameter. * The "--tags" option to "git fetch" no longer tells the command to fetch _only_ the tags. It instead fetches tags _in addition to_ what are fetched by the same command line without the option.
2014-02-23Changes 1.8.8:adam8-46/+40
User-visible changes: - Client-side bugfixes: * use CryptoAPI to validate intermediary certificates on Windows (r1564623) * fix automatic relocate for wcs not at repository root (r1541638 et al) * diff: fix when target is a drive root on Windows (r1541635) * wc: improve performance when used with SQLite 3.8 (r1542765) * copy: fix some scenarios that broke the working copy (r1560690) * move: fix errors when moving files between an external and the parent working copy (r1551524, r1551579) * log: resolve performance regression in certain scenarios (r1553101 et al) * merge: decrease work to detect differences between 3 files (r1548486) * checkout: don't require flush support for symlinks on Windows (r1547774) * commit: don't change file permissions inappropriately (issue 4440) * commit: fix assertion due to invalid pool lifetime (r1553376 et al) * version: don't cut off the distribution version on Linux (r1544878 et al) * flush stdout before exiting to avoid information being lost (r1499470) * status: fix missing sentinel value on warning codes (r1543145) * update/switch: improve some WC db queries that may return incorrect results depending on how SQLite is built (r1567109) - Server-side bugfixes: * reduce memory usage during checkout and export (r1564215) * fsfs: create rep-cache.db with proper permissions (issue 3437) * mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032) * mod_dav_svn: fix SVNAllowBulkUpdates directive merging (r1548105) * mod_dav_svn: include requested property changes in reports (r1557522) * svnserve: correct default cache size in help text (r1563110) * svnadmin dump: reduce size of dump files with '--deltas' (r1554978) * resolve integer underflow that resulted in infinite loops (r1567985) Developer-visible changes: - General: * fix ocassional failure of check_tests.py 12 (r1496127 et al) * fix failure with SQLite 3.8.1-3.8.3 when built with SQLITE_ENABLE_STAT3/4 due to bug in SQLite (r1567286, r1567392) * specify SQLite defaults that can be changed when SQLite is built to avoid unexpected behavior with Subversion (r1567064) - API changes: * numerous documentation fixes * svn_client_commit_item3_dup() fix pool lifetime issues (r1550803) * ra_serf: properly ask multiple certificate validation providers for acceptance of certificate failures (r1535532) * release internal fs objects when closing commit editor (r1555499) * svn_client_proplist4() don't call the callback multiple times for the same path in order to deliver inherited properties (r1549858 et al) - Bindings: * javahl: make test suite run without installing on OS X (r1535115) * swig: fix building out of tarball on OS X (r1555654) * swig-pl: fix with --enable-sqlite-compatibility-version (r1559009) * swig: fix building bindings on OS X when APR has the -no-cpp-precomp flag in the apr-config --cppflags output. (r1535610) * swig: fix building from tarball with an out-of-tree build (r1543187)
2014-02-23Updated devel/p5-Module-Load to 0.32wen1-1/+2
2014-02-23Update to 0.32wen2-6/+6
Upstream changes: 0.32 Thu Feb 20 22:53:19 GMT 2014 * Fix tests to support statically built perls 0.30 Sat Jan 25 13:26:51 GMT 2014 * Fix 'uninitialized' warnings during testing * Added done_testing() to tests 0.28 Sat Jan 4 11:07:27 GMT 2014 * Fix 'Prototype after' warnings 0.26 Sat Jan 4 10:08:35 GMT 2014 * New functions added (reisub) * Documented by magnolia
2014-02-23Updated www/p5-HTML-Mason to 1.54wen1-1/+2
2014-02-23Update to 1.54wen3-10/+9
Change option name fcgi to fasrcgi Upstream changes: 1.54 Jan 19, 2014 [ DISTRIBUTION ] - Remake with gnutar 1.53 Jan 18, 2014 [ DISTRIBUTION ] - Attempt to fix corrupted tar 1.52 Oct 9, 2013 [ BUG FIXES ] - Ignore 'Software caused connection abort' errors. RT #49031. Submitted by Morten Bjoernsvik. - Sort hash keys to deal with Perl 5.18+ hash randomization. RT #88708. Submitted by Zefram. - Fix 'and' precedence with explicit parens. RT #87050. Submitted by Alex Vandiver. - Escape each part of substitution, not their concatenation. github.com/jonswar/perl-HTML-Mason/pull/1. Submitted by Ricardo Signes. [ ENHANCEMENTS ] - Add use_warnings flag, similar to use_strict. github.com/jonswar/perl-HTML-Mason/pull/4. Submitted by Aevar Bjarmason. 1.51 May 8, 2013 [ DISTRIBUTION ] - Fix hardcoded version [DOCS] - Add HTML::Mason::FAQ, from old masonhq.com website
2014-02-23Revert previous.ryoon1-3/+3
Fix build under NetBSD/amd64 6.99.32 and GCC 4.5.4.
2014-02-23Note update of textproc/p5-Dist-Zilla-Plugin-PodWeaver.hiramatsu1-1/+2
2014-02-23Update textproc/p5-Dist-Zilla-Plugin-PodWeaver to 4.005.hiramatsu2-8/+7
Changes from previous: ---------------------- 4.005 2014-01-07 20:06:10-05:00 America/New_York require a newer PerlMunger to deal with non-ASCII input 4.004 2014-01-04 13:55:59 America/New_York fix the breakage of [PodWeaver] with weaver.ini 4.003 2014-01-04 08:17:17 America/New_York allow config_plugin to be given more than once 4.002 2013-11-12 13:15:37 America/New_York add weaver config to plugin config dump 4.001 2013-11-02 11:40:33 America/New_York stable release of v4 4.000 2013-10-20 08:15:20 America/New_York (TRIAL RELEASE) update to Pod::Weaver 4! 3.102000 2013-09-25 20:56:36 America/New_York include the plugin configuration details in x_Dist_Zilla metadata (thanks, Karen Etheridge!) 3.101642 2013-07-25 14:05:58 America/Los_Angeles pass the DZ logger to Pod::Weaver along correctly if weaver.ini exists document use of FileFinderUser and the finder attribute remove unused module loading, defer other loading until runtime
2014-02-23Add and enable toilet.schmonz1-1/+2
2014-02-23Added misc/toilet version 0.3schmonz1-1/+2
2014-02-23Add toilet, a free replacement for the FIGlet utility. TOIlet standsschmonz4-0/+63
for "The Other Implementation's letters", coined after FIGlet's "Frank, Ian and Glen's letters". TOIlet is in its very early development phase. It uses the powerful libcaca library to achieve various text-based effects. TOIlet implements or plans to implement the following features: * The ability to load FIGlet fonts * Support for Unicode input and output * Support for colour fonts * Support for colour output * Support for various output formats: HTML, IRC, ANSI... TOIlet also aims for full FIGlet compatibility. It is currently able to load FIGlet fonts and perform horizontal smushing.
2014-02-23Updated graphics/libcaca to 0.99.18schmonz2-3/+3
2014-02-23Update to the non-deprecated 0.99.beta18, with help from jgoamakf'sschmonz10-136/+62
pkgsrc-wip entry. From the changelog: - new "cacaclock" utility - improved FIGlet support - improved Python and Ruby bindings - numerous improvements and bugfixes - new dirty rectangle framework for accelerated rendering - new <conio.h> compatible header for old DOS software porting - XCode and Visual Studio build improvements - Unicode support in the X11 driver - triangle texture mapping - improved HTML output - new troff output - improved Ruby and .NET bindings - new comprehensive PHP bindings - new Java bindings - Cocoa driver enhancements - support for ANSI colour in FIGlet and TOIlet fonts - documentation updates - numerous improvements and bugfixes - many build fixes, especially for nonstandard platforms - libcucul was merged back into libcaca for more clarity - internal FIGlet font support - use C99 types in public headers - runtime support for output drivers - BBcode export support - device-dependent cursor support - event API rewrite - minor API improvements and extensions - img2txt improvements - Ruby bindings - Massive C# bindings improvements - Python sample code - Visual Studio build solution - support for 90-degree canvas rotation - better behaviour when trying to output Unicode on an ASCII terminal - the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth Forms and Miscellaneous Symbols Unicode blocks - new rotozoom effect in cacademo - Cocoa output driver for Mac OS X - preliminary .NET bindings - many bugfixes and documentation changes - fixed compilation of the C++ bindings - fixed bugs in cucul_import_memory(), cucul_set_canvas_size() - implemented caca_set_display_title() for ncurses and S-Lang - minor bugfixes - new debug mode - blitting canvases now makes use of the canvas' handle coordinates - import functions can read streamed data - attribute to colorspace transformations - added katakana and hiragana glyphs to the built-in font - many bugfixes and documentation changes - support for blink, bold, italics and underline attributes - allow to import and export zero-sized canvases - fixed Imlib2 support in cacaview - fixed buffer overlows in the file importer - big documentation updates - allow to build the X11 and GL drivers as separate plugins - support for fullwidth Unicode characters - improved cucul_flip() and cucul_rotate() - minor bugfixes and documentation updates - transparency support in the UTF-8 importer and exporter - optimised triangle fill routine - updated C++ bindings - ANSI importer now handles transparency and UTF-8 - Unicode support was broken for about 10% of the set - various memory leaks were fixed - implemented cucul_getchar() and cucul_get_color() - handle transparency in the IRC export - new cropping and expanding filters - full Unicode support in the OpenGL driver - portability fixes for 64-bit architectures, Win32 and MS-DOS - all demos except cacafire were merged into cacademo - added a compatibility layer for pre-1.x libcaca applications - fixed manpage generation - minor bugfixes and documentation updates - libcaca functions use errno for error reporting - updated C++ bindings - minor improvements, bugfixes and documentation updates - ANSI importer - functions use errno for error reporting - updated C++ bindings - .NET bindings - cacadraw, an ANSI viewer that will evolve into an editor - Unicode input and output support for SLang and ncurses - built-in fonts work on Win32 - license switched to WTFPL - libcaca was split into libcucul, a standalone text manipulation backend, and libcaca, the display and user input frontend - Unicode support - TrueColor (more than 16 colours) support - Floyd-Steinberg dithering - gamma correction - export functions for HTML, IRC, ANSI, SVG, PostScript, TGA... - builtin fonts for device-independent bitmap output - various text transformation routines (rotation, horizontal flip...) - OpenGL renderer - kernel mode to build libcaca programs into a bootable x86 kernel - cacaserver, a telnet server that can be hooked to libcaca applications - img2irc, an image to IRC conversion utility
2014-02-22Updated misc/tmux to 1.9awiz1-1/+2
2014-02-22Update to 1.9a:wiz2-6/+6
NOTE: This is a bug-fix release to address some important bugs which just missed the 1.9 deadline, but were found afterwards. Normal Changes ============== * Fix crash due to uninitialized lastwp member of layout_cell * Fix -fg/-bg/-style with 256 colour terminals.
2014-02-22needs -lX11 -lm on SunOSwiedi1-1/+2
2014-02-22Update distinfo. Should be fix PR pkg/48615.taca1-2/+2
2014-02-22Fix int types on SunOSwiedi1-1/+3
2014-02-22Link network libs on SunOSwiedi1-1/+3
2014-02-22Enable MPMs select.ryoon3-14/+16
It is disabled by my misunderstanding. The default binary is not changed.
2014-02-22Updated audio/darkice to 1.2wiedi1-1/+2
2014-02-22Update darkice to 1.2wiedi16-306/+159
Forward ported the existing patches that were not upstream yet. Also added patches for cfmakeraw and log10(int) amgiguity to fix build on SunOS. From the changelog since 0.17.1 15-07-2013 Darkice 1.2 released o Issue #75: Added Ogg/Opus support. Patch by Doug Kelly dougk.ff7@gmail.com o Fix 'Ring Ruffer' reports. - Increased buffer for jack to 5 seconds - prevent darkice termination by jack, report no fatal problem when we have a ringbuffer overflow, can happen during startup If we can not handle input audio fast enough we just ignore the buffer and skip it, and just report it. - new multithreaded connector code, now handles encoders in parallel and does not spin waiting, cpu load will be very much lower now Codes uses 2 condition variables to report data availability and consumer thread availability - Hopes are that glitching reports will be a thing of the past - minor compiler warnings fixed (Fix by Edwin van den Oetelaar) o Issue #56: Wrong icecast2 password isn't properly reported, fixed. thanks to Filipe Roque <flip.roque@gmail.com> o Issue #57: BufferedSink makes streams invalid, fixed. thanks to Alban Peignier <alban.peignier@gmail.com> o Issue #30: Segmentation Fault when creating file with fileAddDate, fixed thanks to Filipe Roque <flip.roque@gmail.com> 27-10-2011 Darkice 1.1 released o Updated aac+ encoding to use libaacplus-2.0.0 api. thanks to Sergiy <piratfm@gmail.com> o Added pulseaudio support closes ticket #25 thanks to Filipe Roque <flip.roque@gmail.com> and and Johann Fot <johann.fot@dunkelfuerst.com> o Added rtprio parameter and revisited realtime priority closes ticket #21 thanks to Adrian Knoth <adi@drcomp.erfurt.thur.de> o Fixed a call to a deprecated jack call closes ticket #22 thanks to Adrian Knoth again. 09-05-2010 Darkice 1.0 released o fixed a bug in BufferedSink.cpp that leads to some buffers being written twice, causing corruption of datastream, closes ticked #20 thanks to Edwin van den Oetelaar <oetelaar.automatisering@gmail.com> o implemented samplerate conversion for all codecs using libsamplerate, and keeping internal aflibConverter as fallback, thanks to Sergiy <piratfm@gmail.com> o bugfix: fix for alsa driver - closes ticked #8 thanks to Clemens Ladisch <clemens@ladisch.de> 14-11-2009 Darkice 0.20.1 released o added rc.darkice init script thanks to Niels Dettenbach <nd@syndicat.com> o bugfix: fix for gcc 4.4 05-11-2009 Darkice 0.20 released o new maintainer: Rafael Diniz <rafael@riseup.net> o added AAC HEv2 encoding support (branch darkice-aacp merged) through libaacplus, http://tipok.org.ua/ru/node/17 thanks to tipok <piratfm@gmail.com> and others for the contribution. o bugfix: the configure script recognizes Ogg Vorbis shared objects now, not just static libraries. Thanks to omroepvenray. o bugfix: enabling jack source compilation on Debian Lenny, thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org> 07-07-2008 Darkice 0.19 released o added mount point option for Darwin Streaming Server thanks to Pierre Souchay <pierre@souchay.net> o fix for some reliablity issues when using a Jack source thanks to Pierre Souchay <pierre@souchay.net> o enable easier finding of jack libraries on MacOS X, thanks to Daniel Hazelbaker <daniel@highdesertchurch.com> o added ability to specify name of jack device created by darkice, thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org> 26-04-2007 DarkIce 0.18.1 released o enable real-time scheduling for non-super-users, if they have the proper operating system permissions, thanks to Jens Maurer <Jens.Maurer@gmx.net> o fix to enable compliation of the Serial ULAW code on MacOS X, thanks to Elod Horvath <elod@itfais.com> o fix to solve Shoutcast login failures, introduced in 0.18 05-03-2007 DarkIce 0.18 released o added serial ulaw input device support, thanks to Clyde Stubbs <clyde@htsoft.com> o improvements on reconnecting: added TCP connection keep-alive to TCP sockets added graceful sleep when trying to reconnect o added user-defined date formatting for the fileAddDate options, thanks to dsk <derrick@csociety.org> o added logging facility - [file-X] targets will cut the saved file and rename it as needed when darkice recieves the SIGUSR1 signal o added default configuration file handling - if no configuration file is specified, /etc/darkice.cfg is used o fix to enable compiling on 64 bit platforms thanks to Alexander Vlasov <zulu@galaradio.com> and Mariusz Mazur <mmazur@kernel.pl> o fix to enable file dump feature using ogg vorbis. thanks to dsk <derrick@csociety.org> o fix to enable compiling with jack installed at arbitrary locations
2014-02-22+ calibre-1.25, ed-1.10, samba-4.1.5, wine-devel-1.7.13.wiz1-5/+5
2014-02-22Updated misc/tmux to 1.9wiz1-1/+2
2014-02-22Update to 1.9:wiz5-109/+6
NOTE: This release has bumped the tmux protocol version. It is therefore advised that the prior tmux server is restarted when this version of tmux is installed, to avoid protocol mismatch errors for newer clients trying to talk to an older running tmux server. Incompatible Changes ==================== * 88 colour support has been removed. * 'default-path' has been removed. The new-window command accepts '-c' to cater for this. The previous value of "." can be replaced with: 'neww -c $PWD', the previous value of '' which meant current path of the pane can be specified as: 'neww -c "#{pane_current_path}"' Deprecated Changes ================== * The single format specifiers: #A -> #Z (where defined) have been deprecated and replaced with longer-named equivalents, as listed in the FORMATS section of the tmux manpage. * The various foo-{fg,bg,attr} commands have been deprecated and replaced with equivalent foo-style option instead. Currently this is still backwards-compatible, but will be removed over time. Normal Changes ============== * A new environment variable TMUX_TMPDIR is now honoured, allowing the socket directory to be set outside of TMPDIR (/tmp/ if not set). * If -s not given to swap-pane the current pane is assumed. * A #{pane_syncronized} format specifier has been added to be a conditional format if a pane is in a syncronised mode (c.f. syncronize-panes) * Tmux now runs under Cygwin natively. * Formats can now be nested within each other and expanded accordingly. * Added 'automatic-rename-format' option to allow the automatic rename mechanism to use something other than the default of #{pane_current_command}. * new-session learnt '-c' to specify the starting directory for that session and all subsequent windows therein. * The session name is now shown in the message printed to the terminal when a session is detached. * Lots more format specifiers have been added. * Server race conditions have been fixed; in particular commands are not run until after the configuration file is read completely. * Case insensitive searching in tmux's copy-mode is now possible. * attach-session and switch-client learnt the '-t' option to accept a window and/or a pane to use. * Copy-mode is only exited if no selection is in progress. * Paste key in copy-mode is now possible to enter text from the clipboard. * status-interval set to '0' now works as intended. * tmux now supports 256 colours running under fbterm. * Many bug fixes!
2014-02-22Updated www/goaccess to 0.7.1wiedi1-1/+2
2014-02-22Update goaccess to 0.7.1wiedi2-7/+7
Changes to GoAccess 0.7.1 - Monday, February 17, 2014 * Added ability to get real OS names using --real-os. (Android, Windows, Mac) * Added ability to log debug messages to a file. * Added ability to parse tab-separated log format strings. * Added ability to support terminals without colors. * Added ability to turn off color output by using --no-color flag. * Added command line option to append HTTP method to request. * Added command line option to append HTTP protocol to request. * Added long options to command-line. * Added missing Win 9x 4.90 (Windows Me) user-agent. * Added missing Windows RT user-agent. * Ensure mouse click does not reset expanded module if it is the same. * Fixed Amazon CloudFront tab-separated log format. * Fixed "FreeBSD style" ncursesw built into system. * Fixed HTML report issue where data cell would not wrap. * Fixed issue when isatty() could not find a valid file descriptor. * Fixed SymbianOS user-agent and retrieve its version.
2014-02-22Needs include of values.h for M_PI on SunOSwiedi2-1/+17
2014-02-22Link network libs on SunOSwiedi3-7/+9
2014-02-22Fix "pow(int) is ambigous" on SunOSwiedi2-1/+25
2014-02-22Link network libs on SunOSwiedi2-2/+6
2014-02-22Use ${NETBSD_LOGIN_NAME} for ssh.obache1-3/+4
2014-02-22+ transfig-3.2.5e xfig-3.2.5cobache1-1/+3
2014-02-22Note update of the "phpmyadmin" package to version 4.1.7.tron2-3/+3
2014-02-22Update "phpmyadmin" package to version 4.1.7.tron3-43/+180
Changes since version 4.0.10: - This release contains many improvements and bug fixes. With this release the minimum supported PHP version is now 5.3 and the minimum MySQL version is 5.5. - Allow specifying a port when connecting to the controlhost - User interface improvements to server privileges, view creation, the Operations tab, Relation View, and when creating new users - Added support for AES_ENCRYPT on BLOB columns - Added support for relations with ndbcluser - Added optional ReCAPTCHA support during login - Added support for fractional seconds in time, datetime, and timestamp columns - Added find and replace by column - Added the Error Reporting Component, an optional feature allowing users to report certain errors directly to the phpMyAdmin bug team - Added configurable menus (so an administrator can hide certain features)
2014-02-22Additionally check underlying builtin openssl for builtin detection.obache1-2/+10
It will be done in mk/buildlink3/bsd.buildlink3.mk later, but not for standalone builtin check (with CHECK_BUILTIN.heimdal=yes).
2014-02-22Fixes builtin detection with CHECK_BUILTIN.openssl=yes.obache1-1/+6
Define BUILTINK_API_DEPENDS.openssl same as buildlink3.mk if not defined yet for the case checking builtin (CHECK_BUILTIN.openssl==yes).
2014-02-22Updated www/p5-Mojolicious to 4.83wen1-1/+2
2014-02-22Update to 4.83wen2-6/+6
Upstream changes: 4.83 2014-02-19 - Improved Mojo::JSON to handle encoding errors more gracefully. - Fixed line numbers in Mojo::JSON error messages. 4.82 2014-02-19 - Added decode_json and encode_json functions to Mojo::JSON. - Added data attribute to Mojo::JSON::Pointer. - Fixed bug in "user_agent_online.t". - Fixed small decoding bug in Mojo::JSON.
2014-02-22Use .elif, not .else ifryoon1-2/+2
2014-02-22Updated textproc/p5-Text-Xslate to 3.1.2wen1-1/+2
2014-02-22Update to 3.1.2wen2-6/+6
Upstream changes: 3.1.2 2014-02-20 21:09:47+0900 [TEST] - Add a test for github issue #105, which will fail on Perl 5.19.x
2014-02-22Remove tcl-itcl-3.4.1, newer version (4.0.0) is in base tcl-8.6 and later.obache7-66/+3
2014-02-22itcl (4.0.0) is in tcl 8.6 (and later).obache1-2/+1
2014-02-22Do same as bootstrap scriptobache1-2/+2
2014-02-22Updated textproc/p5-PDF-API2 to 2.021wen1-1/+2
2014-02-22Update to 2.021wen2-7/+6
Upstream changes: 2.021 2014-02-20 - Fixed numerous bugs in the string parsing code, including the one reported in [RT #63918] by Frank Doepper. - [RT #41049] Rewrote literal string parsing to prevent a stack overflow due to an inefficient regex (reported by Sergei Fetisov). - [RT #91822] Fix compression of GIF images to ensure that output codes don't exceed 12 bits (reported by Vadim Repin). - The RunLengthDecode filter didn't actually work. Its code has been rewritten and now passes basic encoding and decoding tests. - Fix Code128 barcode switching from Code C to Code B in certain cases (reported by Doru Petrescu).
2014-02-22Updated www/p5-HTTP-Tiny to 0.043wen1-1/+2
2014-02-22Update to 0.043wen2-6/+6
Upstream changes: 0.043 2014-02-20 20:40:23-05:00 America/New_York [FIXED] - Does not send absolute request URI when tunneling SSL via proxy - Fixes regression in setting host name to verify SSL - Protects tests from https_proxy and all_proxy when doing mock testing 0.042 2014-02-18 11:23:17EST-0500 America/New_York [ADDED] - If IO::Socket::IP 0.25+ is installed, HTTP::Tiny will use it for transparent IPv4 or IPv6 support. 0.041 2014-02-17 13:07:54-05:00 America/New_York [no code change, only an amended Changes file] [INCOMPATIBLE CHANGES (from 0.039)] - The 'proxy' attribute no longer takes precedence over the 'http_proxy' environment variable. With the addition of http_proxy and https_proxy attributes (and corresponding environment variable defaults), the legacy 'proxy' attribute now maps to the all_proxy/ALL_PROXY environment variable and only takes effect when other proxy attributes are not defined. [ADDED (since 0.039)] - Added 'keep_alive' attribute for single-server persistent connections (Clinton Gormley) - Added support for Basic authorization with proxies - Added support for https proxies via CONNECT [FIXED (since 0.039)] - Requests are made with one less write for lower latency (Martin Evans) 0.040 2014-02-17 13:02:47-05:00 America/New_York [INCOMPATIBLE CHANGES] - The 'proxy' attribute no longer takes precedence over the 'http_proxy' environment variable. With the addition of http_proxy and https_proxy attributes (and corresponding environment variable defaults), the legacy 'proxy' attribute now maps to the all_proxy/ALL_PROXY environment variable and only takes effect when other proxy attributes are not defined. [ADDED] - Added support for Basic authorization with proxies - Added support for https proxies via CONNECT