Commit graph

6892 commits

Author SHA1 Message Date
markd
3d32b66645 Update tex-csplain to 2017.44635
changes unknown
2017-08-17 01:47:57 +00:00
wiz
7c8354aa3e Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
wiz
dc24ee0d37 Updated cups-filters to 1.16.1.
CHANGES IN V1.16.1

	- cups-browsed: Make timeouts for HTTP access to the local
	  CUPS daemon and remote IPP printers configurable. Thanks to
	  Cedric Dufour (cedric dot dufour at idiap dot ch) for the
	  patch (Bug #1387, Debian bug #852436).
	- texttopdf: Allow bold and underline formatting to be used
	  together when using "prettyprint". Thanks to Michael Moran
	  (vampm at comcast dot net) for the patch.
	- texttopdf: Allow to alter margins, and chars/lines per Inch
	  when using "prettyprint". Thanks to Michael Moran (vampm at
	  comcast dot net) for the patch.
	- texttopdf: When "prettyprint" is used, do not drop out of
	  C/shell comment mode too early. Thanks to Michael Moran
	  (vampm at comcast dot net) for the patch.
	- cups-browsed: Additional NULL checks for description and
          location.
	- cups-browsed: Fixed crash which happens when using
	  BrowsePoll (Debian bug #723835).

CHANGES IN V1.16.0

	- cups-browsed: Let elements in arrays get stacked up in the
	  order they are added, before, they were in the order how
	  they are positioned in memory. This especially led to a
	  random order of printer cluster definitions and of
	  command-line-supplied configuration options.
	- cups-browsed: On shutdown not all locally created queues got
          deleted.
	- cups-browsed: Added support for manual definition of
	  load-balancing printer clusters via the "Cluster" directive
	  in cups-browsed.conf.

CHANGES IN V1.15.0

	- cups-browsed: Removed the function to compare printer entries
	  for sorting the printer entry list. This led to corruption
	  of the list and so to crashes.
	- cups-browsed: Fixed crashes when many printers (especially
	  all printers of a load-balanced cluster) are removed at once.
	- cups-browsed: Log the full list of handled remote printers
	  whenever one is added or removed.
	- cups-browsed: Renamed the handle_cups_queues() function to
	  update_cups_queues() to better reflect what it is doing.
	- cups-browsed: When clustering remote CUPS printers together
	  do not call them duplicates but slaves asigned to a master.
	- cups-browsed: Log the error if the network interface name of
	  a DNS-SD event could not be determined.
	- cups-browsed: Simplified printer entry removal procedure.
	- cups-browsed: Log memeber printer list of a printer cluster
	  (implicit class) when a member printer is added or removed.
	- cups-browsed: Removed superfluous (and not correctly
          working) duplicate counter from the remote printer entry
          data structure.
	- cups-browsed: Add "AutoClustering" directive to
	  cups-browsed.conf to turn on and off automatically
	  clustering equally named local print queues which point to
	  remote CUPS printers. When automatic clustering is turned
	  off, queue name clashes are prevented by adding "@<server
	  name>" to local queue names based on the remote queue name
	  or on make and model.
	- cups-browsed: Skip callback functions and the CUPS queue
	  creation/update/removal loop when cups-browsed is terminated
	  by a SIGTERM signal. This avoids hanging on shutdown. Thanks
	  to Edgar Fuss (ef at math dot uni-bonn dot de, Bug #1402).
	- libcupsfilters: Added some fallbacks for incorrect
	  resolution IPP attributes on IPP network printers (Debian
	  bug #868360).
	- pdftoopvp: Added missing "#include <math.h>" needed for
	  cross-compiling for arm-v7a-linux-gnueabi (Bug #1232).
	- cups-browsed: Prevent the creation of two remote printer
	  entries for two IPP network printers or an IPP network
	  printer and a remote CUPS printer with the same local queue
	  name. This could easily happen with make/model-based naming.
	- cups-browsed: Added the possibility to optionally not
	  create local queues for remote printers for which CUPS
	  (from 2.2.x on) auto-creates queues by itself (DNS-SD
	  advertised driverless printers).
	- cups-browsed: Removed repeated code for clean-up when
	  generate_local_queue() function fails.
	- cups-browsed: Take care of CUPS' temporary queues. Do not
	  consider them when checking whether a queue with the same
	  name as the one we are creating already exists and make
	  temporary queues permanent (or remove them) before
	  overwriting them with our local queue.
	- cups-browsed: Make the naming scheme for locally created
	  print queue configurable, especially allow for naming based
	  on the DNS-SD service name (now default) as this is the same
	  scheme as CUPS uses for its temporary queues. This way we
	  prevent CUPS creating temporary queues when cups-browsed is
	  already creating a queue.
	- cups-browsed: Do not add "APRemoteQueueID" keyword to the
	  local queue's PPD file if the queue is for an IPP network
	  printer.
	- cups-browsed: Skip multiple browse entries for the same
	  printer with interface alias addresses.  Thanks to Edgar
	  Fuss (ef at math dot uni-bonn dot de, Bug #1399).
	- cups-browsed: Improved support for Description (Info) and
	  Location fields of remote CUPS queues. Thanks to Edgar Fuss
	  (ef at math dot uni-bonn dot de, Bug #1398).
	- cups-browsed: Renamed variable names for better code
	  readability.  Thanks to Edgar Fuss (ef at math dot uni-bonn
	  dot de, Bug #1398).
	- cups-browsed: Additional NULL checks in the
	  create_local_queue() function. Thanks to Edgar Fuss (ef at
	  math dot uni-bonn dot de, Bug #1398).

CHANGES IN V1.14.1

	- cups-browsed: Do correct removal of printer entry handling
	  duplicates correctly also when a legacy CUPS-broadcasted
	  printer disappears or a printer remaining from the last
	  session does not appear again.
	- cups-browsed: Use getline() instead of fgets() to read saved
	  option settings. This is less crash-prone (Ubuntu bug
	  #1658833).
	- cups-browsed: Improved error logging when saving option
          settings.
	- cups-browsed: Added NULL checks for generate_local_queue()
	  and create_local_queue() functions.
	- cups-browsed: When accessing local CUPS queues use always
	  the correct port of the CUPS daemon we are attached to.
	- cups-browsed: Check whether a connection to the local CUPS
	  daemon actually happened before using it (Ubuntu bug
	  #1644049).
	- cups-browsed: Set unused fields of printer record to NULL
	  when tranfering data from the record of a duplicate printer
	  to the record of a disappeared one.
	- cups-browsed: Simplify removal of all queues on shutdown or
	  stop of Avahi.
	- cups-browsed: When creating a record for a discovered
	  printer set it all zero before filling it in, to assure
	  that no field is in an undefined state.
	- cups-browsed: All functions which are called via Glib
	  functions or otherwise event-triggered log now in which
	  thread they are running. This way one can see whether
	  problems can be caused by concurrent access to global
	  resources.
	- cups-browsed: Do not check whether the DNS-SD event is from
	  the local machine in the browse_callback() function. We
	  cannot check the port here.
	- cups-browsed: Added more NULL checks to Avahi callback
          functions.
	- cups-browsed: Added NULL check to avoid crashes in the Avahi
	  resolver callback (Ubuntu bug #1696967).
	- libcupsfilters: Let PPD generator do case-insensitive
	  comparisons for PWG Raster color spaces, as some printers
	  (Epson) do not use the standard-conforming all-lowercase
	  form for them (CUPS Issue #4998).
2017-08-16 06:45:58 +00:00
nros
5ee6a3e70e Revbump due to poppler update to version 0.57.0. 2017-08-15 11:40:23 +00:00
nros
8fb3c6e4b6 blbump due to update of poppler to version 0.57.0. 2017-08-15 10:44:58 +00:00
wiz
9661270a9a With poppler-0.57 this now needs c++11 to build (nullptr). 2017-08-15 07:45:51 +00:00
wiz
a46733578a Updated abcm2ps to 8.13.12.
---- Version 8.13.12 - 2017-07-03 ----

Fix bad height of SVG images when lyrics under the staff
	(reported by Manavasu)
Don't display ottava decorations on secondary voices
	(reported by Willem Vree)
Fix loss of measure bar when followed by %%score and voice absent
	(reported by Simon Wascher)
2017-08-14 20:51:42 +00:00
nros
03e047ef4f Update poppler and it's libraries to version 0.57.0.
Fixes CVE-2017-9865.

Changes from NEWS file:

core:
 * Fix parsing of Type 1 fonts with newlines in encoding sequences. Bug #101728
 * Fix crash in broken documents

utils:
 * pdfunite: Fix crash with broken documents. Bug #101208
 * pdftohtml: skip control characters Bug #101770
 * pdfseparate: minor improvement to the documentation. Bug #101800

build system:
 * cmake: Set RUNPATH for poppler shared libs. Bug #101945
 * configure: fix --disable-FEATURE actually enabling the feature
2017-08-14 20:22:45 +00:00
nros
e7270f9a44 Override the right pkgconfig file. 2017-08-14 19:26:04 +00:00
wiz
56fb2df83a Update HOMEPAGE, from Marc Baudoin. 2017-08-14 06:49:51 +00:00
wen
f5c349c6d2 Update to 0.092.0
No upstream changelog found.
2017-08-10 14:00:11 +00:00
schnoebe
0e91d04248 Update to HPLIP 3.17.7
HPLIP 3.17.7 - This release has the following changes:

Added Support for the Following New Printers:
- HP DeskJet Ink Advantage 2635 All-in-One
- HP DeskJet Ink Advantage 2636 All-in-One
- HP DeskJet Ink Advantage 2675 All-in-One
- HP DeskJet Ink Advantage 2676 All-in-One
- HP DeskJet Ink Advantage 2677 All-in-One
- HP DeskJet Ink Advantage 2678 All-in-One
- HP DeskJet 2620 All-in-One
- HP DeskJet 2621 All-in-One
- HP DeskJet 2622 All-in-One
- HP DeskJet 2623 All-in-One
- HP DeskJet Ink Advantage 2200 All-in-One
- HP DeskJet 3722 All-in-One
- HP DeskJet Ink Advanatge 3789 All-in-One
- HP DeskJet Ink Advanatge 3790 All-in-One

Other Requirement:
1. 43180 - Re-implementation of "hpps" filter in C
2017-08-08 18:15:17 +00:00
markd
306936ca5d Update tex-graphics-def{,-doc} to 2017.44697
fixes PR pkg/52466
2017-08-06 12:00:36 +00:00
wiz
4b6cc49c90 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wiz
7b294157a3 Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
kleink
cc11ee06cb Update py-weasyprint to 0.39.
Version 0.39
------------

Released on 2017-06-24.

Bug fixes:

* Fix the use of WeasyPrint's URL fetcher with CairoSVG.


Version 0.38
------------

Released on 2017-06-16.

Bug fixes:

* `#477 <https://github.com/Kozea/WeasyPrint/issues/477>`_:
  Don't crash on font-face's src attributes with local functions.


Version 0.37
------------

Released on 2017-06-15.

WeasyPrint now depends on tinycss2 instead of tinycss.

New features:

* `#437 <https://github.com/Kozea/WeasyPrint/issues/437>`_:
  Support local links in generated PDFs.

Bug fixes:

* `#412 <https://github.com/Kozea/WeasyPrint/issues/412>`_:
  Use a NullHandler log handler when WeasyPrint is used as a library.
* `#417 <https://github.com/Kozea/WeasyPrint/issues/417>`_,
  `#472 <https://github.com/Kozea/WeasyPrint/issues/472>`_:
  Don't crash on some line breaks.
* `#327 <https://github.com/Kozea/WeasyPrint/issues/327>`_:
  Don't crash with replaced elements with height set in percentages.
* `#467 <https://github.com/Kozea/WeasyPrint/issues/467>`_:
  Remove incorrect line breaks.
* `#446 <https://github.com/Kozea/WeasyPrint/pull/446>`_:
  Let the logging module do the string interpolation.
2017-08-01 15:36:26 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
markd
d889ad4332 Update p5-biblatex-biber to 2.7
2.7    (2016-12-08)
       * New option (--nouri-encode) to prevent URL encoding of URLs. Avoids
         breaking display of URLS which contain non-ASCII.
       * Misc bug fixes
2.6    (2016-09-10)
       * Improved tool mode bibtex output. This has some normalisation
         consequences for YEAR and custom fields. See PDF doc.
       * Support for new \ifuniquebaretitle test
       * Sourcemaps can now be restricted to particular refsections
       * Perl 5.24 is now required due to use of postfix deref notation
       * Removed RIS input driver due to lack of use
       * Added extended name format - see documentation
       * Added notfield function to sourcemaps - see documentation
2.5    (2016-05-10)
       * Added data annotations feature - see biblatex documentation.
       * Removed the "latinkeys.txt" Unicode::Collate table. This is now
         pointless because the compiled 'allkeys.txt' is faster and complete.
       * Incompatible biblatex/biber version is now a fatal error.
       * Significant performance improvements, particularly in sorting
         subsystem.
       * Addition of new bblXML output format and associated RelaxNG XML
         schema based on active datamodel.
       * Integration with new biblatex 3.4 labelprefix name change and
         refcontext option.
       * Integration with new biblatex 3.4 \DeclareDatafieldSet
         functionality.
       * Improved sourcemap looping functionality
2017-08-01 13:33:44 +00:00
wiz
8d59bf7376 Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
wiz
ad108d0aea Comment out non-working MASTER_SITES and HOMEPAGE.
Use CFLAGS and LDFLAGS.

(Debian removed this as "dead" in 2006, perhaps we should too?)
2017-07-30 22:45:42 +00:00
wiz
fbf24a1d50 Fix HOMEPAGE and MASTER_SITES. 2017-07-30 22:42:59 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
wiz
29972cfbda Match cups: revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.
2017-07-27 08:54:45 +00:00
wiz
cca6c789ea Add proper pidfile support, from Edgar Fuß.
This has not been accepted upstream in various previous tries, but is
deemed useful functionality anyway.

Bump PKGREVISION.

While here, revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.
2017-07-27 08:54:26 +00:00
reinoud
26b626b5c0 As with cups-1.5, explicitly depend on security/mit-krb5 since it can attempt
to link to it.
2017-07-25 18:32:50 +00:00
reinoud
eee635bf70 Add dependency to security/mit-krb5 package since it can try to link with it. 2017-07-25 18:30:39 +00:00
gdt
5f5762cbb6 Revert upgrade to 5.2.13 (back to 5.2.12)
While the tarball was made available, upstream views it as not quite
released and asks that it not be packaged yet.
2017-07-23 14:20:03 +00:00
gdt
e1fbea4510 Update to 5.2.13
Upstream NEWS (some points summarized):

* Changes from 5.2.12

  1) Critical bugfix

     * Correct mis-defined paper type that collided with standard
       A4 paper.  This resulted in some Canon and PCL printers
       mishandling A4 paper.

  2) Added support for the following Epson inkjet printers:

     EPSON Artisan 1430
     EPSON L210

  3) Improvements to the dye-sublimation driver:

     * Code optimizations in the dye-sublimation driver, resulting
       in a significant (2x-2.7x) boost in performance.

     * Added support for the following thermal printer:

      Mitsubishi P93DW

     * Enhanced support (and bugfixes) for several printers (Canon,
       Fujifilm, Kodak, Mitsubishi)

  4) Improvements to the Gimp plugin

     * Compilation fixes when CUPS is not enabled

     * Fix non-interactive plugin mode

  5) Changes to the Canon driver:

     * Added support for many printer models.

     * Corrected black-only and color-only cartridge support for MP230
       series

     * Improved printer firmware papersize detection when using
       automatic paper source selection (Autofeed), by changing paper
       width from calculated to a constant value for paper sizes known
       to the driver.

     * Added several resolution modes for Pro9500

  6) Added the Datamax-O'Neil H class series of printers.

  7) Added the two Honeywell printers, RP2 (SAV2) and RP4 (SAV4).
2017-07-23 12:20:55 +00:00
leot
7f8869ac74 Do not possibly (re)initialize LDFLAGS and pass it also to AR_CMD.
This fixes RELRO build.

Bump PKGREVISION
2017-07-16 08:29:53 +00:00
wiz
59c42ec7f0 Honor LDFLAGS. Fixes RELRO build. 2017-07-15 14:09:22 +00:00
maya
5bdd2a3b53 Patch CVE-2017-1000083
From 717df38fd8509bf883b70d680c9b1b3cf36732ee Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 6 Jul 2017 20:02:00 +0200
Subject: [PATCH] comics: Remove support for tar and tar-like commands

When handling tar files, or using a command with tar-compatible syntax,
to open comic-book archives, both the archive name (the name of the
comics file) and the filename (the name of a page within the archive)
are quoted to not be interpreted by the shell.

But the filename is completely with the attacker's control and can start
with "--" which leads to tar interpreting it as a command line flag.

This can be exploited by creating a CBT file (a tar archive with the
.cbt suffix) with an embedded file named something like this:
"--checkpoint-action=exec=bash -c 'touch ~/hacked;'.jpg"

CBT files are infinitely rare (CBZ is usually used for DRM-free
commercial releases, CBR for those from more dubious provenance), so
removing support is the easiest way to avoid the bug triggering. All
this code was rewritten in the development release for GNOME 3.26 to not
shell out to any command, closing off this particular attack vector.

This also removes the ability to use libarchive's bsdtar-compatible
binary for CBZ (ZIP), CB7 (7zip), and CBR (RAR) formats. The first two
are already supported by unzip and 7zip respectively. libarchive's RAR
support is limited, so unrar is a requirement anyway.

Discovered by Felix Wilhelm from the Google Security Team.

https://bugzilla.gnome.org/show_bug.cgi?id=784630

Bump PKGREVISION
2017-07-14 05:31:20 +00:00
wiz
c252c22b09 Honor LDFLAGS. Fixes RELRO build. 2017-07-12 10:49:23 +00:00
wiz
1ccdede6ab Honor LDFLAGS in more places. Fixes RELRO build. 2017-07-12 08:55:36 +00:00
joerg
03f704711c Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to
require much less memory.
2017-07-11 19:41:20 +00:00
adam
f07bb9b90b Changes 0.56.0:
core:
* FormFieldButton::setState() shouldn't check the field is readOnly
* Fix crashes on multiple broken files

utils:
* pdfunite: Fix crash with broken documents.
2017-07-11 16:35:03 +00:00
jaapb
f70dd873bb Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
jperkin
6646e8341d Restore options.mk include and fix PLIST to actually work with option
combinations.  Bump PKGREVISION to ensure user preferences are respected.
2017-07-07 12:45:54 +00:00
spz
2cea8d4c84 revert previous as requested by wiz@ 2017-07-07 09:28:06 +00:00
spz
f66d5ae1c7 fix build of dependents on NetBSD-6 2017-07-07 06:50:06 +00:00
wiz
1e2404a5cc Build and install pdftocairo, for tex-lwrap.
Bump PKGREVISION.
2017-07-06 11:29:59 +00:00
jperkin
3d0f8c1187 Restore PLIST.tiff support. 2017-07-06 08:42:04 +00:00
schnoebe
7bb2107550 Update to 3.17.6:
Release Notes

HPLIP 3.17.6 - This release has the following changes:

Added Support for the Following New Printers:
- HP LaserJet Enterprise M607n
- HP LaserJet Enterprise M607dn
- HP LaserJet Enterprise M608n
- HP LaserJet Enterprise M608dn
- HP LaserJet Enterprise M608x
- HP LaserJet Enterprise M608dh
- HP LaserJet Enterprise M609dn
- HP LaserJet Enterprise M609x
- HP LaserJet Managed E60055dn
- HP LaserJet Managed E60065dn
- HP LaserJet Managed E60065x
- HP LaserJet Managed E60075dn
- HP LaserJet Managed E60075x
- HP LaserJet Enterprise MFP M631dn
- HP LaserJet Enterprise Flow MFP M631h
- HP LaserJet Enterprise MFP M631z
- HP LaserJet Enterprise Flow MFP M632z
- HP LaserJet Enterprise MFP M632fht
- HP LaserJet Enterprise MFP M632h
- HP LaserJet Enterprise Flow MFP M633z
- HP LaserJet Enterprise MFP M633fh
- HP LaserJet Managed MFP E62555dn
- HP LaserJet Managed Flow MFP E62565h
- HP LaserJet Managed MFP E62565hs
- HP LaserJet Managed Flow MFP E62565z
- HP LaserJet Managed Flow MFP E62575z
- HP Color LaserJet Enterprise M652dn
- HP Color LaserJet Enterprise M652n
- HP Color LaserJet Enterprise M653dn
- HP Color LaserJet Enterprise M653dh
- HP Color LaserJet Enterprise M653x
- HP Color LaserJet Managed E65050dn
- HP Color LaserJet Managed E65060dn
- HP Color LaserJet Managed MFP E67550dh
- HP Color LaserJet Managed Flow MFP E67560z
- HP Color LaserJet Enterprise MFP M681dh
- HP Color LaserJet Enterprise MFP M681f
- HP Color LaserJet Enterprise Flow MFP M681z
- HP Color LaserJet Enterprise Flow MFP M681f
- HP Color LaserJet Enterprise Flow MFP M682z
- HP PageWide Managed P77750z Multifunction Printer
- HP Pagewide Pro 750dn
- HP Pagewide Pro 750dw
- HP PageWide Pro 772dw Multifunction Printer
- HP PageWide Managed P77740zs Multifunction Printer
- HP PageWide Managed P77750zs Multifunction Printer
- HP PageWide Managed P75050dn Printer
- HP LaserJet Pro MFP M25a
- HP LaserJet Pro MFP M25nw
- HP LaserJet Pro MFP M26a
- HP LaserJet Pro MFP M26nw
- HP LaserJet Pro MFP M27c
- HP LaserJet Pro MFP M27cnw

Added support for the following new Distro's:
- Ubuntu 17.04
- Debian 8.8

Launchpad fixes:
1690515 - DeskJet 3775 - scanner not found
1690408 - hplip-3.17.4.run doesn't work on linux mint 18.1
1690516 - Head alignment dont work (HPLIP 3.17.4)

Known Issues:
1. Edge to Edge Not supported
2. Greayscale option is present even though HP LaserJet Pro MFP
   M25a,M25nw,M26a,M26nw,M27c,M27cnw are mono devices
2017-07-05 13:38:50 +00:00
joerg
f55bc6f91f Revert GCC_REQD addition. As explained on the lists, it simply doesn't
do the right thing for packages in the middle of dependency chain.
2017-07-03 13:19:49 +00:00
taca
cb6f69af83 Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE. 2017-07-02 09:15:32 +00:00
joerg
0a5c1b111c Fix build against CUPS 2.0. While here, fix format string (ab)use. 2017-07-01 22:13:26 +00:00
joerg
ea405c704e Deal with API breakage in py-Pillow. Bump revision. 2017-06-29 20:02:02 +00:00
minskim
e947c7b240 Add a missing entry to tex-babel-doc's PLIST
Bump PKGREVISION.
2017-06-27 21:45:47 +00:00
markd
2a5dc7f465 Add tex-filehook{,-doc} 2017-06-23 23:15:00 +00:00
markd
6079e549e6 Add tex-filehook{,-doc} 0.5d
The package provides several file hooks (AtBegin, AtEnd, ...)
for files read by \input, \include and \InputIfFileExists.
General hooks for all such files (e.g. all \include'd ones) and
file specific hooks only used for named files are provided; two
hooks are provided for the end of \included files -- one
before, and one after the final \clearpage.
2017-06-23 23:13:34 +00:00
youri
3d35110c88 Update atril to 1.18.0. 2017-06-23 17:05:52 +00:00
markd
173108d5aa Reinstate patches. 2017-06-23 01:56:47 +00:00
markd
e6b745fdde texlive-collection-genericrecommended -> texlive-collection-plaingeneric 2017-06-22 21:03:49 +00:00
wiz
ccc78e6931 Add cups-browsed start up script, from Edgar Fuß.
Bump PKGREVISION.
2017-06-22 12:30:25 +00:00
markd
79c966fb44 Add tex-{apa6,biblatex-apa,continue,cutwin,hang,hanging,leading,mfirstuc,thmtools}{,-doc} 2017-06-22 11:01:05 +00:00
markd
22e1d17d6e Add tex-apa6{,-doc} 2.31
Format documents in APA style (6th edition)
Add tex-biblatex-apa{,-doc} 7.4
  BibLaTeX citation and reference style for APA
Add tex-continue{,-doc} 0.1
  Prints 'continuation' marks on recto pages of multipage documents
Add tex-cutwin{,-doc} 0.1
  Cut a window in a paragraph, typeset material in it
Add tex-hang{,-doc} 2.1
  Environments for hanging paragraphs and list items
Add tex-hanging{,-doc} 1.2b
  Hanging paragraphs
Add tex-leading{,-doc} 0.3
  Define leading with a length
Add tex-mfirstuc{,-doc} 2.04
  Uppercase the first letter of a word
Add tex-thmtools{,-doc} 66
  Extensions to theorem environments
2017-06-22 10:53:00 +00:00
markd
5062126723 fix PLIST 2017-06-21 13:38:02 +00:00
markd
bdc1077b20 Update to TeXlive 2017
Updated fonts/tex-raleway{,-doc} to 1.4
  Updated print/tex-readarray{,-doc} to 2.0
  Updated graphics/tex-repere{,-doc} to 17.05
  Updated fonts/tex-sansmathfonts{,-doc} to 2017
  Updated print/tex-siunitx{,-doc} to 2.7g
  Updated fonts/tex-sourcesanspro{,-doc} to 2.6
  Updated print/tex-sttools{,-doc} to 2.0
  Updated print/tex-tcolorbox{,-doc} to 4.03
  Updated print/tex-tetex{,-doc} to 3.0.44331
  Updated print/tex-tex4ht{,-doc} to 2017
  Updated print/tex-texconfig{,-doc} to 2017
  Updated print/tex-texdoc{,-doc} to 2017
  Updated print/tex-texinfo to 5.1.43137
  Updated print/tex-texlive.infra to 2017
  Updated print/tex-texlive-scripts to 2017
  Updated graphics/tex-tikzmark{,-doc} to 1.3
  Updated graphics/tex-tikzsymbols{,-doc} to 4.02
  Updated print/tex-todonotes{,-doc} to 1.0.5
  Updated print/tex-tools{,-doc} to 2017
  Updated print/tex-toptesi{,-doc} to 5.9.06
  Updated print/tex-udesoftec{,-doc} to 1.6.0
  Updated print/tex-updmap-map to 2017
  Updated fonts/tex-xcharter{,-doc} to 1.08
  Updated print/tex-xdvi to 22.87.03
2017-06-21 13:25:31 +00:00
markd
f64f0f7f20 Update to TeXlive 2017
Updated print/tex-paralist{,-doc} to 2.7
  Updated print/tex-pdfpages{,-doc} to 0.5h
  Updated print/tex-plain to 3.141592653.43076
  Updated print/tex-platex{,-doc} to 2017
  Updated print/tex-polski{,-doc} to 1.3.4
  Updated print/tex-preview{,-doc} to 11.90
  Updated print/tex-program{,-doc} to 3.3.14
  Updated graphics/tex-pst-3dplot{,-doc} to 2.04
  Updated graphics/tex-pst-barcode{,-doc} to 0.16a
  Updated graphics/tex-pst-circ{,-doc} to 2.14
  Updated geography/tex-pst-geo{,-doc} to 2.06
  Updated graphics/tex-pst-node{,-doc} to 1.39
  Updated graphics/tex-pst-pdf{,-doc} to 1.2c
  Updated graphics/tex-pst-plot{,-doc} to 1.79
  Updated graphics/tex-pst-tools{,-doc} to 0.06
  Updated graphics/tex-pst-tree{,-doc} to 1.13
  Updated graphics/tex-pstricks{,-doc} to 2.73a
  Updated graphics/tex-pstricks-add{,-doc} to 3.83
  Updated print/tex-ptex-base{,-doc} to 2017
  Updated fonts/tex-ptex-fonts{,-doc} to 2017
2017-06-21 11:45:57 +00:00
markd
cf5ad61250 Update to TeXlive 2017
Updated print/tex-marginnote{,-doc} to 1.2b
  Updated print/tex-mathtools to 1.19
  Updated graphics/tex-mcf2graph{,-doc} to 4.23
  Updated print/tex-media9{,-doc} to 0.80
  Updated print/tex-mhchem{,-doc} to 4.06
  Updated print/tex-minted{,-doc} to 2.4.1
  Updated print/tex-multirow{,-doc} to 2.2
  Updated print/tex-musixtex to 1.24
  Updated print/tex-mwcls{,-doc} to 0.75
  Updated print/tex-mweights{,-doc} to 20170330
  Updated fonts/tex-newpx{,-doc} to 1.320
  Updated fonts/tex-newtx{,-doc} to 1.525
  Updated fonts/tex-newtxsf{,-doc} to 1.05
  Updated fonts/tex-newtxtt{,-doc} to 1.055
  Updated print/tex-oberdiek{,-doc} to 2017
  Updated print/tex-onlyamsmath{,-doc} to 0.20
2017-06-21 10:14:19 +00:00
markd
c3a253bcba Update to TeXlive 2017
Updated print/tex-koma-script to 3.23
  Updated print/tex-kotex-oblivoir{,-doc} to 2.1.8
  Updated devel/tex-l3experimental to 2017
  Updated devel/tex-l3kernel{,-doc} to 2017
  Updated devel/tex-l3packages{,-doc} to 2017
  Updated print/tex-latex{,-doc} to 20170101.1
  Updated textproc/tex-latexdiff{,-doc} to 1.2.0
  Updated print/tex-leaflet{,-doc} to 1.1b
  Updated fonts/tex-libertine{,-doc} to 5.3.0.43603
  Updated devel/tex-lualibs{,-doc} to 2.5
  Updated fonts/tex-luaotfload{,-doc} to 2.8.2
  Updated print/tex-luatex{,-doc} to 1.0.4
2017-06-21 08:28:41 +00:00
markd
49ce981ada Update to TeXlive 2017
Updated print/tex-glossaries{,-doc} to 4.30
  Updated print/tex-graphics{,-doc} to 1.2a
  Updated print/tex-graphics-def{,-doc} to 2017
  Updated graphics/tex-graphics-pln{,-doc} to 2017
  Updated print/tex-hausarbeit-jura{,-doc} to 1.5
  Updated print/tex-hyperref{,-doc} to 6.85a
  Updated print/tex-hyphen-base to 2017
  Updated print/tex-hyphen-german to 2017
  Updated print/tex-hyphen-latin to 3.1.2017
  Updated fonts/tex-inconsolata{,-doc} to 1.112
  Updated fonts/tex-ipaex-type1{,-doc} to 0.4a
  Updated fonts/tex-japanese-otf{,-doc} to 1.7b6.42950
  Updated print/tex-jsclasses to 2017
2017-06-21 07:24:06 +00:00
markd
770b1dba46 Update to TeXlive 2017
Updated print/tex-dehyph-exptl{,-doc} to 0.41
  Updated print/tex-diagbox{,-doc} to 2.2
  Updated fonts/tex-dozenal{,-doc} to 7.0
  Updated print/tex-dvips{,-doc} to 2017
  Updated graphics/tex-epstopdf{,-doc} to 2.26
  Updated fonts/tex-erewhon{,-doc} to 1.08
  Updated devel/tex-etoolbox{,-doc} to 2.4
  Updated print/tex-europasscv{,-doc} to 2017
  Updated print/tex-fancyhdr{,-doc} to 3.9
  Updated fonts/tex-fbb{,-doc} to 1.12
  Updated fonts/tex-fetamont{,-doc} to 20170415
  Updated fonts/tex-fira{,-doc} to 4.2
  Updated print/tex-fixme{,-doc} to 4.4
  Updated fonts/tex-fontmfizz{,-doc} to 2017
  Updated fonts/tex-fontools{,-doc} to 2017
  Updated fonts/tex-fontspec{,-doc} to 2.6a
2017-06-21 06:13:14 +00:00
markd
22b205a4b1 Update to TeXlive 2017
Updated fonts/tex-cabin{,-doc} to 2017
  Updated graphics/tex-circuitikz{,-doc} to 0.8.3
  Updated fonts/tex-cjhebrew{,-doc} to 0.2a
  Updated print/tex-cjk-gs-integrate{,-doc} to 20170505.0
  Updated fonts/tex-comicneue{,-doc} to 1.1
  Updated print/tex-comment{,-doc} to 3.8
  Updated print/tex-context{,-doc} to 2017
  Updated print/tex-context-filter{,-doc} to 2017
  Updated print/tex-csbulletin{,-doc} to 1.1
  Updated print/tex-csplain to 2017
  Updated print/tex-csquotes{,-doc} to 5.2b
  Updated print/tex-cweb{,-doc} to 3.64b
2017-06-20 22:07:24 +00:00
markd
c36c17ea30 Update to TeXlive 2017
Updated print/tex-babel{,-doc} to 3.10
  Updated print/tex-babel-english to 3.3q
  Updated print/tex-babel-french to 3.3a
  Updated print/tex-babel-galician to 2017
  Updated print/tex-babel-german to 2.9
  Updated print/tex-babel-greek to 1.9g
  Updated print/tex-babel-russian to 1.3i
  Updated fonts/tex-baskervaldx{,-doc} to 1.072
  Updated print/tex-beamer{,-doc} to 3.41
  Updated print/tex-biblatex{,-doc} to 3.7
  Updated fonts/tex-boondox{,-doc} to 1.02d
  Updated print/tex-breqn to 0.98e
2017-06-20 21:01:16 +00:00
markd
d510b4ee65 Update to TeXlive 2017
Updated fonts/tex-academicons{,-doc} to 1.8.0
  Updated fonts/tex-adobemapping to 2017
  Updated fonts/tex-alegreya{,-doc} to 2017
  Updated fonts/tex-allrunes{,-doc} to 2.1.1
  Updated print/tex-amsmath{,-doc} to 2.16a
  Updated graphics/tex-animate{,-doc} to 20170518
  Updated print/tex-arsclassica{,-doc} to 20170201
2017-06-20 20:56:51 +00:00
markd
4e5ed44976 Update to TeXlive 2017
Updated converters/dvi2tty to 6.0.0nb1
  Updated fonts/afm2pl to 0.7.1nb3
  Updated fonts/gsftopkk to 1.19.2nb8
  Updated fonts/lcdftypetools to 2.106
  Updated fonts/ps2pkm to 1.8nb1
  Updated fonts/ttf2pk to 2.0nb3
  Updated fonts/ttfdump to 0.5.5nb4
  Updated print/cjkutils to 4.8.4nb2
  Updated print/dvidvi to 1.1nb1
  Updated print/dviljk to 2.6.5nb8
  Updated print/dvipdfmx to 20170318
  Updated print/dvipsk to 5.997
  Updated print/kpathsea to 6.2.3
  Updated print/lacheck to 1.28nb2
  Updated print/luatex to 1.0.4
  Updated print/ptexenc to 1.3.5
  Updated print/seetexk to 1.1nb3
  Updated print/tex4ht to 0.0.20170523
  Updated print/vlna to 1.5nb3
  Updated print/web2c to 2017
  Updated print/xdvik to 22.87.03nb1
  Updated print/xetex to 0.99997
  Updated print/xpdfopen to 0.86nb2
  Updated textproc/makeindexk to 2.15nb9
  Updated textproc/mendexk to 2.6fnb7
2017-06-20 20:50:49 +00:00
wiz
c96cc5a84d Updated abcm2ps to 8.13.11.
---- Version 8.13.11 - 2017-06-15 ----

Fix crash when twice a same voice in %%score inside tune
Fix some compilation warnings and crash with gcc-5.4
	(reported by Guido Gonzato and more people)
Fix more crashes in recent versions of MacOS X
	(reported by David Lacroix)
2017-06-19 20:31:27 +00:00
joerg
2dd4b571cb Fix the problem with hexdump and LLVM properly. Use .incbin on NetBSD
instead of forcing 8M+ element character array literals through the
compiler.
2017-06-17 19:45:28 +00:00
wiz
1b6953b603 Updated p5-Net-CUPS to 0.64.
Based on patches from Edgar Fuß.

0.64 Thu Jun 08 20:10:00 2017
	- Report the printer-state attribute and support non-string device
	  attributes in general by Edgar Fuß

0.63 Thu Oct 31 09:15:00 2016
	- Fix segfaults in Net::CUPS::PPD::getNextOption when enumerating
	  options by Alexis Bienvenüe
	- Fix bad free() when finalizing the result of getDestinations()
	  by Alexis Bienvenüe
	- Fix a spelling mistake by Gregor Herrmann
	- Update support information

0.62 Thu Jul 21 08:20:30 2016
	- Fix version check on CUPS 2 by Mathieu Simon
	- Fix compatibility with CUPS >= 1.6 by contyk
2017-06-14 21:26:13 +00:00
wiz
24cfc326ee Add bl3.mk file, from Edgar Fuß. 2017-06-14 21:19:58 +00:00
wiz
653bc95f62 Look for cups socket in correct place.
From Edgar Fuß in PR 52296.

Bump PKGREVISION.
2017-06-13 14:59:48 +00:00
tsutsui
cf1e7cb258 Move MAINTAINER line to each gem package.
Also retire from maintainership of packages that I don't need and
have less motivation.
2017-06-11 05:51:39 +00:00
tsutsui
d9c551a49a Update ruby-gnome2 packages to 3.1.6.
pkgsrc changes:
 - remove a pkgsrc patch for ruby-gnome2-gtk that seems fixed in upstream
 - ignore native-package-installer dependency checks
   in ruby-gnome2-clutter-gstreamer and ruby-gnome2-webkit-gtk

Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.6/NEWS)

== Ruby-GNOME2 3.1.6: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Fixes
    * Added a missing path existence check on Windows.

== Ruby-GNOME2 3.1.5: 2017-06-03

=== Changes

This is a bug fix release for Windows packages.

==== All

  * Improvements
    * Supported RubyInstaller2.

==== Ruby/Pango

  * Improvements
    * Add backward compatibility APIs:
      * (({Pango::FontDescription::WEIGHT_*}))
      * (({Pango::FontDescription::STYLE_*}))

== Ruby-GNOME2 3.1.4: 2017-05-30

=== Changes

This is a release that supports Ruby 2.4 on Windows.

==== All

  * Improvements
    * Supported MSYS2.

==== Ruby/GLib2

  * Improvements
    * Added (({GLib::Object#floating?})) for debugging.

==== Ruby/GIO2

  * Improvements
    * Added (({Gio::File.open})). The followings are deprecated.
      * (({Gio::File.commandline_arg}))
      * (({Gio::File.path}))
      * (({Gio::File.uri}))

==== Ruby/GObjectIntrospection

  * Improvements
    * Relaxed expected test result for 32bit environment.
      [GitHub#1026][Reported by Mamoru TASAKA]
    * Added tests for (({GObjectIntrospection::ConstantInfo})).
      [GitHub#1027][Patch by cedlemo]
    * Supported floating "transfer full" GObject.

==== Ruby/GDK3

  * Improvements
    * Supported (({Cairo::Surface#to_pixbuf(options={})})).
      (({Cairo::Surface#to_pixbuf(src_x, src_y, width, height)})) is
      deprecated.

==== Ruby/Rsvg2

  * Improvements
    * Migrated to GObject Introspection bindings.
    * Renamed to (({Rsvg})) from (({RSVG})). (({RSVG})) is still
      usable but it's deprecated.
      [GitHub#1030][Patch by cedlemo]
    * Supported (({Cairo::Context#render_rsvg_handle(handle, :id =>
      ...)})).

==== Ruby/WebKit2GTK

  * Improvements
    * (({WebKit3Gtk::WebView#initialize})): Supported (({Hash}))
      options.
      [GitHub#1028][Patch by Matijs van Zuijlen]

=== Thanks

  * Mamoru TASAKA
  * cedlemo
  * Matijs van Zuijlen

== Ruby-GNOME2 3.1.3: 2017-04-27

=== Changes

This is a release that improve backward compatibility for Ruby/Pango.

==== Ruby/Pango

  * Improvements
    * Defined constants under (({Pango})) again for backward compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * Defined constants under (({Pango::Layout})) again for backward
      compatibility.
      [GitHub#1022][Reported by Andy Meneely]
    * (({Pango.pixels})): Added again.
    * (({Pango::AttrShape#data})): Supported again.
  * Fixes
    * (({Pango::Layout#text=})): Fixed a bug that wrong bytesize is
      used for multibyte string.
    * (({Pango::Layout#markup=})): Fixed a bug that wrong bytesize
      is used for multibyte string.

=== Thanks

  * Andy Meneely

== Ruby-GNOME2 3.1.2: 2017-04-26

There is an incompatible change. (({GBytes})) to (({String}))
conversion is changed to (({GBytes})) to (({GLib::Bytes}))
conversion. You can get (({String})) by (({GLib::Bytes#to_s})).

Other incompatible changes are bugs. Please report them to us.

=== Changes

==== All

  * Improvements
    * Supported auto depended package install for GObject
      Introspection based bindings.

==== Ruby/GLib2

  * Improvements
    * Supported overriding (({alloc_func})) in super class.
    * Extracted native package installer code as
      native-package-installer gem.
    * (({GLib::Bytes})): Added.
    * Supported pkg-config 1.1.9 or later.
  * Fixes
    * Fixed a build error on CentOS 6 and Ubuntu 12.04. They use
      GLib < 2.34.
      [GitHub#1012][Reported by Scot]
    * Fixed a bug that (({GLib::TypePlugin})) can't be included.
      [GitHub#1019][Patch by Matijs van Zuijlen]

==== Ruby/GIO2

  * Fixes
    * Fixed a path in test. [GitHub#990][Reported by Mamoru TASAKA]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported getting interface, union and boxed type as a field value.
    * Supported setting an interface as a field.
    * Supported more struct types.
    * Supported cairo-gobject types.
    * Supported outputting an array of interfaces.
      [GitHub#1006][Reported by cedlemo]
    * Supported Rubyish method name conversion for (({list_XXX}))
      methods that return an array.
    * Supported customizing field reader method name.
    * Supported auto (({int})) to boolean conversion for field value.
    * (({GObjectIntrospection::Repository.default})): Added a GC guard.
    * Supported inputting (({unichar})).
    * Supported inputting (({gint64})) C array.
    * Supported inputting (({gint8})) C array.
    * Added tests for (({GObjectIntrospection::UnionInfo})).
      [GitHub#1016][Patch by cedlemo]
    * Stopped auto (({GBytes})) to (({String}))
      conversion. (({GBytes})) is converted to (({GLib::Bytes})). It's
      for efficient byte sequence handling in Ruby. It's
      an incompatible change. You can use (({GLib::Bytes#to_s})) to
      get (({String})).
  * Fixes
    * (({GObjectIntrospection::RepositoryError})): Fixed parent class.
    * Fixed a typo. [GitHub#1002][Reported by cedlemo]

==== Ruby/ATK

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#998][Patch by cedlemo]

==== Ruby/CairoGObject

  * Fixes
    * Fixed a double free bug.

==== Ruby/Pango

  * Improvements
    * Migrated to GObject Introspection bindings.
      [GitHub#1007][GitHub#1008][GitHub#1009][GitHub#1010]
      [GitHub#1011][Patch by cedlemo]
      [GitHub#1013][GitHub#1014][Patch by Detlef Wagner]

==== Ruby/GdkPixbuf2

  * Improvements
    * Supported GdkPixbuf 2.31.6 on CentOS 7 again.

==== Ruby/GDK3

  * Improvements
    * (({Gdk::Event})) and subclasses: Supported again.
    * Supported old GDK 3 again.
    * Supported X11 related features.
      [GitHub#999][Reported by johnlane]

==== Ruby/GTK3

  * Improvements
    * (({Gtk::Widget#click})): Added.
    * (({Gtk::Widget#send_key})): Added.
    * (({Gtk::Widget#wait_for_draw})): Added.
    * (({Gtk::WiAccelGroup.activate})): Added.
    * Updated samples.
      [GitHub#1002][GitHub#1003]
      [Patch by cedlemo]
    * (({Gtk::IconTheme#choose_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * (({Gtk::IconTheme#lookup_icon})): Changed the default flags to
      (({0})) from (({:generic_fallback})).
    * Supported GTK+ < 3.20 again.
  * Fixes
    * Updated signal name in document.
      [GitHub#995][Patch by Arnaud Meuret]

==== Ruby/ClutterGdk

  * Fixes
    * Ensured initializing GDK.
      [GitHub#1000][Reported by cedlemo]

==== Ruby/GOffice

  * Improvements
    * (({GOffice::Version})): Added.

=== Thanks

  * Mamoru TASAKA
  * Arnaud Meuret
  * cedlemo
  * johnlane
  * Scot
  * Detlef Wagner
  * Matijs van Zuijlen
2017-06-10 08:27:19 +00:00
khorben
e1db960786 Fix build with cups 2.2.0 2017-06-08 01:28:10 +00:00
ryoon
543e538acd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
wiz
728d11284e Updated abcm2ps to 8.13.10.
---- Version 8.13.10 - 2017-05-22 ----

Fix abnormal meter in 2nd music line when no starting meter and
		meter defined inside the 1st music line
	(reported by Paul Morrissett)
Fix bad x coordinate when PS rotate and SVG output
Fix bad horizontal offset of end of repeat bracket on !rbend!
Fix crash on %%deco in recent versions of MacOS X
	(reported by Frédéric Boulanger)
Fix crash when measure numbering and bad measure durations
Fix bad vertical offset of automatic tablatures when %%staffscale != 1
	(reported by Lionel Coates)
Raise the breath marks when after high notes
	(asked by Chris Myers)
Fix crash when no note in voice overlay
	(reported by Richard Robinson)
2017-05-29 11:15:03 +00:00
jperkin
cce8ad93ef Recursive revision bump for archivers/libarchive. 2017-05-29 11:09:45 +00:00
rumko
371c41ef61 print/mupdf: fix build on fbsd
scripts/hexdump.c: do not output HAVE_INCBIN for fbsd
See https://bugs.ghostscript.com/show_bug.cgi?id=696828

Ok@ leot
2017-05-28 12:42:21 +00:00
jperkin
dc5a092921 Test for PIE by linking rather than just compiling, as on at least SunOS
it is dependent on linker features.
2017-05-25 12:11:55 +00:00
jperkin
4ce47e1e54 Fix SunOS build with GCC 7 and newer. 2017-05-24 15:19:12 +00:00
adam
026ab3d0ea Changes 0.55.0:
core:
* Fix abort in files with broken Decode arrays.
* Fix memory leak (and probably logic bug) parsing broken XRef entries.
* Fix memory leak when reconstructing broken files.
* Minor optimization
* Fix regression in GfxIndexedColorSpace::mapColorToBase.
* Fix memory leak in error condition

cpp:
* Return nullptr if the page at index can't be fetched.

build system:
* Fail by default if libjpeg is not available
* Fail by default if libopenjpeg2/1 is not available
2017-05-22 08:40:10 +00:00
leot
54517b70c4 Update print/cups-filters to 1.14.0
Changes:
1.14.0
------
 - cups-browsed: When a printer is discovered via DNS-SD on the
   "lo" (loopback) interface the printer is not reliably
   accessible through the reported host name (which is the
   network host name of the local machine). Until this problem
   is fixed in Avahi, we create queues for such printers with a
   URI based on the IP address. This is a workaround until
   Avahi fully supports the "lo" interface.
 - cups-browsed: Added new setting "LocalOnly" for the
   CreateIPPPrinterQueues in cups-browsed.conf. With this new
   setting (which is the default from now on) only for local
   printers made available as IPP printers (like IPP-over-USB
   printers with ippusbxd) queues are auto-created. With this
   we can follow the common standard of distributions where USB
   printers are automatically set up and network printers not.
 - cups-browsed: Fixes and improvements in comments and debug
   messages: 1. Bonjour -> DNS-SD; 2. When a remote CUPS class
   is discovered, tell that it is a class; 3. Show network
   interface and IPv4/IPv6 when a DNS-Sd service appears or
   disappears.
 - cups-browsed: Added ./configure script option
   "--enable-auto-setup-driverless" to let cups-browsed
   automatically set up IPP network printers by default.
2017-05-21 09:44:06 +00:00
schnoebe
e9066e9708 Update to 3.17.4:
Release Notes

HPLIP 3.17.4 - This release has the following changes:
Added Support for the Following New Printers:
  - HP LaserJet Managed Flow MFP E77822z  Printer
  - HP LaserJet Managed MFP E77822dn Printer
  - HP LaserJet Managed Flow MFP E77825z  Printer
  - HP LaserJet Managed MFP E77825dn Printer
  - HP LaserJet Managed Flow MFP E77830z  Printer
  - HP LaserJet Managed MFP E77830dn Printer
  - HP LaserJet Managed Flow MFP E87640z  Printer
  - HP LaserJet Managed MFP E87640dn Printer
  - HP LaserJet Managed Flow MFP E87650z  Printer
  - HP LaserJet Managed MFP E87650dn Printer
  - HP LaserJet Managed Flow MFP E87660z  Printer
  - HP LaserJet Managed MFP E87660dn Printer
  - HP LaserJet Managed Flow MFP E82540z  Printer
  - HP LaserJet Managed MFP E82540dn Printer
  - HP LaserJet Managed Flow MFP E82550z  Printer
  - HP LaserJet Managed MFP E82550dn Printer
  - HP LaserJet Managed Flow MFP E82560z  Printer
  - HP LaserJet Managed MFP E82560dn Printer
  - HP LaserJet Managed Flow MFP E72525z  Printer
  - HP LaserJet Managed MFP E72525dn Printer
  - HP LaserJet Managed Flow MFP E72530z  Printer
  - HP LaserJet Managed MFP E72530dn Printer
  - HP LaserJet Managed Flow MFP E72535z  Printer
  - HP LaserJet Managed MFP E72535dn Printer
  - HP LaserJet Pro  M203d                Printer
  - HP LaserJet Pro  MFP M130a            Printer
  - HP LaserJet Pro  MFP M130nw           Printer
  - HP LaserJet Pro  MFP M130fn           Printer
  - HP LaserJet Pro  MFP M130fw           Printer
  - HP LaserJet Pro  MFP M227d            Printer
  - HP LaserJet Pro  MFP M227fdn          Printer
  - HP LaserJet Ultra MFP M230 sdn        Printer

Added support for the following new Distro's:
  - Debian 8.7
  - Linux Mint 18.1

Launchpad fixes:
  1656348 - cups Filter Failed with HP Laserjet
  1649550 - HP OfficeJet Pro 7740:no tray choice
  1648954 - Encapsulator.cpp send 10000 bytes of 0X00 to the Printer
	    before real PCL commands
  1521134 - hpps has no error handling

Known Issues:
  1. Page orientation not changing for post script documents from evince.
  2. Edge to Edge Not supported
  3. Fax check box is enable for M227d device even it does not support
2017-05-20 18:53:26 +00:00
fhajny
97aa01a8bc Remove left-behind Linux libs, fixes at least Darwin. 2017-05-19 18:00:38 +00:00
prlw1
e1c5feac2f Bump PKGREVISION for cups15 -> cups change. 2017-05-19 13:29:02 +00:00
prlw1
dffca398fb Switch all cups15 packages to use cups. 2017-05-19 13:18:17 +00:00
joerg
cc7abf31dd + tex-qtree 2017-05-19 12:35:13 +00:00
joerg
b8280a690b Add tex-qtree-3.1b:
The package offers support for drawing tree diagrams, and is especially
suitable for linguistics use. It allows trees to be specified in a simple
bracket notation, automatically calculates branch sizes, and supports
both DVI/PostScript and PDF output by use of pict2e facilities.
2017-05-19 12:29:48 +00:00
ryoon
f2cba2f6f4 Update to 0.9.5
Changelog:
pdf2djvu (0.9.5) unstable; urgency=low

  [ Jakub Wilk ]
  * Improve error handling:
    + Fix temporary files removal order.
      https://github.com/jwilk/pdf2djvu/issues/114
    + Ignore duplicate page titles (with warning).
      Thanks to Juan Francisco Cantero Hurtado for the bug report.
      https://github.com/jwilk/pdf2djvu/issues/113
  * Fix creating bookmarks with more than 255 children.
    Regression introduced in 0.7.20.
  * Fix incorrect progress output in parallel mode.
  * Windows: fix console output encoding.
    https://github.com/jwilk/pdf2djvu/issues/64
  * Upgrade libraries bundled with the Windows package:
    - Poppler 0.49;
    - DjvuLibre 3.5.27;
    - GraphicsMagick 1.3.25;
    - Expat 2.2.0;
    - FreeType 2.6.5;
    - fontconfig 2.12.1;
    - gettext 0.19.8.1.
  * Improve documentation:
    + Don't mention “--page-title-template=” as a way of disabling page
      titles. This works only if “--no-page-titles” works; there's no reason
      to prefer the former.
      Thanks to Roland Winkler for the bug report.
    + Update nose homepage URL.
    + Update OpenMP URLs.
    + Fix typos.
  * Improve the test suite:
    + Fix test failure on GNU/Hurd, which doesn't correctly propagate virtual
      memory limits to subprocesses.
      http://savannah.gnu.org/bugs/?43320
  * Drop support for Poppler < 0.17.
  * Build with “-std=gnu++98”.
  * Build with “-Wempty-body”.
  * Build with “-Werror=misleading-indentation”.
  * Don't enable unknown warning options for clang.
  * Update the Polish translation.

  [ Américo Monteiro ]
  * Update the Portuguese translation.

  [ Chris Leick ]
  * Update the German translation.

  [ Kyrill Detinov ]
  * Update the Russian translation.

 -- Jakub Wilk <jwilk@jwilk.net>  Wed, 14 Dec 2016 23:39:19 +0100
2017-05-16 12:43:47 +00:00
jperkin
cbb30a29bd Requires libiconv. Sort includes. 2017-05-12 12:03:23 +00:00
jperkin
fab653d06f Requires libiconv. 2017-05-11 14:34:39 +00:00
jperkin
5a5daf3463 Requires termcap. 2017-05-09 12:24:45 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
wiz
c983c47ae4 Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
wiz
64dc85933f poppler*: update to 0.54.0:
Release 0.54.0
        core:
         * Make XRef reconstruction a bit better. Bug #100509

        glib:
         * Expose movie play mode. Bug #99625
         * demo: Show play mode in movie properties view

        qt5:
         * Compile with -DQT_NO_CAST_FROM_BYTEARRAY. Bug #100311

        utils:
         * pdfimages: don't fail listing if inline image data contains 'EI'. Bug #100737

Release 0.53.0
        core:
         * Form support improvements
         * SplashOutputDev: Fix memory leak when rendering images with colormap and matte color
         * Minor fix in GlobalParams documentation

        qt5:
         * Expose form calculate order
         * Expose Form additional actions

        utils:
         * pdfimages: support 16bpc png and tiff images. Bug #99988
         * pdftohtml: fix small memory leak when constructing some filenames
         * pdfinfo: fix leak when printing JS

        build sytem:
         * Compile in C++11 mode
2017-05-02 13:27:59 +00:00
leot
9421701c18 Update print/cups-filters to 1.13.5
pkgsrc changes:
 - Explicitly pass --disable-braille: needs liblouis that at the moment is not
   in pkgsrc. Despite that leave existents REPLACE_BASH to avoid any further work
   if we will enable it in the future. Please notice that bash:run is
   still needed despite that.

Changes:
1.13.5
------
 - foomatic-rip: When called via the utility cupsfilter from
   CUPS, foomatic-rip was not able to read the PPD file with
   the file name supplied as environment variable PPD (Bug
   #1388).
 - driverless: Improved error message output.
 - libcupsfilters: Fixed error handling of the PPD file
   generator for driverless printing, so that callers get
   decent error messages.
 - libcupsfilters: Do not generate a PPD file where the only
   output data format is JPEG, as JPEG does not support
   multi-page documents.
 - libcupsfilters: Let PPD generator skip broken page size
   records and add warnings for debugging to the PPD.
 - libcupsfilters: Updated PPD generator to match with the
   current GIT state of the one of CUPS.
 - braille: Automatically select a table according to the
   current locale.
 - braille: Update for liblouis table list.
 - braille: Added support for text margins.
 - cups-browsed: When creating a local queue for a remote CUPS
   printer, add the line '*APRemoteQueueID: ""' to the PPD file
   so that CUPS sets the CUPS_PRINTER_REMOTE bit for the
   printer type of the local queue (Bug #1386).
2017-05-01 10:13:29 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
wiz
f7c111c29c Updated abcm2ps to 8.13.9.
---- Version 8.13.9 - 2017-04-21 ----

Fix bad handling of the 4th parameter of %%tuplets
	(reported by Reinier Maliepaard)
Execute the format file in '-F' when '-H'
	(reported by Richard Robinson)
Add %%ss-pref (stylesheet prefix) as a replacement of %%abcm2ps
Fix bad colors of lyrics and chord indications when last voice has a color
	(reported by Jean-Luc Fargere)
2017-04-27 12:32:24 +00:00