summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-12Added converters/p5-Unicode-Normalize version 1.13abs1-1/+3
Added converters/p5-Unicode-Collate version 0.87
2012-02-12+p5-Unicode-Collate +p5-Unicode-Normalizeabs1-1/+3
2012-02-12Updated devel/mercurial to 2.1wiz2-3/+3
2012-02-12Update to 2.1:wiz3-8/+11
Mercurial 2.1 (2012-02-01) This is a regularly-scheduled feature release. See UpgradeNotes for some minor compatibility notes. 1.1. Major features * Changesets now have a phase attribute, which tracks what changesets are safe to modify (see Phases) 1.2. Core changes * annotate: support diff whitespace filtering flags (issue3030) * bookmarks: automatically advance bookmark on bare update (BC) (issue2894) * bookmarks: shadow divergent bookmarks of foo with foo@n * copies: improved copy detection for diff and status * hooks: new priority specifier to control ordering * id: add command line options for handling ssh and https urls * push: propagate --new-branch and --ssh options when pushing subrepos * revset: add remote() predicate to lookup remote revisions * subrepo: support explicit add and forget of files in subrepos 1.3. Extension changes * bugzilla: make XMLRPC interface support http and https access * largefiles: add --normal option to hg add (issue3061) * notify: add option for writing to mbox * rebase: add a "D" short option for detach * rebase: allow --detach when --rev is used * win32mbcs: allow win32mbcs extension to be enabled on cygwin platform * mq: add secret phase setting 1.4. Bug fixes * hgcia: fix diffstat support * largefiles: add error checking to tags conversion (issue3092) * largefiles: add tests for uncovered codepaths (issue3092) * largefiles: check if largefile could be found when archiving (issue3193) * largefiles: correctly download new largefiles when merging * largefiles: correctly handle dirstate status when rebasing * largefiles: correctly handle newly added largefile on other side of merge * largefiles: display remote errors from putlfile (issue3123) (issue3149) * largefiles: don't reference uninitialized variable (issue3092) * largefiles: fix caching largefiles from an aliased repo (issue3212) * largefiles: fix confusion upon removal of added largefile (issue3176) * largefiles: fix inappropriate locking (issue3182) * largefiles: fix output of hg summary (issue3060) * largefiles: cache new largefiles for new heads when pulling * largefiles: implement addremove (issue3064) * largefiles: optimize performance of status on largefiles repos (issue3136) * largefiles: optimize status when files are specified (issue3144) * largefiles: remove empty directories upon update (issue3202) * largefiles: fix addremove when no largefiles are specified * largefiles: fix revert on missing largefile (issue3217) * largefiles: fix transplant for all cases (issue3192) * mail: use quoted-printable for mime encoding to avoid too long lines (issue3075) * merge: give a special message for internal:merge failure (issue3105) * rebase: reinstate old-style rev spec support for the source and base (issue3181) * ssh: quote remote paths (issue2983) * sslutil: abort properly if no certificate received for https connection * sslutil: show fingerprint when cacerts validation fails * status: support revsets with --change * subrepo: avoid syncing bookmarks twice on clone (issue3191) * tag: invalidate tag cache immediately after adding new tag (issue3210) * util: don't encode ':' in url paths * bundlerepo: try to find containing repo on creation (issue1812) * convert: subversion convert abort on revision not found (issue3205) * discovery: fix regression when checking heads for pre 1.4 client (issue3218) * merge: defer symlink flag merging to filemerge (issue3200) * patch: a little bit more robust line counting on diff --stat (issue3183) * push: return 1 if no changes found (issue3228) * qpush: avoid trying to manage existing history (issue2218) * revsets: include the correct first ancestor change for follow(file) * revsets: filesets now work correctly inside of revsets
2012-02-12Added converters/p5-Unicode-Collate version 0.87abs4-0/+30
Unicode::Collate implements Unicode Collation Algorithm (UCA). The UCA provides a specification for how to compare two Unicode strings while remaining conformant to the requirements of The Unicode Standard. The UCA also supplies the Default Unicode Collation Element Table (DUCET), which is data specifying the default collation order for all Unicode characters. (imported and updated from wip)
2012-02-12not quite so many tabsabs1-13/+11
2012-02-12Added converters/p5-Unicode-Normalize version 1.13abs3-0/+28
Unicode::Normalize - Unicode Normalization Forms (imported and updated from wip)
2012-02-12Updated sysutils/fabric to 1.3.4gls1-1/+2
2012-02-12Update systutils/fabric to 1.3.4.gls4-26/+18
pkgsrc changes: - Adjust dependency chain. Now depends on security/py-ssh instead of security/py-paramiko. Upstream changes: The main new feature in Fabric 1.3.x is parallel tasks execution support (invoked by fab -P). Releases at the same time in the 1.2.x and 1.3.x branches, including the same bugfixes. Changes since the latest release in the 1.2.x branch (1.2.5), included in branch 1.3: 2012-01-12: released Fabric 1.3.4 [Bug] #492: @parallel did not automatically trigger linewise output, as was intended. This has been fixed. Thanks to Brandon Huey for the catch. [Bug] #510: Parallel mode is incompatible with user input, such as password/hostname prompts, and was causing cryptic Operation not supported by device errors when such prompts needed to be displayed. This behavior has been updated to cleanly and obviously abort instead. [Bug] #494: Fixed regression bug affecting some env values such as env.port under parallel mode. Symptoms included rsync_project bailing out due to a None port value when run under @parallel. Thanks to Rob Terhaar for the report. [Bug] #339: Don't show imported colors members in --list output. Thanks to Nick Trew for the report.
2012-02-12Added security/py-ssh version 1.7.12gls1-1/+2
2012-02-12Add & enable py-sshgls1-1/+2
2012-02-122.48 2012-02-09 00:00:00mspo2-8/+8
- Improved documentation. - Improved tests. - Fixed Hypnotoad HTTPS bug. - Fixed small URL escaping bug in Mojo::UserAgent::Transactor. - Fixed small MIME::Base64 and MIME::QuotedPrint related bugs in Mojo::Util. (sestegra, sri) 2.47 2012-02-06 00:00:00 - Deprecated Hypnotoad configuration files in favor of more powerful application configuration files. - Deprecated Mojo::Server::Daemon->prepare_ioloop in favor of Mojo::Server::Daemon->start. - Deprecated Mojo::Headers->x_forwarded_for. - Added EXPERIMENTAL config method to Mojo. - Added EXPERIMENTAL ca attribute to Mojo::UserAgent. - Added EXPERIMENTAL drain event to Mojo::Content. - Added EXPERIMENTAL drain event to Mojo::Transaction::WebSocket. - Added EXPERIMENTAL support for RSV1-3 flags to Mojo::Transaction::WebSocket. - Added EXPERIMENTAL tls_ca option to Mojo::IOLoop::Client->connect. - Added lock_timeout parameter to Hypnotoad. - Removed experimental status from JSON Pointer support. - Removed Cygwin exception from Hypnotoad. - Replaced drop_handle and drop_timer methods in Mojo::IOWatcher with drop method. - Renamed change and watch methods in Mojo::IOWatcher to watch and io. - Renamed resume and pause methods in Mojo::IOLoop::Server to start and stop. - Renamed resume and pause methods in Mojo::IOLoop::Stream to start and stop. - Added pdf MIME type. (bfaist) - Improved documentation. - Improved tests. - Improved CSS of some built-in templates. - Fixed bug that prevented newer dual-life modules to be loaded. - Fixed small bug in Mojo::IOLoop::Stream that caused close events to fail sometimes. - Fixed small relative URL detection bug in get command. 2.46 2012-01-25 00:00:00 - Added EXPERIMENTAL request_timeout attribute to Mojo::UserAgent. - Added EXPERIMENTAL text_after and text_before methods to Mojo::DOM. - Improved all uses of syswrite to be more defensive. (bduggan, sri) - Improved documentation. - Improved tests. - Fixed small parser bug in Mojo::Message::Response. - Fixed small partial rendering bug. - Fixed small HTML5 parser bug in Mojo::DOM::HTML. (dougwilson) 2.45 2012-01-18 00:00:00 - Removed T-Shirt link. - Fixed small caching bug in Mojolicious::Plugin::EPRenderer. - Fixed typo in exception template. 2.44 2012-01-18 00:00:00 - Added new not_found page for development mode. - Added EXPERIMENTAL url_with helper to Mojolicious::Plugin::DefaultHelpers. (diegok, marcus, judofyr, sri) - Added EXPERIMENTAL support for removing query parameters while merging to query method of Mojo::URL. (marcus, judofyr, sri) - Removed experimental status from Mojo::IOLoop::Delay. - Removed defer method from Mojo::IOLoop. - Improved exception page for development mode. - Improved syntax highlighting in perldoc browser slightly. - Improved Mojo::Base tests. - Improved documentation. - Fixed Mojo::Command->app to be an attribute and not a method. - Fixed Mojo::ByteStream, Mojo::Collection and Mojo::DOM to not be subclasses of Mojo::Base.
2012-02-12Initial import of py-ssh, version 1.7.12, into the NetBSD packagesgls4-0/+143
collection. This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.
2012-02-12Updated security/py-crypto to 2.5gls1-1/+2
2012-02-12Update security/py-crypto to 2.5gls3-24/+72
Upstream changes: 2.5 === * Added PKCS#1 encryption schemes (v1.5 and OAEP). We now have a decent, easy-to-use non-textbook RSA implementation. Yay! * Added PKCS#1 signature schemes (v1.5 and PSS). v1.5 required some extensive changes to Hash modules to contain the algorithm specific ASN.1 OID. To that end, we now always have a (thin) Python module to hide the one in pure C. * Added 2 standard Key Derivation Functions (PBKDF1 and PBKDF2). * Added export/import of RSA keys in OpenSSH and PKCS#8 formats. * Added password-protected export/import of RSA keys (one old method for PKCS#8 PEM only). * Added ability to generate RSA key pairs with configurable public exponent e. * Added ability to construct an RSA key pair even if only the private exponent d is known, and not p and q. * Added SHA-2 C source code (fully from Lorenz Quack). * Unit tests for all the above. * Updates to documentation (both inline and in Doc/pycrypt.rst) * All of the above changes were put together by Legrandin (Thanks!) * Minor bug fixes (setup.py and tests).
2012-02-12Updated textproc/p5-XML-TreePP to 0.41.hiramatsu1-1/+3
Updated devel/p5-Log-Any-Adapter to 0.06.
2012-02-12Update p5-Log-Any-Adapter to 0.06.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.06 Jan 3, 2012 - switch from Scope::Guard to Guard, require Guard in deps 0.05 Dec 21, 2011 - remove release directory 0.04 Dec 21, 2011 - don't try to clean up entries during global destruction
2012-02-12Update p5-XML-TreePP to 0.41.hiramatsu2-7/+6
Changes from previous: ---------------------- 2010/10/31 (0.41) * require_xml_decl option added. thanks to nicomen https://rt.cpan.org/Ticket/Display.html?id=42441 * empty element when #text node is undef http://www.kawa.net/works/perl/treepp/treepp.html#com-2009-07-23T16:38:09Z 2009/11/21 (0.40) * pod typo fix: (thanks to jkutej) http://annocpan.org/~KAWASAKI/XML-TreePP-0.39/lib/XML/TreePP.pm#note_2382
2012-02-12Add two files for support packages. From Tim Larson in PR 45958.wiz2-0/+14
2012-02-12From Ken'ichi Fukamachi in PR 45992:wiz1-1/+8
(1) specify PKG_OPTIONS.ng= -canna in /etc/mk.conf. ng's Makefile expects the environment variable of USE_CANNA always, but the current Makefile does not consider it. (2) compile ng on system-V like platforms e.g. *-linux, Solaris. We need to edit ng's Makefile on platforms, but the current pkgsrc Makefile is only suitable for BSD platforms.
2012-02-12Switch MASTER_SITES to http acceptable one.obache1-4/+2
2012-02-12Fix HOMEPAGE url.obache1-2/+2
2012-02-12Set FETCH_USING curl as workaround for https master site.wiz2-2/+6
2012-02-12Note update of www/contao210-translations package to 20120212.taca1-1/+2
2012-02-12Update contao210-translations package to 20120212.taca3-12/+12
Update Dutch and Japanese language files.
2012-02-12Updated devel/p5-Perl-APIReference to 0.09.hiramatsu1-1/+3
Updated time/p5-Schedule-At to 1.14.
2012-02-12Update p5-Schedule-At to 1.04.hiramatsu3-27/+6
Changes from previous: ---------------------- 1.12 Wed May 25 11:53:10 MEST 2011 - Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>) 1.13 - Fix POD errors (https://rt.cpan.org/Public/Bug/Display.html?id=63810) (reported and patch submitted by carnil [...] debian.org) - Updated support for AIX (Bogenstätter Marcus <bogenstaetter AT empirius.de>) 1.14 Mon Jan 30 16:25:48 MET 2012 - Fix https://rt.cpan.org/Public/Bug/Display.html?id=72813 (reported by cbouvi [...] cpan.org)
2012-02-12Update p5-Perl-APIReference to 0.09.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.09 Tue Nov 1 08:24:00 2011 - Fix previous (broken) release. 0.08 Mon Oct 31 07:59:00 2011 - Support for perlapi of 5.14.2, 5.15.4 0.07 Wed Jul 20 23:44 2011 - Support for perlapi of 5.14.1, 5.15.1, 5.12.4 - Dropped support for 5.13.10 0.06 Sun Jun 5 20:12:00 2011 - Support for perlapi of 5.14.0 - Dropped support for 5.11 series 0.05 Sun Feb 27 17:00:00 2011 - Support for perlapi of 5.12.1, 5.12.2, 5.12.3, 5.13.10.
2012-02-11Re-enable vcd and cdda plugins, they build fine.shattered2-14/+6
2012-02-11fix CVE-2012-0840 with patches taken from the Apache svnspz4-3/+239
2012-02-11Updated www/squid31 to 3.1.19adam1-1/+2
2012-02-11Changes 3.1.19:adam2-6/+6
* Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state * Bug 3473: erase last uses of obsolete auth_user_hash_pointer * Bug 3470: GCC 4.7 * Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL * Bug 3441: part 1: Minimize cache size corruption by malformed swap.state * Bug 3440: compile error in Adaptation * Bug 3420: Request body consumption races and !theConsumer exception * Bug 3370: external ACL sometimes skipping * Bug 3085: Crash when parsing esi:include * HTTP/1.1: do not add 110 and 111 Warnings to revalidated responses * Fix SSL library dependency fixes
2012-02-11Updated editors/zile to 2.4.5.hiramatsu2-3/+3
2012-02-11Update zile to 2.4.5.hiramatsu5-21/+27
Changes from previous: ---------------------- * Noteworthy changes in release 2.4.5 (2012-02-08) [stable] ** Bug fixes Fix an egregious bug resulting in a crash whenever a non-existent file was edited. Fix other potential crash bugs in the low-level text-handling routine estr_replace. * Noteworthy changes in release 2.4.4 (2012-02-03) [stable] ** New features find-file and find-file-read-only now work non-interactively. ** Build-related Minor build system fixes (thanks to Nelson Beebe for one). ** Miscellaneous Some code clean-up. Slight speed improvement to general editing operations. * Noteworthy changes in release 2.4.3 (2011-12-20) [stable] ** Bug fixes Fix a crash on certain terminals. Fix a recently-introduced display bug in isearch. * Noteworthy changes in release 2.4.2 (2011-10-05) [stable] ** Bug fixes Fix some serious display performance bugs introduced in 2.4.0.60. ** Build-related Don't enable Valgrind by default, and explain that correct suppressions are needed to use it successfully. * Noteworthy changes in release 2.4.1 (2011-09-20) [stable] This is the first release in a new stable series. ** Bug fixes Fix a long-standing bug in uniarg handling in macros. Fix display of percentage position in buffer. Fix display of search string in query-replace. Fix poor performance of fill-paragraph. Fix handling of Backspace/^H by looking at termcap kbs setting. ** Build-related Several fixes and improvements were made to the build system. * Noteworthy changes in release 2.4.0.60 (2011-08-19) [beta] This release is a major update, upping the dependencies from C89 to C99, from POSIX-1.2001 to POSIX-1.2008 (though in fact Zile will still build on many other POSIX and non-POSIX systems thanks to gnulib), and adding a dependency on libgc. Together these changes have allowed the removal of hundreds of lines of code and the elimination of whole classes of bug (in particular, classic memory-management bugs); overall, combined with continued simplification, Zile 2.4.0.60 is well over 1,000 lines of code, or 10%, shorter than the previous stable release, 2.3.24. Several old bugs have been fixed, a few more esoteric features removed, and Emacs-compliance has been improved. However, the major rewrite has almost certainly introduced new bugs which have not yet been found and fixed, hence the alpha status of this release. Distribution packagers are encouraged to try packaging this version to find any problems with the updated build system and dependencies. * Noteworthy changes in release 2.3.24 (2011-04-29) [stable] ** Bug fixes Fix kill-line with prefix argument. Fix a cosmetic problem with multiple ESC-digit combinations. Use gnulib’s mkstemp to avoid problems on some platforms. Fix initial screen setup when some files are loaded on the command line. ** Build-related Re-automate a bit more of the release, using gnulib and woger. Add more compiler warnings. ** Miscellaneous As usual, various bits of code cleanup and simplification. * Noteworthy changes in release 2.3.23 (2011-03-14) [stable] ** Bug fixes {beginning,end}-of-buffer now take account of transient-mark-mode (bug present since “forever”). ** Build-related Turn on more compiler and build system, and run-time checks (thanks, gnulib!). * Noteworthy changes in release 2.3.22 (2011-03-03) This release fixes a bug in forward regex isearch introduced recently, and makes the build system use silent rules by default. Release 2.3.21 This release fixes a bug that caused build failure on non-GNU systems, and a bug in backward search introduced in 2.3.18, and simplifies the test system. A little other code cleanup was done. Release 2.3.20 This release fixes a potential buffer overflow, search and replace with embedded NULs, a bug in the build system (the Zile-only tests now run correctly when an EMACS environment variable is defined), and a bug introduced in 2.3.17 which caused consecutive kills not to save the killed text (thanks to Chris Leyon for the report). Some code was cleaned up and better use made of gnulib. The build scripts that were previously in Lua have been rewritten in Perl; Perl is now required to build Zile (previously, Lua was not required, at the expense of making the build system more complicated and fragile). A cyclomatic complexity report on the C code can now be produced. Release 2.3.19 This release fixes a space leak, a small bug in reading filenames in the minibuffer introduced in 2.3.18, and some behaviour that was not the same as Emacs, and cleans up the code a little. Release 2.3.18 This release fixes some minor space leaks, a read of freed memory, and a bug in quoted-insert, stops Zile from catching the user signal SIGQUIT, and cleans the code up a little.
2012-02-11Updated mail/p5-Mail-Box to 2.102.hiramatsu1-1/+3
Updated devel/p5-parent to 0.225.
2012-02-11Update p5-parent to 0.225.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.225 20110308 . Applied a docpatch by Robin Barker to fix the documentation about the warning of inheriting from yourself. Fixes RT #66459 0.224 20101031 . Change assignment @ISA = (@ISA, 'new::class') to use push @ISA, 'new::class' This should make class creation faster from 5.10 onwards and reverts a change made in 2.14. If this is critically slow for you and you can't upgrade your version of Perl, use the old way.
2012-02-11Update p5-Mail-Box to 2.102.hiramatsu3-15/+20
Changes from previous: ---------------------- version 2.102: Wed Jan 4 09:31:51 CET 2012 Fixes: - regex which matched attributes dumped core on hugh attributes. rt.cpan.org#69414 [Yanyan Yang] - document generation fixes. Improvements: - correct synopsis of ::Thread::Manager - ::Thread::Node::threadToString uses study() on subject version 2.101: Thu Aug 25 10:16:03 CEST 2011 Fixes: - multipart's-part content-type could remove some attributes rt.cpan.org#69516 [Yanyan Yang] - filenames in content-disposition fields are sometimes charset encoded (not supported by the RFCs) Decode them. [Thomas Karcher] - example how to use $msg->moveTo() was wrong. [Flash] Improvements: - use the Net::Domain::hostfqdn() for the creation of unique message-ids if libnet is installed. rt.cpan.org#69803 [Christoph 'Mehdorn' Weber] version 2.099: Thu Jul 7 16:02:38 CEST 2011 Fixes: - body() of structured studied fields failed. Improvements: - add overloading of comparison to Mail::Message::Field::Address objects. Triggered by [Andrew Beverley] - implement study on date fields. version 2.098: Thu Mar 17 09:01:36 CET 2011 Fixes: - accept mbox message separators from the 60's, because mozilla uses 1-1-1965 as default separator when importing mail. rt.cpan.org#65572 [Willi Mann] - accept mbox message separators from the upcoming 20's - Mail::Transport::POP3 has use_ssl setting too late [Mark Delany] - Mail::Transport::IMAP4 folder create produced "use of undefined". rt.cpan.org#66001 [Willi Mann] - Error message when stringifying a studied empty field. rt.cpan.org#66381 [Florian] - do not split headers for encoded components which contain blanks (which is illegal) reported by [Florian] Improvements: - maildir: do not remove :2, from the filename if there are no flags. [Mikolaj Kucharski] version 2.097: Wed Jan 26 16:11:41 CET 2011 Fixes: - override Mail::Transport::Sendmail destinations included original destinations. rt.cpan.org#64266 [Andrew Beverley] Improvements: - added examples/strip-spam-markup.pl by [Gary Funck] - do not hardcode perl version in test.pl, hopefully resolving many cpantesters complaints. - randomize boundary string to avoid (undemonstrated) security risks with boundary guessing. - manual pages produced with new version of OODoc, producing more condensed output. version 2.096: Tue Nov 9 10:04:25 CET 2010 Fixes: - allow dot in username for pop/imap (probably used by someone) [Jim Cromie] Improvements: - spelling fixes rt.cpan.org#59061 [Salvatore Bonaccorso] - implement Mail::Box::POP3s [Jim Cromie] - do not run test-scripts with -T, because modern TAP::Harness uses PERL5LIB which is disabled by the flag. version 2.095: Fri Jul 2 11:17:35 CEST 2010 Fixes: - permit additional colons in maildir filenames. rt.cpan.org #58534 [Stefan Kangas] - maildir messages in the 'new' queue will not get ":2,", as in mutt. rt.cpan.org#58550 [Stefan Kangas] - fix handling of messages with empty bodys. Had mild consequences to multipart preamble and prelude processing. rt.cpan.org#58544 [Stefan Kangas] Improvements: - spelling fixes rt.cpan.org#56678 [Salvatore Bonaccorso] version 2.094: Tue Apr 6 11:17:15 CEST 2010 Fixes: - parse address phrase with line fold in ::Full:Addresses rt.cpan.org#55309 [Diomidis Spinellis] - handle empty preambles and postludes in multiparts even very strict, because the may be signed. rt.cpan.org#54529 [John Gardiner Myers] Improvements: - fix documentation on use of Mail::Message::Head::build() and a few more minor documentation errors. [Kiss Gabor] - $msg->reply fallback to From address, not only Reply-To - add example/unpack.pl - added install configuration choice "none". Also control via environment variables. - spelling fixes. rt.cpan.org#53127 [Salvatore Bonaccorso] version 2.093: Thu Dec 24 17:02:06 CET 2009 Fixes: version 2.093: Thu Dec 24 17:02:06 CET 2009 Fixes: version 2.093: Thu Dec 24 17:02:06 CET 2009 Fixes: - rewrite of Mail::Message::Full:decode(), because original trick for blank removal kept on biting me. Now implemented without trick. rt.cpan.org#52600 [Dmitry Bigunyak] - make text/plain default when a body is created, as promised by the documentation. rt.cpan.org#52278 [Dmitry Bigunyak] - add toplevel() to ::Body::Multipart and ::Body::Nested to support reply() called on message parts. - fix tests-script to make MIME::Entity cleanup the msg-* files in the tests/ directory. Improvements: - rewrite of SYNOPSIS for Mail::Message::Field::Addresses rt.cpan.org#43703 [Dmitry Bigunyak] - added Mail::Box::Locker::FcntlLock, contributed by Jim In Aus rt.cpan.org#48568 [Jim in Aus] - support additional headers to a reply message. - added explanation of character-set "PERL" for a ::Body (suggested by [Dmitry Bigunyak]) version 2.092: Fri Nov 20 16:13:46 CET 2009 Fixes: - do not set all signal handlers to "exit(0)" rt.cpan.org#50433 [Slaven Rezic] - do not enforce the use of /usr/bin/perl in the test-scripts, but use the perl which is selected via the path. version 2.091: Sun Sep 6 23:54:17 CEST 2009 Fixes: - Another fix to thread detection start where first message is not found. rt.cpan.org#40347 [Florian] - translate '_' to blank when charset not known. rt.cpan.org#41661 [Florian] - no "undef" for field Content-Length with empty message bodies. [Daniel Richard G.] - Mail::Message::Body::eol() with parameter sometimes did not return a body but a character. rt.cpan.org#49334 [Brian McCauley] - Mail::Message::Body::eol() should add \n to last texts line if it is missing. rt.cpan.org#49362 [Brian McCauley] Improvements: - better "From " message separator line generated when converting messages for Mbox storage. Written by [Daniel Richard G.] version 2.090: Tue Jun 2 11:56:28 CEST 2009 Fixes: - second attempt to use Encode to do base64/qp encoding in Mail::Message::Field::Full, This time with test script. [Alexander Averyanov] - Mail::Box::Locker::POSIX lock did always succeed. rt.cpan.org#46003 [Rainer Schöpf] via Debian#528364 - Maildir accept lower-case flags rt.cpan.org#42182 [Hardaker] - Message parser needlessly required read access to folders. rt.cpan.org #46388 [Mike Ekberg] version 2.089: Mon Apr 20 21:00:34 CEST 2009 Fixes: - do not restart parser after folder write, which could end-up in empy folders if mode=='w' [Reinier Post] - fix takemail script for Mbox. rt.cpan.org#44439 [Reinier Post] - alternative option names for 'file' in various lockers, needed to be able to use them in the multi-locker. Needed by [Mark Hedges] - use Encode to do base64/qp encoding in Mail::Message::Field::Full, which handles multibyte characters correctly. Patch by [Alexander Averyanov] version 2.088: Thu Mar 19 08:54:31 CET 2009 Fixes: - ::Parser::Perl should call binmode() as method on the file- handle to work. [Ashwini Singh] - pre-created locker object cannot be passed to Mail::Box::open() because its creation requires a Mail::Box object. [Mark Hedges] - recover from illegal phrases in email addresses, for studied fields in Mail::Message::Field::Addresses [Robert Bruccole] - require Date::Format, introduced in 2.082 [cpantesters] Improvements: - specify encoding type of character-set (q or b) with Mail::Message::Field::Address objects. Requested by [Alexander Averyanov] - default mail box locker object should use the same logging settings as the mail box itself. Spotted by [Mark Hedges] - the existence of Mail/Makefile.PL was an accident. version 2.087: Tue Feb 3 12:41:10 CET 2009 Fixes: - more character-decoding errors in field study. rt.cpan.org#41661 [Florian] - username in folder URL must get decoded as well, to allow '@' signs and colons in the usernames. rt.cpan.org#41976 [Matt S Trout] - accept unknown flags for Maildir. rt.cpan.org#42182 [Wes Hardaker] Improvements: - add DIGEST-MD5 and LOGIN to the AUTO search list of IMAP4. Triggered by rt.cpan.org#42136 [Alexander Thoukydides] - add warnings on two spots that message labels may get lost when moving them to an other folder type. - use external file for body after 100kB, not 10kB. Should improve on performance.
2012-02-10mention updatesdrochner2-3/+4
2012-02-10update to 2.3drochner2-7/+6
changes: -minor feature additions -bugfixes
2012-02-10+itstool,yelp-xsldrochner1-1/+3
2012-02-10add yelp-xsl-3.3.2, XSL stylesheets for Yelp help browser, fromdrochner6-0/+311
Patrick Welche per PR pkg/45797
2012-02-10add itstool-1.1.2, from Patrick Welche per PR pkg/45794drochner4-0/+40
ITS Tool allows you to translate XML documents with PO files
2012-02-10Note update of tex-moreverb{,-doc}.minskim1-1/+3
2012-02-10Update tex-moreverb{,-doc} to 2.3a.minskim4-16/+14
Changes: - Define \verbatim@out only if it is not defined.
2012-02-10+at-spi2-*drochner1-1/+3
2012-02-10add at-spi2-atk-2.3.2, new release branch of gnome, fromdrochner4-0/+109
Patrick Welche per PR pkg/45786
2012-02-10add at-spi2-core-2.3.2, new release branch of gnome, fromdrochner5-0/+207
Patrick Welche per PR pkg/45779
2012-02-10propagate xextproto dependency, installed header uses itdrochner1-1/+2
2012-02-10Note update of bibtex2html.minskim1-1/+2
2012-02-10Update bibtex2html to 1.97.minskim3-29/+18
Changes: o fixed translation of \u{a}, removed incorrect translations of \u{n} and \u{N} (contributed by Domenico Bianculli) o bib2bib conditions: support for \u (contributed by Domenico Bianculli)