Commit graph

6132 commits

Author SHA1 Message Date
taca
a6198d065d Update ruby-parallel to 1.9.0.
v1.7.0 -- Mar 26, 2016

* Added an SQLite case
* Made adjustments to the SQLite case file as per @grosser's suggestions.
* Broke the SQLite tests out by worker_type like the other .each tests.
* support true in progress


v1.8.0 -- Mar 27, 2016

* isolation
* fix sqlite specs
* stderr output is a failure reason


v1.9.0 -- Jun 01, 2016

* expose parallel_worker_number via thread local so tasks can coordinate
  external dependencies
* also set parallel_worker_number when working directly
* more localized worker number setting for in_threads
* use .worker_number instead of direct thread var access
* add stderr redirection to spec case file invocation
2016-11-01 17:00:22 +00:00
skrll
ab0819e760 Update to latest raspberrypi userland sources 2016-11-01 16:45:27 +00:00
wiz
9c59afb5ae Updated khard to 0.11.3.
v0.11.2: 2016.08.31
- Extended the photo parsing workaround from khard version 0.11.1 to all base64 encoded vcard attributes (#86 and #87)
- Show additional/middle names in name column of contact table (#89)
- Added khard-runner.py helper script to simplify source code launching

v0.11.3: 2016.09.20
- Pinned version of vcard library vobject to version 0.9.2 due to bug https://github.com/eventable/vobject/issues/39
- Added some new action aliases
- Fix for birthday date processing (#95)
2016-10-31 16:29:50 +00:00
bsiegert
e095d6272f Revbump packages depending on Go after the Go 1.7.3 update. 2016-10-29 08:59:46 +00:00
taca
7affb726ed Update ruby-ohai to 8.21.0.
8.21.0 (2016-10-16)

Full Changelog

Implemented enhancements:

    * Add a new shard plugin #877 (jaymzh)

Fixed bugs:

    * Ohai uptime plugin hangs in Windows. #876 (Aliasgar16)
2016-10-20 15:01:41 +00:00
wiz
a3c820e85b Updated calibre to 2.70.0.
New Features

    Edit Book: Add a tool to download external resources (images/stylesheets/etc.) that are not included in the book.
    Make custom columns available in the Alter Tag Browser->Manage categories sub menu

Bug Fixes

    Conversion: Fix incorrect resolution of references to resources in HTML files that exist in a folder level above the OPF file. This could lead to styles being incorrectly processed in such HTML files.
    Get Books: Update the amazon store plugins for website changes
    Update ozon.ru metadata download plugin to fix searching for books by ISBN
    Edit Book: Fix a regression in the previous release that broke the preferences dialog for changing color schemes.
    Edit Book: Better error message when user tries to open a Check Book item that refers to a file that has been deleted since the last time Check Book was run.
2016-10-19 12:08:15 +00:00
taca
cd83fbc98c Update ruby-sprockets to 3.7.0.
** 3.7.0** (July 21, 2016)

* Deprecated interfaces now emit deprecation warnings #345

**3.6.3** (July 1, 2016)

* Faster asset lookup in large directories #336
* Faster PathUtils.match_path_extname 697269cf81
* Fixed uglifier comment stripping #326
* Error messages now show load path info #313

**3.6.2** (June 21, 2016)

* More performance improvements.

**3.6.1** (June 17, 2016)

* Some performance improvements.

**3.6.0** (April 6, 2016)

* Add `Manifest#find_sources` to return the source of the compiled assets.
* Fix the list of compressable mime types.
* Improve performance of the `FileStore` cache.
2016-10-17 15:10:54 +00:00
taca
9c5fbbe7df Update ruby-pry to 0.10.4.
* Clean up warnings.
2016-10-17 14:30:35 +00:00
taca
144110fa0a Update ruby-progressbar to 1.8.1.
Version v1.8.1 - May 13, 2016

Fixed

* no dynamic length when working with spring


Version v1.8.0 - April 24, 2016

Added

* Gem signing via certificate
* ActiveSupport Time-Traveling Compatibility

Changed

* ProgressBar::Time to an instantiated class

Fixed

* Progress#finish causing an exception when total was unknown
2016-10-17 14:27:37 +00:00
taca
407608282d Update ruby-ohai to 8.20.0.
pkgsrc chnage: remove obsolete dependency for ruby200.

Changess are too many to write here, please refer:
13485c17da/CHANGELOG.md
2016-10-15 15:27:01 +00:00
taca
016be128ac Update ruby-hashie to 3.4.6.
[3.4.6]: https://github.com/intridea/hashie/compare/v3.4.5...v3.4.6

### Fixed

* [#368](https://github.com/intridea/hashie/pull/368): Since `hashie/mash` can be required alone, require its dependencies - [@jrafanie](https://github.com/jrafanie).

## [3.4.5] - 2016-09-16

[3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5

### Added

* [#337](https://github.com/intridea/hashie/pull/337), [#331](https://github.com/intridea/hashie/issues/331): `Hashie::Mash#load` accepts a `Pathname` object - [@gipcompany](https://github.com/gipcompany).

### Deprecated

* [#366](https://github.com/intridea/hashie/pull/366): Hashie is no longer tested on Ruby < 2 - [@dblock](https://github.com/dblock).

### Fixed

* [#358](https://github.com/intridea/hashie/pull/358): Fixed support for Array#dig - [@modosc](https://github.com/modosc).
* [#365](https://github.com/intridea/hashie/pull/365): Ensured ActiveSupport::HashWithIndifferentAccess is defined before use in #deep_locate  - [@mikejarema](https://github.com/mikejarema).

### Miscellanous

* [#366](https://github.com/intridea/hashie/pull/366): Added Danger, PR linter - [@dblock](https://github.com/dblock).

## [3.4.4] - 2016-04-29

[3.4.4]: https://github.com/intridea/hashie/compare/v3.4.3...v3.4.4

### Added

* [#349](https://github.com/intridea/hashie/pull/349): Convert `Hashie::Mash#dig` arguments for Ruby 2.3.0 - [@k0kubun](https://github.com/k0kubun).

### Fixed

* [#240](https://github.com/intridea/hashie/pull/240): Fixed nesting twice with Clash keys - [@bartoszkopinski](https://github.com/bartoszkopinski).
* [#317](https://github.com/intridea/hashie/pull/317): Ensure `Hashie::Extensions::MethodQuery` methods return boolean values - [@michaelherold](https://github.com/michaelherold).
* [#319](https://github.com/intridea/hashie/pull/319): Fix a regression from 3.4.1 where `Hashie::Extensions::DeepFind` is no longer indifference-aware - [@michaelherold](https://github.com/michaelherold).
* [#322](https://github.com/intridea/hashie/pull/322): Fixed `reverse_merge` issue with `Mash` subclasses - [@marshall-lee](https://github.com/marshall-lee).
* [#346](https://github.com/intridea/hashie/pull/346): Fixed `merge` breaking indifferent access - [@docwhat](https://github.com/docwhat), [@michaelherold](https://github.com/michaelherold).
* [#350](https://github.com/intridea/hashie/pull/350): Fixed from string translations used with `IgnoreUndeclared` - [@marshall-lee](https://github.com/marshall-lee).
2016-10-15 15:17:07 +00:00
taca
3be297fec5 Update ruby-daemons to 1.2.4.
== Release 1.2.4: August 1, 2016

* add :shush option
* add :monitor_interval option
* add :log_output_syslog option
2016-10-15 15:10:32 +00:00
taca
fb2d29fad9 Update ruby-colorize to 0.8.1.
== 0.8.1 / 2016-06-29
  * fix gemspec bug

== 0.8.0 / 2016-06-27
	* add ColorizedString class
	* update README file
	* add rubocop.yml and follow style
  * add italic mode
  * remove interpreter warrnings
2016-10-15 15:09:23 +00:00
taca
781ba59131 Update ruby-clolorator to 1.1.0.
## 1.1.0 / 2016-06-28

### Minor Enhancements

* Support jruby (#8)

## 1.0.0 / 2016-04-28

### Major enhancements

- Merge Simple::ANSI and Colorator. (#7)

### Minor Enhancements

- Delete unnecessary `Symbol#to_sym` (#2)
- Change argument name of `Enumerator#each` for better code legibility (#3)

### Development Fixes

- Convert to new RSpec expectation syntax (#1)
- Fix `String#blue` result in README (#4)
2016-10-15 15:07:23 +00:00
leot
d1427dce61 Whoops, next tmux version will be 2.4!
Thanks a lot to <wiz> for spotting my mistake.
2016-10-13 07:48:59 +00:00
leot
68574f520d NetBSD needs -D_OPENBSD_SOURCE for reallocarray(3). Pass it via CPPFLAGS.NetBSD.
PKGREVISION++
2016-10-12 10:11:23 +00:00
wiz
f7191005c4 Remove DEPENDS now that libcaca/bl3.mk itself does not only register
a build dependency.
2016-10-10 06:37:37 +00:00
wiz
982c8f22e9 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
kamil
5ae4aa0c76 Cleanup comments after qemu-0 removal 2016-10-04 14:50:07 +00:00
kamil
3dc9d7d384 Drop emulators/qemu0 support
qemu0 is going to be removed from pkgsrc.

Bump PKGREVISION to 1
2016-10-04 14:47:32 +00:00
fhajny
60ccfca125 Use curses instead of terminfo, pure terminfo seems to have been
dropped in configure in 2.3. Bump PKGREVISION for safety.
2016-10-04 10:42:47 +00:00
fhajny
a158f1f4b3 Update misc/tmux to 2.3.
Incompatible Changes
====================

None.

Normal Changes
==============

- New option 'pane-border-status' to add text in the pane borders.
- Support for hooks on commands: 'after' and 'before' hooks.
- 'source-file' understands '-q' to suppress errors for
  nonexistent files.
- Lots of UTF8 improvements, especially on MacOS.
- 'window-status-separator' understands #[] expansions.
- 'split-window' understands '-f' for performing a full-width
  split.
- Allow report count to be specified when using 'bind-key -R'.
- 'set -a' for appending to user options (@foo) is now supported.
- 'display-panes' can now accept a command to run, rather than
  always
  selecting the pane.
2016-10-02 09:12:50 +00:00
wiz
145d290de2 Updated calibre to 2.69.0.
calibre 2.69

New Features
Kobo driver: Support for firmware version 4.1 and Overdrive books
on the device
Edit Book: Highlight class names inside HTML tags
Bulk metadata edit dialog: Allow search & replace to work for
ratings columns as well.

Bug Fixes
Fix downloading of metadata from ozon.ru, which broke due to website
changes
Kobo driver: Fix delete of empty collections
Kobo driver: Fix book previews being sometimes detected as actual
books
Cover Browser: Fix setting an empty template for the title causes
an error
Edit Book: On windows do not trigger shortcuts when using the right
Alt (AltGr) key. This allows it to be used for entering special
characters instead.
Edit Book: Auto-add file extension when using the Save a Copy dialog
if it is missing.
Linux: Fix calibre not launching when used with some old VNC server
implementations
Windows: Run library restore in a separate process as on some
windows machines, running it in the main process causes something
in the system to lock the db file.
Fix some news downloads in east asian languages not working because
the truncation of article descriptions could cause invalid UTF-16
bytes in the string
Fix incorrect timezone when editing custom date columns directly
in the book list
2016-10-01 19:44:36 +00:00
wiz
d0a67c1f1d Updated p5-Business-ISBN to 3.003.
Change LICENSE per changelog.

3.003 2016-09-19T22:03:24Z
	* Clarify everywhere that I'm using Artistic License 2.0
2016-09-30 10:58:52 +00:00
joerg
0be58ade4d Redo linking to work like in older Calibre, fixing build with native X.
Bump revision.
2016-09-29 12:13:43 +00:00
wiz
56661f0075 Recursive bump for cups openssl -> gnutls change. 2016-09-20 11:12:22 +00:00
wiz
97f6de7303 Updated calibre to 2.68.0.
New Features

    Add a tweak to Preferences->Tweaks to control the list of servers calibre considers public email servers

Bug Fixes

    Content server: Fix a regression in the previous release that broke the OPDS feeds for libraries with no custom columns

    Closes tickets: 1621642
    Edit metadata dialog: Fix auto-generation/validation of author sort values not working when only changing case of the author name.

    Closes tickets: 1623593
    A nicer error message when calibre fails to create the temporary directory.

    Closes tickets: 1622131
    Fix dates being set to empty in bulk search/replace not becoming UNDEFINED
    Edit metadata dialog: Make pressing up on an undefined numeric field set the value to zero instead of -99999.

    Closes tickets: 1622757
    Conversion: Handle corrupted JPEG files that have valid headers but invalid data.

    Closes tickets: 1622416
    Conversion: Improve detection of input documents that use uppercase tag/attribute names.

    Closes tickets: 1622261
    Fix regression in previous release that caused incorrect display of ratings in the side panel of the metadata download dialog
    Get Books: Update publio and virtualo store plugins for website changes
    Fix reading metadata from PDF files broken by poppler >= 0.47.0
    Change the application name set in Qt to calibre from libprs500.

    Closes tickets: 1623397

Improved news sources

    Respekt Magazine
    Punto Informatico
    El universal
2016-09-18 21:56:47 +00:00
wiedi
f261302fe4 wants -lcrypto 2016-09-18 17:02:12 +00:00
wiedi
cb97195402 needs sqlite3 2016-09-18 16:49:53 +00:00
wiedi
e7c5110268 fix int types on SunOS 2016-09-18 16:47:44 +00:00
mef
044ee72292 Updated misc/p5-Locale-Codes to 3.40
------------------------------------
  - ChangeLog is too old and not stating recent info.
2016-09-18 05:41:12 +00:00
mef
67729ba194 Updated misc/mirmon to 2.11
---------------------------
mirmon 2.11 -- 22 juli 2016
  o Brent Thompson spotted a bug in the computation for 'median' ; fixed.
2016-09-18 04:32:08 +00:00
richard
224fbebe73 Use the full path to GNU tools grep and sed.
Cleans build and fixes runtime on Linux and on SunOS.
Bump PKGREVISION to pick up fixed up scripts.
2016-09-15 16:16:52 +00:00
wiz
09a223a113 Replace /bin/bash in installed file.
Extract using bsdtar so it works fine on NetBSD.

Bump PKGREVISION.
2016-09-14 21:55:49 +00:00
wiedi
8bd905c23c fix build on SunOS 2016-09-14 20:53:56 +00:00
gson
508349dddc Update misc/py-anita to 1.40. Changes from 1.39:
Work around a bug in the urllib library of Python 2.7.12 that causes
FTP transfers to fail with the error message "[Errno ftp error] 200
Type set to I"; see https://bugs.python.org/issue27973.

When halting the child results in an EOF, don't print the exception
since that may be confused with a failure.

Run vmstat -s at the end of the ATF tests to help diagnose issues
like excessive paging due to insufficient memory.

Increase the default of the --test-timeout option from 3 hours to 8
hours, since the sparc tests are now taking more than 5 hours.

Increase the default disk size to 1526M, as 1G is no longer enough
for amd64.

Pass format=raw in the qemu -drive option to suppress warnings in
recent qemu versions.
2016-09-14 20:21:16 +00:00
bsiegert
bb0205df2f New package, go-genproto.
This repository contains the generated Go packages for common protocol buffer
types, and the generated gRPC code necessary for interacting with Google's gRPC
APIs.

There are two sources for the proto files used in this repository:

1. google/protobuf: the code in the protobuf and ptypes subdirectories is
   derived from this repo. The messages in protobuf are used to describe
   protocol buffer messages themselves. The messages under ptypes define the
   common well-known types.
2. googleapis/googleapis: the code in the googleapis is derived from this repo.
   The packages here contain types specifically for interacting with Google
   APIs.
2016-09-13 20:42:12 +00:00
taca
5f84ee3fc6 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
kamil
eba39d3b6b Reset maintainer to pkgsrc-users@NetBSD.org
Change requested by Frederic Cambus.
2016-09-11 15:59:29 +00:00
wiz
ab8d40bbbb Updated calibre to 2.67.0.
New Features

    Allow creating custom rating columns that support half-stars via Preferences->Add your own columns
    Tag Browser: Add an option in Preferences->Look & Feel->Tag Browser to turn off the display of counts in the Tag Browser
    Tag browser: Show the book counts on the right edge of the Tag Browser
    Cover Browser: Allow any metadata field to be used as the sub-title, not just the rating
    Edit Book: A new tool to sort the rules in a CSS stylesheet. To use it add it to the toolbar for CSS editors
    Edit Book: The Remove Unused CSS tool now has an option to also merge CSS rules that have identical selectors
    Add a tweak in Preferences->Tweaks to exclude some images types from being treated a covers when dropped onto the Book Details panel.

    Closes tickets: 1620198
    Allow reading more image formats as covers (All images will be converted to JPEG when stored).

    Closes tickets: 1619993
    Content server: OPDS feeds: Change the value of <updated> for entries in the acquisition feed to be the last modified date for the book. Also make the size and last modified timestamp available as attributes in the acquisition links. Useful for integration with third party applications.
    Kobo driver: Add support for firmware version 4 available on the new Kobo Aura One

Bug Fixes

    ODT Input: Add support for continued lists.

    Closes tickets: 1620581
    Edit Book: Fix high-dpi rendering of emblems in the File Browser
    Fix regression in previous release that caused wide column icons to be scaled incorrectly
    Metadata download dialog: Fix https links in the download summary not working
    DOCX Output: Handle nested display:table tags with no rows.

    Closes tickets: 1619662
    PDF Output: Fix OpenType fonts with CFF font data not embeddable on windows

Improved news sources

    Ars Technica
2016-09-09 09:04:41 +00:00
joerg
852712577b Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08 15:19:16 +00:00
jperkin
313177e34f Support PKGMANDIR. 2016-09-08 14:44:44 +00:00
jperkin
e791c79843 Support PKGMANDIR. Use RESTRICTED correctly. 2016-09-08 14:41:36 +00:00
jperkin
9d043392d2 Support PKGMANDIR. 2016-09-08 14:37:05 +00:00
jperkin
01806535e4 PKGGNUDIR and PKGMANDIR fixes. 2016-09-08 14:28:40 +00:00
wiz
05c7c76b23 Updated calibre to 2.66.0.
- version: 2.66.0
  date: 2016-09-02

  new features:
    - title: "A simplified calibre logo"

    - title: "Edit Book: Allow restricting a search to the files currently open for editing"

    - title: "Driver for the PocketBook Touch HD"
      tickets: [1618962]

    - title: "Kobo driver: Add support for firmware version 3.20"

  bug fixes:
    - title: "DOCX Input: Fix right-to-left alignment not working for footnotes."
      tickets: [1617254]

    - title: "Sending email: Allow setting up a mail relay that uses encryption without a username and password."
      tickets: [1618528]

    - title: "Linux: Fix calibre not working when the username is non-ASCII."
      tickets: [1619056]

    - title: "DOCX Output: Ignore invalid text-indent values in the input document instead of erroring out."
      tickets: [1618869]

    - title: "Portable Installer: Auto-create the installation folder specified on the command line if it does not exist"

    - title: "Kobo driver: Fix the ignore collections in option not working"

    - title: "More user interface fixes for high DPI screens"

    - title: "DOCX Input: Fix a regression in the previous release that could cause invalid values to be output for the text-align CSS property"

  new recipes:
    - title: Contropiano
      author: michele

- version: 2.65.1
  date: 2016-08-26

  new features:
    - title: "Driver for Kobo Aura One and Aura Edition 2"

    - title: "Kobo driver: Add an option to ignore some collections on the device. The specified collections will not be touched by the driver."

    - title: "Add an option in Preferences->Searching to make searching case-sensitive"

    - title: "DOCX Input: Add support for right-to-left text/tables"
      tickets: [1569771]

  bug fixes:
    - title: "Fix some icons/images in the user interface looking blurred in environments with High DPI scaling enabled, such as OS X retina screens"

    - title: "DOCX Input: Fix images that have the # character in their filenames not being converted correctly."
      tickets: [1616482]

    - title: "ToC wizard: Fix generating toc from headings/xpath yielding unexpected results when tags are present out of sequence"

    - title: "Edit Book: Fix drag and drop of text replacing non-breaking spaces with normal spaces"

    - title: "E-book viewer: Fix duplicate names in hyphenation dictionary chooser."
      tickets: [1615040]

    - title: "Fix a regression in the previous release that caused the completion popups for some custom column types in the book list to stop working."
      tickets: [1612640]

    - title: "Version 2.65.1 contains a quick-fix for a typo in 2.65.0 that caused calibre to crash when a device is connected and the cover grid is enabled"

  improved recipes:
    - Le Scienze
    - New Yorker
2016-09-04 09:45:54 +00:00
wiz
c7dd6d0193 Updated dialog to 1.3.20160828.
2016/08/28
	+ improve parsing and trace for "bindkey", to convert space to/from
	  "\s", as well as handle octal escapes for single byte characters.
	+ change explicit checks for space character used for select or toggle
	  to make this rebindable to "TOGGLE" (prompted by discussion with
	  Paul van Tilburg).
	+ add default bindings for cursor left/right to formbox.  The cursor
	  left/right cases were replaced with rebindable symbols in 2005/12/07
	  without providing these keys as default values (report/patch by
	  Miroslav Lichvar).
	+ modified autoconf macros
	  + CF_PROG_LINT add cpplint to programs to use; drop ad hoc tdlint and
	    alint.
	  + CF_CC_ENV_FLAGS don't limit the check to -I, -U and -D options,
	    since the added options can include various compiler options before
	    and after preprocessor options.
	  + CF_GNU_SOURCE recent glibc (Debian 2.23-4 for example) has
	    misordered ifdef/checks for new symbol _DEFAULT_SOURCE, producing
	    warning messages when only _GNU_SOURCE is defined.  Add a followup
	    check to define _DEFAULT_SOURCE.
	  + CF_XOPEN_SOURCE use _GNU_SOURCE for cygwin headers, tested with
	    cygwin 2.3, 2.5 (patch by Corinna Vinschen).
	+ mention --no-collapse option in manual page description of
	  --tab-correct option.
	+ update config.guess, config.sub
2016-09-01 16:02:22 +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
05f499c060 Update PYTHON_VERSIONS_INCOMPATIBLE comment. 2016-08-27 16:02:44 +00:00