pkgsrc/graphics
wiz 575be51fa3 p5-GraphViz2: update to 2.46.
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-17 15:52:21 +00:00
..
aalib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
adaptagrams Needs pkg-config for autoreconf. 2016-10-17 11:47:12 +00:00
adwaita-icon-theme Fix adwaita-icon-theme PLIST 2017-08-29 12:26:35 +00:00
AfterShotPro Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
agg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ansilove Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
aqsis Revbump for boost update 2017-08-24 20:03:08 +00:00
arc-theme Run configure only once. Deal with Gnome 3.22. 2017-02-18 23:16:26 +00:00
artist Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
asymptote Updated asymptote to 2.41. 2017-06-08 08:47:26 +00:00
autopano-sift-C graphics/autopano-sift-C: Install manpages into ${PKGMANDIR}. 2017-08-19 00:19:37 +00:00
autotrace Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
aview Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
babl Changes 0.1.14: 2015-12-05 21:27:38 +00:00
barcode Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
bktr2jpeg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
blender Revbump for boost update 2017-08-24 20:03:08 +00:00
blender-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
blinkenthemes Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
blinkentools Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
breeze-icons Revbump after icu update 2017-04-22 21:03:07 +00:00
cairo Updated cairo to 1.14.10. 2017-06-20 11:19:14 +00:00
cairo-gobject match x11 and xcb options to cairo package 2016-04-11 04:59:10 +00:00
cairomm Updated cairomm to 1.12.2. 2016-11-28 15:34:09 +00:00
cal3d Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
cal3d-examples Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
cambevao Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
camediaplay Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
camlimages Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
cdlabelgen graphics/cdlabelgen: Remove perldoc(1) as a build tool. 2017-08-23 17:53:55 +00:00
Cenon Revbump after icu update 2017-04-22 21:03:07 +00:00
cheese Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
cinepaint Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
circos Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
claraocr Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
clutter Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
clutter-box2d Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
clutter-gtk Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
clutter-gtk0.10 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
clutter-mx Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cnxtview Support jpeg-9 API. 2016-03-25 21:12:57 +00:00
cogl coql: Fix build with GCC 5.4.0 on NetBSD 2017-09-08 22:28:15 +00:00
Coin graphics/Coin: fix build when used as a dependency 2016-06-15 18:55:18 +00:00
comix Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
compface Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
cpia2view Deal with API changes of jpeg-9. 2016-03-22 18:55:30 +00:00
cqcam Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
CRWInfo Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
darktable Revbump for boost update 2017-08-24 20:03:08 +00:00
dcraw Changes 9.27.0: 2017-02-12 20:28:23 +00:00
deforaos-camera Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
deforaos-icon-theme Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
denemo Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
dia Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
dia-python Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
digikam Revbump for boost update 2017-08-24 20:03:08 +00:00
digikam-doc-kde3 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
digikam-kde3 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
djview4 Update to 4.10.6 2016-05-04 10:29:17 +00:00
djvulibre-lib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
djvulibre-tools Update to 3.5.27 2015-09-24 23:05:31 +00:00
dvipng Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
dx Revbump for boost update 2017-08-24 20:03:08 +00:00
dxsamples Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
edje Revbump for boost update 2017-08-24 20:02:56 +00:00
elementary-xfce-icon-theme Update elementary-xfce-icon-theme to 0.8: Too many changes to list. 2017-06-20 15:22:05 +00:00
enblend-enfuse Revbump for boost update 2017-08-24 20:03:08 +00:00
eog Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
eog-plugins Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
eog-plugins-map Revbump after icu update 2017-04-22 21:03:07 +00:00
eog3 Update eog3 to 3.24.1 2017-08-30 08:12:42 +00:00
eom Work around include ordering issues with meta-pkgs/mate/Makefile.common 2017-06-29 11:10:18 +00:00
epeg Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
evas Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-buffer Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-edb Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-eet Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-gif Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-jpeg Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-pmaps Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-png Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-software-x11 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-tiff Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
evas-xpm Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ewipe Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
exif Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
exifprobe Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
exiftags Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
exiv2 Pointers have no sign. 2016-12-22 21:04:31 +00:00
exiv2-organize Revbump for boost update 2017-08-24 20:03:08 +00:00
extrema Fix PLIST inconsistency after recent update, sorry. 2016-09-12 14:01:19 +00:00
f-spot Revbump after icu update 2017-04-22 21:03:07 +00:00
f4l Pointers can't be ordered relative to 0. 2016-12-22 21:05:01 +00:00
fbm Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
feh Update to 2.19.3 2017-09-01 11:54:23 +00:00
flickrnet Updated graphics/flickernet 3.17.0 to 3.24.0 2017-05-06 04:39:31 +00:00
fly Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
fnlib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
fotoxx Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
frameworks Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
freeglut Add upstream pull request URL. 2017-04-25 11:42:42 +00:00
freeimage Install licenses and copyright information in freeimage and 2017-08-11 15:26:20 +00:00
freeimageplus Install licenses and copyright information in freeimage and 2017-08-11 15:26:20 +00:00
freetype Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
freetype-lib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
freetype-utils
freetype2 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
fujiplay Comment out dead sites. 2017-08-16 20:45:30 +00:00
g2 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gd Changes 2.2.5: 2017-09-04 06:20:45 +00:00
gdchart Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
gdk-pixbuf Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gdk-pixbuf2 Fixed building on Darwin 2017-09-05 08:52:01 +00:00
gdk-pixbuf2-jasper 2.36.8: 2017-08-08 16:52:10 +00:00
gdk-pixbuf2-xlib 2.36.8: 2017-08-08 16:52:10 +00:00
geeqie Revbump after icu update 2017-04-22 21:03:07 +00:00
gegl Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gegl0.2 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
geomview Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
get_ds7 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gexiv2 Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gfract Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gif2png Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gif320 Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
giflib Update graphics/giflib to 5.1.4. 2016-05-01 20:28:44 +00:00
giflib-util
gifsicle Updated gifsicle to 1.88. 2017-04-05 16:07:17 +00:00
giftrans Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gimmage Revbump for boost update 2017-08-24 20:03:08 +00:00
gimp Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
gimp-color-manager Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-docs-de Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-en Follow some http redirects. 2017-08-16 20:21:03 +00:00
gimp-docs-es Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-fr Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-it Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-ja Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-ko Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-nl Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-nn Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-pl Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-ru Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-sv Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-docs-zh_CN Update to 2.8.2 2016-01-09 08:21:58 +00:00
gimp-exif-browser Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-fix-ca Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-high-pass-filter Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gimp-jxr Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
gimp-liquid-rescale Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-rawphoto Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-refocus-it Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-resynthesizer Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-ufraw Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimp-warp-sharp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gimp-webp Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
gimp2-wideangle Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
giram Comment out dead sites. 2017-08-16 20:45:30 +00:00
girara Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
gle Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
glew Allow linking with CC on *BSD. 2016-07-11 16:18:29 +00:00
glfw Update graphics/glfw to 3.2.1 2017-04-12 12:56:46 +00:00
glitz Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
gliv Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
glm Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
glpng Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
glu Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
glut Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
glw Follow some http redirects. 2017-08-16 20:21:03 +00:00
glx-utils Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
gmic Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
gmngview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
GMT Revbump for boost update 2017-08-24 20:03:08 +00:00
gnome-backgrounds Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-icon-theme Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-icon-theme-extras Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-icon-theme-symbolic Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-themes-standard Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnuplot Changes in 5.0.7 2017-08-21 15:06:53 +00:00
go-image Add go-image package 2017-08-17 02:02:56 +00:00
gocr Updated graphics/gocr to 0.48 2016-07-24 23:59:55 +00:00
goocanvas Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
goocanvas2 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
goocanvasmm Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
gource Revbump for boost update 2017-08-24 20:03:08 +00:00
gphoto2 Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gpick Revbump for boost update 2017-08-24 20:03:08 +00:00
gpicview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gqview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gqview-devel Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
grap Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
GraphicsMagick 1.3.26: 2017-07-09 20:02:28 +00:00
graphite2 Follow some http redirects. 2017-08-16 20:21:03 +00:00
graphviz Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
graphviz-dot-mode Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gri Revbump for boost update 2017-08-24 20:03:08 +00:00
gst-plugins0.10-cairo
gst-plugins0.10-jpeg
gst-plugins0.10-png
gst-plugins1-cairo Update gstreamer1 and plugins to 1.6.1. 2015-11-18 12:04:16 +00:00
gst-plugins1-jpeg
gst-plugins1-png
gthumb Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gthumb3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkam Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkglext Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkimageview Comment out dead sites. 2017-08-16 20:45:30 +00:00
gtksee Comment out dead sites. 2017-08-16 20:45:30 +00:00
gts Removed USE_LANGUAGES comment 2017-05-22 08:59:12 +00:00
guetzli Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
guile-cairo Change to guile20 2016-09-15 14:19:08 +00:00
GUIlib Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
gwenview Revbump for boost update 2017-08-24 20:03:08 +00:00
gwenview-i18n-kde3 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gwenview-kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
h5utils Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
hermes Comment out dead sites. 2017-08-16 20:45:30 +00:00
hicolor-icon-theme Follow some http redirects. 2017-08-16 20:21:03 +00:00
hp2xx Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
hugin Revbump for boost update 2017-08-24 20:03:08 +00:00
icon-naming-utils Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
iGMT Remove mk/find-prefix.mk usage from the graphics category. 2015-11-25 12:50:43 +00:00
ilmbase Bump PKGREVISON 2017-05-15 13:53:42 +00:00
ImageMagick ImageMagick: update to 7.0.7.2. 2017-09-13 08:56:18 +00:00
ImageMagick6 Update to 6.9.9.12 2017-09-11 01:18:45 +00:00
ImageViewer Revbump after icu update 2017-04-22 21:03:07 +00:00
imlib Comment out dead sites. 2017-08-16 20:45:30 +00:00
imlib-gtk Comment out dead sites. 2017-08-16 20:45:30 +00:00
imlib2 Follow some http redirects. 2017-08-16 20:21:03 +00:00
impress Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
inkscape Support poppler 0.58 2017-09-09 21:48:56 +00:00
ivtools Comment out dead sites. 2017-08-16 20:45:30 +00:00
jasper Updated jasper to 2.0.12. 2017-03-05 12:49:51 +00:00
jbig2dec Follow some http redirects. 2017-08-16 20:21:03 +00:00
jbigkit Honor LDFLAGS. Fixes RELRO build. 2017-07-06 13:13:30 +00:00
jhead Honor LDFLAGS for RELRO build. 2017-07-12 12:21:56 +00:00
jpeg Update jpeg to 9b. 2016-02-01 09:22:53 +00:00
jpeg2ps Comment out dead sites. 2017-08-16 20:45:30 +00:00
jpeg_ls Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
jpeginfo Use PKGMANDIR. Add patch comment. 2016-04-01 13:05:37 +00:00
jpegoptim Updated jpegoptim to 1.4.4. 2016-10-19 12:17:42 +00:00
jpegpixi Comment out dead sites. 2017-08-16 20:45:30 +00:00
jpegquality Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
jxrlib Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
kamera Revbump for boost update 2017-08-24 20:03:08 +00:00
kbarcode Comment out dead sites. 2017-08-16 20:45:30 +00:00
kcolorchooser Revbump for boost update 2017-08-24 20:03:08 +00:00
kde-base-artwork Revbump for boost update 2017-08-24 20:03:08 +00:00
kdegraphics-mobipocket Revbump for boost update 2017-08-24 20:02:56 +00:00
kdegraphics-strigi-analyzer Revbump for boost update 2017-08-24 20:03:08 +00:00
kdegraphics-thumbnailers Revbump for boost update 2017-08-24 20:03:08 +00:00
kdegraphics3 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
kgamma Revbump for boost update 2017-08-24 20:03:08 +00:00
kiconthemes Revbump after icu update 2017-04-22 21:03:07 +00:00
kimageformats Revbump after icu update 2017-04-22 21:03:07 +00:00
kipi-plugins Revbump for boost update 2017-08-24 20:03:08 +00:00
kipi-plugins-calendar-kde3 Comment out dead sites. 2017-08-16 20:45:30 +00:00
kipi-plugins-kde3 Comment out dead sites. 2017-08-16 20:45:30 +00:00
kolourpaint Revbump for boost update 2017-08-24 20:03:08 +00:00
koverartist Revbump for boost update 2017-08-24 20:03:08 +00:00
kphotoalbum Comment out dead sites. 2017-08-16 20:45:30 +00:00
kphotobook Comment out dead sites. 2017-08-16 20:45:30 +00:00
kphotools Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
kplotting Revbump after icu update 2017-04-22 21:03:07 +00:00
kqtquickcharts4 Revbump for boost update 2017-08-24 20:03:08 +00:00
kruler Revbump for boost update 2017-08-24 20:03:08 +00:00
ksaneplugin Revbump for boost update 2017-08-24 20:03:08 +00:00
ksnapshot Revbump for boost update 2017-08-24 20:03:08 +00:00
lasem Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
lcms Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
lcms2 2.8 Featured release 2016-09-13 11:09:34 +00:00
lensfun Changes 0.3.2: 2015-12-27 12:31:53 +00:00
lepton Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
leptonica Update graphics/leptonica to 1.74.4. 2017-06-14 14:26:24 +00:00
lib3ds Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libart Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libbpg Follow some http redirects. 2017-08-16 20:21:03 +00:00
libcaca This is not a build dependency, but a runtime one. 2016-10-10 06:36:36 +00:00
libepoxy Fix for missing EGL_CAST 2017-06-08 12:37:33 +00:00
libexif Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libexif-gtk Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libfpx Fix typo. 2017-08-04 20:03:17 +00:00
libgdiplus Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libggi Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libggigcp Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libggimisc Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libggiwmh Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libgii Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libgiigic Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libgltf Revbump for boost update 2017-08-24 20:03:08 +00:00
libgnomecanvas Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
libgnomecanvasmm Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
libimagequant 2.10.2: 2017-08-15 05:39:13 +00:00
libiptcdata Import libiptcdata-1.0.4 as graphics/libiptcdata 2016-07-10 21:57:47 +00:00
libjpeg-turbo Updated libjpeg-turbo to 1.5.0. 2016-06-14 12:07:57 +00:00
libkdcraw Revbump for boost update 2017-08-24 20:02:56 +00:00
libkdcraw-kde3 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libkexif Comment out dead sites. 2017-08-16 20:45:30 +00:00
libkexiv2 Revbump for boost update 2017-08-24 20:03:08 +00:00
libkexiv2-kde3 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libkface Revbump for boost update 2017-08-24 20:02:56 +00:00
libkipi Revbump for boost update 2017-08-24 20:02:56 +00:00
libkipi-kde3 Comment out dead sites. 2017-08-16 20:45:30 +00:00
libksane Revbump for boost update 2017-08-24 20:02:56 +00:00
liblqr graphics/liblqr: Remove inlines so digikam and clang are happy. 2016-06-15 18:53:33 +00:00
libotf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libpano13 Use CMAKE_INSTALL_MANDIR. 2016-04-21 15:54:31 +00:00
libpgf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
libpuzzle Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
libraw Follow some http redirects. 2017-08-16 20:21:03 +00:00
libraw013 Follow some http redirects. 2017-08-16 20:21:03 +00:00
librsvg Update plugin registry to make the svg loader available. Bump revision. 2017-02-17 17:03:19 +00:00
libscigraphica Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libsixel Revbump for boost update 2017-08-24 20:03:08 +00:00
libspiro Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful 2017-05-04 19:21:35 +00:00
libv4l Add symlink back after fixing videodev.h to include/linux (thanks wiz@) 2016-09-09 21:07:23 +00:00
libvideogfx Comment out dead sites. 2017-08-16 20:45:30 +00:00
libwebp Follow some http redirects. 2017-08-16 20:21:03 +00:00
libwmf Omit MESSAGE fragment about old versions of XFree86 2017-07-09 05:44:01 +00:00
libxmi Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ljpeg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
lprof Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
luminance-hdr recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
lxde-icon-theme Import lxde-icon-theme-0.5.1 as graphics/lxde-icon-theme. 2016-05-23 10:42:40 +00:00
magicpoint Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mandelbulber Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mate-backgrounds Update mate-backgrounds to 1.18. 2017-06-23 17:15:36 +00:00
mate-icon-theme Update mate-icon-theme to 1.18.2. 2017-06-23 17:18:23 +00:00
mate-icon-theme-faenza Update mate-icon-theme-faenza to 1.18.1. 2017-06-23 17:19:33 +00:00
mate-themes Requires gtk2. 2017-06-28 15:41:48 +00:00
Mesa
MesaDemos Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
MesaLib Follow some redirects. 2017-09-03 08:53:04 +00:00
MesaLib7 Follow some redirects. 2017-09-03 08:53:04 +00:00
metacam Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mgl Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mng Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mpeg2codec Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mpgtx Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
mscgen Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
mypaint Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ncview Revbump for boost update 2017-08-24 20:03:08 +00:00
netpbm Updated netpbm to 10.79.04. 2017-09-04 20:31:41 +00:00
Ngraph Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
ns-cult3d Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
numix-icon-theme Sync PLIST with reality. Bump revision. 2017-02-17 17:03:50 +00:00
numix-icon-theme-circle Sync PLIST with reality. Bump revision. 2017-02-17 17:03:50 +00:00
nvidia-texture-tools Update to nvidia-texture-tools to 2.1.0 2016-09-19 23:28:01 +00:00
nvtv Follow some redirects. 2017-09-03 08:53:04 +00:00
ocrad Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
opencsg Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
opencv Update graphics/opencv to 3.3.0. 2017-09-04 15:23:49 +00:00
opencv-contrib-face Update graphics/opencv to 3.3.0. 2017-09-04 15:23:49 +00:00
opencv2 Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
opendis Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
openexr Needs bsd.prefs.mk. Otherwise, vars seem to get clobbered and the build 2016-12-04 23:40:33 +00:00
openimageio Revbump for boost update 2017-08-24 20:02:56 +00:00
openjpeg OpenJPEG 2.2.0: 2017-08-17 20:08:33 +00:00
openjpeg15 Use CMAKE_INSTALL_MANDIR. Fixes PKGMANDIR. 2016-04-01 11:53:06 +00:00
OpenRM Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
optipng Version 0.7.6 2016-06-17 14:03:10 +00:00
osg Revbump for boost update 2017-08-24 20:02:56 +00:00
oxygen-icons Update KDE Frameworks to 5.25.0 2016-08-21 21:19:53 +00:00
p5-Barcode-Code128 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-cairo p5-cairo: update to 1.106. 2017-09-17 15:39:44 +00:00
p5-cairo-gobject Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Chart Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Chart-ThreeD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-clutter Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD-Barcode Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD-Graph-sparklines Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD-Graph3d Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GD-SecurityImage Fix build with Perl 5.26.0 2017-06-09 16:43:15 +00:00
p5-GD-SVG Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GDGraph p5-GDGraph: update to 1.54. 2017-09-17 15:37:11 +00:00
p5-GDGraph-boxplot Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GDTextUtil Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
p5-GIFgraph Fix build with Perl 5.26.0 2017-06-09 16:43:15 +00:00
p5-Gnome2-Canvas Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-GraphicsMagick 1.3.26: 2017-07-09 20:02:28 +00:00
p5-GraphViz p5-GraphViz: update to 2.24. 2017-09-17 07:27:43 +00:00
p5-GraphViz2 p5-GraphViz2: update to 2.46. 2017-09-17 15:52:21 +00:00
p5-Image-BMP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Image-ExifTool Updated p5-Image-ExifTool to 10.55. 2017-06-14 13:14:49 +00:00
p5-Image-Imlib2 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Image-Info Updated p5-Image-Info to 1.41. 2017-08-14 18:53:19 +00:00
p5-Image-JpegTran-AutoRotate Find -ljpeg on Linux (and probably others). 2017-06-21 16:44:05 +00:00
p5-Image-Size Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-PerlMagick Update HOMEPAGE. 2017-09-03 07:58:33 +00:00
p5-RRDTool-OO Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-SVG Update to 2.78 2017-07-09 07:37:44 +00:00
p5-SVG-Graph Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-SWF-File Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Template-GD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
panomatic Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
PanoTools Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
paper-icon-theme Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pdiff Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pear-Image_Canvas Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pear-Image_Color Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pear-Image_Graph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pfstools Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
pgraf Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
photopc Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
php-exif
php-gd Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
php-imagick Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
php-jpgraph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pixmap Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ploticus Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
ploticus-examples Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
plotmtv Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
plotutils Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
png Updated png to 1.6.32. 2017-08-26 05:50:00 +00:00
png2html Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
pngcheck Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
pngcrush Version 1.8.11 (built with libpng-1.6.28 and zlib-1.2.11) 2017-04-10 08:59:34 +00:00
potrace Updated potrace to 1.14. 2017-02-27 12:30:47 +00:00
povray Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
prag Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ps2eps Honor LDFLAGS, fixes RELRO build. 2017-07-12 09:02:04 +00:00
pstoedit Bump libzip ABI depends and PKGREVISIONs of its users for bzip2 dependency. 2017-09-02 22:02:24 +00:00
ptex Add missing header. 2017-02-15 00:54:50 +00:00
py-aafigure Follow some redirects. 2017-09-03 08:53:04 +00:00
py-actdiag Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
py-altgraph Reset maintainer 2017-09-16 19:26:41 +00:00
py-biggles Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-blockdiag Update to 1.5.3 2016-08-15 19:20:25 +00:00
py-brewer2mpl Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
py-cairo Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-cairo3 Fix Darwin install_name. 2016-03-30 10:43:49 +00:00
py-cairocffi Reset maintainer 2017-09-16 19:26:41 +00:00
py-chart Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
py-cycler To fix the duplication, keep the graphics/ version of py-cycler akin to 2016-08-18 11:51:45 +00:00
py-dot Update some URLs. 2017-09-04 18:55:07 +00:00
py-fits Remove build dependency that is implied by stsci.distutils. 2016-08-28 17:47:47 +00:00
py-gdchart Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
py-gdmodule Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
py-ggplot Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-gnuplot Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-goocanvas Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-graphviz Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
py-gtkglext Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
py-imagesize Switch to MASTER_SITE_PYPI. 2016-06-08 17:49:19 +00:00
py-imaging Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-imagingtk Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-matplotlib Added DEPENDS for Python 2.7 2017-06-05 07:28:47 +00:00
py-matplotlib-gtk2 Minor clean-up 2017-05-30 07:20:21 +00:00
py-matplotlib-tk Critical bug fixes in 2.0.2: 2017-05-29 20:59:21 +00:00
py-mcomix Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-nwdiag Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-openexr needs zlib 2016-09-17 21:52:30 +00:00
py-OpenGL Switch from py-Numeric to py-numpy and remove Python-3.x conflict 2016-08-21 01:32:45 +00:00
py-piddle Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-piexif 1.0.13: 2017-09-11 05:18:51 +00:00
py-Pillow 4.2.1: 2017-07-07 04:07:02 +00:00
py-pycha Follow some redirects. 2017-09-04 18:08:18 +00:00
py-pygal Reset maintainer 2017-09-16 19:26:41 +00:00
py-qrcode Reset maintainer 2017-09-16 19:26:41 +00:00
py-seaborn v0.8.1: 2017-09-04 17:19:38 +00:00
py-seqdiag Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-sk1libs Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-uniconvertor Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
qcomicbook Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
qimageblitz Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qiv Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qiviewer Update some URLs. 2017-09-04 18:55:07 +00:00
qore-glut-module email style fix 2016-08-07 11:44:42 +00:00
qore-opengl-module email style fix 2016-08-07 11:44:42 +00:00
quesoglc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
qvplay Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
R-latticeExtra Update to 0.6.28 2016-04-09 11:02:10 +00:00
rabbit Update rabiit to 2.2.0. 2017-03-20 16:33:59 +00:00
radiance Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
rayshade Lex use is racy. 2016-06-01 13:31:49 +00:00
refocus-it Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
resize_image Comment out dead sites. 2017-09-04 18:00:49 +00:00
ristretto Update ristretto to 0.8.2: 2017-06-18 23:03:29 +00:00
ruby-cairo Update ruby-cairo to 1.15.9. 2017-06-05 14:25:47 +00:00
ruby-chunky_png Update ruby-chunky_png to 1.3.8. 2017-03-20 13:04:21 +00:00
ruby-color Update ruby-color to 1.8. 2015-12-02 14:28:40 +00:00
ruby-color-japanese Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-color-tools Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ruby-gd Relax patten in GEM_CLEANBUILD. 2017-06-02 04:16:35 +00:00
ruby-gnome2-cairo-gobject Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnome2-clutter Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnome2-clutter-gdk Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnome2-clutter-gtk Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnome2-gdk3 Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnome2-gdkpixbuf Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnome2-rsvg Update ruby-gnome2 packages to 3.1.8. 2017-08-18 14:58:49 +00:00
ruby-gnuplot Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ruby-imlib2 Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-mini-magick Update ruby-mini-magick to 4.8.0. 2017-09-10 14:01:18 +00:00
ruby-oily_png Update ruby-oily_png to 1.2.1. 2016-10-15 13:55:10 +00:00
ruby-opengl Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-RMagick Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
s10sh Comment out dead sites. 2017-09-04 18:00:49 +00:00
sane-backends enable SunOS to use experimental libusb1 support. 2016-04-09 14:19:25 +00:00
sane-frontends Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
scidavis Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
scigraphica Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
scrot Comment out dead sites. 2017-09-04 18:00:49 +00:00
SDL2_image Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
SDL_image Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
shotwell Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
showimg Comment out dead sites. 2017-09-04 18:00:49 +00:00
silgraphite Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
silgraphite-ft Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
silgraphite-xft Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
simage Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
skencil Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
spcaview Comment out dead sites. 2017-09-04 18:00:49 +00:00
svgpart Revbump for boost update 2017-08-24 20:03:08 +00:00
sxiv Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
tango-icon-theme Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
tesseract Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
tex-a2ping Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-a2ping-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-animate Update to TeXlive 2017 2017-06-20 20:56:51 +00:00
tex-animate-doc Update to TeXlive 2017 2017-06-20 20:56:51 +00:00
tex-asyfig Add LICENSE 2016-01-30 04:05:49 +00:00
tex-asyfig-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-auto-pst-pdf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-auto-pst-pdf-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-automata Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-automata-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bbcard Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bbcard-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bclogo Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-bclogo-doc Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-blockdraw_mp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-blockdraw_mp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bpolynomial Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-bpolynomial-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-circuitikz Update to TeXlive 2017 2017-06-20 22:07:24 +00:00
tex-circuitikz-doc Update to TeXlive 2017 2017-06-20 22:07:24 +00:00
tex-cmarrows Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-cmarrows-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-drv Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-drv-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-dviincl Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-dviincl-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-dvipng-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-eepic Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-eepic-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-ellipse Add tex-ellipse{,-doc} 1.0 2017-01-20 21:07:40 +00:00
tex-ellipse-doc Add tex-ellipse{,-doc} 1.0 2017-01-20 21:07:40 +00:00
tex-emp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-emp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-epsincl Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-epsincl-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-epstopdf Update to TeXlive 2017 2017-06-21 06:13:14 +00:00
tex-epstopdf-doc Update to TeXlive 2017 2017-06-21 06:13:14 +00:00
tex-expressg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-expressg-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-exteps Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-exteps-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-featpost Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-featpost-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmf-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmp-auto Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-feynmp-auto-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-garrigues Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-garrigues-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-gmp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-gmp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-graphics-pln Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-graphics-pln-doc Fix PLIST 2017-07-02 06:05:12 +00:00
tex-hatching Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-hatching-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-incgraph Add tex-incgraph{,-doc} 1.12 2017-01-20 21:09:07 +00:00
tex-incgraph-doc Add tex-incgraph{,-doc} 1.12 2017-01-20 21:09:07 +00:00
tex-latexmp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-latexmp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mcf2graph Update tex-mcf2graph{,-doc} to 4.25 2017-08-23 22:32:41 +00:00
tex-mcf2graph-doc Update tex-mcf2graph{,-doc} to 4.25 2017-08-23 22:32:41 +00:00
tex-metago Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metago-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaobj Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaobj-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaplot Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metaplot-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metapost Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-metapost-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-metauml Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-metauml-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic4ode Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mfpic4ode-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mp3d Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mp3d-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mparrows Add tex-mparrows{,-doc} 0.1 2017-01-20 23:06:05 +00:00
tex-mparrows-doc Add tex-mparrows{,-doc} 0.1 2017-01-20 23:06:05 +00:00
tex-mpattern Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpattern-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpcolornames Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpcolornames-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpgraphics Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mpgraphics-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-mptopdf Update tex-mptopdf{,-doc} to 2017 2017-08-24 00:16:12 +00:00
tex-mptopdf-doc Update tex-mptopdf{,-doc} to 2017 2017-08-24 00:16:12 +00:00
tex-mptrees Add tex-mptrees{,-doc} 17.06 2017-06-24 00:10:08 +00:00
tex-mptrees-doc Add tex-mptrees{,-doc} 17.06 2017-06-24 00:10:08 +00:00
tex-pdfcrop Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-pdfcrop-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pgfgantt Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-pgfgantt-doc Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-pictex Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pictex-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-piechartmp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-piechartmp-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-psgo Add LICENSE 2016-01-30 04:05:49 +00:00
tex-psgo-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-2dplot Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-2dplot-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-3d Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-3d-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-3dplot Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-3dplot-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-barcode Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-barcode-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-blur Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-blur-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-circ Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-circ-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-coil Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-coil-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-eps Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-eps-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-fill Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-fill-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-ghsb Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-ghsb-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pst-gr3d Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-gr3d-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-grad Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-grad-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-lens Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-lens-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-math Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-math-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-node Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-node-doc Fix tex-pst-node-doc's PLIST 2017-06-27 21:40:37 +00:00
tex-pst-osci Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-osci-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-ovl Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-pst-ovl-doc Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-pst-pdf Update tex-pst-pdf{,-doc} to 1.2d 2017-08-23 23:51:35 +00:00
tex-pst-pdf-doc Update tex-pst-pdf{,-doc} to 1.2d 2017-08-23 23:51:35 +00:00
tex-pst-plot Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-pst-plot-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-poly Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-poly-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-slpe Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-slpe-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-text Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-text-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-tools Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-tools-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-tree Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-tree-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pst-vue3d Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pst-vue3d-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-pstools Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pstools-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-pstricks Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-pstricks-add Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pstricks-add-doc Update to TeXlive 2017 2017-06-21 11:45:57 +00:00
tex-pstricks-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-repere Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-repere-doc Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-roex Comment out dead sites. 2017-09-06 10:40:25 +00:00
tex-roundrect Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-roundrect-doc Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-shapes Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-shapes-doc Updated to TexLive 2016: 2016-06-16 04:00:45 +00:00
tex-slideshow Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-slideshow-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-splines Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-splines-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-suanpan Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-suanpan-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tex-ps Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-tex-ps-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-texdraw Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-texdraw-doc Add tex-texdraw 2.0 2016-09-20 12:37:25 +00:00
tex-textpath Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-textpath-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-threeddice Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-threeddice-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tikz-3dplot Add: 2016-01-04 01:40:36 +00:00
tex-tikz-3dplot-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikz-cd Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-tikz-cd-doc Add tex-pgfgantt{,-doc} 4.0 - Draw Gantt charts with TikZ 2016-04-23 22:32:02 +00:00
tex-tikzinclude Add: 2016-01-04 01:40:36 +00:00
tex-tikzinclude-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzmark Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-tikzmark-doc Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-tikzorbital Add: 2016-01-04 01:40:36 +00:00
tex-tikzorbital-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzpagenodes Add: 2016-01-04 01:40:36 +00:00
tex-tikzpagenodes-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzpfeile Add: 2016-01-04 01:40:36 +00:00
tex-tikzpfeile-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzposter Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tikzposter-doc Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tex-tikzscale Add: 2016-01-04 01:40:36 +00:00
tex-tikzscale-doc Add: 2016-01-04 01:40:36 +00:00
tex-tikzsymbols Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-tikzsymbols-doc Update to TeXlive 2017 2017-06-21 13:25:31 +00:00
tex-venndiagram Add tex-venndiagram{,-doc} 1.1 2017-08-24 02:21:17 +00:00
tex-venndiagram-doc Add tex-venndiagram{,-doc} 1.1 2017-08-24 02:21:17 +00:00
tex-xypic Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-xypic-doc Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tgif Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tiff One more try to get the patches and distinfo done correctly. 2017-06-21 02:47:45 +00:00
TiffIO Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tkpiechart Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
tuxpaint Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
tuxpaint-config Help parallel build by precreating output directory. 2016-01-05 21:36:38 +00:00
tuxpaint-stamps Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
ucview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
unicap Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
urt Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vcg Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
veusz Update some URLs. 2017-09-06 11:30:41 +00:00
vid Comment out dead sites. 2017-09-06 10:40:25 +00:00
viewfax Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
viewnior Comment out dead sites. 2017-09-06 10:40:25 +00:00
vigra Updated vigra to 1.11.1. 2017-05-29 12:35:06 +00:00
vnc2swf Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vp Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vtk Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
vtk-data Fix pax arguments. 2016-02-26 14:01:09 +00:00
vtk-docs Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
wm-icons Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
wmphoto Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
wxsvg Follow some redirects. 2017-09-06 09:02:59 +00:00
x11rec Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
xart Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xbmbrowser Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xdot Update some URLs. 2017-09-06 11:30:41 +00:00
xdvipresent Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xfce4-icon-theme Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xfig Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xgc Reset maintainer 2017-09-16 19:26:41 +00:00
xgraph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xli Comment out dead sites. 2017-08-16 20:45:30 +00:00
xmorph Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xpaint Add SHA512 digests for distfiles for graphics category 2015-11-03 21:33:50 +00:00
xplot Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
xplot-devel Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
xsane Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xv Has been using ghostscript without depending on it. PR 51378 2016-08-13 23:40:38 +00:00
xzgv Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
zathura-cb Follow some redirects. 2017-09-06 09:02:59 +00:00
zathura-djvu Follow some redirects. 2017-09-06 09:02:59 +00:00
zphoto Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
Makefile Add tex-venndiagram{,-doc} 2017-08-24 02:22:34 +00:00