Commit graph

6257 commits

Author SHA1 Message Date
wiz
5f73be23c6 Fix test dependencies and remove then unnecessary patch.
No change to binary package.
2017-04-04 14:44:14 +00:00
wiz
ffbe4428a6 Add upstream bug report URL. 2017-04-04 12:21:26 +00:00
wiz
f2cfb6ab48 Updated calibre to 2.82.0.
- version: 2.82.0
  date: 2017-03-18

  new features:
    - title: "Edit Book: Saved Searches: Add keyboard shortcut (Alt+Up/Down Arrow) to move selected searches"

  bug fixes:
    - title: "Fix a typo in the previous release that caused dynamically updated metadata source plugins to stop working."
      tickets: [1673884]

    - title: "Catalog generation: Ignore tags with commas in them when generating genres"

    - title: "News download: Do not use Microsoft user agents as more and more websites are serving JPEG XR images to these browsers"

    - title: "Amazon metadata download: Fix spurious results when searching for books that are not present on amazon using a search engine."

    - title: "Get Books: Fix free samples being detected as independent books when searching OPDS based stores such as Feedbooks."
      tickets: [1672500]

    - title: "Edit Book: Saved Searches: Preserve selection when using arrows to move multiple items"

    - title: "Fix template formatter functions not being reloaded after a check library operation"

    - title: "Fix an error during shutdown caused by some library closed plugins"

  improved recipes:
    - The Economist
    - Telegraph UK

  new recipes:
    - title: The Morning Paper
      author: Darko Miletic
2017-04-04 12:07:24 +00:00
wiz
83d8c65800 Updated todoman to 3.0.1.
v3.0.0
------

New features
~~~~~~~~~~~~

* Add a ``today`` setting and flag to exclude todos that start in the future.
* Add the ``--humanize`` to show friendlier date times (eg: ``in 3 hours``).
* Drop ``--urgent`` and introduced ``--priority``, which allows fine-filtering
  by priority.
* Add support for times in due dates, new ``time_format`` setting.
* Use the system's date format as a default.
* Add list selector to the interactive editor.
* Add ``--start=[before|after] [DATE]`` option for ``list`` to only show
  todos starting before/after given date.
* Add flag "--done-only" to todo list. Displays only completed tasks.
* Make the output of move, delete, copy and flush consistent.
* Porcelain now outputs proper JSON, rather than one-JSON-per-line.
* Increment sequence number upon edits.
* Print a descriptive message when no lists are found.
* Add full support for locations.

Packaging changes
~~~~~~~~~~~~~~~~~

* New runtime dependency: ``tabulate``.
* New supported python version: ``pypy3``.
* Include an alternative [much faster] entry point (aka "bin") which we
  recommend all downstream packagers use. Please see the :ref:`Notes for
  Packagers <notes-for-packagers>` documentation for further details.
2017-04-04 11:45:24 +00:00
ryoon
3242c04556 Update to 5.3.1.2
Changelog:
* Many bugfixes
2017-03-31 23:57:33 +00:00
wiz
52ae9de1e6 Recursive bump for gpgme update which removed a support library. 2017-03-31 10:32:14 +00:00
fhajny
65a51a85cc Update misc/erlang-p1_utils to 1.0.7.
No apparent changes besides version and copyright year.
2017-03-30 10:19:42 +00:00
wiz
26c6a7a0c1 does not support python-2.x, mark it as such. 2017-03-24 16:57:36 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
joerg
3d1204bc1c Remove unused/empty distinfo files. 2017-03-23 13:07:24 +00:00
taca
ec4292f0ab Update ruby-hashie to 3.5.5.
# Change Log

## [3.5.5] - 2017-02-24

[3.5.5]: https://github.com/intridea/hashie/compare/v3.5.4...v3.5.5

### Added

