summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-07Note update of the "p5-pkgsrc-Dewey" package to version 1.1nb2.tron1-1/+2
2011-08-07Revision bump after updating perl to 5.14.1adam1-3/+2
2011-08-07Revision bump after updating perl to 5.14.1.tron1-2/+2
2011-08-07Changes 2.75:adam2-7/+6
* POD spelling fixes Changes 2.74: * portability fix for perl >= 5.14 Changes 2.73: * Makefile.PL fix Changes 2.72: * fix conflict with use re 'taint'
2011-08-07Changes 0.004:adam2-7/+6
* bugfix: require bugfixed version of Lexical::SealRequireHints * document that Perls prior to 5.9.3 don't propagate the right lexical state into string eval * test that handlers are scoped correctly across swash loading
2011-08-07Note update of the "p5-MIME-tools" package to version 5.502.tron1-1/+2
2011-08-07Update "p5-MIME-tools" package to version 5.502. Changes since version 5.428:tron2-8/+6
- Fix parsing bug: https://rt.cpan.org/Ticket/Display.html?id=66025 - Fix typo: https://rt.cpan.org/Ticket/Display.html?id=65387 - Fix unit tests on Perl 5.8.x: https://rt.cpan.org/Ticket/Display.html?id=66188 - Fix unit test failure on Win32: (https://rt.cpan.org/Ticket/Display.html?id=66286) - Add build_requires 'Test::Deep'; to Makefile (rt.cpan.org #64659) - Fix spelling errors (rt.cpan.org #64610) - Fix double-decoding bug when decoding RFC-2231-encoded parameters (rt.cpan.org #65162) - Fix inappropriate inclusion of CR characters in parsed headers (rt.cpan.org #65681) - Document that MIME::WordDecoder is mostly deprecated. - Document that MIME::Head->get(...) can include a trailing newline. - Increase buffer size from 2kB to 8kB in MIME::Entity and MIME::Body (part of rt.cpan.org #65162) - (cleanup) IO-Stringy (specifically, IO::ScalarArray, IO::Lines, and IO::InnerFile) is no longer used - (ticket 22684) Fix deadlock in filter() when invoking external programs such as gzip. (Alexey Tourbin <at -at- altlinux.ru>) - Remove auto_install from Makefile.PL - (ticket 60931) If preamble is empty, make sure it's still empty after roundtripping through MIME::Entity - (ticket 63739) Properly decude RFC2231 encodings in attachment filenames
2011-08-07Changes 0.91:adam2-8/+6
* Typo fixes in documentation * POD link fix.
2011-08-07Revision bump after updating perl to 5.14.1adam1-4/+5
2011-08-07Note update of the "p5-MailTools" package to version 2.08.tron1-1/+2
2011-08-07Update "p5-MailTools" package to version 2.08. Changes since version 2.07:tron2-6/+6
- respect errors on closing an Mail::Mailer::smtp/::smtps connection. [Tristam Fenton-May] - Mail::Internet should accept Net::SMTP::SSL as well. rt.cpan.org#68590 [Jonathan Kamens] Improvements: - document that Mail::Mailer::smtps needs Authen::SASL [Marcin WMP Janowski]
2011-08-07Revision bump after updating perl to 5.14.1adam1-5/+4
2011-08-07Changes 1.03:adam2-10/+8
* Moving to a production version * Upgrading to Module::Install::DSL 1.00
2011-08-07Revision bump after updating perl to 5.14.1adam1-7/+7
2011-08-07Changes 0.07:adam2-9/+7
* oops, depends Algorithm::Diff 1.19 again ;) Changes 0.06: * depends Algorithm::Diff 0.19
2011-08-07Revision bump after updating perl to 5.14.1adam3-27/+26
2011-08-07Changes 0.27:adam2-16/+15
- Hotfix for `perlbrew install` command Changes 0.26: - Fix GH 119 - Fix t/08.exit_status.t for cpantesters - Fix several bugs in `exec` command - Implement GH 103 - install -v shows build.log - Add -Dusedevel when installing blead perl Changes 0.25: - suggest when user types wrong commands. - Improvements about self-upgrade. - exit with non-zero status code when there's some sort of error. - Added verification of existing alias before attempting unalias. - Fix `install-cpanm` for due to a recenet github cert update.
2011-08-07Changes 0.9.6:adam2-16/+14
* Use File::Path's "legacy" mkpath and rmtree functions. No longer needs File::Path >= 2.07. Changes 0.9.5: * Avoid using done_testing so this works on older systems
2011-08-07Note update of the "spamassassin" package to version 3.3.2.tron2-3/+3
2011-08-07Update "spamassassin" package to version 3.3.2. Changes since version 3.3.1:tron8-298/+17
This is a minor release, primarily to support perl-5.12 and later. Additionally several other minor bugs are fixed.
2011-08-07Changes 0.18:adam2-8/+6
* hmmm. i released broken dist at last night with too much alchole... Changes 0.17: * fixed cpan doc fix Changes 0.16: * skip perl distribution not only for perl-X.Y.Z.tar.gz but also perl-X.Y.Z.tar.bz2 Changes 0.15: * --compare-changes deprecated. It can use cpan-listchanges instead Changes 0.14: * doc enhancements
2011-08-07Changes 1.4008:adam2-14/+13
* Added experimental --skip-configure * Delay load Module::Build bootstrap so that -L won't auto-intall the latest M::B Changes 1.4007: * Remove LWP from Makefile.PL dependencies, since due to the split it brings in many dependencies such as HTTP::Daemon and HTTP::Parser (which requires a C compiler). HTTP::Tiny is embedded as a last resort anyway, and if Makefile.PL is executed via some CPAN client (CPAN.pm, CPANPLUS or cpanminus) it means your client is already configured to be able to fetch files over HTTP.
2011-08-07Changes 0.311:adam2-8/+6
* require the correct version of Getopt::Long::Descriptive Changes 0.310: * classes are now loaded with Class::Load, which should avoid bugs where classes are not succesfully loaded by program execution continues anyway * more checking is now done to ensure that plugins are members of the correct base class Changes 0.309: * skip a failing test on perl 5.8.x Changes 0.308: * When App::Cmd::Setup tries to load MyApp::Command, and it exists but will not compile, the exception will now propagate. Previously, it failed silently and App::Cmd::Command was used instead.
2011-08-07Changes 0.31:adam2-9/+7
* doc update Changes 0.3: * new cascading attribute for subcommands Changes 0.2: * New Feature: Cascading Subcommand * Deprecated Feature: Long Option Subcommand (still work) * Abundant DOCs Changes 0.103: * Release Changes 0.102: * Re-upload Changes 0.10: * Update document Changes 0.09: * Fix the command pattern used in help.
2011-08-07Revision bump after updating perl to 5.14.1adam3-8/+6
2011-08-07Updated graphics/py-blockdiag to 0.8.7obache1-1/+2
2011-08-07Update blockdiag to 0.8.7obache3-7/+14
0.8.7 (2011-08-06) * Fix bugs 0.8.6 (2011-08-01) * Support Pillow as replacement of PIL (experimental) * Fix bugs 0.8.5 (2011-07-31) * Allow dot characters in node_id * Fix bugs
2011-08-07Changes 5.34:adam2-8/+6
* AE::TLS didn't support both cert_file and key at the same time, due to some copy&paste bug * improve AE::Handle timeout documentation slightly.
2011-08-07Changes 0.15:adam2-8/+6
* Standardize the tests' Mouse/Moose loading eval/skip code Changes 0.14: * Skip t/004-x-modules-mouse.t if you don't have MouseX::Types 0.03 since older versions do not work with modern Mouse
2011-08-07Revision bump after updating perl to 5.14.1adam3-8/+8
2011-08-07Revision bump after updating perl to 5.14.1adam8-19/+20
2011-08-07Bump PKGREVISION for perl update.jnemeth3-4/+6
2011-08-07Upgrade to latest version.mspo2-6/+6
This is mostly a bug fix release.
2011-08-071.73 2011-08-06 00:00:00mspo2-7/+7
- Made Mojo::UserAgent slightly more efficient. - Improved documentation. 1.72 2011-08-05 00:00:00 - Changed default keep alive timeout in Mojo::Server::Daemon from 5 to 15 seconds. - Improved documentation. - Fixed small alternative placeholder value bug in routes. - Fixed small bug in Mojo::IOWatcher. - Fixed small bug in Mojo::IOLoop::Client. 1.71 2011-08-05 00:00:00 - Improved Mojo::IOWatcher to use higher resolution timers. 1.70 2011-08-04 00:00:00 - Added EXPERIMENTAL defer method to Mojo::IOLoop. - Added extended callback support to Mojo::IOLoop::Trigger. - Improved documentation. - Improved tests. - Fixed a few small bugs in Mojo::URL. (sshaw) 1.69 2011-08-03 00:00:00 - Added EXPERIMENTAL module Mojo::IOLoop::Trigger. - Modernized Mojo::HelloWorld. - Improved HTML healing capabilities of Mojo::DOM::HTML. - Improved HTML rendering in Mojo::DOM::HTML. - Improved 64bit support in Mojo::Transaction::WebSocket. - Improved documentation. - Fixed memory leak in Mojo::IOLoop::Client. - Fixed memory leak in Mojolicious. - Fixed small bug in Mojo::IOLoop::Server. 1.68 2011-07-29 00:00:00 - Moved is_ipv4 and is_ipv6 methods from Mojo::URL to Mojo::IOLoop::Resolver. - Improved documentation. 1.67 2011-07-27 00:00:00 - Improved documentation. - Fixed version command. - Fixed small Mojo::DOM bug. (akron) 1.66 2011-07-27 00:00:00 - Added EXPERIMENTAL detect method to Mojo::IOWatcher. - Improved Mojo::IOLoop::Resolver efficiency. - Improved documentation. - Fixed typos. (crab) 1.65 2011-07-25 00:00:00 - Added EXPERIMENTAL modules Mojo::IOLoop::Client, Mojo::IOLoop::EventEmitter, Mojo::IOLoop::Server and Mojo::IOLoop::Stream, which contain extracted functionality from Mojo::IOLoop. - Added EXPERIMENTAL module Mojo::IOWatcher::EV. (xantus) - Removed modules Mojo::IOWatcher::Epoll and Mojo::IOWatcher::KQueue, since Mojo::IOWatcher::EV is a much better alternative. - Renamed Mojo::Resolver to Mojo::IOLoop::Resolver. - Improved Mojolicious::Routes to automatically disable the routing cache if conditions are used. - Improved route constraint alternatives. - Improved documentation browser CSS. (judofyr) - Improved documentation. - Fixed small bug in get command. 1.64 2011-07-10 00:00:00 - Added EXPERIMENTAL module Mojo::DOM::HTML. - Improved documentation. 1.63 2011-07-10 00:00:00 - Added EXPERIMENTAL modules Mojo::DOM::CSS and Mojo::DOM::Collection. - Renamed Mojo::Transactor to Mojo::UserAgent::Transactor. 1.62 2011-07-10 00:00:00 - Merged Mojo::HTML into Mojo::DOM again. - Improved documentation. 1.61 2011-07-09 00:00:00 - Added module Mojo::HTML, which contains extracted functionality from Mojo::DOM. - Improved documentation.
2011-08-06Note update of the "p5-HTML-Format" package to version 2.10.tron1-1/+2
2011-08-06Update "p5-HTML-Format" package to version 2.10. Changes since version 2.04:tron2-8/+8
- Tests reworked to not use subtests. Development versions of Test::More do not support subtests, and the smokers that are running with these dev versions then send me confusing test failures. This is a pain. - Reworking of HTML quote issue in FormatPS - Now remap all double quotes to " in FormatPS (which is not really right, but the best I can do with latin1 output) - RT#69426 - issues with HTML quotes - UTF8 handling requires perl 5.8, so minimum requirement bumped - Release unchanged except for version number after a period to see if test release threw up any issues... - Code gardening - no functionality modifications - includes:- - Moved old DEBUG framework to Smart::Comments - Ensured variables are declared my as much as possible - Ensure strict/warnings used as far as possible - use base rather than playing games with @ISA - Changes above enforce a requirement of perl 5.6.1 - Robo-reformatted by perltidy - Stripped function prototypes where used - Passes standard perl critic with one exclusion - Tweaks for comprehensibility - splitting sections etc - Smoke tests on windows showed needed make PS tests less strict - Changed the github location to be all lowercase - Releasing this as a stop gap - will do further work now incompatibilities dealt with - Added dependancies for font metrics files - Documentation tidy up - but needs further work - new TRIAL release - intend to push this as full release if OK - Git conversion - Dist::Zilla conversion - RT#54636 - UNIVERSAL::Can deprecated - RT#56278 - RTF formatting parameters ignored by new - Start of a new test harness - TRIAL release pushed out. Aiming to improve docs and maybe hit rest of RT queue before a full release.
2011-08-06Remove etmryoon1-2/+1
2011-08-06Updated time/etm to 855ryoon1-1/+2
2011-08-06Update to 855ryoon3-22/+16
* File format is changed. You can find converter at http://www.duke.edu/~dgraham/ETM/ Changelog: 855 2011-08-05 Modified old2new.py to avoid overwritting existing files. 854 2011-08-05 Fixed erratic action timer behavior. Removed an unused entry from etmrc and corrected the documentation for 'increment' to indicate that it only applies to actions created with the action timer. 853 2011-08-03 Added checks to prevent the automatic update for previous users of etm from overwriting either *.txt or *.text files in the (new) etmdata directory. 852 2011-08-02 Fixed bug in command line help display for outline view. 851 2011-08-02 Added n (newer) and w (start gui) to the command line options for e.py. 850 2011-07-31 Restored 'A' command to create an action with a specified extent without starting timer. When opening project file in external editor, reload if modification time has changed. Store timer details in a hash to avoid string manipulations and dropped fields. 849 2011-07-31 etmRC tweaks. 848 2011-07-28 Fixed bug in converting weekday abbreviations to 2-letter, uppercase ones in @w entries. Added old2new.txt to the basic upload. Removed redundant 'extent' entry from etmrc. 847 2011-07-28 Fixed error in showing ending date in datebar. Used end_date but should be end_date - oneday. Allow relative date in setting begin_date as well as end_date, e.g., -e '-21'. 846 2011-07-27 No more rotating files. Instead create, e.g, 2011/07_actns.text in the etmActions directory in July 2011 and similarly events, notes and tasks and for other months and years. 845 2011-07-23 Added tag new for changeset 36046d531589 844 2011-07-22 Added starting time option for actions. 843 2011-07-20 More etmRC tweaks. This seems to work on all platforms. 842 2011-07-20 Windoz weak - use r'''var''' to prevent expansions of \n, \t and so forth in paths. 841 2011-07-20 Replaced open with codecs.open in etmRC and etmData. 840 2011-07-20 For Windoz, write new etmrc using default file encoding. 839 2011-07-20 More etmRC tweaks. Check for modification of etmrc after external edit before warning about restart. 838 2011-07-20 More etmRC tweaks. 837 2011-07-18 Tweaks for etmRC paths. wxpython 2.8.12. 836 2011-07-18 Added check_rotating to etmRC to create appropriate archive files before migrating old data files. 835 2011-07-18 Added .text extension to rotating archive and backup files. 834 2011-07-17 Added check_newinstall, make_examples and make_holidays to etmRC. 833 2011-07-17 Removed len(v)>2 test in etmData.getLeaf. 832 2011-07-16 Use extension 'text' instead of 'txt' for new format data files. Automatically copy old files to ~./etm/etmdata, make format changes and change the extentsion. 831 2011-07-16 Hack to make locale work for 12-month calendar in both os x and linux. Corrected bug in rc in which a new rc file would not be created. Added print statements to trace rc. 830 2011-07-14 Fixed wrong indent in etmData. Fixed old2new to replace '@p #' with '@e +#'. 829 2011-07-13 Make search involve all tuples, regardless of date. 828 2011-07-13 Help improvements. 827 2011-07-11 Save error messages when loading data and report in both CLI and GUI. 826 2011-07-10 Reorganized Item Options help tab and added Examples tab. 825 2011-07-10 Fixed bug in showing week with no items. 824 2011-07-09 Colors output from the command line. Added Cmd loop to cli. 823 2011-07-08 Ctrl-F now exports selection in vCal format to 'export.ics' in export directory. 822 2011-07-08 Details support. With a leaf selected, Ctrl-P shows both the item and its details nicely formatted. Ctrl-Y works similarly. When adding '-d' to outline display options, using '-d len' would show both the times and their locations, extents and notes. Using '-d *' would show all details. 821 2011-07-07 Prerequisites with finish dates and with or without repetitions are now handled correctly. 820 2011-06-30 Changed str() to unicode() in etmData 819 2011-06-30 Enabled action timer to be restarted after stopping. 818 2011-06-30 Busy/Free now works from gui and cli. Modified prep_dist to confirm if hg stat is non-null. 817 2011-06-29 Export to vcal (-v store_true) and export to CSV (-x string) where string is composed of single character tuple labels, e.g., -x ymdp for year, month, day, priority. 816 2011-06-28 Fixed bug in char2PageMode involving 'action' v 'actions'. 815 2011-06-28 Added priority. 814 2011-06-24 First pass at Ctrl-Tab completion. 813 2011-06-24 Add missing fields to hash and then use hash2Str instead of appending field to existing string. 812 2011-06-22 Changed etm info to show common prefix and relative paths for data files. 811 2011-06-22 Added export to vCal/iCal bound to v parser in cli and ^V in the gui. 810 2011-06-19 'A' with timer stopped now creates a new action without using the timer. 809 2011-06-17 Added tags with possibly mulitple switches similar to nts. 808 2011-06-17 Preserve options including groupby cols when selecting dates in calendar. 807 2011-06-15 Fixed bug in sunmoon error reporting for timeout. 806 2011-06-15 Get dates as 1/1 of current year minus 1 year and 12/31 of current year plus 5 years with integer defaults for years set in etm rc. Work on colors and attributes. Don't hide notes by default in standard view. 805 2011-06-08 Added create project. Fixed bug in calling textwrap instead of text_wrap. 804 2011-06-07 Fixed bug in assigning action to beginby. Handle non-tuple groupby. Work on help. 803 2011-06-07 Fixed yank and print in html windows. 802 2011-06-07 Clear outline and busy options with shift-enter but save them to use as defaults for later usage. 801 2011-06-06 Combined 'view' and 'item' into 'options'. Don't show null options in the status bar. Hide details now seems to work with various groupby settings. 800 2011-06-06 Basic command line parsing and output now works.
2011-08-06Sortryoon1-2/+2
2011-08-06Added textproc/queequeg version 0.91ryoon1-1/+2
2011-08-06Add queequegryoon1-1/+2
2011-08-06Import queequeg-0.91 as textproc/queequeg from wip/queequegryoon5-0/+94
Queequeg is a tiny English grammar checker for non-native speakers who are not used to verb conjugation and number agreement. We especially focus on people who're writing academic papers or business documents where thorough checking is required. We aim to reduce this laborious work with automated checking. Queequeg is named after a character in Herman Melville's masterpiece.
2011-08-06Added databases/py-cdb version 0.34ryoon1-1/+2
2011-08-06Add py-cdbryoon1-1/+2
2011-08-06Import py-cdb-0.34 as databases/py-cdb from wip/py-cdbryoon4-0/+29
D. J. Bernstein's constant database library adapted as a python extension module. Like GDBM and kin, cdb files map keys to values. The file format boasts wickedly fast lookups and atomic updates.
2011-08-06Fix typos.ryoon1-8/+8
2011-08-06Revert previous mistake.ryoon5-0/+79
2011-08-06Already committed as x11/libunique3ryoon5-79/+0
2011-08-06Added graphics/gource version 0.35ryoon1-1/+2