Commit graph

173958 commits

Author SHA1 Message Date
tron
a89f0767d8 Revision bump after updating perl to 5.14.1. 2011-08-07 08:35:01 +00:00
tron
001d866448 Note update of the "p5-URI" package to version 1.58. 2011-08-07 08:33:55 +00:00
tron
3c3cade3f9 Update "p5-URI" package to version 1.58. Changes since version 1.56:
- Mark Stosberg (8):
 - typo fix: s/do deal/to deal/
  - best practice: s/foreach /for /
  - Whitespace: fix inconsistent use of tabs vs spaces
  - Code style: fix inconsistency with subroutine braces at the end of the
    line vs below it.
  - Modernize: s/use vars/our/ ... since we require 5.6 as a minimum
    version now
  - Whitespace: fix indentation so blocks are consistently indented
  - Add formal terms "Percent-encode" and "Percent-decode" to the NAME
    and description to match the RFC
  - Drop support for Perl < 5.8.1  -
    Perl 5.8 was released almost 10 years ago. It's time.
- Gisle Aas (6):
  - Convert test to use Test::More
  - Adjust tests for query_form
  - Avoid "Use of uninitialized value"-noise from query_form
  - State test dependencies [RT#61538]
  - We also depend on ExtUtils::MakeMaker
  - State 5.8 dependency in the META.yml file
- Ville Skyttä (2):
  - Guess HTTPS and FTP from URI::Heuristic input with port but no scheme.
  - Try harder to guess scheme from hostnames besides just "$scheme.*" ones.
2011-08-07 08:33:27 +00:00
tron
de13680797 Revision bump after updating perl to 5.14.1. 2011-08-07 08:26:37 +00:00
adam
c7a083a53a Revision bump after updating perl to 5.14.1 2011-08-07 08:19:30 +00:00
adam
24a35bc3ad Changes 5.71:
* Merge another test change from core:
  Use "lvalue" attribute for testing since "locked" is deprecated.
2011-08-07 08:18:18 +00:00
adam
d445e5b613 Revision bump after updating perl to 5.14.1 2011-08-07 08:16:40 +00:00
tron
d933ec1c52 Note update of the "p5-pkgsrc-Dewey" package to version 1.1nb2. 2011-08-07 08:16:19 +00:00
adam
eaeb3d94a0 Revision bump after updating perl to 5.14.1 2011-08-07 08:15:28 +00:00
tron
9a6b307550 Revision bump after updating perl to 5.14.1. 2011-08-07 08:15:05 +00:00
adam
98ea2159ba Changes 2.75:
* 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-07 08:14:48 +00:00
adam
06ae9d5c63 Changes 0.004:
* 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-07 08:11:02 +00:00
tron
b871bb9156 Note update of the "p5-MIME-tools" package to version 5.502. 2011-08-07 08:09:19 +00:00
tron
17d4e138a3 Update "p5-MIME-tools" package to version 5.502. Changes since version 5.428:
- 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-07 08:09:01 +00:00
adam
0a8b29f98c Changes 0.91:
* Typo fixes in documentation
* POD link fix.
2011-08-07 08:07:00 +00:00
adam
3c7328ef14 Revision bump after updating perl to 5.14.1 2011-08-07 08:05:31 +00:00
tron
86ceb50983 Note update of the "p5-MailTools" package to version 2.08. 2011-08-07 08:05:07 +00:00
tron
69e811155d Update "p5-MailTools" package to version 2.08. Changes since version 2.07:
- 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-07 08:04:47 +00:00
adam
133cbebdbf Revision bump after updating perl to 5.14.1 2011-08-07 08:03:22 +00:00
adam
3249c3c397 Changes 1.03:
* Moving to a production version
* Upgrading to Module::Install::DSL 1.00
2011-08-07 08:02:38 +00:00
adam
56c724ad2c Revision bump after updating perl to 5.14.1 2011-08-07 08:01:11 +00:00
adam
072938e67d Changes 0.07:
* oops, depends Algorithm::Diff 1.19 again ;)

Changes 0.06:
* depends Algorithm::Diff 0.19
2011-08-07 08:00:00 +00:00
adam
3ebd6a16a9 Revision bump after updating perl to 5.14.1 2011-08-07 07:55:16 +00:00
adam
31134d7963 Changes 0.27:
- 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-07 07:52:46 +00:00
adam
e467fa1a40 Changes 0.9.6:
* 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-07 07:47:51 +00:00
tron
1218f2990a Note update of the "spamassassin" package to version 3.3.2. 2011-08-07 07:47:34 +00:00
tron
fcc26d8220 Update "spamassassin" package to version 3.3.2. Changes since version 3.3.1:
This is a minor release, primarily to support perl-5.12 and later.
Additionally several other minor bugs are fixed.
2011-08-07 07:47:20 +00:00
adam
6f5057de25 Changes 0.18:
* 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-07 07:43:34 +00:00
adam
9e83a12187 Changes 1.4008:
* 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-07 07:08:26 +00:00
adam
3bd21e8f90 Changes 0.311:
* 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-07 07:04:29 +00:00
adam
c3a092ed9c Changes 0.31:
* 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-07 06:58:43 +00:00
adam
bab0ed6916 Revision bump after updating perl to 5.14.1 2011-08-07 06:52:49 +00:00
obache
2a5c7dbcd6 Updated graphics/py-blockdiag to 0.8.7 2011-08-07 06:14:49 +00:00
obache
18249d7439 Update blockdiag to 0.8.7
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-07 06:14:27 +00:00
adam
2e6490fc3b Changes 5.34:
* 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-07 06:05:31 +00:00
adam
40570b73d3 Changes 0.15:
* 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-07 05:59:47 +00:00
adam
17a8ca043a Revision bump after updating perl to 5.14.1 2011-08-07 05:49:30 +00:00
adam
5e219ef56c Revision bump after updating perl to 5.14.1 2011-08-07 05:38:14 +00:00
jnemeth
7ddb985de8 Bump PKGREVISION for perl update. 2011-08-07 02:40:32 +00:00
mspo
dbe026dbc2 Upgrade to latest version.
This is mostly a bug fix release.
2011-08-07 02:16:03 +00:00
mspo
d21cbbed27 1.73 2011-08-06 00:00:00
- 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-07 01:49:59 +00:00
tron
b0b62a0316 Note update of the "p5-HTML-Format" package to version 2.10. 2011-08-06 23:40:41 +00:00
tron
9686371621 Update "p5-HTML-Format" package to version 2.10. Changes since version 2.04:
- 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-06 23:40:27 +00:00
ryoon
d0eddaccce Remove etm 2011-08-06 23:24:12 +00:00
ryoon
6a0bf5c978 Updated time/etm to 855 2011-08-06 23:23:47 +00:00
ryoon
ad453c7d84 Update to 855
* 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-06 23:22:14 +00:00
ryoon
e5a1b7c445 Sort 2011-08-06 22:58:33 +00:00
ryoon
02e05b10df Added textproc/queequeg version 0.91 2011-08-06 22:57:26 +00:00
ryoon
0eaab40220 Add queequeg 2011-08-06 22:56:49 +00:00
ryoon
30dc67bce9 Import queequeg-0.91 as textproc/queequeg from wip/queequeg
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-06 22:55:34 +00:00