* [#326](https://github.com/intridea/hashie/pull/326): Added `Hashie::Extensions::Mash::KeepOriginalKeys` to give Mashes the ability to keep the original structure given to it - [@michaelherold](https://github.com/michaelherold).

### Fixed

* [#415](https://github.com/intridea/hashie/pull/415): Fixed Mash logging keys multiple times which lead to a bad user experience or, in some cases, errors - [@michaelherold](https://github.com/michaelherold).

## [3.5.4] - 2017-02-22

[3.5.4]: https://github.com/intridea/hashie/compare/v3.5.3...v3.5.4

### Added

* [#412](https://github.com/intridea/hashie/pull/412): Added a Hashie::Extensions::Mash::SymbolizeKeys extension that overrides the default stringification behavior for keys - [@michaelherold](https://github.com/michaelherold).

### Fixed

* [#409](https://github.com/intridea/hashie/pull/409): Fixed Railtie detection for projects where Rails is defined but Railties are not availble - [@CallumD](https://github.com/callumd).
* [#411](https://github.com/intridea/hashie/pull/411): Fixed a performance regression from 3.4.3 that caused a 10x slowdown in OmniAuth - [@michaelherold](https://github.com/michaelherold).

## [3.5.3] - 2017-02-11

[3.5.3]: https://github.com/intridea/hashie/compare/v3.5.2...v3.5.3

### Fixed

* [#402](https://github.com/intridea/hashie/pull/402): Use a Railtie to set Hashie.logger on rails boot - [@matthewrudy](https://github.com/matthewrudy).
* [#406](https://github.com/intridea/hashie/pull/406): Ensure that subclasses that disable warnings propagate that setting to grandchild classes - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.

## [3.5.2] - 2017-02-10

[3.5.2]: https://github.com/intridea/hashie/compare/v3.5.1...v3.5.2

### Added

* [#395](https://github.com/intridea/hashie/pull/395): Add the ability to disable warnings in Mash subclasses - [@michaelherold](https://github.com/michaelherold).
* [#400](https://github.com/intridea/hashie/pull/400): Fix Hashie.logger load and set the Hashie logger to the Rails logger in a Rails environment - [@michaelherold](https://github.com/michaelherold).

### Fixed

* [#396](https://github.com/intridea/hashie/pull/396): Fix for specs in #381: Incorrect use of shared context meant example was not being run - [@biinari](https://github.com/biinari).
* [#399](https://github.com/intridea/hashie/pull/399): Fix passing Pathname object to Hashie::Mesh.load() - [@albb0920](https://github.com/albb0920).

### Miscellanous

* [#397](https://github.com/intridea/hashie/pull/397): Add the integration specs harness into the main test tasks - [@michaelherold](https://github.com/michaelherold).

## [3.5.1] - 2017-01-31

* [#392](https://github.com/intridea/hashie/pull/392): Fix for #391: Require all dependencies of Hashie::Mash - [@dblock](https://github.com/dblock).

[3.5.1]: https://github.com/intridea/hashie/compare/v3.5.0...v3.5.1

## [3.5.0] - 2017-01-31

* [#386](https://github.com/intridea/hashie/pull/386): Fix for #385: Make `deep_merge` always `deep_dup` nested hashes before merging them in so that there are no shared references between the two hashes being merged. - [@mltsy](https://github.com/mltsy).
* [#389](https://github.com/intridea/hashie/pull/389): Support Ruby 2.4.0 - [@camelmasa](https://github.com/camelmasa).

[3.5.0]: https://github.com/intridea/hashie/compare/v3.4.6...v3.5.0

### Added

* [#381](https://github.com/intridea/hashie/pull/381): Add a logging layer that lets us report potential issues to our users. As the first logged issue, report when a `Hashie::Mash` is attempting to overwrite a built-in method, since that is one of our number one questions - [@michaelherold](https://github.com/michaelherold).

### Changed

* [#384](https://github.com/intridea/hashie/pull/384): Updated to CodeClimate 1.x - [@boffbowsh](https://github.com/boffbowsh).

### Fixed

* [#369](https://github.com/intridea/hashie/pull/369): If a translation for a property exists when using IndifferentAccess and IgnoreUndeclared, use the translation to find the property - [@whitethunder](https://github.com/whitethunder).
* [#376](https://github.com/intridea/hashie/pull/376): Leave string index unchanged if it can't be converted to integer for Array#dig - [@sazor](https://github.com/sazor).
* [#377](https://github.com/intridea/hashie/pull/377): Dont use Rubygems to check ruby version - [@sazor](https://github.com/sazor).
* [#378](https://github.com/intridea/hashie/pull/378): Deep find all searches inside all nested hashes - [@sazor](https://github.com/sazor).
* [#380](https://github.com/intridea/hashie/pull/380): Evaluate procs default values of Dash in object initialization - [@sazor](https://github.com/sazor).

### Miscellanous

* [#387](https://github.com/intridea/hashie/pull/387): Fix builds failing due to Rake 11 having a breaking change - [@michaelherold](https://github.com/michaelherold).
2017-03-20 14:28:58 +00:00
taca
971ac0221c Update ruby-commander to 4.4.3.
=== 4.4.3 / 2016-12-28

* Fix deprecated constant warnings on Ruby 2.4.

=== 4.4.2 / 2016-12-20

* Add `help_paging` program flag so that help paging may be disabled. (@gogiel)

=== 4.4.1 / 2016-12-02

* Fix #36 - Warning about MissingSourceFile (@fallwith)
* Fix build on Ruby 1.9
2017-03-20 13:37:46 +00:00
taca
565fa0a340 Depends on textproc/ruby-tilt1.
Bump PKGREVISION.
2017-03-19 15:27:13 +00:00
taca
4e3a4b9d00 Add and enable ruby-powerbar. 2017-03-17 00:27:47 +00:00
taca
cca2f009e9 Add ruby-powerbar 1.0.18 which is required by archivers/ruby-minitar-cli.
# PowerBar

This is PowerBar - The last progressbar-library you'll ever need.

## Features

* Detects when stdout is not a terminal and automatically falls back to logging
  * Does not clutter your log-files with ansi-codes!
  * If your CLI-app can run interactively and non-interactively (e.g. cronjob)
    you will automatically get reasonable progress-output in both modes.
  * By default prints to stderr but can call any output-method
    of your choice (e.g. your favorite Logger).

* Fully customizable; all output is template-driven.

* All output is optional. You may set PowerBar to silently collect progress
  information (percentage-done, throughput, ETA, etc.) and then use the
  computed values elsewhere in your app.

* All state can be updated at any time. For example: If you're monitoring a
  multi-part operation then you can change the status-message of a running
  PowerBar to reflect the current state.
2017-03-17 00:26:52 +00:00
wiz
4c52da83ef Updated calibre to 2.81.0.
- version: 2.81.0

  date: 2017-03-10

  new features:
    - title: "Amazon metadata download: Allow downloading amazon metadata from multiple sources. You can now configure the Amazon plugin via Preferences->Metadata download to use either the amazon servers, or various search engine caches to get the metadata. Should help with the recent CAPTCHA problems when downloading metadata from amazon"

    - title: "Kobo driver: Add support for new firmware"

    - title: "Edit Book: Spell Check dialog: Always add the original word as one of the spelling corrections, so that small edits to the word can be made easily."

    - title: "Edit Book: Saved searched Dialog: Allow re-arranging the saved searches using drag and drop."

    - title: "Implement auto update of builtin metadata download plugins, just as for recipes and Get Books plugins. Needed as the websites they get data from often change."

    - title: "Edit Book: When inserting full screen images, use the actual image dimensions in the generated SVG code, when available"

    - title: "Linux installer: Check that the umask is suitable before running the installer. Should fix breakage on systems where users have changed the user umask but neglected to also alter it for sudo"

    - title: "Bulk metadata edit: Remove the control to delete specific formats as it is redundant. This functionality is already present by right clicking the Remove books button"

  bug fixes:
    - title: "TXT Input: When detecting the encoding of txt files only use the first four kilobytes of text. Fixes excessively slow conversion of very large text files."

    - title: "Get Books: Fix price not being displayed for books from Amazon dues to website changes"

    - title: "GetBooks: Update Google Books plugin for website changes"

    - title: "E-book viewer: Fix slow startup when recently opened files are on a slow/malfunctioning networked filesystem."

    - title: "Google metadata download: Fix metadata not being found when the title of the book includes a sub-title"

    - title: "Improve downloading of covers from the google books metadata source"

    - title: "News download: Fix a bug that could cause a crash when downloading an SVG image."
    - title: "Edit book: Fix a regression that caused pasting copied text from programs that generate both HTML and plain text when copying to paste the HTML in preference to the plain text"

  improved recipes:
    - tyzden
    - The Economist
    - Kansas City Star
    - NYTimes
    - The Spectator
2017-03-12 20:30:37 +00:00
wiz
7bcbd750b4 Use ${TOOLS_PLATFORM.gtar} to find GNU tar. 2017-03-10 15:47:58 +00:00
wiz
f6f06d7a2f Updated dpkg to 1.18.23nb1.
Set TAR so that GNU tar is found.
Enable start-stop-daemon now that it builds on NetBSD.
Add a test dependency.
2017-03-09 11:52:26 +00:00
wiz
87d509b37a Updated calibre to 2.80.0.
- version: 2.80.0
  date: 2017-02-24

  new features:
    - title: "Add support for sideloading of KFX files created with the third-party KFX calibre plugin"

    - title: "Edit book: Allow drag and drop of image files, stylesheets and html files into the editor to insert the appropriate <img> and <link> tags and add the files to the book automatically."

    - title: "Kobo driver: Add support for updated firmware"

    - title: "Edit Book: Spell Check: If there are no suggestions fill the suggested word box with the original word."

    - title: "Viewer: add a shortcut (Ctrl+F11) to show/hide toolbars."

  bug fixes:
    - title: "PDF Output: Fix courier font not being rendered when converting on windows."

    - title: "E-mail delivery: Add a Message-ID header when sending emails. Reduces probability of mails sent from calibre being marked as spam"

    - title: "Save to disk: Fix path shortening being applied to entire save template even when saving to singe directory."

    - title: "Get Books: Update the Virualo and Publi store plugins for website changes"

    - title: "Viewer: Fix regression that caused slow opening of some books with missing font/css/image files"

    - title: "Viewer: Pressing Ctrl+F in fullscreen mode should show the controls."

    - title: "Edit book: Do not allow creating multiple new files whose names differ only by case."

    - title: "Viewer: Use heuristics to try to detect comics encoded as fixed layout EPUBs to ensure they are displayed as intended."

  improved recipes:
    - The Atlantic
    - The Financial Times

  new recipes:
    - title: Various new and improved Belgian news sources
2017-03-07 22:47:40 +00:00
wiz
002358f42e Updated dpkg to 1.18.23.
dpkg (1.18.23) unstable; urgency=medium

  * Handle unmatched arch-qualified virtual packages in dpkg-genbuildinfo,
    instead of letting perl die. Closes: #849944
  * Declare .buildinfo format as stable with version 1.0.
  * Do not depend on cxxabi.h to have declared __cxa_pure_virtual, use
    the same “__cxxabiv1” namespace as specified in the C++ ABI, instead
    of using the “abi” alias intended for use by userland.
    Thanks to Jörg Sonnenberger <joerg@netbsd.org>.
  * Add a comment on any C code switch case that falls through. Fixes new
    gcc-7 warnings.
  * Use snprintf() instead of sprintf() in libdpkg when constructing the ar
    member header, as we might overflow depending on the input data.
  * Portability:
    - Do not redeclare sys_siglist in libcompat when the system does so.
      Thanks to Thomas Klausner <wiz@NetBSD.org>.
    - Rename err variable to ret in start-stop-daemon as the former is a
      function on BSDs.
    - Use 5-argument kvm_getprocs() call form on OpenBSD in start-stop-daemon.
    - Use correct struct kinfo_proc ruid submember name on NetBSD in
      start-stop-daemon.
    - Define _KMEMUSER for NetBSD to get declarations for various
      struct kinfo_proc members in start-stop-daemon.
  * Perl modules:
    - Do not special case EM_SPARC32PLUS for NetBSD in Dpkg::Shlibs::Objdump,
      the code has been fixed in NetBSD as that situation could not happen.
    - Fix read() error handling in Dpkg::Shlibs::Objdump::get_format() to
      gracefully ignore non-ELF files again. Closes: #854536
    - Emit an explicit warning from Dpkg::Shlibs::Objdump::Object::analyze()
      for unknown executable formats instead of relying on objdump doing so.
    - Do not parse bogus ELF binaries in Dpkg::Shlibs::Objdump::get_format().
      Reported by Niels Thykier <niels@thykier.net>.
    - Add ‘.mnt-ignore’ to the default ignore lists in Dpkg::Source::Package,
      as we were already ignoring the ‘_MTN’ pathnames. Closes: #855450
      Thanks to Nicolas Boulenguez <nicolas@debian.org>.
    - Mark kfreebsd-amd64, kfreebsd-i386, sparc and sparc64 architectures as
      having gcc builtin PIE in Dpkg::Vendor::Debian.
    - Switch PIE handling in Dpkg::Vendor::Debian to have no default (!) and
      delegate the setting to gcc or an explicit request by a user. This is
      needed to cope with the general PIE brokenness situation in Debian, and
      the current specific brokenness of a Debian gcc patch mangling the dpkg
      build flags. Closes: #848129, #845550
  * Documentation:
    - Clarify the requirements for deb-conffile(5) pathnames. Closes: #854417
      Proposed by Dieter Adriaenssens <dieter.adriaenssens@gmail.com>.
    - Document dpkg-source --before-build and --after-build in --help output.
    - Document dpkg-buildpackage --ignore-builtin-builddeps in --help output.
  * Build system:
    - Check <sys/proc.h> by also including <sys/param.h>, on several BSD
      systems the header is not self-contained.
    - Handle libmd implementations built into system libc, as found on some
      BSD systems.
    - Do not fail on missing compression libraries or headers on automatic
      detection mode. Regression introduced in dpkg 1.18.14.
  * Test suite:
    - Use the detected perl interpreter instead of a random one from PATH.

  [ Updated programs translations ]
  * Dutch (Frans Spiesschaert). Closes: #856325

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man pages translations ]
  * Dutch (Frans Spiesschaer). Closes: #856326

 -- Guillem Jover <guillem@debian.org>  Mon, 06 Mar 2017 05:41:11 +0100
2017-03-06 22:47:04 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
wiz
14ea8c6e41 Updated todoman to 2.1.0.
v2.1.0
------

* The ``--no-human-time`` flag is gone. Integrations/scripts might want to look
  at ``--porcelain`` as an alternative.
* Fix crash when running ``todo new``.
* Fixes some issues when filtering todos from different timezones.
* Attempt to create the cache file's directory if it does not exist.
* Fix crash when running ``--porcelain show``.
* Show ``id`` for todos everywhere (eg: including new, etc).
* Add the ``ctrl-s`` shortcut for saving in the interactive editor.
2017-02-27 10:24:11 +00:00
wiz
5b4bca99a8 Updated py-anki2 to 2.0.44.
Changes in 2.0.44

Released 2017-02-25.

A release for Windows. Fixes issues people were having running Anki when their Windows login name contained non-Latin characters.
Changes in 2.0.43

Released 2017-02-22.

A release for Windows and Linux machines that moves Anki’s files out of the Documents folder like we did for the Mac in 2.0.37. This should work around issues with OneDrive setting files in the Documents folder to read only, and puts the files in a more standard location on Linux.

The manual has been updated to reflect the new locations:

https://apps.ankiweb.net/docs/manual.html#file-locations
2017-02-27 09:49:27 +00:00
wiz
a84b1e56b0 Recursive bump for libzip shlib major bump. 2017-02-23 07:44:09 +00:00
maya
b74a6743f6 ansiweather: update to 1.10
AnsiWeather 1.10 (2017-02-16)

- Add a '-v' option to show version number
- Exit with error code when an unknown option is invoked
- Make wind direction customizable
2017-02-21 11:36:43 +00:00
wiz
42e32098a1 Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
2017-02-20 17:00:35 +00:00
wiz
1c99777806 Updated khard to 0.11.4.
v0.11.4: 2017.02.16
- Unpinned vobject library version (base64 decoding/encoding bug was fixed upstream)
- New option: -c / --config /path/to/config.file
- Changed short option of --search-in-source-files from -c to -f to avoid confusion with the new -c / --config option
- Minor bug fixes
2017-02-20 09:52:47 +00:00
joerg
89e48fd6e5 Add missing include. 2017-02-18 13:59:19 +00:00
wiz
7cff1ff6c7 Updated calibre to 2.79.1.
2.79.1

New Features

    Windows: Make recently opened books show up in the jump lists for the standalone viewer and editor programs
    OS X/Linux: Show an informational popup message when an Android device is plugged in that needs the user to tap Allow for the connection to work.
    Conversion: Log options that are different from the defaults separately, for easy reference

Bug Fixes

    2.79.1 fixes a regression in 2.79.0 that broke the file open dialogs on windows vista
    Conversion: Fix regression that broke conversion of some epub files when using the 'Remove first image' option.
    Get Books: Update Kobo plugin for website changes
    Windows MTP driver: Fix error when enumerating device storage not being reported during debug device detection
    Tag Browser: When dragging and dropping a book onto a series increment the series number.
    Fix crash when generating covers with Qt 5.8 on linux
    Fix Get Books result list and jobs list not being populated on Qt 5.8
    Fix importing rules in the coloring/icon rules dialog not enabling the apply button
2017-02-17 15:43:43 +00:00
wiz
5b3359c132 Updated py-anki2 to 2.0.42.
Changes in 2.0.42

Released 2017-02-10.

A Linux-only release which fixes interface translations not working in the compiled package.
2017-02-17 14:49:20 +00:00
joerg
dcac8adecb Adjust crude ABI hack. 2017-02-14 21:26:22 +00:00
ryoon
63aa49175b Disable the use of harfbuzz and graphite2 from pkgsrc. Bump PKGREVISION 2017-02-12 06:45:20 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mef
b87b326e80 Updated misc/ruby-ohai to 8.23.0
--------------------------------
## [8.23.0](https://github.com/chef/ohai/tree/8.23.0) (2017-01-23)

**Implemented enhancements:**
- C Plugin: Expand GCC data & only shellout to gcc if Xcode is installed on macOS
- Improve debug logging in multiple plugins
- Detect guests running on Veertu hypervisor
- Properly detect Cumulus Linux platform / version
- Fetch AWS Account ID from metadata

**Fixed bugs:**
- Fix log level selection when running the ohai command
- updating cloud plugin to populate azure private_ip as it's currently nil

## [v8.22.1](https://github.com/chef/ohai/tree/v8.22.1) (2016-12-07)

**Implemented enhancements:**
- Pull the complete version string of Erlang
- Add sysconf plugin to expose system configuration variables

## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-30)

**Implemented enhancements:**
- Detect the global zone of a Solaris system as a virt host even without guests
- Add new haskell language plugin
- Better handle errors in fetching the hostname on darwin (macOS) systems
- Prefer lsb_release tool to /etc/lsb-release data
- Extend set_attribute plugin helper method to set sub-attributes.

**Fixed bugs:**
- Rework / fix logic in the joyent plugin and improve specs
- Avoid  ip_scopes returning tunl/docker interfaces as privateaddress
2017-02-12 05:11:57 +00:00
ryoon
88171eda89 Use harfbuzz with graphite2 support from pkgsrc. Bump PKGREVISION 2017-02-11 08:48:44 +00:00
wiz
4e64883c49 Update some flags and remove unneeded ones.
From Guillem Jover.

Add test target.
2017-02-08 10:13:29 +00:00
wiz
91248b6b4f Updated dialog to 1.3.20170131.
2017/01/31
	+ use DLG_TRACE macro consistently to make "--disable-trace" configure
	  option work.
	+ modify buildlist widget to support option "--reorder" for to allow
	  user to reorder the data based on the sequence of selections
	  (discussion with Paraic O'Ceallaigh).
	+ fill background color on unused parts of buildlist.
	+ fix a minor error in buildlist which let pageup switch columns.
	+ change several calls to dlg_trace_msg to prefix with "#" to make
	  the trace logs more consistent for parsing.
	+ add samples/run_test.sh
	+ further improve performance with very long command-lines by changes
	  to howmany_tags().
	+ modify dlg_string_to_argv() to convert escaped double-quotes to
	  plain double-quotes when within a double-quoted string.
	+ modify makefile to apply CFLAGS to linking
	+ modify dlg_string_to_argv() to ignore escaped newlines except when
	  quoted, fixing a problem with samples/checklist9.
	+ interpret $DIALOGOPTS before expanding "--file", etc., to allow
	  the environment variable to turn on tracing in that process.
	+ improve performance when processing very long command lines, e.g.,
	  using "--file" by changing dialog_opts[] to an array of pointers to
	  the expanded argv[] (discussion with Lars Tauber).
	+ modified autoconf macros
	  + CF_CC_ENV_FLAGS amend the last change to move only the
	    preprocessor, optimization and warning flags to CPPFLAGS and
	    CFLAGS, leaving the residue in CC.  That happens to work for gcc's
	    various "model" options, but may require tuning for other compilers
	  + CF_LARGEFILE workaround for clang exit-code vs warnings
	  + CF_MATH_LIB quiet strict gcc warning
	  + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
	    DESTDIR and rpath were combined
	  + CF_XOPEN_SOURCE add "uclinux" to list of Linux's
	+ update config.guess, config.sub
2017-02-07 13:00:49 +00:00
wiz
dd0e56408c Updated py-anki2 to 2.0.41.
Changes in 2.0.41

Released 2017-01-29.

    Shave a second or two off sync times in certain circumstances.

    Fix for errors on latest sqlite on Linux (thanks to dequis)

    OS X alternate version rebuilt on 2017-01-30 to fix an issue with playing sounds.
2017-02-07 12:20:59 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
22ab0872e2 PLIST update for todoman-2.0.2 2017-02-05 19:33:58 +00:00
wiz
52f19d12c9 Updated todoman to 2.0.2.
v2.0.2
------

* Fix a crash after editing or completing a todo.

v2.0.1
------

* Fix a packaging error.

v2.0.0
------

New features
~~~~~~~~~~~~
* New flag ``--porcelain`` for programmatic integrations to use. See the
  ``integrations`` section :doc:`here </usage>` for details.
* Implement a new :doc:`configuration option </configure>`: ``default_due``.
* The configuration file is now pre-emptively validated. Users will be warned
  of any inconsistencies.
* The ``list`` command has a new ``--due`` flag to filter tasks due soon.
* Todo ids are now persisted in a cache. They can be manually purged using
  ``flush``.

Packaging changes
~~~~~~~~~~~~~~~~~
* New runtime dependency: configobj
* New runtime dependency: python-dateutil
* New test dependency: flake8-import-order.
2017-02-05 19:30:42 +00:00
wiz
30b807b241 Updated dpkg to 1.18.22.
Changelog since last pkgsrc version (1.16.17) is over 150kB, so
please look in debian/changelog in the tarball for details.
2017-02-05 18:46:29 +00:00
wiz
182632b4dd Updated calibre to 2.78.0.
Use included versions of chardet and html5lib.
chardet: not sure if included copy is modified.
html5lib: included copy is definitely modified.

New Features

    View button: Add an action to the right click menu that always opens the book with the calibre viewer, regardless of the preferences
    Kobo driver: Update to support the newest firmware from Kobo
    E-book viewer: Allow opening a specific item from the Table of Contents via the --open-at command line parameter.
    Closes tickets: 1656573
    Amazon metadata download: Add support for downloading from amazon.ca

Bug Fixes

    Edit Book: Do not condense CSS rules when saving AZW3 files regardless of the value of Preferences->Common Options->Look & Feel->Expand CSS
    EPUB Output: Fix a duplicate id created in rare circumstances when splitting on page breaks.
    Closes tickets: 1658744

    DOCX Input: Fix error when converting documents that have images pointing to web resources.
    Closes tickets: 1659142

    E-book viewer: Fix a regression that caused an increase in load times when loading the individual HTML files inside an EPUB book.
    Closes tickets: 1658578

    Fix setting a similar books search to use the formats field in Preferences->Searching resulting in an error.
    Closes tickets: 1658386

    Kobo driver: Fix incorrect cover size being uploaded to the Glo HD
    E-book viewer: Fix 'View Image' right click menu action not available for svg files included via <img> tags.
    Closes tickets: 1657717

    HTML Input: Remove the # character from input filenames, for maximum compatibility.
    Closes tickets: 1656833

    Edit Book: Fix spell check treating the unicode hyphen (U+2010) differently from the normal hyphen (U+002d).
    Closes tickets: 1656319

New news sources

    The Sunday Times Magazine by Bobby Steel

Improved news sources

    FOX News
    Oriental Daily
    AM730
    The Times
    NYTimes
    Mediapart
    Echo Online
    kath.net
    GoComics
    The Hindu
2017-02-05 18:34:09 +00:00
wiz
7d3ce01497 Add a couple more missing gtk3 files. 2017-02-05 14:41:14 +00:00
ryoon
e99fe6a69f Enable root build. Noticed by pgoyette@. Thank you. 2017-02-05 02:26:01 +00:00
ryoon
f635a1a005 Restore gtk3 and kde4 libraries in PLIST and remove empty directories
Bump PKGREVISION.
2017-02-05 01:46:53 +00:00
ryoon
62618b66ad Update to 5.3.0.3
* Use internal harfbuzz and graphite2
  LibreOffice 5.3.0 requires harfbuzz with graphite2 support.
  Enabling graphite2 in fonts/harfbuzz breaks graphics/librsvg, so
  I cannot enable graphite2 in fonts/harfbuzz.

* Explicitly specify static libraries of harfbuzz and graphite2
  with path to fix a linking of libvcllo.so

* Add some comments to patches

Changelog:
Highlights

LibreOffice 5.3 offers a number of interesting new features in
every area: a new cross-platform text layout engine that uses
HarfBuzz for consistent text layout on all platforms, with significant
advantages across languages and alphabets; a revised Help menu,
with new quick links to user guides and community support forums,
for an improved user experience; and better import/export filters
to new and legacy MS Office documents.

Writer now supports Table Styles, for applying formatting to a
table which is preserved when you make edits to it; a new Page Deck
in the sidebar lets the user quickly customise page settings without
having to go through a separate dialog box; and a new Go to Page
Box makes it possible to jump to another page in the document with
just a few keystrokes.

Calc provides a new set of default cell styles, with greater variety
and better names than in previous releases; in fresh installations,
"enable wildcards in formulas" is now the default option, rather
than regular expressions, to improve compatibility with other
spreadsheet software; and a new text entry box lets the user narrow
down the functions he is looking for, and simplifies the search
for the right one.

Impress now opens with a template selector, to get the user off to
a quick start; and a new Slide Properties Deck is now available in
the sidebar while in slide master mode.
2017-02-04 01:48:00 +00:00
ryoon
088d8b8b35 Update to 5.2.5.1
Changelog:
* Bugfixes
* l10n improvements
2017-01-27 13:37:50 +00:00
kleink
2de4e55d6b pyPdf hasn't been used by calibre since 2012, neither in bundled (removed)
nor in dependency form.

Noted by Eli Schwartz.
2017-01-27 10:24:56 +00:00
ryoon
0fe4a9d0c2 Add mdp 2017-01-26 14:07:42 +00:00