Commit graph

6673 commits

Author SHA1 Message Date
adam
c86216e797 Restore linking on Darwin. 2016-10-09 17:15:11 +00:00
tsutsui
896f9a9dac Update ruby-gnome2 packages to 3.0.9.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.9/NEWS)

== Ruby-GNOME2 3.0.9: 2016-08-12

=== Changes

==== All

  * Update Realease date in NEWS.
  * Use the latest Rubies.
  * Readme: update ruby versions supported.
    [Patch by cedlemo]
  * travis: install experimental gems dependent packages for GSF and GOffice.
    [patch by Hiroshi Hatake]
  * add GSF, GOffice and Gnumeric in the main Rakefile.
    [patch by cedlemo]
  * ignore no-GI version of gdk_pixbuf2 in main run-test.rb and in the main extconf.rb.
  * remove conditionnal macro based on HAVE_RUBY_ENCODING_H.
  * clean code in main Rakefile.
  * define top level windows:version:update in main Rakefile.

==== Ruby/GIO2

  * Improvements
  * Fixes
    * remove needless lazy initialization.
    * follow GI API improvement.

==== Ruby/GLIB2

  * Improvements
    * support for GLib 2.30 on CentOS 6.
      [ruby-list:50310][5.5]
      [ruby-list:50316][5.5]
    * add GLib 2.30 check.
    * add GLib 2.34 check.
    * support customizing signal callback.
    * support (({GObject#bind_property_full})).
      [patch by cedlemo]
    * clean code and style issue.
    * fix GC bug that alive proc may be GC-ed.
  * Fixes
    * windows: improve rake.
      * split g-ir-compiler args.
      * add debug option as comment.
      * fix wrong define location.
      * use predicate style.
    * fix wrong function in rbglib-variant.c.
    * bump version.
    * use SPDX format for license.
    * homebrew:
      * add workaround for libffi.pc isn't found on OS X.
      * enable libffi workaround for gi.
    * remove checks for old Ruby.
    * Ruby 2.1 or later has (({rb_str_new_cstr})).
    * set UTF-8 encoding to (({GLIB.XXX_to_utf8})) return value.
    * remove unused variables in rbglib_convert.c.
      [patch by cedlemo]
    * support Ruby 2.4 Integer unification.
      [patch Hiroshi Hatake]
    * gnome2 rake add windows:version:update task.
    * gnome2 rake reduce too much update.
    * gnome2 rake accept the latest version isn't found case.
    * gnome2 rake ignore development series.
    * windows: update dependencies.
      * support :freedesktop download site.
      * support :freedesktop_gstreamer download site.
      * ignore development version in :freedesktop_gstreamer.

==== Ruby/GStreamer

  * Improvements
  * Fixes
    * windows: improve rake file.
      * update patches.
      * follow file name change.
      * specify x86_64 as arch for 64bit Windows.
      * stop splitting g-ir-compiler args by default.
      * fix typo.
    * windows: update dependencies.
      * use :freedesktop_gstreamer download_site.
      * update external packages.

==== Ruby/Poppler

  * Improvements
  * Fixes
    * windows: improve rake file.
      * use https.
    * add missing Makefile existence check.
    * segmentation fault in (({Poppler::Page#text_layout})).
      [patch by YAMAMOTO Masayuki]
    * use (({GdkPixbuf::Pixbuf})) form in sample files.
      [patch by cedlemo]
    * remove needless gdk_pixbuf2 build dependency.
    * add missing make file existence check in run-test.rb.

==== Ruby/GObjectIntrospection

  * Improvements
    * support dispatching by Flags and Enums.
      [GitHub#745][Reported by Mamoru TASAKA]
    * cache results of methods of (({GI::CallableInfo})).
      [GitHub#749][Reported by rafagf1]
    * cache collection reader result.
      [GitHub#749][Reported by rafagf1]
    * reduce needless function call.
      [GitHub#749][Reported by rafagf1]
    * cache (({GI::AgInfo#gclosure?})).
    * add (({GI::Loader#rubyish_class_name})).
      [patch by cedlemo]
    * accept on_XXX as predicate method name.
    * support gslist of structure values as return value.
      [patch by cedlemo]
    * make constant name easy to customize.
 * Fixes
    * fix a typo in loader.rb.
    * fix a bug that int32[] returns wrong values.
      [GitHub#758][reported by TASAKA]
    * don't return array length output argument for return value.
    * windows: update dependencies.

==== Ruby/GDK3

  * Improvements
  * Fixes
    * windows:
      * support symbolic icons.
        [GitHub#750][Abby Archer]
    * use (({GdkPixbuf::Pixbuf})) form in gdk3 library and test files.
      [patch by cedlemo]
    * Rake file update GTK+ version.

==== Ruby/GTK3

  * Improvements
    * update gtk-demo textscroll.
      [patch by cedlemo]
    * update gtk-demo data files to Gtk 3.20.
      [patch by cedlemo]
    * cache (({Gtk::TreeModel#get_column_type})).
      [GitHub#749][Reported by rafagf1]
    * update gtk-demo main.rb to Gtk 3.20.
      [patch by cedlemo]
    * update theming_style_classes gtk demo to 3.20.
      [patch by cedlemo]
    * update assistant gtk demo to 3.20.
      [patch by cedlemo]
    * update css related gtk demos to 3.20.
      [patch by cedlemo]
    * update markup gtk demo to 3.20.
      [patch by cedlemo]
    * update font-features demo to 3.20.
      [patch by cedlemo]
    * make (({Gtk::TreeView#expand_row})) rubyish.
    * support "row-collapsed" and "row-expanded" signals for (({Gtk::TreeView})).
      [GitHub#762][Reported Eric Cunningham]
    * update misc sample bindings.rb to Gtk 3.20.
      [patch by cedlemo]
    * update rotated text gtk demo.
      [patch by cedlemo]
    * update pixbufs gtk demo.
      [patch by cedlemo]
    * hide "found" return value from (({Gtk::TextView#get_iter_at_XXX})).
      [GitHub#794][Reported by Miguel Hernández]
    * add (({Gtk::TextView#get_iter_at}))
  * Fixes
    * guard text marks from GC.
      [GitHub#743][Reported by cedlemo]
    * fix a bug that GC-ed (({Gtk::TextTag})) may be reused.
    * relax condition in test for (({Gtk::ListStore})).
    * use GTK+ version check in test for (({Gtk::Image})).
    * fix issue in the gtk3 tutorial.
      [patch from Renich Bon Ciric]
    * follow (({Gtk::TextBuffer#select_bounds})) API change.
      [GitHub#794][Reported by Miguel Hernandez]
    * (({Gtk::TextView#get_iter_at*})) return nil when not found.
      [GitHub#794][Reported by Miguel Hernandez]
    * fix typo at gtk-demo.
      [patch by tSU_RooT]
    * use (({GdkPixbuf::Pixbuf})) form in gtk-demo files.
      [patch by cedlemo]
    * use (({GdkPixbuf::Pixbuf})) form in sample misc files.
      [patch by cedlemo]
    * use (({GdkPixbuf::Pixbuf})) form in test files.
      [patch by cedlemo]
    * gtk3 sample: follow (({Gtk::TextBuffer#select_bounds})) API change.
      [GitHub#794][Reported by Miguel Hernández]
    * (({Gtk::TextView#get_iter_at*})) return nil when not found.
      [GitHub#794][Reported by Miguel Hernández]
    * fix wrong method used in order to set window size in tutorial samples.
      [patch by Renich Bon Ciric]
    * fix label in ((#Gtk::TextView})) tests.
    * fix typo at gtk-demo.
      [patch by tSU_RooT]
    * update all samples, tests, demo, tutorial to use (({GdkPixbuf#Pixbuf})).
      [patch by cedlemo]
    * add gtk3 demo transparent.rb.
      [patch by cedlemo]
    * update sample with (({Gtk::SeclectionData})) API changes.
      [patch by cedlemo]
    * lib and tests follow GI API improvement.
    * test omit on old GTK+.
    * require more newer GTK+ version for (({Gtk::TextView})) test.

==== Ruby/Pango

  * Improvements
    * add tests for (({Pango::Context})).
      [patch by cedlemo]
    * improve tests for (({Pango::Context})).
    * implement (({Pango::Context#set_chape_renderer})).
    * add (({Pango::AttrShape#data})).
      [GitHub#766][Reported by cedlemo]
  * Fixes
    * fix error with MACRO usage in rbpangoattrlist.c.
      [patch by cedlemo]
    * fix a bug that (({Pango#GlyphGeometry#geometry=})) does nothing.
    * fix GC related problem in rbpangocontext.c.
    * windows: update external packages.

==== Ruby/GSF

  * Improvements
    * start GSF module.
      [patch by cedlemo]
  * Fixes
    * follow GI API improvement.
    * windows: fix external package name.
    * windows: update external packages.

==== Ruby/GOffice

  * Improvements
    * start GOffice module.
      [patch by cedlemo]
    * support version.
  * Fixes
    * add tests for GOffice.
    * use (({GI::Loader#rubyish_class_nme})) in loader.rb.
      [patch by cedlemo]
    * add rules in order to fix issues when building objects.
      [patch by cedlemo]
    * add availability check in tests.
    * fix condition issue in test.
    * make some tests omitted when run by Travis CI.
    * windows: update external packages.

==== Ruby/Gnumeric

  * Improvements
    * start Gnumeric module.
      [patch by cedlemo]
  * Fixes
    * add missing dependency in run-test.rb.
    * use (({GI::Loader#rubyish_class_nme})) in loader.rb.
      [patch by cedlemo]
    * add rules in order to fix issues when building objects.
      [patch by cedlemo]
    * travis : add gnumeric as package to install instead of relying on dep.
      [patch by cedlemo]
    * improve renaming rules for C structures to ruby Class in GI loader.
      [patch by cedlemo]
    * add rules in order to avoid 2 objects information beeing reloaded.
      [patch by cedlemo]
    * windows: fix external package version.

==== Ruby/GdkPixbuf2
  * Improvements
    * replace C implementation with one based on GObject-Introspection.
      [patch by cedlemo]
    * implement backward compatibility for (({GdkPixbuf::Pixbuf.new})).
      [patch by cedlemo]
    * add rubyish methods.
    * add (({GdkPixbuf::Pixbuf#composite!})).
    * implement rubyish methods:
       * (({GdkPixbuf#dup}))
       * (({GdkPixbuf#fill!}))
       * (({GdkPixbuf#rotate}))
       * (({GdkPixbuf#saturate_and_pixelate}))
       * (({GdkPixbuf#save}))
       * (({GdkPixbuf#scale}))
       * (({GdkPixbuf#scale!}))
    * support version information.
    * support options in (({GdkPixbuf::Pixbuf#composite})) and (({GdkPixbuf::Pixbuf#composite!})).
  * Fixes
    * remove needless lazy initialization.
    * improve tests.
    * add deprecated message for backward compatibility.
    * add tests for (({GdkPixbuf::Pixbuf#new})).
      [patch by cedlemo]
    * add tests for (({GdkPixbuf::Pixbuf#dup})) and (({GdkPixbuf::Pixbuf#fill!})).
      [patch by cedlemo]
    * ignore no-gi version of gdk_pixbuf2 in run-test.rb and extconf.rb.
    * add tests for (({GdkPixbuf::Pixbuf#rotate})) and (({GdkPixbuf::Pixbuf#new})).
      [patch by cedlemo]
    * update and fix issues in the samples.
      [patch by cedlemo]
    * improve gdk_pixbuf2 libs and tests style, and add missing copyright header.
    * add missing GObjectIntrospection dependency in tests.
    * add backward compatibility between the old Gdk::Pixbuf and GdkPixbuf::Pixbuf.
    * supports running on different directory for gdk_pixbuf2 samples.
    * add (({PixbufLoader#last_write})).
    * add tests for (({GdkPixbuf#new})).
      [patch by cedlemo]
    * add tests for (({GdkPixbuf#new})) with :file and :scale parameters.
      [patch by cedlemo]
    * add tests for (({GdkPixbuf#new})) from subpixbuf.
      [patch by cedlemo]
    * add backward compatibily for (({GdkPixbuf::Pixbuf#new})) and (({GdkPixbuf::Pixbuf#new_subpixbuf})).
    * simplify and improve tests.
    * use warn and raise instead of puts messages.
    * add test for (({GdkPixbuf::Pixbuf#dup})).
      [patch by cedlemo]
    * add test for (({GdkPixbuf::Pixbuf#new})) from data.
      [patch by cedlemo]
    * add test for (({GdkPixbuf::Pixbuf#fill!})).
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#fill!})) tests.
    * add test for (({GdkPixbuf::Pixbuf#new})) from bytes.
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#new})) tests.
    * add (({GdkPixbuf::Pixbuf#rotate})) tests.
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#rotate})) tests.
    * add (({GdkPixbuf#new})) from resource test.
     [patch by cedlemo]
    * add (({GdkPixbuf::Pixbuf#new})) from resource at scale tests.
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#new})) tests.
    * update sample with the GdkPixbuf::Pixbuf form.
    * add deprecated hook for (({GdkPixbuf::PixbufFormat#signature})).
    * add tests for (({GdkPixbuf::Pixbuf#saturate_and_pixelate})).
      [patch by cedlemo]
    * keep backward compatibility for (({Gdk::PixbufError})).

==== Ruby/VTE3

  * Improvements
  * Fixes
    * remove needless lazy load.
    * windows: update external package.

==== Ruby/GTK2

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]

==== Ruby/RSVG2

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]
    * windows: update external packages.

==== Ruby/Clutter

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]
    * windows update version.

==== Ruby/ClutterGtk

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]
    * Fix issue with initialization of (({Gtk::IconView})) without hash argument.
      [patch by cedlemo]

==== Ruby/ClutterGstreamer

  * Improvements
  * Fixes
    * add missing gdk_pixbuf2 dependency in tests.

==== Ruby/GtkSourceView3

  * Improvements
  * Fixes
    * windows: update dependencies.

==== Ruby/GSF

  * Added.

==== Ruby/GOffice

  * Added.

==== Ruby/Gnumeric

  * Added.

==== Thanks

  * Mamoru TASAKA
  * rafagf1
  * 5.5
  * Abby Archer
  * Eric Cunningham
  * Hiroshi Hatake
  * Renich Bon Ciric
  * Miguel Hernández
  * tSU_RooT
  * YAMAMOTO Masayuki
  * cedlemo
2016-10-09 15:43:30 +00:00
leot
f89cb5945a Update print/cups-filters to cups-filters-1.11.4
Changes:
CHANGES IN V1.11.4
	- gstoraster: Allow Ghostscript to use the center-of-pixel
	  method instead of the PostScript-standard any-part-of-pixel
	  method when rendering filled paths. This improves the
	  graphics output quality of low-resolution printers like
	  label printers, for example to assure readability of bar
	  codes (Bug #1373).
	- cups-browsed: Fixes to avoid unneeded calls of
	  handle_cups_queues() and even infinite loops (Possible fix
	  for bug #1376). Also make sure that queues left over from
	  the previous cups-browsed session are integrated correctly.
2016-10-09 08:34:00 +00:00
leot
ebf73c40ab Update print/cups to cups-2.2.1
Changes:
CHANGES IN CUPS V2.2.1
	- Added "CreateSelfSignedCerts" directive for cups-files.conf to
          control whether the scheduler automatically creates its own
          self-signed X.509 certificates for TLS connections (Issue #4876)
        - http*Connect did not handle partial failures (Issue #4870)
        - Addressed some build warnings on Linux (Issue #4881)
        - cupsHashData did not use the correct hashing algorithm
          (<rdar://problem/28209220>)
        - Updated man pages (PR #4885)
        - Updated localizations (PR #4877, PR #4886)
2016-10-09 08:33:15 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
schnoebe
8fd5ed631e Update to 3.16.9:
Release Notes:

HPLIP 3.16.9 - This release has the following changes:

Added Support for the Following New Printers:
- HP OfficeJet Pro 8732M All-in-One Printer
- HP OfficeJet 8702 All-in-One Printer
- HP OfficeJet 6960 All-in-One Printer
- HP PageWide 377dw Multifunction Printer
- HP PageWide 352dw Printer
- HP PageWide Managed Color MFP E58650 series
- HP PageWide Managed Color E55650 series

HPLIP 3.16.8 - This release has the following changes:

Added Support for the Following New Printers:
- HP OfficeJet Pro 6970 All-in-One Printer
- HP OfficeJet Pro 6960 All-in-One Printer
- HP OfficeJet 250 Mobile All-in-One
- HP DeskJet 3700 All-in-One
- HP DeskJet Ink Advantage 3700 All-in-One

Added support for the following new Distro's:
- Linux Mint 18
- Fedora 24
- Debian 8.5

Significant Changes:
- Modified the GUI representation of Secure PIN Printing
2016-10-05 23:35:01 +00:00
wiz
ffa1d7e724 Clarify LICENSE a bit. 2016-10-03 08:44:22 +00:00
wiz
65a11d0667 Remove email from the author that describes the package's license.
The LICENSE tag is correct.
2016-10-03 07:58:22 +00:00
bouyer
957c73acb6 Add -D_IPP_PRIVATE_STRUCTURES to CFLAGS and switch to cups 2.x.
Bump PKGREVISION
2016-10-02 13:34:50 +00:00
wiz
11e9ef7057 Updated cups to 2.2.0.
CHANGES.txt - 2.2.0 - 2016-09-13
--------------------------------

CHANGES IN CUPS V2.2.0

	- Normalized the TLS certificate validation code and added additional
	  error messages to aid troubleshooting.
	- http*Connect did not work on Linux when cupsd was not running
	  (Issue #4870)
	- The --no-remote-any option of cupsctl had no effect (Issue #4866)
	- http*Connect did not return early when all addresses failed
	  (Issue #4870)


CHANGES IN CUPS V2.2rc1

	- Updated the list of supported IPP Everywhere media types.
	- The IPP backend did not validate TLS credentials properly.
	- The printer-state-message attribute was not cleared after a
	  print job with no errors (Issue #4851)
	- The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer operations did
	  not always return an error for failed adds (Issue #4854)
	- PPD files with names longer than 127 bytes did not work (Issue #4860)
	- Updated localizations (Issue #4846, PR #4858)


CHANGES IN CUPS V2.2b2

	- Added Upstart support (PR #4825)
	- CUPS now supports Let's Encrypt certificates on Linux.


CHANGES IN CUPS V2.2b1

	- All CUPS commands now support POSIX options (Issue #4813)
	- The scheduler now restarts faster (Issue #4760)
	- Improved performance of web interface with large numbers of jobs
	  (Issue #3819)
	- Encrypted printing can now be limited to only trusted printers and
	  servers (<rdar://problem/25711658>)
	- The scheduler now advertises PWG Raster attributes for IPP Everywhere
	  clients (Issue #4428)
	- The scheduler now logs informational messages for jobs at LogLevel
	  "info" (Issue #4815)
	- The scheduler now uses the getgrouplist function when available
	  (Issue #4611)
	- The IPP backend no longer enables compression by default except for
	  certain raster formats that generally benefit from it
	  (<rdar://problem/25166952>)
	- The scheduler did not handle out-of-disk situations gracefully
	  (Issue #4742)
	- The LPD mini-daemon now detects invalid UTF-8 sequences in job,
	  document, and user names (Issue #4748)
	- The IPP backend now continues on to the next job when the remote
	  server/printer puts the job on hold (<rdar://problem/24858548>)
	- The scheduler did not cancel multi-document jobs immediately
	  (<rdar://problem/24854834>)
	- The scheduler did not return non-shared printers to local clients
	  unless they connected to the domain socket (<rdar://problem/24566996>)
	- The scheduler now reads the spool directory if one or more job cache
	  entries point to deleted jobs (<rdar://problem/24048846>)
	- Added support for disc media sizes (<rdar://problem/20219536>)
	- The httpAddrConnect and httpConnect* APIs now try connecting to
	  multiple addresses in parallel (<rdar://problem/20643153>)
	- The cupsd domain socket is no longer world-accessible on macOS
	  (<rdar://problem/7542560>)
	- Interface scripts are no longer supported for security reasons
	  (<rdar://problem/23135640>)
	- Added a new cupsHashData API and support for hashed job passwords
	  (<rdar://problem/20221502>)
	- Localization fixes (<rdar://problem/25292403>,
	  <rdar://problem/25461517>, Issue #4041, Issue #4796)
	- Documentation changes (Issue #4624, Issue #4781)
	- Packaging fixes (PR #4832)
2016-09-30 14:10:55 +00:00
wiz
bd4148fc53 Adapt patch for better upstreaming. 2016-09-30 12:51:47 +00:00
wiz
604f3425b6 Updated abcm2ps to 8.12.4.
---- Version 8.12.4 - 2016-09-25 ----

%%gutter added
	(asked by Paul Hardy)
Check if spaces in PostScript font names
	(reported by Dave Marcus)
Fix loss of computed PostScript values on page break with SVG output
	(reported by David Lacroix)
Fix 'ghosts' at bottom of page when justified or centered text in page
	(reported by Hudson Lacerda)

---- Version 8.12.3 - 2016-08-25 ----

Fix bad shape of cresc/dimin on next line after continuation
	(reported by David Lacroix)
Fix bad scan of %%tuplets
	(reported by David Lacroix)

---- Version 8.12.2 - 2016-08-24 ----

Handle long decorations on second repeats
	(reported by Timm Reasbeck)
Add 4th parameter to %%tuplets ('where')
	(asked by Ben)
Treat back the long decorations in overlayed voices ending
		on a measure bar
	(reported by David Lacroix)
Fix 'ghosts' at top of page when justified or centered text in page
	(fixed by Hudson Lacerda)
Fix bad scale with '-s' when %%scale inside ABC
	(reported by Hudson Lacerda)

---- Version 8.12.1 - 2016-08-05 ----

Fix bad alternate heads since 8.12.0

---- Version 8.12.0 - 2016-08-05 ----

Handle glissendo on chords
	(reported by Timm Reasbeck)
Fix bad SVG output when text decoration before glissendo
Fix bad note head replacement when defined as a string since 8.5.0
Fix bad tie error when crossing a meter change
	(reported by David Lacroix and Jean-Luc Zins)
Clash of ties on second interval chord
	(reported by David Lacroix)

---- Version 8.11.7 - 2016-06-24 ----

Loss of decoration when same long decorations
		in 2 voices of the same staff
	(reported by Hudson Lacerda)
Do the overlay voice inherit of the note map (%%voicemap)
	(reported by Gerhard Schacherl)
Crash when more than 16 lyric lines (w:)
	(reported by Eric Reinbold)
Accept %%format in tune headers
	(reported by Timm Reasbeck)

---- Version 8.11.6 - 2016-05-30 ----

%%rbdbstop added
	(asked by Hudson Lacerda)
Stop back again the repeat brackets on ||, [| and |]
	(asked by Bernhard Weichel)
Don't move the symbols of an empty staff if the staff is displayed
		elsewhere in the music line
Don't shift whole notes on voice overlap
%%graceword added
	(asked by Manavasu)
Fix clash of notes of 1st and 3rd voices when on a same staff
	(reported by David Lacroix)

---- Version 8.11.5 - 16/05/01 ----

Adjust the endpoints of the glissendo
Fix loss of tie on new repeat when previous note is tied
Fix bad end of repeat bracket after %%score with change of voice role
Fix bad colors when %%voicecolor and %%voicescale
	(reported by Guido Gonzato)
Fix array overflow in draw_keysig()
	(reported by Hanno Böck)
New command line option '-p'
	(patch from Stephen Beitzel)

---- Version 8.11.4 - 16/04/10 ----

Fix bad glissendo
Fix bad generation of "::" when at end of source line since 8.10.1
	(reported by Rob Lindauer)

---- Version 8.11.3 - 16/04/09 ----

Fix loss of measure bars when %%score with less staves
		further in the music line
Set back the decoration function '4' and move the glissendo under '8'
	(reported by Gerhard Schacherl)
Don't scale the decorations on grace notes
	(reported by Manavasu)
Fix bad position of P: when on a combined rest
	(reported by Atte Jensen)
Fix bad key signature when defined between two measure bars
	(reported by Stu)
Change the PS squiggly glissando to the same as the SVG one
	(reported by Manavasu)

---- Version 8.11.2 - 16/03/23 ----

Fix bad length of ties when at end of line and notes in an other voice
	(reported by David Lacroix)
Fix crash when long decoration without any note/rest in the music line
Fix bad glissendos when notes with accidental
	(reported by Manavasu)
Add source annotations for multi-rests
	(asked by Jan Wybren de Jong)

---- Version 8.11.1 - 16/02/25 ----

Decorations !-(!, !-)!, !~(! and !~)! added
	(asked by Manavasu)
Fix bad ties on right repeat
Fix bad tie when over dotted bar
	(reported by David Lacroix)
Center the measure repeat signs
	(reported by David Lacroix)
Better vertical offset of rests when many voices (again!)
	(reported by David Lacroix)
Handle PS "dlw" definition for SVG output
	(reported by David Lacroix)

---- Version 8.11.0 - 16/02/05 ----

Better vertical offset of rests when many voices
	(reported by David Lacroix)
Fix bad setting of grace note spacing
Permit ties from grace notes to chord
	(asked by Hudson Lacerda)
Erroneous meter on many staves when last staff empty
	(reported by Hudson Lacerda)
Close the last repeat bracket at end of tune
	(asked by Hudson Lacerda)
Set %%cancelkey by default !! compatibility !!

---- Version 8.10.1 - 16/01/18 ----

On K:, put the natural accidentals after the other ones
		when less sharps or flats
	(reported by Nils Liberg)
!rbend! added
Better repeat brackets
	(reported by Nils Liberg)

---- Version 8.10.0 - 16/01/09 ----

Change the length of the repeat brackets
	(asked by ABC people)
Fix bad length unit when M:none in tune header and no L:
	(reported by David Lacroix)
Add %%rbmax and %%rbmin
	(asked by ABC people)
Fix bad offset of some decorations on grace notes with beam
Use the POSIX C extended regular expressions for selection

---- Version 8.9.4 - 15/12/21 ----

Extend the repeat bars on next line up to 4 measures instead of 2
	(asked by Rickard Blixt)
Fix bad line width in user decorations with SVG output since 8.9.1
	(reported by David Lacroix)
Fix bad microtone accidentals after transposition
	(reported by Hudson Lacerda)
Fix bad accidental of note tied from inflected note after measure bar
		and transposition
	(reported by Hudson Lacerda)
Fix lack of transposition of guitar chords after tabulation

---- Version 8.9.3 - 15/11/22 ----

Fix bad length of long decorations when %%staffscale or %%voicescale
	(reported by Gerhard Schacherl)
Fix bad heads when %%voicecombine and head decorations
	(reported by Johann Schatzer)
%%voicecombine may be global
Fix bad handling of "$n" in lyrics
	(reported by Gerhard Schacherl)
Don't draw a line above a measure bar up to the upper staff
		when this upper staff has no bar
Draw the measure bars a bit thicker
	(asked by Guido Gonzato)

---- Version 8.9.2 - 15/10/26 ----

Fix bad display of double repeat bars when crossing 2 music lines
		since 8.8.2
	(reported by Jean-Luc Zins)
Fix bad measure duration since 8.9.1
Fix bad slur when ending on first symbol from the previous music line
		and in a second voice
	(reported by Frédéric Boulanger and Jean-Luc Zins)
Update the INSTALL documentation
Fix bad scale with EPS output
	(reported by Martin Tarenskeen)
Fix error in SVG when non-default stroke width and voice color
	(reported by David Lacroix)
Fix bad setting of the configure variables when done in the command line
	(reported by Martin Tarenskeen)
Change the default meter from 4/4 to none when M: is absent,
		in accordance with the standard
Set the duration of a measure to a non null value when M:none
		and avoid strange rendering of multi-rests ("Z")
	(reported by Jakob Englhauser)

---- Version 8.9.1 - 15/10/15 ----

Fix bad height of fingering in groups of grace notes
Set back the PS out in 72 PPI
	('gv' problem reported by Jean-Luc Zins)
Fix crash when some cases of voice unison
	(reported by Jean-Luc Zins)
Fix stroke width in SVG images
	(after tests with Larry Myerscough)
Fix bad conversion of "\oe" into œ
	(reported by Guido Gonzato)

---- Version 8.9.0 - 15/10/10 ----

%%pagescale added
Change PPI from 72 to 96
Fix abnormal line to the circle-x note head with PS output
	(reported by Atte Jensen)
Fix bad staff of slur continuation in secondary voices when many staves
	(reported by Jean-Luc Zins)
Fix too much space after accidental when unison
	(reported by David Lacroix)

---- Version 8.8.5 - 15/09/24 ----

Handle "\*" as the character '*' in lyrics (w:)
	(reported by John Chambers)
Adjust the vertical room of rests
Fix clash of rests when more than 2 voices per staff
	(reported by David Lacroix)
Fix bad head of top note when !head-xx! decoration on chord
	(reported by David Lacroix)
Fix bad tie when clef change just later
	(reported by Jean-Luc Zins)
Fix double accidental when unison
	(reported by Jean-Luc Zins)
Fix bad string width computation when XML character references and SVG output
Add %%decoerr
Change '%%dynamic'... to '%%pos dyn'...
Add '%abc-2.1' as the first line in chinese.abc
	(reported by Seymour Shlien)
Fix bad slur when between chord and non chord

---- Version 8.8.4 - 15/08/24 ----

Fix loss of tuplet when starting with grace notes
	(reported by Lou Montulli)
Fix clash of accidentals when voice overlap
	(reported by David Lacroix)
Fix lack of !head-xx! decorations with U: letters on single notes

---- Version 8.8.3 - 15/07/13 ----

Fix bad horizontal offset of tremolos when the notes are shifted
	(reported by David Lacroix)
Fix bad accidentals in overlaid voices when %%transpose
	(reported by David Lacroix)
Give more information about errors in %%transpose
Set smaller vertical height of tuplets
Fix double tuplet number when nested tuplets at start of a secundary voice
	(reported by David Lacroix)

---- Version 8.8.2 - 15/06/17 ----

Fix bad output (PS) or crash (SVG) when the last symbol of a secondary voice
		is alone in a music line
Fix crash when special glyph and no <defs> on SVG output
Adjust the '8's in octava clefs
	(reported by David Lacroix)

---- Version 8.8.1 - 15/06/14 ----

Fix bad start of ties in second repeats at start of line
Fix lack of ties in second repeats at start of line when many voices
	(reported by Gerhard Schacherl)
Fix offset of note dots when scaled staff or voice
Fix offset of '8' in octava clefs
Fix loss of line break when occuring just at minimal spacing
Fix bad offset of some decorations with %%deco function 3 since 8.8.0
	(reported by David Lacroix and Gerhard Schacherl)

---- Version 8.8.0 - 15/05/21 ----

Fix again bad handling of %%ornament with %%deco function 3
	(reported by Lou Montulli)
Extend the syntax of %%map
	(asked by David Webber)
Replace "all,<any_note>" by "*" in %%map
Fix crash when PS output with SVG glyph definition and no "stroke-width:"
Add "%%combinevoices 3"
	(asked by Alan Snyder)
Fix clash of accidentals in chords with unisons
	(reported by David Lacroix)

---- Version 8.7.8 - 15/05/15 ----

Fix crash when %%score/%%staves before generation restart
Fix lack of stem in sample4.abc
Fix clash of accidentals in complex chords
	(reported by Hudson Lacerda)
Fix music line too wide when line split on a beamed sequence
Fix crash when trying to cut a music line at end of tune
	(reported by Hudson Lacerda)
Fix bad offset of tuplets and slurs when voice appearing
			in a %%score/%%stave sequence
Fix SVG path to PS translation (in %%beginsvg sequence)
Accept XML character references and predefined entities
			("&xxx;") in any string

---- Version 8.7.7 - 15/04/29 ----

Fix abnormal key space when many %%transpose in tune body and K:none
	(reported by David Lacroix)
Fix bad linewidth when set by PS sequence since 8.7.4
	(reported by David Lacroix)
Accept many invisible notes under beams
Set the number alone in tuplet closer to beam
	(reported by Alan Snyder)

---- Version 8.7.6 - 15/04/20 ----

Fix bad SVG definition of !tenuto! when SVG output
	(reported by David Lacroix)

---- Version 8.7.5 - 15/04/19 ----

Change some decorations of deco.abc
Fix annotation-like offset of decorations with function 0 (near notes)
Added files free.abc and bravura.abc
Accept (some) SVG paths by <defs>..</defs> for PS output
Accept glyphs by <defs>..</defs> for SVG output
Fix bad left margin when %%leftmargin inside tune body since 8.7.4
	(reported by David Lacroix)
Don't adjust the pitch of notes when the key is 'P' (percussion)
	(reported by Willem Vree)
Fix bad output when internal output buffer overflow
	(reported by Jan Wybren de Jong)
Fix bad unison display according to %%shiftunison value
	(reported by David Lacroix)
Fix bad vertical offset of "@0,0xx" guitar chords when after other
		guitar chord/annotation on the same note since 7.1.1
	(reported by Hudson Lacerda)
Fix abnormal key space when %%transpose in tune header before K:none
	(reported by David Lacroix)
Don't set the %%voicecolor to the clef, key and time signatures
	(asked by David Lacroix)

---- Version 8.7.4 - 15/04/09 ----

Fix "buffer overflow" messages with big tunes
	(reported by Frédéric Boulanger).
Fix win32 compilation problems
	(reported by Jean-Luc Zins)
Fix 'key,' in %%map which does not depend on the key mode
	(reported by Hudson Lacerda).
Fix bad head color when %%voicecolor since 8.7.0
	(reported by Hudson Lacerda).
Fix crash on %%voice since 8.7.0
	(reported by Hudson Lacerda).
Better handling of %%splittune odd / even.
Fix bad tie direction after voice combine.

---- Version 8.7.3 - 15/04/05 ----

'all,' added in %%map.
%%voicecombine added.
Fix %%tune not working since 8.7.0
	(reported by Hudson Flavio Meneses Lacerda).

---- Version 8.7.2 - 15/03/31 ----

Fix loss of measure bar after [I:setbarnb x] since 8.7.0.
Fix warning in accordion.abc
	(reported by Matthias Rustler).
Fix bad PS/SVG output with some decorations since 8.7.0.
Fix bad note octave when note mapping and clef change
	(reported by David Lacroix).
Extend ps_func of %%deco with different heads for stem up/down.
Extend %%map with different heads for stem up/down.

---- Version 8.7.1 - 15/03/28 ----

Fix bad directions/positions since 8.7.0
	(reported by David Lacroix).

---- Version 8.7.0 - 15/03/27 ----

Fix crash when new music line occuring on a voice out of %%score/%%staves
	(reported by Frédéric Boulanger).
Fix loop when no end of chord.
K:P added.
map= in V:/K: added for compatibility.
%%map and %%voicemap added.
Fix loss of text in %%begintext sequences after '%'.
Fix bad position of key signatures when declared before a clef
		or a measure bar.
Fix bad ties when %%combinevoices
	(reported by David Lacroix).
Fix bad transposition of K:none since 8.5.1
	(reported by David Lacroix).

---- Version 8.6.2 - 15/03/12 ----

Fix bad handling of %%splittune odd / even
	(reported by Hudson Flavio Meneses Lacerda).
Revert the changes in 8.6.1 about the '-0' and '-1' behaviour.

---- Version 8.6.1 - 15/03/10 ----

Fix bad staff offset of some decorations
	(reported by David Lacroix).
Fix some little errors in SVG output.
Fix bad colors on SVG output with custumized decorations
	(reported by David Lacroix).
Fix command line option '-1' and set oneperpage to 'true'
Fix command line option '-0' and set splittune to 'true'
	(reported by Hudson Flavio Meneses Lacerda).

---- Version 8.6.0 - 15/03/06 ----

Fix bad !trem2! since 8.5.2.
Reduce the width of dotted unisons with note on a staff line
	(asked by Graham Alsop).
Extend %%splittune with 'odd' / 'even'
	(asked by Mike Moroney and Simon Wascher).
Accept annotation-like decorations on 'near the note' and chord decorations.
Fix bad handling of %%ornament with %%deco function 3.
Fix multi display of P: when specified in many voices.
Fix bad P:'s when many ones in a music line.
Don't shift a lyric word smaller than 3 characters starting with a digit
	(asked by Helmut Eberl for fingering in lyrics)
Fix SVG error when '&', '<' or '>' in T:.
Add %%abc.
Fix bad tie at end of line when tie at end of a grace note sequence
	with the same starting and ending notes since 8.5.2
	(reported by David Lacroix).
Fix bad position of '8' in octave clefs.
Fix some bugs in the PS interpreter as bad 'translate'/'rotate' operators.
Fix bad measure number offset at start of line.
Fix bad boxes around parts
	(reported by Hudson Flavio Meneses Lacerda).
Don't add index elements of titles which contain '--'
	(reported by David Lacroix).
Fix bad music line splits giving measure bars at start of line
	(reported by David Lacroix).
Fix lack of notes when voice out of its staff and original staff is empty.
Fix some more accidental clashes when voice overlap
	(reported by David Lacroix).

---- Version 8.5.2 - 15/01/28 ----

Fix bad display when bad ties to grace notes
	(reported by Willem).
Change the default fonts to serif and sans-serif
		instead of Times and Helvetica when SVG output.
Fix bad guitar box when many guitar chords on a note.
Fix bad beams when tremolo inside beamed notes
	(reported by David Lacroix).
Fix loss of ABC lines after %%abc-include when %%select did not
		match the last included tune.
Fix clash of accidentals with stems in some cases of full voice overlap.
Fix chinese.abc for correct rendering with pango.
Fix some compilation warnings
	(reported by Daniel Branning).
Fix bad measure number when the bar followed by a clef change since 8.3.5
	(reported by Frédéric Boulanger).
Fix loss of first note when the tune starts with %%ps since 8.5.0
	(reported by David Lacroix).
Fix bad font-family with SVG output since 8.5.1.

---- Version 8.5.1 - 15/01/05 ----

Fix bad handling of voice overlap when at leat one unison.
Fix bad extra space at end of line when clef change by K:.
Add file glyphs.abc in the package.
Fix loss of font change before non-ASCII characters in strings.
Fix bad offsets and fonts of annotation-like decorations.
Fix loop on %%voice after %%voice since 8.3.2.
Fix erroneous display of rests in empty staves when "%%staffnonote 0".

---- Version 8.5.0 - 15/01/02 ----

Fix bad handling of font-style when no '-' in font name.
Extend %%deco with annotation-like strings.
Extend "%%setfont-x" up to 9.
Add %%voicecolor
	(asked by Frédéric Boulanger).
Fix "setgray" in SVG output.
Add some styles (preserve white spaces, svg as block) on XHTML output ('-X').
Remove '<p>' from '-v -O -' output (many SVG images on stdout).
Do smaller shifts when voice overlap
	(asked by David Lacroix).
Fix bad unisons when different accidentals
	(reported by David Lacroix).
Fix loss of key signatures and meters when voice in empty staff
	(reported by Willem).
Fix some cases of music lines cut inside beamed notes.
Adjust the position of the 'crdc' decorations and update deco.abc.
Fix loss of the 'svg' definition used by the PostScript code on SVG output.
Fix again bad display of unisons
	(reported by David Lacroix).
Apply %%topspace when %%newpage inside a tune
	(reported by Johann Schatzer).

---- Version 8.4.0 - 14/12/16 ----

Remove features.txt from the tarball.
Fix "%%microscale 4" on SVG output.
Handle %%microscale.
Add '+' in %%score/%%staves.
Fix bad handling of "K:none", especially when transposition.
Fix bad note heads when %%combinevoices
	(reported by Johann Schatzer).
Fix bad transposition of the latin guitar chord "La".
Fix loss of 'exp none' in K:.
Fix bad display of unisons
	(reported by David Lacroix).
Fix some compilation warnings
	(reported by John Chambers).
Fix loss of some clef warnings at end of previous lines.

---- Version 8.3.4 - 14/12/02 ----

Fix double clefs when new voices in %%staves
	(reported by Francis Stevens).
Fix loss of 128 decorations per tune since 8.3.0
	(reported by Henry Bley-Vroman).
Fix problems with decorations or guitar chords/annotations
		in sequence/measure repeat.
	(reported by Frédéric Boulanger).

---- Version 8.3.3 - 14/11/26 ----

Fix no display of lyrics after tune since 8.3.2
	(reported by Gerhard Schacherl).
Fix bad position of grace notes in overlay voices at start of measure
	(reported by Jean-Luc Zins).
Fix memory leak relative to decorations.
Set back %%autoclef
	(asked by Atte Jensen).
Remove the references to 'format.txt'
	(reported by Martin Tarenskeen).
Fix bad repeat font when staves/voices with different scales
	(reported by Gerhard Schacherl).

---- Version 8.3.2 - 14/11/01 ----

Change the PS font scale of the accidentals according to the FontMatrix
	(reported by Chuck Boody).
Remove format.txt from the tarball.
Add decoration function 'crdc'.
Fix loss of voice options when many %%voice's without "%%voice end" in %%tune.
Fix loss of lyrics when ABC version 2.1 and generation restart.
Accept '<note1><note2>' in %%transpose.
Fix bad note transposition since 8.2.0.

---- Version 8.3.1 - 14/10/14 ----

Fix crash when %%combinevoices on beamed notes since 8.1.5
	(reported by David Lacroix).
Fix bad start/stop of ties since 8.1.0.
Fix abnormal error when '<none>' or '<EOL>' in %%linebreak ending with 'lock'.
Fix abnormal error when spaces after backslash in music lines
	(reported by Daniel Branning).
Don't let vertical space when all staves are empty.

---- Version 8.3.0 - 14/10/05 ----

Fix program loop when no measure bar at end of line since 8.2.2.
Fix some clashes of rests when more than 2 voices per staff.
Don't reset the staff to the main voice when finding a previous
	overlaid voice.
Fix the documentation about %%stretchlast and change its default
	value from 0.2 to 0.25.
Handle utf-8 in the names of the notes/history/.. after tune
	(reported by Hudson Flávio Meneses Lacerda).
Fix crash when line break before a note alone in a staff
	and a new voice since 8.2.0.
Fix crash when %%alignbars since 8.2.0.
Fix some clashes of dots and stems when voice overlap
	(reported by Hudson Flávio Meneses Lacerda a long time ago!).
Fix bad PS output when exact minimum spacing since 8.2.1.
Fix crash when tune starting with grace note in the middle voice
	of a 3-voices staff.
Fix crash when many %%staves/%%score and new pages
	(reported by David Lacroix).
Don't print the lyrics after tune when "%%writefields W n".
Fix loss of explicit clefs since 8.2.0.
Fix M$ compiler errors
	(reported by Olivier Levon).
Simplify the ABC parser.

---- Version 8.2.2 - 14/09/12 ----

Fix crash when slur of second voice continued on next line.
Fix bad auto clef after generation restart when clefs inserted.
Split the music lines at better places.
Fix many errors due to the lack of clefs in secondary voices.
Fix abnormal 'Bad tie' errors when tie on 2 music lines
	(reported by Olivier Levon).
Fix compilation problems with VS Studio 2013 Express
	(reported by Olivier Levon).
Fix generation abort when lack of V: after %%staves/%%score
	(reported by Olivier Levon).

---- Version 8.2.1 - 14/09/03 ----

Fix crash when forced clef after %%staves/%%score since 8.2.0
	(reported by Francis Stevens and Olivier Levon).

---- Version 8.2.0 - 14/08/29 ----

Fix bad clefs when voice/staff changes in %%staves/%%score.
Remove %%autoclef which was not used.
Fix loss of indentation since 8.1.0
	(reported by David Lacroix).
Change the internal treatment of %%score/%%staves for no extra space.
Add !marcato! and !^!
	(asked in the ABC mailing list).
Fix bad stem direction in lowest voice when invisible and visible rests
		at a same time in a measure since 8.1.0
	(reported by Eric Reinbold).
Set lowest value of %%staffscale to 0.3
	(asked by Mike Scott).
Accept '^' and '$' as beginning and end of line in tune select.
Fix crash when multi-rest at start of a second voice of a staff.

---- Version 8.1.5 - 14/08/09 ----

Fix crash when %%combinevoices and different beaming.
Fix lack of ledger lines when large chord.
Always remove the invisible rests at start of tune when L:auto.
Add !stemless!.
Fix abnormal error 'Bad tie' when tie at end of voice
	(reported by Daniel Branning).
Fix some compilation warnings
	(reported by Daniel Branning).
Fix bad handling of !()! since 8.1.4
	(reported by David Lacroix).
Fix horizontal offset of the custodes
	(asked by Stephen West).
Fix crash when %%continueall and no measure bar in the tune.
Fix bad horizontal offset of rests alone in a measure
	(reported by Stephen West).

---- Version 8.1.4 - 14/07/17 ----

Fix lack of source last character in syntax errors.
Change the definition of the start of long decorations for correct
	display when the ending decoration is not in the tune.
Set the extra accidentals of K: at their indicated pitches
	(asked by Paul Morrisset).
Fix double interpretation of '.' in "!p!.(c"
	(reported by David Lacroix).
Fix lack of vertical space when empty lines in %%begintext
	(reported by Henry Bley-Vroman).
Fix bad PostScript output when %%begintext justify.
Output the PDF marks of all T:'s, even if the first one is empty
	(asked by David Lacroix).
Fix the size of font of the page header/footer, broken in 8.1.3
	(reported by Francis Stevens).

---- Version 8.1.3 - 14/07/01 ----

Add more information about the titles/subtitles in the PostScript
		output for (external) index generation
	(asked by Tim Macdonald).
Add Δ (delta) in the known glyphs
	(asked by Chuck Boody).
Fix some bad 'Line overfull' messages when automatic line break.
Fix bad clef when L:auto and quick clef change at start of tune.
Invert the behaviour of '\' in the guitar chords
	(asked by David Lacroix).
Fix bad interval between staff systems according to %%staffsep
	(reported by Eric Reinbold and David Lacroix).
Change <p> to <br/> between images on SVG output.
Fix bad %%header/%%footer vertical offsets.
Don't put the last music line on a new page when page overflow on W:.

---- Version 8.1.2 - 14/06/20 ----

Fix bad vertical offset of dots sometimes when many voices per staff.
Don't get 'auto' alone as 'clef=auto'
	(reported by David Lacroix).
Fix double clef at start of staff when many voices in the staff
		since 8.1.0.
	(reported by David Lacroix).

---- Version 8.1.1 - 14/06/19 ----

Fix crash when a voice with no note appears as second voice of a staff
		since 8.1.0
	(reported by Francis Stevens).

---- Version 8.1.0 - 14/06/19 ----

Split the tune into music lines at better places.
Fix clash of voice name with staff when new voice after %%staves.
Fix bad music line indentation when more staves further in the tune.
Set the ties closer to the notes.
Fix bad automatic clef changes.
Add '%%clef auto'.
Change internal treatment of clefs.
Fix clash of notes in chords when unison or second with long notes.
Fix bad horizontal offset of accidents on long notes.
Fix bad key signature after change to 'K:none'.
Fix bad handling of '|' when the first character in w:
	(reported by Alex Scheutzow).
Change internal treatment of #lines and scale of the staves.
Fix bad clef/note offset when a voice with explicit clef moves
		to an other staff
	(reported by  reinier maliepaard).
Fix bad font for !trill!
	(reported by David Lacroix).
Check the floating voices in %%score/%%staves.
Fix bad stem direction when %%combinevoices.
Fix crash when unknown decoration on one character since 8.0.4.
Fix crash when measure bar numbering and less notes in the upper staff
	(reported by : J.Joao Almeida).
Add 'cue=' in K: and V:
	(asked by Alex Scheutzow).
Fix too big length of syntax error messages
	(reported by David Lacroix).
Fix bad horizontal offset of dots in chords since 8.0.4.
Fix bad horizontal offset of full rests in voice overlay
	(reported by J.C.L.).

---- Version 8.0.4 - 14/05/23 ----

Fix too wide space between text paragraphs when not fill or justify.
Fix crash when utf-8 and latin characters in a same file
	(reported by Henry Bley-Vroman).
Fix note/accidental clash when chords with unisons and seconds
	(reported by David Lacroix).
Change internal fonts to 'serif' for SVG output.
Forbid rests in grace note sequences.
Fix crash when rest in grace note sequence.
Fix direction of ties in chords with odd number of notes.
Fix bad beams in SVG output
	(reported by David Lacroix).
Fix bad direction of beam stub on last note when !beambr1! / !beambr2!
	(reported by David Lacroix).
May have up to 128 decorations per tune
	(asked by Henry Bley-Vroman).
Fix crash when only P: or Q: in a generation sequence
	(reported by Henry Bley-Vroman).

---- Version 8.0.3 - 14/05/05 ----

Fix non-function of %%voice inside %%tune since some 7.5.x
	(reported by Gerhard Schacherl).
Fix small internal problem with decorations.
Fix position of accent marks (!>!)
	(reported by Paul Rosen).
Fix bad margins when tune inside %%multicol
	(reported by A.B. Steen).
Don't draw repeat brackets when bar between 2 staves.
Fix compilation warning on MS-windows
	(reported/fixed by Olivier Levon and Jean-Luc Zins).
Don't display an accidental when {#,b,=} at start of a word in guitar chords.
Fix lack of EOS in some internal strings
	(fixed by Olivier Levon).
Fix bad guitar chord / annotation when '\' inside.
Fix double transposition of 2 octaves when both %%abc2pscompat
	and octave= in K:/V:.
Fix compilation warnings on MAC
	(reported by Chuck Boody).

---- Version 8.0.2 - 14/04/02 ----

Fix bad text justication with PostScript output
	(reported by Gerhard Schacherl).
Fix loss of positions (decorations, lyrics..) when many tunes
	(reported by John Taylor).
Add HAVE_MMAP in config.h for ms-windows users
	(reported by Jean-Luc Zins).
Fix loss of tie at end of line
	(reported by David Lacroix).
Add '--param=value' in 'configure'.
Fix bad configure when full path to the cc compiler
	(reported by Olivier Levon).

---- Version 8.0.1 - 14/03/31 ----

Fix bad configure when pango is found (Makefile empty)
	(reported by Martin Tarenskeen).

---- Version 8.0.0 - 14/03/29 ----

Remove some vertical space in tune header when no composer.
Remove the vertical space of the empty staves.
Remove the GNU 'autoconf' stuff (see 'INSTALL').
Remove the License.
Change the format of the error messages.
Remove tight.fmt.
Add sample8.html.
Add command line option '-z' for ABC embedded in HTML/XHTML.
Fix loss of vertical space above the staves (%%staffsep) since 7.6.10
	(reported by David Lacroix).
Creation from abcm2ps version 7.8.0.
2016-09-30 12:48:57 +00:00
wiz
433f9bc26b Updated ghostscript-agpl to 9.20.
Remove Makefile.common that is not used by anything, despite
a comment to the contrary.

Highlights in this release include:

    The usual round of bug fixes, compatibility changes, and
    incremental improvements.

For a list of open issues, or to report problems, please visit
bugs.ghostscript.com.  Incompatible changes

    The planned device API tidy did not happen for this release,
    due to time pressures, but we still intend to undertake the
    following: We plan to somewhat tidy up the device API. We intend
    to remove deprecated device procs (methods/function pointers)
    and change the device API so every device proc takes a graphics
    state parameter (rather than the current scheme where only a
    very few procs take an imager state parameter). This should
    serve as notice to anyone maintaining a Ghostscript device
    outside the canonical source tree that you may (probably will)
    need to update your device(s) when these changes happen. Devices
    using only the non-deprecated procs should be trivial to update.
2016-09-30 12:37:31 +00:00
wiz
13e1cbd624 Updated chktex to 1.7.6.
1.7.6 (2016-09-09), released by Ivan Andrus <darthandrus@gmail.com>

  * Properly copy and free strings.  This caused incorrect file
      reporting in some cases #49000
  * Add "verbatim" commands and environments from tipa #46734
  * Avoid infinite loop when a regex matches an empty string
  * Fix crash on invalid regular expression
  * Add warnings for $$...$$ and $...$ #47044
  * Update the banner to reflect current bug reporting contacts

1.7.5 (2015-12-07), released by Ivan Andrus <darthandrus@gmail.com>

  * Track whether the previous line ended in a comment #45980
  * Add a few source code environments to VerbEnvir
  * Don't show long line warning if the last line doesn't have a newline #46539
  * Fix deweb's handling of file names #46043,#46042
  * Use the exit status to indicate warnings were found #45979
  * Consider OS X a UNIX

1.7.4 (2015-04-11), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed undefined behavior (patch from TeXLive)

1.7.3 (2015-04-09), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed memory leaks and a crashing bug #42813
  * Added ConTeXt \start... \stop... tracking #44517
  * Added DashExcpt list for exceptions to dash rules #42237
  * Support \cite with two optional arguments (biblatex) #44413
  * Removed warning about using \dots instead of .. #40731
      This incorrectly warns about relative paths
  * Removed check for intro since it's common in file names #43013
  * Turn off warning 19 by default #44226
      Warning 19 is about Latin-1 quotes, but gives false positives
      for some utf-8 characters.

1.7.2 (2013-04-17), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed display bug on platforms where sizeof(int) != sizeof(regoff_t)
  * Warn that .. should be \dots like lacheck does
  * Fixed warnings under clang
  * Incorporated several build related patches from TeX Live

1.7.1 (2012-08-22), released by Ivan Andrus <darthandrus@gmail.com>

  * Improvements for TeX Live and CTAN
  * Fixed bug when checking for interword spacing
  * Added warning when a file has lines that are too long which can cause problems
  * Added ability to suppress user regular expression warnings by "naming" them
  * Added ability to suppress warnings for the rest of the file
  * Allow using PCRE or POSIX ERE or neither (at configure time).
      Regular expressions can be marked as PCRE or POSIX only.
  * Allow () to specify an optional argument in WipeArg to support \cmidrule[](){}
  * Allow regular expressions for Silent keyword, specified in [] for "case insensitive"
  * Added warning about \hline and vertical rules in tabular environments
  * I changed user warnings to be post WipeArg (like they were pre
      1.7.0).  I had changed them in 1.7.0 to be pre WipeArg so that I
      could match things like \label{...}, but this caused many false
      positives by matching in comments, etc.

1.7.0 (2012-05-28), released by Ivan Andrus <darthandrus@gmail.com>

  * Added support for user defined regular expression based warnings
  * Added support for macros like \ensuremath and \text
  * Added support for suppressing messages on a single line

1.6.6 (2012-04-07), released by Ivan Andrus <darthandrus@gmail.com>

  * Fixed some memory issues
  * Do not increase line number when the line was very long
  * Some fixes for TexLive

1.6.5 (??), released by Jean-Marc Lasgouttes <lasgouttes@lyx.org>

  * Fix bug where ChkTeX generates a warning about missing space before
    parenthesis when the parenthesis is at start of line.
  * Update ChkTeX.tex.in to use proper LaTeX2e markup.
  * Update the build machinery a bit.
2016-09-30 11:33:06 +00:00
prlw1
7c56804901 Add tex-textcase dependency to tex-revtex (4.1r)
OK markd@
2016-09-21 17:11:31 +00:00
wiz
61f3269d3f Update dvidvi to 1.1, using the texlive distfile.
Diff provided by markd.

The 1.0 distfile server has not been available for a couple years
now, there is no copy on nftp, and this package is part of one of
the texlive meta packages, so it would be good if it was fetchable.

Changes since 1.0:

2015-07-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Better dependencies for 'make check'.

2015-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c: Drop <kpathsea/config.h> (isascii via KPSE_COMMON).

2015-04-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c: #include <kpathsea/config.h> (for isascii).

2014-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS.

2013-06-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c: First include <config.h>.

2012-11-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Avoid use of deprecated INCLUDES.

2012-05-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c: Drop the problematic prototype for isatty(),
	already declared in <unistd.h> or <kpathsea/c-fopen.h>.
	Cast arguments to avoid MSVC compiler warnings.
	From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX).

2011-09-25  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.test: New shell script for tests.
	* tests/{play.dvi,playout.2}: Test input and expected output.
	* Makefile.am: Add the test and its data.

2011-09-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c (writedvifile): Write newline at end of stdout.

2011-04-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c (writepreamble): Cast string literal to 'unsigned
	const char *' to avoid 'differ in signedness' warning.

2011-02-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (EXTRA_DIST): read.me has been renamed README.

2010-05-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c (SET_BINARY): Remove casts to void.

2010-02-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CPPFLAGS): Remove '-DNO_DEBUG' ...
	* configure.ac: ... now added via KPSE_KPATHSEA_FLAGS.

2009-08-21  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid maximal compiler warnings.
	* dvidvi.c (oname): Constify global string.
	(error, putstr): Constify string arg.

2009-06-22  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CPPFLAGS): remove -DNeedFunctionPrototypes.

2009-06-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CFLAGS): enable compiler warnings.
	* dvidvi.c: declare most function as static and define them
	with ANSI C prototypes. #include <unistd.h> to declare isatty.
	Remove unused variables.
	Remove SHORTINT (to select '%ld' or '%d' format specifiers),
	all relevant variables are integer (typedef'ed as long).

2009-06-02  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* dvidvi.c: always include <stdlib.h>, to avoid implicit
	declaration of calloc, exit, free, and malloc.

2009-05-27  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

2008-02-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.in: added AC_CONFIG_HEADERS (moved
	from ../kpathsea/common.ac to here).

2008-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in: Add @configure_input@ line.
	* aclocal.m4 (new): Generated (aclocal -I ../m4).
	* configure: Regenerated (autoconf).

2004-12-30  Peter Breitenlohner  <peb@mppmu.mpg.de>
	* dvidvi.c: Changed return type void of main() into int.
2016-09-21 08:10:30 +00:00
markd
b5db1a9873 Replace PLIST entries by dependencies on various tex packages. 2016-09-20 13:21:23 +00:00
markd
328220cfc7 Add bunch of tex packages 2016-09-20 13:16:59 +00:00
markd
e1bb794c7c Add tex-mex 1.05
Polish formats for TeX
2016-09-20 13:08:17 +00:00
markd
1b11b73de9 Add tex-utf8mex 2016
Tools to produce formats that read Polish language input
2016-09-20 13:05:41 +00:00
markd
0145054d6b Add tex-polski{,-doc} 1.3.3
Typeset Polish documents with LaTeX and Polish fonts
2016-09-20 13:03:11 +00:00
markd
be3585eaa8 Add tex-mwcls{,-doc} 0.74
Polish-oriented document classes
2016-09-20 13:00:17 +00:00
markd
7b8332ec92 Add tex-greek-inputenc{,-doc} 1.6
Greek encoding support for inputenc
2016-09-20 12:57:36 +00:00
markd
cc5f7ddd4b Add tex-currvita{,-doc} 2016
Typeset a curriculum vitae
2016-09-20 12:53:51 +00:00
markd
bdd8374e08 Add tex-tap 0.77
TeX macros for typesetting complex tables
2016-09-20 12:50:00 +00:00
markd
7747019517 Add tex-localloc{,-doc} 1.1b
Macros for localizing TeX register allocations
2016-09-20 12:47:52 +00:00
markd
0ebc769dd1 Add tex-eijkhout 2016
Three unrelated packages: DB_process, to parse and process
database output; CD_labeler, to typeset user text to fit on a
CD label; and repeat, a nestable, generic loop macro.
2016-09-20 12:44:27 +00:00
markd
a8b4df61bd Add tex-cyrplain 2016
This directory contains files which can be used to make rusified
Plain TeX and other Plain TeX based formats, such as AMS-TeX, Texinfo
or BLUe TeX, using cyrillic fonts in LCY encoding (which is an 8-bit
extension of OT1 similar to cp866) or T2A encoding.
2016-09-20 12:41:50 +00:00
wiz
56661f0075 Recursive bump for cups openssl -> gnutls change. 2016-09-20 11:12:22 +00:00
wiz
2052bb6d23 cups removed openssl support in 2.0b1.
Switch to gnutls.

Reported by Stephan <stephanwib@googlemail.com> on tech-pkg.

Bump PKGREVISION.
2016-09-20 11:07:35 +00:00
wiz
bc50463e22 Add two new tex packages. 2016-09-19 14:36:00 +00:00
wiedi
ab4ce0a569 wants libmagic 2016-09-19 12:15:35 +00:00
wiz
f3f34bd46a Updated cups-filters to 1.11.3.
CHANGES IN V1.11.3

	- cups-browsed: If a queue is not only discovered via Bonjour
	  but also via legacy CUPS or LDAP, prefer the Bonjour record
	  as it provides more information and there is also a defined
	  cancellation broadcast.
	- cups-browsed: Let PPD options saved in the last session also
	  get applied to generated PPDs for IPP network printers.
	- cups-browsed: Make sure that saved PPD options do not get
	  lost if for some reason the PPD file cannot be loaded in a
	  new cups-browsed session (or the loaded PPD file is
	  different).  This is done by holding a copy of the settings
	  in the remote printer data structure.
	- cups-browsed: When saving option settings, remove
	  backslashes added when the settings are read out via IPP
	  request. Otherwise the backslashes would double with each
	  session of cups-browsed.
	- implicitclass: Do not let the job get immediately retried on
	  failure to send it out to the remote CUPS printer. By
	  repeating to send the job to an unavailable server so
	  quickly, cups-browsed gets bombed with requests and hangs on
	  shutdown.
	- cups-browsed: Shortened timeouts of HTTP connections and IPP
	  requests to 3 seconds amd of IPP requests to remote CUPS
	  servers to 2 seconds. For local IPP requests always use the
	  connection once created via http_connect_local(). Also call
	  g_main_context_wakeup(NULL) after each
	  g_main_loop_quit(gmainloop) call. These measures should
	  reduce long hangs of cups-browsed on shutdown when a CUPS
	  server got unavailable.
	- cups-browsed: Do not mark remote printers discovered via
	  legacy CUPS broadcasts as disappeared right from the
	  beginning to implement the browse timeout. Instead manage
	  their expiring by introducing a flag which marks them as
	  CUPS legacy printers. Printers with disappeared status are
	  considered invalid in some situations, especially when
	  clusterin equally-named remote printers (Bug #1374).
	- cups-browsed: When we have remote CUPS printers, we use the
	  implicitclass backend and a local copy of the remote PPD
	  file already if we have only a single remote printer with
	  this queue name. This simplifies the management of remote
	  CUPS printers and also we do not hassle with using a remote
	  PPD file. Now one can change PPD option defaults with
	  printer setup tools or the lpadmin command and they get
	  preserved in the next cups-browsed sessions.
	- if we are using the implicitclass backend CUPS does not make
	  the server's PPD file available on the client any more. To
	  fix this, we download the PPD file when creating an
	  implictclass:... queue and apply it to the queue. This way
	  the options of the printer(s) are always available for
	  enumeration, especially in print dialogs (Bug #1372). We
	  modify the local copy setting any options saved from the
	  previous session and inhibiting local execution of filters
	  (as the driver for the remote printer is not necessarily
	  available locally).
	- cups-browsed: Added flag to inhibit auto-backup of option
	  settings by the on_printer_modified() notification handler
	  during print queue setup and removal.
	- cups-browsed: Let the printer_record() function always
	  return the master record for the printer name and not an
	  arbitrary duplicate.
	- cups-browsed: Fixes in the functionality for saving option
	  settings: Make sure to not save the same option twice with
	  different values, do not save the "printer-is-shared" option
	  (errors out when re-applying option in the next session).
	- cups-browsed: Treat discovered printers correctly also if
	  they use a non-standard port, even if several CUPS daemons
	  are running on the same server but on different ports. This
	  also improves the support of a sandboxed printing stack.
	- cups-browsed: Close http connections opened for polling
	  properties of IPP network printers, to fix a possible memory
	  leak.
	- cups-browsed: Cleaned up HTTP access to local and remote
	  CUPS servers and IPP printers, to assure that the local CUPS
	  daemon is always accessed the same (user-defined) way
	  (domain socket/localhost:port). This especially prevents
	  cups-browwsed hanging on shutdown (Debian bug #832637).
	- cups-browsed: Fixed clustering equally-named queues of
	  different remote servers, to assure to have one master
	  referencing to all duplicates and not a daisy chain of
	  duplicate references.
2016-09-18 22:00:17 +00:00
richard
f94c895a18 PLIST update for xps options 2016-09-16 08:52:33 +00:00
gdt
039113014d Note that lilypond rejects guile20
"ERROR: Please install required programs:  guile-config < 1.9.0 (installed: 2.0.12)"
2016-09-15 17:14:19 +00:00
wiz
e4025746ee After guile's and guile20's installation prefixes have changed, it's time
to bump their dependencies (except those that were bumped in the last 24
hours already).
2016-09-15 14:32:39 +00:00
taca
5f84ee3fc6 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
wiz
68df341465 Remove py-pisa.
Obsoleted by py-xhtml2pdf which is in turn obsoleted by py-weasyprint.
2016-09-11 16:45:09 +00:00
wiz
ee3da4f592 py-reportlab supports python-3.x. 2016-09-11 16:41:16 +00:00
wiz
c9938492ac Fix PLIST for python-3.x. 2016-09-11 16:41:00 +00:00
richard
452bab9ca6 update to reportlab-3.3.0
Prefer py-Pillow over py-imaging (if not installed) permitting better
performance, successful test results and at the same time remove the
python-3 incompatibility.

CHANGES
=======

This is a summary of changes made to the reportlab source code for each release.
Please refer to subversion backlogs (using the release dates) for more details
or for releases which we have not provide a higher level changes list for.
E.g. to retrieve the changes made between release 3.1 and release 3.2, type::

  $ hg log -r adb3f0d

The contributors lists are in no order and apologies to those accidentally not
mentioned. If we missed you, please let us know!


RELEASE 3.3  17/02/2016
-----------------------
    * Canvas & Doctemplate now allow specification of the initial font Name, Size & Leading. Prevously you had to mess with rl_settings to accomplish this.
    * Canvas & Doctemplate now support specification of the crop/art/trim/bleed boxes.
    * Add option to auto generate missing TTF font names. Handy for CJKers with home produced fonts. Also attempt to prevent usage of multiple TTFs with same name.
    * Paragraph styles now have justifyBreaks to control justification of lines broken with <br/>.
    * Paragraph styles now have justifyLastLine=n to control justification of last lines with more than n words (0 means do not).
    * Added EAN-5 and ISBN barcode widgets (contribution by Edward Greve).
    * Bug fix of QrCodeWidget (prompted by https://bitbucket.org/fubu/).
    * Frames now have support for automatic flowables at the top of frame. story support via the class reportlab.platypus.flowables.SetTopFlowables.
    * Added support for Trapped and ModDate PDF info dictionary keys.
    * Bug fix for pie charts with no data (raised by  Michael Spector).
    * New barcodes BarcodeCode128Auto & BarcodeECC200DataMatrix (contributed by Kyle MacFarlane).
    * Improved LinePlot marker handling.
    * PyPy improvements inspired by Marius Gedminas.
    * Bug fix in reportlab.lib.utils.simpleSplit (reported by Chris Buergi <cb@enerweb.ch>).
    * Unwanted escaping in renderSVG fixed (reported by Ruby Yocum).
    * Bug fix in _rl_accel.c (remove excess state and fix refcount breakage reported by Mark De Wit <mark.dewit@iesve.com>).
    * Code128 barcode length optimization inspired by Klaas Feenstra.
    * Paragraph <sup>/<super> & <sub> tags now support rise & size attributes to allow special control over position & font size.
    * Splitting tables now remove unwanted styles in the first part of the split (reported by Lele Gaifax).
    * test changes inspired by https://bitbucket.org/stoneleaf
    * ReportLab now runs all tests under Python 2.7, 3.3, 3.4 & 3.5.


### Contributors:
    * Edward Greve
    * https://bitbucket.org/fubu/
    * Michael Spector
    * Kyle MacFarlane
    * Marius Gedminas
    * Chris Buergi
    * Ruby Yocum
    * Mark de Wit
    * Klaas Feenstra
    * Lele Gaifax
    * https://bitbucket.org/stoneleaf

RELEASE 3.2  01/06/2015
-----------------------

   * Added proportional underlining specific to font sizes, set via the `underlineProportion` attribute of ParagraphStyles.
   * TrueType fonts: added support for cmaps 10 & 13
   * DocTemplate class now supports a boolean `displayDocTitle` argument.
   * TableofContents now supports a formatter argument to allow formatting of the displayed page numbers (eg for appendices etc).
   * Table `repeatRows` can now be a tuple of row numbers to allow incomplete ranges of rows to be repeated.
   * Tables now do pass instance.`spaceBefore` & `spaceAfter` to their split children when split
   * Several strangenesses were fixed in the pdfbase.pdfform module; Multiple usage is now allowed.
   * Error message fixes
   * Various environment fixes for Google Application Environment
   * Resource fixes
   * PDFDoc can now set the `Lang` attribute
   * canvas.drawString and similar now allow the character spacing to be set
   * Index of accented stuff has been improved
   * RTL code was improved
   * fix Propertyset.clone
   * `flowables.py`: fix ImageAndFlowables so it avoids testing negative availableWidth

### Contributors:
   * Steven Jacobs
   * Philip Semanchuk
   * Marius Gedminas
   * masklinn
   * Kale Franz
   * Albertas Agejavas
   • Anders Hammarquist
   * jvanzuela @ bitbucket
   * Glen Lindermann
   * Greg Jones
   * James Bynd
   * fcoelho @ bitbucket


RELEASE 3.1  22/04/2014
-----------------------

If you are running ReportLab 3.0.x, the changes are minor.
   * support for emoji - characters outside the Unicode basic multilingual plane
   * improved pip-based installers will pull in all the needed dependencies; Pillow 2.4 appears to deal with all our issues.

### Contributors
   * Ivan Tchomgue
   * Waldemar Osuch
   * masayuku
   * alexandrel_sgi


RELEASE 3.0  14/02/2014
-----------------------

ReportLab 3.0 now supports Python 2.7, 3.3 and higher.

There has been a substantial internal rewrite to ensure consistent use of unicode strings for
  natural-language text, and of bytes for all file format internals.  The intent
  is to make as few API changes as possible so that there should be little or no
  impact on users and their applications.  Changes are too numerous but can be
  seen on Bitbucket.

### Python 3.x compatibility
  * Python 3.x compatibility.  A single line of code should run on 2.7 and 3.3
  * __init__.py restricts to 2.7 or >=3.3
  * __init__.py allow the import of on optional reportlab.local_rl_mods to allow monkey patching etc.
  * rl_config now imports rl_settings & optionally local_rl_settings
  * ReportLab C extensions now live inside reportlab; _rl_accel is no longer required; All _rl_accel imports now
	pass through reportlab.lib.rl_accel
  * xmllib is gone, alongside the paraparser stuff that caused issues in favour of HTMLParser.
  * some obsolete C extensions (sgmlop and pyHnj) are gone
  * Improved support for multi-threaded systems to the _rl_accel extension module.
  * Removed reportlab/lib/ para.py & pycanvas.py;  these would better belong in third party packages,
	which can make use of the monkeypatching feature above.


### New features
  * Add ability to output greyscale and 1-bit PIL images without conversion to RGB. (contributed by Matthew Duggan)
  * highlight annotation (contributed by Ben Echols)

### Other
  * numerous very minor fixes, visible through BitBucket.
2016-09-11 15:53:51 +00:00
markd
3ecd5b83fb Update BibTool to 2.65
2.65
* Hash function and value storing for field name mapping during xref
  expansion fixed.

2.64
* New resource expand.xdata introduced to control the
  expansion of xdata references.
* New resource crossref.map introduced to add a field name
  mapping for crossrefs.
* New resource clear.crossref.map introduced to clear the
  field name mapping for crossrefs.
* io.c introduced to contain input and output file parameters.
* Documentation switched to Lua\LaTeX.

2.63
* Omission of the previous release fixed.

2.62
* Combined rewrite and delete bug fixed.
* Minor improvements for the distribution.
* README renamed to README.md to comply with the
  conventions of the GitHub repository.

2.61
* New resource rename.field introduced to conditionally rename a
  field.
* Typedef String for Uchar* and used across.
* Duplicate file doc/bibtool.tex in the distribution tar ball
  eliminated.

2.60
* The field name and other symbols may start with any allowed
  character. Non-alpha characters at the beginning are treated as
  warning only.

2.59
* Fix in print.c to omit an empty line after overflowing lines.
* Fix in print.c to avoid an overflow situation.

2.58
* Library tex_def.rsc extended with the primitives \i and \j.
* The source tar is signed. The key of the author can be obtained
  from pgp.mit.edu.
* Test renamed to test.
2016-09-08 03:52:26 +00:00
gdt
3e479ecada Update to 5.2.11. Upstream changes:
As of 5.2.11, Gutenprint no longer supports Macintosh OS X
10.5.

Upstream changes are voluminous and have many details and have
therefore been aggressively summarized.  See NEWS in the sources.

* Changes from 5.2.10

  1) Added support for many following dye sublimation printers.

  2) Enhanced support (and bugfixes) for many dye sublimation
     printers.

  3) Added support for the Datamax-O'Neil PCL printers, the Performance
     series (p1115, p1115s, p1120n, p1125, p1725, h8308) and the
     Datamax-O'Neil Workstation printer.

     Also added common Imperial and Metric label sizes to the Paper
     Selection menu.

  4) Added support for the following Epson inkjet printers:

     EPSON L120
     EPSON L210
     EPSON L1800 (preliminary)

  5) Add support for the following laser printer:

     Kyocera FS-1135MFP

  6) Canon inkjet driver enhancements:

     Added support for many models and multiple enhancements.

  7) Canon inkjet driver bugfixes:

     6.1 Ink compression fixed

     A problem with a new ink level compression added in 5.2.7 had
     affected multiple printer models. The bug has been fixed in the
     present release, thus all modes previously affected should work
     normally.
2016-09-07 00:20:33 +00:00
mef
8e72fa8b68 MASTER_SITES moved to www.openprinting.org (and oldstuff directory) . 2016-09-03 14:21:25 +00:00
mef
36ea8bad73 Updated print/py-PDF2 to 1.26.0
-------------------------------
Version 1.26.0, 2016-05-18
--------------------------

 - NOTE: Active maintenance on PyPDF2 is resuming after a hiatus

 - Fixed a bug where image resources where incorrectly
   overwritten when merging pages

 - Added dictionary for JavaScript actions to the root (louib)

 - Added unit tests for the JS functionality (louib)

 - Add more Python 3 compatibility when reading inline images (im2703
   and (VyacheslavHashov)

 - Return NullObject instead of raising error when failing to resolve
   object (ctate)

 - Don't output warning for non-zeroed xref table when strict=False
   (BenRussert)

 - Remove extraneous zeroes from output formatting (speedplane)

 - Fix bug where reading an inline image would cut off prematurely
   in certain cases (speedplane)

(pkgsrc changes)
 - Githubify
2016-09-02 14:29:55 +00:00
mef
3a8a14455f Update MASTER_SITES and HOMEPAGE 2016-09-02 14:16:35 +00:00
mef
3c55464e90 MASTER_SITES moved. 2016-09-02 14:05:13 +00:00
mef
67608010bd HOMEPAGE moved. 2016-09-02 14:01:48 +00:00
wiz
130ce17720 Updated latexmk to 445.
From v. 4.39 to 4.39 documentation update of 2 Dec 2013
  Correct two errors in documentation and in the file COPYING.

From v. 4.39 to 4.40
  Fix failure to clean up correctly when root filename contains [,
    which is a glob metacharacter.

From v. 4.40 to 4.41
  -c also deletes $deps_file if it is used
  Quote jobname when needed.
  Change maintainer's preferred e-mail
  Attempt to improve handling of errors from (pdf)latex.
  Fix up for the making of -eps-converted-to.pdf
  Improve listing of warning lines from log file.
  Fix failure when using both -cd and -output-directory
  If user's home directory can't be determined, then don't read ~/.latexmkrc
  Introduce configuration variable $silence_logfile_warnings
  In setting $pscmd, allow for non-existent environment variable USER
  Correct subroutine Run for internal cmd w/o arguments
  Experimental: Add analysis hook for aux file.
  System initialization files: allow them to be named latexmkrc as
    well as LatexMk, for more consistency with user directory names.
    Keep both cases, to preserve backward compatibility.
  Change sign-on message.  Bug report info with help.

From v. 4.41 to 4.42
  Fix bugs associated with the -cd option
  Add missfont.log and the generated synctex.gz to standard cleaned-up files

From v. 4.42 to 4.43a
  Fix problem that source files are not correctly detected under
    MiKTeX when name of current working directory contains non-ASCII
    characters.
  On cleanup, synctex.gz files are deleted only by -C, not by -c.

From v. 4.43a to 4.43c
  Correct normalization of filenames, so that initial "./" is always
  removed.  This prevents custom dependencies being run twice on the
  same file.
  Documentation correction on use of @BIBINPUTS.
  Diagnostic correction.
  Example rc file for using texinfo (thanks to Vincent Bela\"iche).
  Additions to documentation concerning advanced configuration.

From v. 4.43c to 4.44
  Correct bug in use of %hash_calc_ignore_pattern
    (Previously it only had its documented effect when a targetted
    file hadn't changed in size.)
  Correct error handling when biber finds a malformed .bcf file.

From v. 4.44 to 4.45
  Fix problem of -C not always working correctly when compilation was
  with -pdf and clear was default.
  Fix bug in limiting number of passes when $max_repeat >= 10
  Fix bug in finding id of viewer process id under OS-X
2016-09-01 16:09:32 +00:00
wiz
aa1f9d1905 Updated cups-filters to 1.11.2.
CHANGES IN V1.11.2

	- cups-browsed: Allow turning off the use of CUPS' domain
	  socket via cups-browsed.conf.
	- foomatic-rip: When run as regular CUPS filter use preferably
	  /etc/cups/foomatic-rip.conf (or whereever the CUPS
	  configuration files reside, according to the CUPS_SERVERROOT
	  environment variable) as configuration file. This way we can
	  more easily run the printing stack in a sandbox.
	- foomatic-rip: When run as regular CUPS filter, read the PPD
	  through CUPS and get the print queue name by environment
	  variable.
	- bannertopdf, foomatic-rip, gstoraster, mupdftoraster,
	  pdftoopvp, pdftoraster: Do not use build-time hard-coded
	  paths, but always the paths from the environment variables
	  which CUPS sets when calling its filters. This is needed to
	  run the printing stack in a sandbox.
2016-09-01 16:01:14 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
wiz
64d0d2c5b9 Updated cups-filters to 1.11.1.
CHANGES IN V1.11.1

	- mupdftoraster: Lowered the priority (raised the cost value)
	  in the cupsfilters-mupdf.convs file so that in a full
	  cups-filters installation MuPDF is not prioritized.

CHANGES IN V1.11.0

	- pdftops: Added support for MuPDF as PDF renderer. MuPDF can
	  be selected by the "pdftops-renderer=mupdf" option.
	- rastertops: Removed unneeded page logging.
	- rastertops: Fixed DSC comments, some were only preceded by
	  a single '%' instead of a double "%%".
	- gstoraster, pdftops, foomatic-rip: Use -dNOMEDIAATTRS when
	  calling Ghostscript. This way Ghostscript does not try to
	  match media sizes with internal lists.
	- Build system: Allow building cups-filters without Poppler
	  (--disable-poppler in ./configure command line) This skips
	  the build of pdftoraster, bannertopdf, pdftoijs, and
	  pdftoopvp and the installation of these filters and their
	  auxiliary files. With this cups-filters can be easily
	  installed on mobile/appliance systems with MuPDF as the only
	  PDF interpreter.
	- mupdftoraster: Added filter to support MuPDF as PDF
	  interpreter. MuPDF is a lightweight PDF interpreter
	  especially interesting for mobile systems and
	  appliances. Thanks to Pranjal Bhor for contributing this as
	  part of his Google Summer of Code project.
	- gstoraster: Fix setting of width and height of the page in
	  pixels when there is no Resolution option in the PPD.
	- cups-browsed, implicitclass: Avoid the use of files for the
	  communication between cups-browsed and the load-balancing
	  backend implicitclass. Instead of in a file, cups-brwsed
	  stores the destination server name in an option (which CUPS
	  saves in printers.conf) which the implicitclass backend
	  reads via IPP. This not only makes it easier to run
	  cups-filters in a sandbox, but it is also better in terms of
	  system security.
	- cups-browsed: Allow configuring where the files produced by
	  cups-browsed will get stored. This makes it easier to run
	  cups-filters in a sandbox.
        - beh: Fixed printing multiple copies with beh (Ubuntu bug
          #1605514).
	- cups-browsed: Fixed several memory leaks, especially when
	  using IPP requests and DNS-SD TXT record look-ups. Thanks to
	  Ivo Straka for finding them with Valgrind and supplying
	  patches to fix them (Bug #1365, Bug #1368, Ubuntu bug
	  #1203276).
	- libcupsfilters: Added missing "#include <cups/ppd.h>" to
	  make sure that the package builds on all systems (Bug
	  #1366).
2016-08-24 10:42:31 +00:00
mef
b58d888746 Updated print/auctex to 11.89
-----------------------------
News in 11.89
=============

   * You can now run all commands needed to compile a document and then
     open the viewer with a single command: 'TeX-command-run-all', bound
     to 'C-c C-a'.

   * Commands such as LaTeX and View can now be executed conveniently on
     the current section (or part, chapter, subsection, etc).  See
     'LaTeX-command-section' and 'LaTeX-command-section-change-level'.

   * Forward and backward search with Evince now also work when only a
     region of the document is compiled/viewed.

   * To open the PDF output file you can now use also PDF Tools, a
     document viewer for Emacs.  With it, as a plus, forward and
     backward search is accurate at word level.

   * With new option 'TeX-PDF-via-dvips-ps2pdf' it is possible to
     compile a document to DVI and then convert it to PDF using
     'dvips'-'ps2pdf' before viewing it.

   * New option 'TeX-file-line-error' allows to select file:line:error
     style for error messages.

   * Indent '\[...\]' math mode as a regular environment by default.

   * Now AUCTeX suggests to run 'makeindex' when appropriate.

   * 'TeX-view-program-list' can contain, as third optional element of
     each item, the name of the executable(s) needed to open the viewer.

   * 'TeX-expand-list' variable has been split into 'TeX-expand-list'
     and 'TeX-expand-list-builtin'.  Only the former is intended to be
     customized by the user, the latter contains built-in expanders.
     You might want to keep in 'TeX-expand-list' only new expansion
     strings.

   * Before running commands like TeX and LaTeX, now AUCTeX performs
     some checks.  If 'TeX-check-TeX' is non-nil, it will test whether a
     working TeX distribution is actually present in the system and
     available to Emacs.  Instead, when 'TeX-check-engine' is non-nil,
     before running LaTeX commands AUCTeX will check whether the correct
     engine has been set, based upon known restrictions posed by LaTeX
     packages.

   * Basic support to ConTeXt Mark IV has been added.  Users can now
     select the Mark version to be used with new option
     'ConTeXt-Mark-version', and AUCTeX is able to catch error messages
     in the output log of a Mark IV document.

   * Support for tons of LaTeX packages has been addedd.

   * Numbers of bugs have been fixed, many minor features have been
     addedd.
2016-08-20 12:27:32 +00:00
markd
fc538eac85 Remove tex-*-def superseed by tex-graphics-def 2016-08-07 11:58:28 +00:00
markd
a4417ba94a Remove tex-*-def packages superseeded by tex-graphics-def 2016-08-07 11:57:06 +00:00
markd
153bac546d Adjust for tex-graphics-def 2016-08-07 10:32:05 +00:00
markd
b175cc389b Add tex-graphics-def{,-doc} 2016-08-07 10:10:30 +00:00
markd
46f1624f69 Initial import tex-graphics-def{,-doc} 2016
This bundle is a combined distribution consisting of dvips.def,
pdftex.def, luatex.def, xetex.def, dvipdfmx.def, and
dvisvgm.def driver option files for the LaTeX graphics and
color packages. It is hoped that by combining their source
repositories at https://github.com/latex3/graphics-def it will
be easier to coordinate updates.
2016-08-07 10:09:19 +00:00
markd
89a518630a Update some texlive packages to latest versions.
Precise changes unknown
 Updated print/tex-amsmath(,-doc} to 2.15d
 Updated print/tex-caption(,-doc} to 20160522
 Updated print/tex-csplain to 2016.41764
 Updated print/tex-csquotes(,-doc} to 5.1h
 Updated print/tex-datatool(,-doc} to 2.27
 Updated print/tex-dvips(,-doc} to 2016.41704
 Updated print/tex-etex-pkg(,-doc} to 2.7
 Updated print/tex-glossaries(,-doc} to 4.25
 Updated print/tex-hyperref(,-doc} to 6.83q
 Updated print/tex-koma-script to 3.21
 Updated print/tex-latex(,-doc} to 2016.41765
 Updated print/tex-lollipop(,-doc} to 1.07
 Updated print/tex-luatex85(,-doc} to 1.4
 Updated print/tex-marginnote(,-doc} to 1.2
 Updated print/tex-media9(,-doc} to 0.69
 Updated print/tex-minted(,-doc} to 2.4
 Updated print/tex-musixtex(,-doc} to 1.23
 Updated print/tex-oberdiek(,-doc} to 2016.41346
 Updated print/tex-pdfcomment(,-doc} to 2.4
 Updated print/tex-ptex-base(,-doc} to 0.0.2016.41420
 Updated print/tex-readarray(,-doc} to 1.3
 Updated print/tex-showlabels(,-doc} to 1.8
 Updated print/tex-sttools(,-doc} to 1.9
 Updated print/tex-tex4ht(,-doc} to 2016.41726
 Updated print/tex-texinfo to 5.1.41792
 Updated print/tex-textpos(,-doc} to 1.8
 Updated print/tex-tools(,-doc} to 2016.41688
 Updated print/tex-toptesi(,-doc} to 5.92
 Updated print/tex-unicode-data(,-doc} to 1.5
 Updated print/tex-updmap-map to 2016.41585
2016-08-07 09:09:37 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
leot
7de1dc617d Fix possible heap corruption (via upstream bug 696954).
Bump PKGREVISION
2016-08-03 08:50:17 +00:00
wiz
6aac5f92cf Build didn't find SIZE_MAX (on 7.99.35/amd64).
Not exactly sure why, but it was repeatable, so add a patch that makes
sure SIZE_MAX is defined.
2016-08-02 20:14:44 +00:00
schnoebe
2479814154 Update to 3.16.7:
Change log:

Added Support for the Following New Printers:

- HP  Officejet Pro 8730
- HP Officejet Pro 8210 Printer
- HP Pagewide P55250
- HP Pagewide MFP P57750
- HP Pagewide Color 556
- HP Pagewide Color MFP 586
- HP Pagewide Color flow MFP 586
- HP DeskJet Ink Advantage Ultra 5730 All-in-One Printer
- HP Color Laserjet MFP M377 fnw
2016-08-02 18:57:36 +00:00
wiz
566a70493e Ignore result of broken pkg-config version test. 2016-08-02 07:20:21 +00:00
wiz
3f62e6c6c5 Recursive PKGREVISION bump for poppler-0.46.0 shlib major bump. 2016-08-01 14:23:55 +00:00
wiz
8ca754313b Remove obsolete patch (after 0.46.0 update). 2016-08-01 14:12:22 +00:00
wiz
7a3bb1dbcf Update poppler* to 0.46.0.
Release 0.46.0
        core:
         * cairo: fix bug in setAntialias()
         * cairo: Fix tiling patterns with BBox with non-zero x,y
         * cairo: try finding glyphs in substitute fonts by unicode value. Bug #96994
         * Added XRef modification flag
         * Added DocInfo setters & getters
         * Be less strict when parsing FitH Link destinations. Bug #96661

        utils:
         * pdftocairo: revert the use of groups for blending into white page
         * pdftocairo: Use fprintf for printing errors
         * pdfinfo: Don't print pdf info when printing metadata, javascript, or structure. Bug #96801

        glib:
         * Added document property setters & simplified getters
         * make document metatag gobject properties writeable

        cpp:
         * pass len to GooString constructor in detail::ustring_to_unicode_GooString(). Bug #96426
         * Added functions to save a document
         * Added document property setters & getters

        qt4:
         * Added document property setters & simplified getters

        qt5:
         * Added document property setters & simplified getters

        build system:
         * configure: Don't use -fPIC on cygwin
         * configure: Work with non gnu greps

Release 0.45.0
        core:
         * SplashOutputDev: Fix iccTransform + splashModeXBGR8
         * Fix memory leaks
         * Fix crash in broken files. Bug #95567. Bug #96027
         * Emulate some non portable glibc functions when not available

        utils:
         * pdftohtml: Fix crash in broken files. Bug #95563
         * pdfinfo: convert dates to local time zone
         * pdfinfo: add -isodates for printing dates in ISO-8601 format
         * pdfinfo: Fix memory leaks

        glib:
         * return date in UTC instead of local time. Bug #94173

        cpp:
         * switched from detail::convert_date() to core's dateStringToTime()
2016-08-01 14:11:12 +00:00
adam
eea61746ba PoDoFo 0.9.4 was released today, after over two years of development and with the help of many new contributors.
As there are so many improvements, patches and fixes that made it into this release, we are not able to list them, so please stick with the svn log.
2016-08-01 13:39:34 +00:00
wiz
2d5f23b86d Add tex-shadowtext and its docs.
The package introduces a command \shadowtext, which adds a drop
shadow to the text that is given as its argument. The colour and
positioning of the shadow are customisable.
2016-07-29 22:36:56 +00:00
wiz
96e7cf66dc tex-adjustbox needs tex-collectbox.
Found out by trying to use it.

Bump PKGREVISION.
2016-07-29 21:40:24 +00:00
wiz
5df97db650 Import tex-ncctools and docs:
The NCC­tools bundle contains many packages for general use under LaTeX.
2016-07-29 11:25:18 +00:00
wiz
0409bbfe61 Add missing dependency on tex-makecmds.
Found by trying to use it.

Bump PKGREVISION.
2016-07-29 09:33:42 +00:00
wen
6cf376d136 Update to 1.13
Upstream changes:

CHANGES IN knitr VERSION 1.13

NEW FEATURES

    code chunks that generate metadata may be cached now; it requires htmlwidgets >= v0.6 and htmltools >= 0.3.3 if you cache code chunks that contain HTML widgets or Shiny inputs/outputs (#1158)

    when the output format is not HTML, HTML widgets used to fail to render; now knitr will try to generate static screenshots for HTML widgets automatically using the webshot package; you can specify alternative screenshots via the chunk option screenshot.alt (which takes a character vector of image paths), and pass more options to webshot::webshot() via the chunk option screenshot.opts, e.g. list(delay = 3, cliprect = 'viewport')

    added two functions include_url() and include_app() to embed URLs in the output (the latter is for Shiny app URLs); when the output format is HTML, iframe will be used; otherwise screenshots of the URLs will be used

    screenshotting for HTML widgets and URLs can be forced for all output formats via the chunk option screenshot.force = TRUE; if you set the chunk option screenshot.force = FALSE, knitr will just render these content normally and not take screenshots

    added a new chunk option fig.link, which can be used to attach hyperlinks on figures, e.g. you can add a link to a screenshot of a Shiny app so that readers can check out the actual live app after clicking on the static screenshot (this chunk option currently only works for Markdown and LaTeX output)

    syntactical errors in code chunks will be allowed when the chunk option error = TRUE and the package version of evaluate is at least 0.8.4; previously knitr would just stop on parsing errors (hadley/evaluate#65)

    PNG/JPEG images included via include_graphics() also respects the chunk option dpi now; if it is numeric and the chunk option out.width is not set, the output width (in inches) of an image will be automatically calculated from the actual width (in pixels) divided by dpi; note this feature requires the packages png and/or jpeg to be installed, and you can disable the feature using dpi = NA (thanks, @hadley, rstudio/bookdown#38)

    added a new hook function named evaluate in knit_hooks so that users can redefine a evaluator to evaluate the code chunk; the default is evaluate::evaluate(), and your custom evaluator must be compatible with evaluate::evaluate() in terms of the argument names and the data structure of the returned value (a list of values with special classes)

    added a new function combine_words() to combine multiple words / phrases into a single string, which may be useful in inline R expressions, e.g. combine_words(c('a', 'b', 'c')) returns a, b, and c

    render_markdown() gained a new argument fence_char to customize the character to be used as the code blocks fence, e.g. it can be a backtick, or a tilde, depending on the Markdown rendering engine (thanks, @tinyheero, #1161)

    the pandoc() function no longer assumes Markdown input (thanks, @scls19fr, #1170)

    added a new function knit_meta_add() so that users can manually inject metadata into the current knitr session

    for the tikz engine, if fig.ext = 'svg', dvisvgm will be called to convert the DVI output of TikZ to SVG; you need to install dvisvgm, and Windows users have to install GhostScript as well (thanks, @dkilfoyle, #1177)

    new js and css engines which surround their content with <script> and <style> tags respecitvely, and print no output when not in an HTML document

    for LaTeX tables, kable() supports short captions now via the caption.short argument, e.g. kable(..., caption = 'A long caption', caption.short = 'A short caption') (thanks, @ismayc, #1199)

    added three global R options knitr.sanitize.errors, knitr.sanitize.warnings, and knitr.sanitize.messages to mask or change the messages, e.g. if options(knitr.sanitize.errors = TRUE) and the chunk option error = TRUE, the actual error message will be replaced by a character string like "An error occurred"; these options can also accept character values so you can customize the messages to be displayed, e.g. options(knitr.sanitize.warnings = 'You had a warning from the code'); see rstudio/shiny#1123 for the motivation of these options

BUG FIXES

    when the chunk option cache.rebuild = TRUE, the cache database should be rewritten (thanks, Oleg Mayba)

    include_graphics() did not work in inline R expressions (thanks, @WastlM, #1166)

    the cex parameter was not correctly restored in the case of opts_knit$set(global.par = TRUE) (http://stackoverflow.com/q/35606445/559676)

    for Rnw documents, when there are two instances of \documentclass{}, knitr might mistakenly treats the second instance as the the actual command to declare the document class (thanks, #1180, @ekstroem)

    corrected the environment for evaluating R scripts in stitch_rhtml() and stitch_rmd() (thanks, @Hughan, #1207)

MAJOR CHANGES

    the default value of the package option eval.after is changed from NULL to fig.cap, i.e. the figure caption will always be evaluated after a code chunk is evaluated (thanks, @JoshOBrien, #1165)

    the function eclipse_theme() has been removed since the website eclipsecolorthemes.org has been down for a long time
2016-07-28 14:37:35 +00:00
leot
a4dda0c193 Add a patch to fix CVE-2016-6265 use after free bug (from upstream)
Bump PKGREVISION
2016-07-22 15:42:38 +00:00
jnemeth
a251fde69d sort 2016-07-21 07:36:22 +00:00
mef
b0b9ac971a - Following two packages are added to BUILD_DEPENDS for make test
p5-Package-DeprecationManager-[0-9]*
  p5-Module-Pluggable-[0-9]*
2016-07-20 10:45:17 +00:00
wiz
3f549168f3 Set LICENSE. 2016-07-18 17:07:19 +00:00
leot
d6256ae298 Update print/cups-filters to 1.10.0
Changes:
CHANGES IN V1.10.0
 - texttotext: Added new filter for text-only printers written
   in C, to use the CUPS library to access the print queue's
   PPD file, with a lot of options to fit practically all
   printer models amd paper sizes, support for CUPS' page
   management options, and support for configuring the print
   queue and controlling the options by the PPD file. The PPD
   is now generated on-the-fly by cupsfilters.drv.
 - textonly: Removed the old script-based filter and its PPD
   for text-only printers.
 - rastertops: Added new filter to turn PWG Raster into
   PostScript, in preparation for MuPDF support. Thanks to
   Pranjal Bhor for contributing this as part of his Google
   Summer of Code project.
 - gstoraster, gstopxl, gstopdf, pstopdf: Integrated
   functionality of script-based filters pstopdf and gstopxl
   into gstoraster filter as script-based filters cannot access
   the print queue's PPD file with current CUPS due to change
   of PPD file permissions.  To make gstoraster always produce
   the correct output format (CUPS/PWG Raster, PDF, PCL-XL) it
   is called via new wrapper scripts (gstopdf, gstopxl) which
   set an environment variable telling the format. The old
   filter scripts got removed.
 - imagetops, texttops: Do not use $0 in the wrapper scripts,
   when CUPS calls filters, it passes the queue name as $0, not
   path and name of the called filter.
 - cups-browsed: When creating local queues for discovered IPP
   network printers always create PPD files and if the
   information supplied by the printer via IPP is insufficient
   use information from the DNS-SD entry or default values
   suitable for most printers. Use System V interface scripts
   only on explicit request in cups-browsed.conf. This change
   is to address the fact that System V interface script
   support is removed from CUPS 2.2.x and later for security
   reasons.
 - pstopdf: Make the filter only get installed if Ghostscript is
   present and also moved its conversion rules into the
   cupsfilters-ghostscript.convs file.
 - cups-browsed: Fixed crash when trying to get debugg logging
   both to the terminal and into a file.
 - libcupsfilters: Fixed crash of pdftoraster when the color
   space is an RGB space (3 colors) with 1 bit color
   depth. Here we need to add one bit to the pixels (to get 4
   bits per pixel) to align the pixels with the bytes.
 - cups-browsed: From cups-browsed.service removed the unneeded
   "Wants=cups.service" as we have "Requires=cups.service"
   (Debian bug #827455, #827457).
 - foomatic-rip: Updated man page for removed page logging
   facility.
 - pdftops: Also added Dell to the list of manufacturers whose
   printers need Poppler's PostScript to work around their
   PostScript interpreter bugs (Debian bug #827040).
2016-07-18 07:08:12 +00:00
wiz
ee214eea7c Add new tex packages. 2016-07-17 21:59:47 +00:00
wiz
a09ce00d78 Add missing packages for the texlive context collection. 2016-07-17 21:59:28 +00:00
leot
2ba00c8f09 Fix linking with openjpeg-2.1.1
Restrict OPJ_STATIC definition to Windows (as the comment suggests).
This avoid linking errors with openjpeg-2.1.1.

Bump PKGREVISION
2016-07-15 12:32:33 +00:00
markd
8b47aac54f Add tex-ctablestack{,-doc} 2016-07-14 12:10:11 +00:00
markd
5070b9f60f Add tex-ctablestack{,-doc} 1.0
This package provides a method for defining category code table
stacks in LuaTeX. It builds on code provided by the 2015/10/01
release of LaTeX2e (also available as ltluatex.sty for plain
users). It is required by the luatexbase package (v1.0 onward)
which uses ctablestack to provide a back-compatibility form of
this concept.
2016-07-14 12:08:37 +00:00
markd
35b2b5406c Add tex-lua{code,tex85,tex-def}{,-doc} 2016-07-14 12:05:34 +00:00
markd
34846ccb1b Add tex-luacode{,-doc} 1.2a - Helper for executing lua code from within TeX
Add tex-luatex85{,-doc} 1.0 - pdfTeX aliases for LuaTeX
Add tex-luatex-def{,-doc} 0.01b - LuaTeX option file for color and graphics
2016-07-14 12:02:44 +00:00
markd
6824657d93 Add MESSAGE noting that you need to run "mtxrun --generate" 2016-07-14 09:18:44 +00:00
markd
ed397ac8c1 Don't build luajit just for something we aren't installing anyway.
Fixes PR pkg/51338
2016-07-14 08:41:35 +00:00
markd
d37a0985f3 fix luatex config paths to match pkgsrc texmf.cnf 2016-07-13 11:17:21 +00:00
rillig
de79b8e239 Fixed pkglint warning. 2016-07-10 17:20:48 +00:00
rillig
c1877ae36e Fixed typo in HOMEPAGE. 2016-07-10 10:35:19 +00:00
rillig
1a36b76f77 Fixed typo in LICENSE. Bumped revision. 2016-07-10 10:34:16 +00:00
rillig
273553ac05 Fixed typo in NO_SRC_ON_{FTP,CDROM}. Bumped revision of affected packages. 2016-07-10 10:32:57 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
jperkin
80bfa7ca2a Add one more SunOS assembly patch to fix 64-bit. 2016-07-07 11:10:05 +00:00
jperkin
6f31514486 Generate lj_vm_asm.S at build time using a patched generator, should
ensure both SunOS and NetBSD builds are fixed.
2016-07-06 09:47:52 +00:00
jperkin
9986585ab5 Fully fix the SunOS PLT issue. 2016-07-05 12:34:12 +00:00
dholland
37db02419f remove gratuitous use of sed -i (related to PR 51304) 2016-07-05 01:17:23 +00:00
markd
73497cd828 workaround for luajit PIC issue PR pkg/51304 (also PR pkg/51260) 2016-07-03 11:19:50 +00:00
jperkin
c43e8d9265 The recent libarchive update changed the library major. Increase the
ABI depends and perform a PKGREVISION bump for dependents.

Noticed by OSX binary package users.
2016-07-01 17:55:22 +00:00