summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17doc: Added mail/p5-Mail-Message version 3.002wiz1-1/+2
2017-09-17mail/Makefile: + p5-Mail-Messagewiz1-1/+2
2017-09-17mail/p5-Mail-Message: import p5-Mail-Message-3.002wiz4-0/+207
Packaged for wip by Angel M. Adames and myself. PERL5 Mail-Message module containing: Mail::Message, Mail::Box, etc.
2017-09-17doc: Updated mail/p5-Email-MIME to 1.946wiz1-1/+2
2017-09-17p5-Email-MIME: update to 1.946.wiz2-15/+9
1.946 2017-08-31 09:29:41-04:00 America/New_York - propagate encode_check to subparts (thanks, Michael McClimon) - use the new parse_content_disposition function in Email::MIME::ContentType (thanks, Pali Rohár) - fix a bug in AddressList handling (thanks, Pali Rohár)
2017-09-17doc: Added mail/p5-Email-Address-XS version 1.00wiz1-1/+2
2017-09-17mail/Makefile: + p5-Email-Address-XSwiz1-1/+2
2017-09-17mail/p5-Email-Address-XS: import p5-Email-Address-XS-1.00wiz3-0/+31
This module implements RFC 2822 parser and formatter of email addresses and groups. It parses an input string from email headers which contain a list of email addresses or a groups of email addresses (like From, To, Cc, Bcc, Reply-To, Sender, ...). Also it can generate a string value for those headers from a list of email addresses objects. Parser and formatter functionality is implemented in XS and uses shared code from Dovecot IMAP server.
2017-09-17doc: remove of misc/ruby-mini_portiletaca1-1/+2
2017-09-17misc: delete ruby-mini_portiletaca1-2/+1
2017-09-17misc/ruby-mini_portile: remove packagetaca4-29/+0
Now no packages use misc/ruby-mini_portile, remove it. (All packages are switch to use misc/ruby-mini_portile2.)
2017-09-17doc: Updated mail/p5-Email-MIME-ContentType to 1.022wiz1-1/+2
2017-09-17p5-Email-MIME-ContentType: update to 1.022.wiz2-7/+7
1.022 2017-08-31 09:16:58-04:00 America/New_York - add parse_content_disposition (thanks, Pali Rohár)
2017-09-17doc: Updated graphics/p5-GraphViz2 to 2.46wiz2-3/+3
2017-09-17p5-GraphViz2: update to 2.46.wiz2-13/+11
2.46 2017-05-11T09:57:00 - Change the default value for the 'graph' attribute within GraphViz2::Parse::ISA from {} to ''. This makes it match the default for each other module in the GraphViz2::Parse::* namespace. The problem was reported by Kevin Ryde (RT#121599) who used GraphViz2::Parse::ISA all by itself, without using it via GraphViz2, and the BUILD sub has a check on the pre-existing value of $self -> graph, which returned {} instead of the empty string, so the code did not initialize $self -> graph properly with a new GraphViz2 object. 2.45 2017-04-16T10:03:00 - In stringify_attributes(), check for undefined hash entries before processing them. If detected, they are set to ''. Reported by Raphael Crochet. See RT#121122. - Bump pre-req version of File::Which from V 1.09 to 1.21. This should solve issues of which() not finding *.exe files under Cygwin. See File::Which's Changes file for details. Reported by Raphael Crochet. See RT#121090. - Reduce pre-req version of Test::More from 1.001014 to 1.001002. 2.44 2016-10-24:08:52:00 - The patch in V 2.43 assumed one of the output files had no path, and used that name as a file name within a temporary directory to generate a *.gv file for dot. The code now just uses 'temp.gv'. Thanx to jahagirdar for reporting this via the github repo. 2.43 2016-10-20T18:20:00 - Alongside the parameters format and output_file, add im_format and im_output_file for image maps. - Add docs for the new parameters. - User Types::Standard to tighten constraints on parameters passed to new(). - Add maps/ containing various demos. 2.42 2016-08-02T12:29:00 - Seems I misunderstood something simple. This time, I've eliminated shape 'square'. Thanx again to Daran Davis. 2.41 2016-08-02T09:00:00 - To preempt more problems, I've made the same change as in V 2.40, in report.nodes.and.edges.pl, html.labels.1.pl, sub.graph.pl, sub.sub.graph.pl, trivial.pl and sub.graph.frames.pl. I can't explain why the tickets mentioned in 2.40 did not include these examples. 2.40 2016-08-02T08:41:00 - In scripts/rank.sub.graph.*.pl, change shape 'box' to 'doublecircle'. Some users have reported errors with 'box'. See RT#81467 (Reported by D. Thomas on 2012-11-26, which I rejected. My apologies to D. Thomas), and RT#116628 (Reported by Daran Davis on 2016-08-01, which I now accept). I tested firstly by using 'rect' instead of 'box', and that also works for me (the output is the same as with 'rect'), but using 'doublecircle' is visually more impressive. Also, I hope all versions of Graphviz in use will support 'doublecircle'. I can't see anything in the changelog for Graphviz to say when 'box' became available, but it must have been years ago now. 2.39 2016-05-23T12:24:00 - Escape { in regexp in t/test.t to keep recent Perls happy. - Add a dependency on Perl V 5.10.1. 2.38 2016-05-03T15:22:00 - Remove confusing para about $label in docs for add_edge(). See RT#105861. Thanx BOBMATH. - Change licence to Perl. See LICENSE file. - Update some pre-reqs. - Adopt new repo format. - Wind back min Perl version from 5.14.2 to 5.10.1 and File::Copy from 2.21 to 2.14. - Remove t/version.t in order to get rid of Test::Version. 2.37 Sun Oct 11 12:19:00 2015 - Fix the default for the graph parameter in GraphViz2::Parse::*, to be '' instead of {}. See notes for V 2.36 for more info. GraphViz2::Parse::Regexp was fixed in V 2.36. This versions fixes all the other modules in lib/GraphViz2/Parse/. - Rename the internal attribute and method 'isa' to 'is_a', to avoid clashing with UNIVERSAL::isa. Thanx to Kevin Ryde to suggesting this. - In scripts/html.labels.2.pl, rename palegreen to palegreen. - Re-generate the demo page with the new version #. 2.36 Tue Oct 6 20:43:00 2015 - Fix the default for the graph parameter in GraphViz2::Parse::Regexp, to be '' instead of {}. The {} tricked the 'if' in sub BUILD into not initializing the 'graph' attribute and hence forced the caller to provide a value. See RT#107566. Reported by Kevin Ryde. - Remove .gitignore from MANIFEST. Add it to MANIFEST.SKIP. 2.35 Wed Feb 18 16:32:00 2015 - Rename CHANGES to Changes as perl CPAN::Spec::Changes. - Add github repo to Build.PL. - Add LICENSE to disto and MANIFEST. 2.34 Mon Oct 27 13:31:00 2014 - Expand the algorithm used to find a primary table/key pair for a given foreign table/key. - Expand the FAQ to explain this algorithm. It's the first Q/A in the FAQ. - Reformat the docs to have a max of 100 chars per line. - Reformat this file to have a max of 100 chars per line. 2.33 Sat Aug 30 08:27:00 2014 - Stop emitting empty node labels. Thanx to Fjodor Fedov (see RT#98426). - Update docs on how to download AT&T's Graphviz. Thanx to Alex Becker (see RT#98405). 2.32 Mon Aug 18 15:57:00 2014 - In subs add_edge() and add_node(), remove leading and trailing whitespace from HTML tables. This is formatting sugar, but it also affects the regexp used later when stringify_attributes() is called. The same patch was put into stringify_attributes() in V 2.20, but there are cases when this whitespace processing must take place somewhat before that sub is called. See RT#98098. Many thanx to Andrew Beverley for reporting this. - Add scripts/html.labels.3.pl to test the above. - Replace Perl6::Slurp with File::Slurp, as part of my policy to reduce the # of modules used. 2.31 Fri Aug 8 11:37:00 2014 - Re-write the code which splits port (and compass) off node names. A single regexp was not good enough. 2.30 Tue Aug 5 16:22:00 2014 - Expand GraphViz2::DBI to associate foreign keys column names with the corresponding primary table's primary key name. Fallback is to the previous behaviour. See the FAQ for GraphViz2::DBI for details. - The new code requires DBIx::Admin::TableInfo V 3.00, and Lingua::EN::PluralToSingular V 0.14. - Add sequential numbers to the column names. There are actually the Graphviz port numbers. The table name is port 0. - Make foreign key edges point to the table name, rather than the primary key name. This shifts such edges from entering the right-hand side of the table to entering via the left, simplifying the image, since they no longer overlap with edges entering or leaving the right-hand side. 2.29 Wed Jul 9 16:46:00 2014 - Add exclude => [qw/table_1 table_2 .../] and include => [qw/table_3 table_4 .../] options to GraphViz2::DBI.create(). 2.28 Tue Feb 18 15:25:00 2014 - Remove the method get_column_info(). - Patch GraphViz2::DBI method create() to use DBIx::Admin::TableInfo, rather than approximately duplicate the code. - The hashref returned by table_info() has some changed some keys: o New: attributes o Changed: column_names => columns o Unchanged: foreign_keys o New: primary_keys Further, 'column_names' used to point to an array. 'columns' now points to a hashref. - Remove 'use utf8' from modules, because it's global (affects all modules loaded I gather). - Remove 'use open qw(:std :utf8)'. - Remove 'use charnames qw(:full :short)' because it is never used. - Update scripts/dbi.schema.pl to use $ENV{DBI_SCHEMA} for Postgres, if set. 2.27 Tue Feb 11 13:40:00 2014 - Stop using bare word file handles (again). - Change sub BUILD() in all sub-classes to check whether or not a 'graph' parameter was supplied to new(). If so, use it rather than instantiating a new GraphViz2 object. This fixes a problem with those script/*.pl demos which use this feature. - Fiddle t/sample.recdescent.1.dat, since the original test data happened to look like HTML, and that stopped GraphViz2.stringify_attributes() adding double-quotes to protect the label. That in turn caused dot to issue a syntax error when the generated DOT data was read. 2.26 Thu Jan 30 12:44:00 2014 - Stop using bare word file handles. - Remove these lines from GraphViz2.pm (because utf8 is global and the others are not needed): use utf8; use open qw(:std :utf8); # Undeclared streams in UTF-8. use charnames qw(:full :short); # Unneeded in v5.16. 2.25 Mon Jan 6 17:06:00 2014 - Remove debug printing of the output of 'dot -T?' (a list of valid output formats). - Fix typos in output names in rank.sub.graph.1.pl and rank.sub.graph.2.pl. rank.sub.graph.1.pl was outputting to html/rank.sub.graph.2.svg and visa versa. 2.24 Mon Dec 2 09:30:00 2013 - Rewrite scripts/extract.output.formats.pl, which used to download a page of documentation from graphviz.org, and parse it to build a list of output formats. The problems are: (1) Forgetting to run the script; (2) the on-line docs being out-of-date. So, as of this version, I now parse the output of 'dot -T?', which will not just be more accurate, but will also include the formats supported by locally-installed plugins. It's a win-win result. - Put that new logic into GraphViz2's load_valid_attributes() method. - Expand the FAQ to discuss the above operation. 2.23 Sun Dec 1 09:42:00 2013 - Update lists of valid attibutes by running scripts/extract.*.pl, and incorporating the changes into the source code of GraphViz2.pm (at the end). I use Data::Section::Simple to read this data. These lists now correspond to Graphviz V 2.34. Changes: o Remove 'aspect' as an attribute 'graph'. o Add 'inputscale' as an attribute of 'graph'. o Add 'overlap_shrink' as an attribute of 'graph'. o Add 'star' as an attribute of 'node shape'. o Add 'underline' as an attribute of 'node shape'. o Add 'xdot1.2' as an attribute of 'output format'. o Add 'xdot1.4' as an attribute of 'output format'. See RT#91073. Many thanx for Kent Fredric for bringing this to my attention. - Add t/version.t, which uses Test::Version. - Update pre-reqs. - Add use strict/warnings to Build.PL and Makefile.PL. 2.22 Fri Sep 6 16:03:00 2013 - Fix handling of graph attributes which are for clusters but not for subgraphs. See scripts/sub.graph.frames.pl for sample code. See the demo page for the output of that script. See the new FAQ item 'How do I specify attributes for clusters?' for details. Many thanx to Bill Hollingsworth (private email) for prompting me to investigate this bug. - Document method default_subgraph(). 2.21 Fri Sep 6 13:00:00 2013 - Replace Path::Tiny with File::Spec, because the former's list of dependencies is soooo long. Changed files: GraphViz2::Config, scripts/copy.config.pl, scripts/find.config.pl, Build.PL and Makefile.PL. See: RT#88435 (for Tree::DAG_Node) for an explanation. 2.20 Tue Aug 27 16:22:00 2013 - In sub stringify_attributes(), remove leading and trailing whitespace from HTML tables like so: s/^\s+(<)/$1/ and s/(>)\s+$/$1/. This is formatting sugar, but it also affects the next regexp. - In the same sub, change a regexp from /^<.+>$/ to /^<.+>$/s. Note trailing 's'. This allows '.' to match newlines within HTML lables. This fixes a bug (not yet reported). - Both these changes allow HTML labels to be more nicely formatted in the source code of the module which uses GraphViz2 (such as MarpaX::Grammar::GraphViz2). - Split scripts/html.labels.pl into scripts/html.labels.1.pl and scripts/html.labels.2.pl. These demonstrate the 2 types of HTML labels. - Document sub escape_some_chars(). - Add an FAQ item on using whitespace in HTML labels. 2.19 Tue Aug 20 10:44:00 2013 - Remove the global graph attribute 'record_orientation', as forewarned in V 2.10, in June. - Fix handling of some global attributes. Previously, some options mentioned in the call to new(...) were not set by that call. The options affected were: 'driver', 'format', 'strict', 'subgraph' and 'timeout'. The options 'driver', 'format', and 'timeout' could be set in the call to run(...), but in new(...), the value of 'format' was ignored, and the value of 'subgraph' generated an error referring to '... not a valid attribute ...'. Thanx to Larry Knibb for reporting this problem, for 'driver'. - Remove reference to GraphViz2::Parse::Marpa from scripts/pod2html.sh. See comment below for V 2.15. This module has been replaced by MarpaX::Grammar::GraphViz2, which depends on MarpaX::Grammar::Parser. 2.18 Wed Aug 7 09:22:00 2013 - Remove print from sub BUILD() left over from debugging. - Update Build.PL and Makefile.PL to include bugtracker and license items. Also replace the Perl version checking code with a simple 'require 5.014.002; # For the utf8 stuff.'. 2.17 Sat Aug 3 08:58:00 2013 - Fix handling of record shapes. E.g. label => [] ignored global default shape 'Mrecord'. Thanx to Kent Fredric for this report. See RT#87560. - Fix handling of the graph's default name. This is used in 'digraph $name {...}'. Previously, names like '' or '0' were ignored, and such values defaulted to 'Perl'. - Add scripts/record.4.pl to demonstrate setting record-style node attributes. - Fix names of html/utf8*.svg and png files, as output by scripts/utf8*.pl. - Fix scripts/generate.sh.pl which generates scripts/generate.(png,svg).sh. 2.16 Fri Aug 2 10:54:00 2013 - Patch GraphViz2.pm to handle both SVG and (eg) PNG output. I failed to test this properly. Thanx to Kent Fredric for this report. See RT#87525. - Patch scripts/Heawood.pl to use font ArialMT instead of Arial when running under Darwin (OSX). Thanx to David Jack Olrik for this report. See RT#87478. - Remove special case code in scripts/jointed.edges.pl. It used png:gd instead of png, to work round an unknown Graphviz problem. Let's hope /your/ version of Graphviz is up-to-date. - Patch scripts/circo.pl: Add comment searched for by t/test.t, which is used to label html/index.html. - Add scripts/generate.sh.pl to generate scripts/generate.png.sh and scripts/generate.svg.sh. This adds 2 tests, and 2 images to the demo page, and fixes various typos in those *.sh files. - Switch from Hash::FieldHash to Moo. - Add config/.htgraphviz2 to help the author generate the demo. - Add GraphViz2::Config.pm, and split GraphViz2::Filer off from GraphViz2::Utils, which alsp helps generate the demo. - Switch from Hash::FieldHash to Moo. - Use File::Slurp except where I need Perl6::Slurp's utf8 option. I needed File::Slurp's write_file() for the new script scripts/generate.sh.pl, so I decided to use it in most places. - Rename scripts/utf8.pl to scripts/utf8.1.pl. - Rename scripts/utf8.test.pl to scripts/utf8.2.pl. - Rename html/utf8.svg to html/utf8.1.svg. - Rename html/utf8.test.svg to html/utf8.2.svg. 2.15 Mon Jul 29 14:42:00 2013 - Remove GraphViz2::Parse::Marpa, until it's re-written to use Jeffrey Kegler's code to dump a grammar. - Add scripts/circo.pl and it's output html/circo.svg. - For non-HTML labels, escape double-quotes if they are not already escaped. This allows pathological labels such as '\"'. - For all labels, escape '[' and ']' if they are not already escaped. The rationale for this is shrouded in the mists of time :-(. - Put author tests in xt/author. - Add Algorithm::Dependency::Source::HoA V 1.110 to the pre-reqs to keep my home-grown Build.PL and Makefile.PL checker a bit quieter. - Add Config V 0, channames V 0 and open V 0 to the pre-reqs. - Move t/pod.t to xt/author/. - Switch from IPC::Run to IPC::Run3. This after a discussion with Larry Knibb re the fact that his code is hanging under Apache (mod_cgi) on Windows. He suggested using qx//, but I've gone for IPC::Run3. The other reason to switch is the overly-long bug list for IPC::Run, including Larry's report RT#87397. I went thru the same issues with Lee when switching from system() to IPC::Run for V 2.02. See RT#76459. IPC::Run3 has the advantage of letting me set binmode on various file handles. - For all modules and some scripts, convert: use strict; use warnings; into: use strict; use utf8; use warnings; use warnings qw(FATAL utf8); # Fatalize encoding glitches. use open qw(:std :utf8); # Undeclared streams in UTF-8. use charnames qw(:full :short); # Unneeded in v5.16. 2.14 Mon Jul 1 10:09:00 2013 - Patch push_subgraph() to correctly handle the case of an unnamed subgraph. The code was outputting 'subgraph "" {...}'. The extra "" are now suppressed. The code also handles the case of the name being undef. There are no doc changes because the docs described precisely what should have happened, thusly: So, without $name, 'subgraph {' is written to the output stream. With $name, 'subgraph "$name" {' is written to the output stream. Many thanx (again) to Larry Marso for reporting this, with sample code. - Add scripts/unnamed.sub.graph.pl. 2.13 Fri Jun 28 12:02:00 2013 - Oops - Patch scripts/record.1.pl as was allegedly done for V 2.11. 2.12 Thu Jun 27 14:40:00 2013 - Add scripts/plaintext.pl, which generates a 'Use of uninitialized value...' error under V 2.11 and, after the fix, does not do so under V 2.12. Many thanx to Larry Marso for the (private email) report. 2.11 Thu Jun 27 09:21:00 2013 - Correct spelling of Kent Fredric's name below, with apologies. - Patch scripts/record.1.pl and scripts/record.2.pl to use '\\n' to get a literal '\n' in the output dot file. The original works my Debian machine, but needs fixing in case there's someone out there not using Debian :-). - Remove debug log message from add_edge(). 2.10 Mon Jun 24 11:05:00 2013 - Overview: Re-work the label and port handing code. - Note: the global graph attribute 'record_orientation' no longer does anything. The new label syntax, (next, and in detail in the FAQ (https://metacpan.org/module/GraphViz2#How-labels-interact-with-ports) ), is now the recommended way of using labels to specify both ports and orientation. Using 'record_orientation' will not cause parameter validation to fail, it just won't have any effect. The attribute will be removed in a future version, so prepare now by deleting it from your code. - Labels can be a string, an arrayref of strings, or an arrayref of hashrefs. The latter alternative is new. The keys to the hashrefs are 'text' and 'port', with the latter being optional. See the FAQ topic mentioned above. See scripts/record.2.pl for sample code. Many thanx to Kent Fredric for the report (RT#85976), and the list of suggestions. - Add scripts/record.3.pl and add it to the demo generating code scripts/generate.*.sh. It demonstrates deeply nested record structures using a string as a label. The same effect could be achieved by using an arrayref of hashrefs, of course. scripts/record.2.pl shows how. - Stop escaping the 2 label characters { and }, since they are used to orient fields within records. On the demo page http://savage.net.au/Perl-modules/html/graphviz2/, see scripts/record.*.pl. Expand the FAQ discussion of escaping to cover this issue. - Remove restriction that port names in calls to add_edge() had to start with 'port'. This was due to my misreading of the Graphviz docs, where all examples used a 'port' prefix. The code also now checks for '*::*', in case the program is using Perl classes for node names, in which case we don't want the first ':' to be taken as the introduction for a port name. - Update words/tokens (arrow shapes etc) stored within the source code, by running scripts/extract.*.pl and storing the output in lib/GraphViz2.pm after the __DATA__ token. Yes, I know this is hard-coding. See the amazing module Data::Section::Simple for details. The set of words/tokens matches Graphviz 2.30.1, as of today, 2013-06-24. - Rename CHANGES to Changes as per CPAN::Changes::SPEC. - Reformat the POD in lib/GraphViz2.pm slightly. - Remove scripts/parse.marpa.pl and t/sample.marpa.1.dat, as a step in removing all Marpa-related material, because it uses the deprecated NAIF interface. All new Marpa work should use the scanless interface (SCIF). - Change Build.PL and Makefile.PL to check for Perl being at least V 5.14.0. If you are using an earlier version, you can forgo utf8 support by editing the files to relax this restriction. Some tests (utf8.pl, utf8.test.pl) will presumably fail as a consequence. Lastly, my attention has been drawn to Unicode::Semantics::up(), but I've chosen not to use it. 2.09 Fri May 31 09:57:00 2013 - Re-write the code in Build.PL and Makefile.PL which checks for Graphviz (dot) being installed, since the previous code, using a pipe, was failing on some versions of Windows. - Assume Config.pm is installed, and hence remove it from the pre-reqs. This also stops a warning message generated because Config's version # is undef. - Likewise assume File::Spec and File::Temp are installed, and 'recent enough'. This is because the new code uses these 3 modules before specifying the pre-reqs. - Bump the pre-req for Perl from 5.10.0 to 5.14, since we 'use feature qw/unicode_strings/. - Re-write the code in Build.PL and Makefile.PL which checks for Perl being 'recent enough', since the previous code, using a pre-req of "perl => '5.10.0'" generates a warning message when using Makefile.PL (for my current Perl V 5.14.2). Now we analyze $Config{version}. - One CPAN Tester found tests failing even though Graphviz was installed. The problem was that the Times font was missing. The new code should fail during 'perl Build.PL', or 'perl Makefile.PL', rather than during testing, which is good. 2.08 Thu Mar 21 13:16:00 2013 - Add $ENV{DBI_SCHEMA} to scripts/dbi.schema.pl. - For the MusicBrainz database, use DBI_SCHEMA=musicbrainz,cover_art_archive,report,statistics. See http://musicbrainz.org/doc/MusicBrainz_Database for details. Users of cpanm will want 'cpanm Carton' instead of 'sudo cpan Carton' in Perl dependencies. See https://github.com/metabrainz/musicbrainz-server/blob/master/INSTALL.md for details. 2.07 Wed Mar 13 13:24:00 2013 - Extend GraphViz2::DBI to handle SQLite using pragma foreign_key_list($table_name). - Add scripts/sqlite.foreign.keys.pl to help analyze that pragma's output. - Remove the string 'App-Office-CMS' from scripts/dbi.schema.pl. That is, the create() method is called as $g -> create(name => ''). This has the effect of removing the global node from the resultant graph. All tables were descendents of this node, but with schemas of dozens or hundreds of tables, it became confusing. - Patch dbi.schema.pl to set the DBI connect attr sqlite_unicode and foreign_keys pragma if using SQLite. 2.06 Thu Nov 8 12:38:00 2012 - No code changes. - For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0. Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node. 2.05 Tue Oct 2 10:20:00 2012 - No fundamental code changes, so no need to upgrade, unless you need the following new features. - After a request from Jack Maney, author of the Perl module Hypatia: o Document the mutator node_hash(), which returns a hashref keyed by node name. Use this to get a list of all nodes and their attributes. o Add a new mutator, edge_hash(), which also returns a hashref keyed by node name. The node is the one at the arrow/tail/ end of the edge, i.e. where the edge starts from. Use this to learn all sorts of things about the edge. o Add scripts/report.nodes.and.edges.pl (a version of scripts/html.labels.pl) to demonstrate how to access this data. o Update to POD to match. 2.04 Fri Aug 17 10:48:00 2012 - Add Perl V 5.14.2 to the pre-reqs, for the utf8 stuff. - Re-write the subgraph handling code, which was broken up to V 2.03. Add samples, script/rank.sub.graph.[1234].pl, to demonstrate subgraph name effects and node rankings. script/rank.sub.graph.[12].pl use subgraphs to force a set of nodes to be horizontally aligned. script/rank.sub.graph.[34].pl show the effects of subgraph name changes on the same data. 2.03 Mon Jun 18 9:47:00 2012 - Switch from double to single quotes in line 22 of GraphViz2::Parse::Regexp, so the resultant string, treated as Perl code, runs on Windows. Reported by Max Maischein as RT#77869. - Also, slightly reformat line 39 of that module. 2.02 Thu Apr 19 11:51:00 2012 - Accept patch from Lee as in RT#76459, to replace the code which writes the dot input file to a file with binmode, and just pass the data to dot via IPC::Run. Happily, this allows me to eliminate 'use open qw/:encoding(UTF-8) :std/;' in t/test.t. - Update the pre-reqs in Build.PL and Makefile.PL. - Add scripts/utf8.test.pl to the list of scripts shipped with this module. - Add scripts/utf8* to scripts/generate.*.sh. - Make scripts/generate.*.sh emit a warning when DBI_DSN is not set. 2.01 Wed Mar 7 08:50:00 2012 - I only tested V 2.00 by outputting to SVG (a text format), but outputting to a binary format such as PNG was broken. So, remove the 'use open qw/:encoding(UTF-8) :std/;', and restore binmode, in GraphViz2.pm. - Remove log to screen in utf8.pl, since Log::Handler doesn't accept utf8 as a logger option. - Copy scripts/utf8.pl to scripts/utf8.test.pl and edit to display just 5 delta characters. See html/utf8.test.svg. PNG is ok too. This demonstrates (hopefully) we can get the correct output on a binary format despite the 'Wide character in print...' message. - Add FAQ topic regarding this 'Wide character in print...' problem. 2.00 Tue Mar 6 16:02:00 2012 - Support utf8 in labels. This required changes to GraphViz2.pm. See scripts/utf8.pl and html/utf8.svg. I'm using Perl V 5.14.2. Sample output is online at http://savage.net.au/Perl-modules/html/graphviz2/utf8.svg. - Add an item to the FAQ about how to write scripts using utf8. - Re-write GraphViz2::Parse::ISA to draw multiple class hierarchies on 1 graph. This means the API for that class has changed. Specifically, create() no longer exists. Call add() 1 or more times instead. Then, call generate_graph(). See the docs for details. Sample output is online at http://savage.net.au/Perl-modules/html/graphviz2/parse.isa.svg. 1.13 Sun Dec 25 10:33:00 2011 - Change <img...> to <object...> in the demo creation code, to keep poor old FireFox happy. - Change various things in html/graphviz2.index.tx to we validate as XHTML 1.0 Strict. - Unreleased.
2017-09-17doc: update databases/ruby-tiny_tds to 2.0.0taca1-1/+2
2017-09-17databases/ruby-tiny_tds: update to 2.0.0.taca3-14/+44
2.0.0 * Stop building FreeTDS as a part of the extension build. 1.3.0 * FreeTDS: Link libgcc statically for Windows. (#351) Fixes #349. 1.2.0 * Use OpenSSL v1.1.0e & FreeTDS v1.00.27 for Windows builds. 1.1.0 * * Use rake-compiler-dock v0.6.0 * Handle SYBVARIANT types from SQL function. Fixes #317. Fixed #321. * Fix `use_utf16` optoin for booleans. Fixes #314 * Add `-q` check for bin puts. Fixes #318 * Use FreeTDS 1.00.21. * Appveyor tests only 2012, 2014 with one Ruby, 23-x64. * CircleCI & TravisCI both test 2016. 1.0.5 * Windows Static Builds - Use FreeTDS 1.00.15, OpenSSL 1.0.2j. * Appveyor tests 2012, 2014, 2016. * Error messages greater than 1024 chars generates a buffer overflow. Fixes #293. * Ensures numeric options are treated numerically Fixes #303. * New `:contained` login option. May deprecate `:azure`. Fixes #292. * New `:use_utf16` login option. Toggle UCS-2 or UTF-16. Default true. 1.0.4 * Use FreeTDS 1.0 final 1.0.3 * Use FreeTDS 1.0rc5 for cross compile windows gems. * Ensure we only work with latest FreeTDS v0.95.x or higher. 1.0.2 * Cross compile w/2.3.0 using rake-compiler-dock ~> 0.5.1. Fixes #268 #270. * Use FreeTDS 1.0rc4 for cross compile windows gems. 1.0.1 * Fix ruby exe's in non-platform gem. 1.0.0 * Tested with FreeTDS 1.0. * Add emoji support by default using FreeTDS v1.0 in docs. 0.9.5 (release candidates only) * Binstub wrappers for `tsql`. Fixes #227 #251 * Add support for 2008 data types. Must use TDSVER 7.3 or higher. Fixes #244 #251 - [date] - [datetime2] - [datetimeoffset] - [time] * Default FreeTDS to 0.95. Support 0.91 Alternate Fixes #233 - Allow our `tds_version` to mirror TDSVER env var. Ex '7.3' vs '73'. - Change error handler for `SYBEICONVO` to hard return INT_CANCEL. * Made sure Azure logins are user@short vs. long domain. Fixes #229 * Removed Ruby 1.9.3 from CI builds. * CI now tests Azure too. * Fixed compiler warnings on all platforms. Fixed #241 * FreeTDS - Remove support for bad iconv.
2017-09-17doc: Updated devel/p5-glib2 to 1.326wiz1-1/+2
2017-09-17p5-glib2: update to 1.326.wiz2-8/+7
Overview of changes in Glib 1.326 (stable) ============================================ * lib/Glib/GenPod.pm: Allow overriding of current time in generated man-pages Overview of changes in Glib 1.325 (stable) ============================================ * Try to avoid a possible hang in t/9.t * Handle removing '.' in @INC for perl-5.26.0 compatibility Overview of changes in Glib 1.324 (stable) ============================================ * Fix a POD error in the Glib::ParamSpec whatis entry * Fix POD for the benefit of whatis (Bugzilla #772329) * Fix typos in error message and POD (Bugzilla #772328)
2017-09-17doc: Updated graphics/p5-cairo to 1.106wiz1-1/+2
2017-09-17p5-cairo: update to 1.106.wiz2-9/+7
Overview of changes in Cairo 1.106 ================================== * Generate cairo-perl-auto.typemap and cairo-perl-auto.h in a deterministic fashion * Use the pthread compatibility workaround on NetBSD as well * Fix a test failure in t/CairoFont.t Overview of changes in Cairo 1.105 ================================== * Fix libpthread-related building issues on OpenBSD
2017-09-17doc: Updated graphics/p5-GDGraph to 1.54wiz1-1/+2
2017-09-17p5-GDGraph: update to 1.54.wiz2-8/+7
1.54 21 Nov 2016 - Disable two Y axes alignment when any y[12]_{min,max}_value is defined RT#62665
2017-09-17doc: Updated filesystems/p5-MooseX-Types-Path-Tiny to 0.012wiz1-1/+2
2017-09-17p5-MooseX-Types-Path-Tiny: update to 0.012.wiz2-9/+8
0.012 2017-04-05 23:17:14Z - repository migrated to the github moose organization - switch from Test::Requires to Test::Needs in tests - add MooseX::Getopt option type maps when MooseX::Getopt is installed (thanks, Gregory Oschwald!)
2017-09-17doc: Updated editors/p5-PPIx-EditorTools to 0.19wiz2-3/+3
2017-09-17p5-PPIx-EditorTools: update to 0.19.wiz2-8/+7
0.19 2014.09.03 - Update the link to the GitHub repository. 0.18 2012.10.20 - Including Module::Install 1.06 http://weblog.bulknews.net/post/33907905561/do-not-ship-modules-with-module-install-1-04 - Add test using Test::CPAN::Changes
2017-09-17doc: Updated editors/p5-Padre-Plugin-Git to 0.12wiz2-3/+3
2017-09-17p5-Padre-Plugin-Git: update to 0.12.wiz2-8/+13
0.12 2013-09-15 - various tweaks after running xt's - add typo found by perlbotics++ - remove an unwanted 0.11, that crepped in from an update-version script, this is also a test (BOWTIE) - turn off message echo to term [0e2335e] - tweak contents, remove core modules [cd5db46] - update POD - Update Version [30df3d8] 0.11 2012-11-29 - silly me forgot to add install share to Makrfile.PL (BOWTIE) 0.10 2012-11-29 - silly me left some test code visable (BOWTIE) 0.09 2012-11-29 - Oops Add Artistic accreditation (BOWTIE) - use 64x64 in About Dialogue (BOWTIE) - Add Local Stage Patch for dod++ (BOWTIE) - Add Local Commit Patch to complement the Stage Patch (BOWTIE) - Add Message Dialogue for commit messages, - also offer to load previous message from .git/COMMIT_EDITMSG (BOWTIE) 0.08 2012-11-25 - Unescaped left brace in regex is deprecated, passed through in regex (BOWTIE) - Add a plugin icon for use in Plugin Manager (BOWTIE) - Add blame for current file for dod++ (BOWTIE) - Add a git icon to About Dialog (BOWTIE) - Add Perl programming -> TIOBE (BOWTIE) 0.07 2012-11-03 - Fix-typo use of pbp return in sub cause a clocaking effect of menu (BOWTIE) 0.06 2012-11-01 - Add some Branching - Make Dialogue Bigger (BOWTIE) - Add auto update Changes on git commit if {{$NEXT}} exists (BOWTIE) - Update Makefile.PL with requirments (BOWTIE) 0.05 2012-09-26 - Add missing dependencies (BOWTIE) 0.04 2012-09-08 - Update to Padre-Plugin Api 2.2 (BOWTIE) - event_on_context_menu now works, short cut (BOWTIE) - switch to menu_plugins_simple all items work (BOWTIE) - git local functions, done (BOWTIE) - git remote functions, using padre-task (BOWTIE) - enable git-hub pull request with external credentials (BOWTIE)
2017-09-17doc: Updated editors/p5-Padre-Plugin-Encrypt to 0.12wiz2-3/+3
2017-09-17p5-Padre-Plugin-Encrypt: update to 0.12.wiz2-9/+7
0.12 2010.12.06 Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 0.11 2010.10.29 Removed Test::NeedsDisplay dependency (AZAWAWI) 0.10 2010.10.27 t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI) 0.09 2010.10.22 Added missing meta resources after switching to Dist::Zilla (AZAWAWI) 0.08 2010.10.22 Switched to Dist::Zilla (AZAWAWI) Fixed 00-load.t failure when $ENV{DISPLAY} is not set (AZAWAWI) 0.07 2010.10.19 Make sure it works on latest Padre (RT #61657, RENEEB++). (AZAWAWI) Added i18n and some error handling to prevent crashes. (AZAWAWI) Fixed some build issues. (AZAWAWI) Handled various text encodings properly while decrypting. (AZAWAWI) Encrypt/Decrypt in hexadecimal to prevent data loss. (AZAWAWI) Added Arabic translation (AZAWAWI) Translation files are now copied to share folder using Module::Build's share_dir
2017-09-17doc: Updated editors/p5-Padre-Plugin-Ecliptic to 0.23wiz2-3/+3
2017-09-17p5-Padre-Plugin-Ecliptic: update to 0.23.wiz2-8/+7
0.23 2010.12.06 Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 0.22 2010.10.29 Removed Test::NeedsDisplay dependency (AZAWAWI) 0.21 2010.10.27 t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI) 0.20 2010.10.23 Switched to Dist::Zilla Fixed Compatibility with the latest Padre Share directory is now accessible via File::ShareDir
2017-09-17doc: Updated editors/p5-Padre-Plugin-DataWalker to 0.04wiz2-3/+3
2017-09-17p5-Padre-Plugin-DataWalker: update to 0.04.wiz3-30/+8
0.04 2010.12.06 Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 0.03 2010.11.01 Switched to Dist::Zilla (AZAWAWI) Compatibility with the latest Padre (CHORNY, AZAWAWI)
2017-09-17doc: Updated editors/p5-Padre-Plugin-Catalyst to 0.13wiz2-3/+3
2017-09-17p5-Padre-Plugin-Catalyst: update to 0.13.wiz2-14/+7
0.13 2010.12.08 Fixed another test failure (AZAWAWI) 0.12 2010.12.08 Fixed a t/01-perl_interpreter.t failure when DISPLAY is not set (AZAWAWI) 0.11 2010.12.06 Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) Switched to Dist::Zilla (AZAWAWI) Code cleanup (AZAWAWI) Removed unused ExtUtils::Install (AZAWAWI) Fixed 'Update Application Scripts' on win32 (AZAWAWI)
2017-09-17bump PKGREVISION by databases/freetds update.taca11-19/+22
2017-09-17Disassociate myself from NetBSD project.asau4-8/+8
2017-09-17doc: databases/freetds to 1.00.55taca2-3/+3
2017-09-17databases/freetds: update to 1.00.55.taca11-636/+93
Summary of Changes in release 1.0 -------------------------------------------- User visible (not in a particular order): - Removed "8.0" from protocol version string accepted. Please update configuration files; - Default protocol version is now auto. This could slow down connection but make user experience less painful; - Sybase encrypted login. Set encryption to get it; - Support protocol version 7.4; - Add intent support to specify we don't want to change data; - Allow to attach database file during the login (MS SQL Server); - Support for Sybase time/date/bigdate/bigdatetime; - Pool is working again; - ODBC BCP (not complete); - Improved dbconvert and dbconvert_ps (more compatible); - Fixed dbspid; - Improved ODBC type information; - Better certificate verification; - AppVeyor is used for every build; - Try all IPs from DNS. This allows SQL Cluster connection to secondary servers. Implementation: - Removed Nmake support; - Type conversions simplified; - Better type handle code.
2017-09-17doc: Updated editors/p5-Padre-Plugin-Autoformat to 1.22wiz2-3/+3
2017-09-17p5-Padre-Plugin-Autoformat: update to 1.22.wiz2-12/+7
Revision history for Padre-Plugin-Autoformat 1.22 2010.12.06 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 1.21 2010.11.01 - Switched to Dist::Zilla (AZAWAWI) - Added proper share folder support using File::ShareDir (AZAWAWI) 1.2.0 Sat Aug 14 19:41:54 CEST 2010 - Renamed to the new Padre 0.43 PO naming scheme (azawawi) - updated to make it work with padre 0.68 api - added translations: - Chinese (Traditional) (BLUET) - brazilian portuguese - french - polish - Arabic (azawawi) - Spanish (BRUNOV)
2017-09-17p5-Wx: use matching version of p5-Alien-wxWdigetswiz1-2/+2
2017-09-17doc: Updated x11/p5-Wx to 0.9932nb1wiz1-1/+2
2017-09-17p5-Wx: switch to wxGTK30wiz2-6/+7
Bump PKGREVISION.
2017-09-17doc: Updated x11/wxGTK30 to 3.0.3.1wiz1-1/+2
2017-09-17wxGTK30: update to 3.0.3.1wiz2-9/+9
This is almost exactly the same as the last release but includes the missing wxPropertySheetDialog::SetInnerSize() method which was mistakenly removed from 3.0.3. Please notice that this method is undocumented and not supposed to be used from outside the library and it is declared as inline and thus is not part of the library ABI, so its absence in 3.0.3 normally shouldn't affect the library users, so there is no need to update unless, for some reason, you need to recompile existing code using this method with the latest sources, as is the case when building wxPerl, for example.
2017-09-17doc: Updated x11/p5-Alien-wxWidgets to 0.69wiz1-1/+2
2017-09-17p5-Alien-wxWidgets: update to 0.69.wiz2-11/+8
Switch to wxGTK30. 0.69 Tue Apr 18 2017 - added build dependency on LWP::Protocol::https - it is always - necessary due to sourceforge redirect to https 0.68 Sat Apr 8 2017 - RT:120887 - patch from Jim Keenan for '.' no longer in@INC - RT:94367 - allow ENV setting for wx-config - Fix current OSX builds