Commit graph

6402 commits

Author SHA1 Message Date
taca
66ef5312d8 Update ruby-sprockets-rails to 3.2.1.
3.2.1						2017/08/31

* Fix load error with ActionView::Helpers. [#383]
2017-09-10 14:59:15 +00:00
taca
da867a833e Update ruby-parallel to 1.12.0.
1.10.0						2016/11/24

* add Readme docs for .worker_number
* Do not call kill method if thread is nil
* Adds comment to readme for trappig TERM
* make undumpable exceptions traceable

1.11.0						2017/03/11

* make version not be required twice when using via git source
* Simplify Array initialization with slight performance improvement
* Added failing tests for handling Parallel::Break in work_direct
* Handle kill and break exceptions in work_direct (closes #128 and #130)
* Replace "rescue StandardError" with "rescue ... $!"
* Added any? and all?

1.11.1						2017/03/12

* Fix typo (bracktrace => backtrace), and use attr_reader
* Added failing test to simulate stack trace added by better_errors gem
* Remove bindings stack that is added by the better_errors gem

1.11.2						2017/05/07

* syncronize worker replacement to avoid #196

1.12.0						2017/07/25

* Update to rails 4.2.8 or higher for ruby 2.4 support
* Run bundle update to fix some errors and warnings.
* Reference the Tempfile so it's not GC'd/removed too early
* use Tempfile.open for automatic cleanup
* fix #149
2017-09-10 14:53:51 +00:00
taca
f4c773b890 Update ruby-ohai to 13.3.
# Ohai Release Notes 13.3

## Additional Platform Support

Ohai now properly detects the [F5 Big-IP](https://www.f5.com/) platform and
platform_version.

- platform: bigip
- platform_family: rhel

# Ohai Release Notes 13.2:

Ohai 13.2 has been a fantastic release in terms of community involvement with
new plugins, platform support, and critical bug fixes coming from community
members. A huge thank you to msgarbossa, albertomurillo, jaymzh, and davide125
for their work.

## New Features

### Systemd Paths Plugin

A new plugin has been added to expose system and user paths from systemd-path
(see <https://www.freedesktop.org/software/systemd/man/systemd-path.html> for
details).

### Linux Network, Filesystem, and Mdadm Plugin Resilience

The Network, Filesystem, and Mdadm plugins have been improved to greatly
reduce failures to collect data. The Network plugin now better finds the
binaries it requires for shelling out, filesystem plugin utilizes data from
multiple sources, and mdadm handles arrays in bad states.

### Zpool Plugin Platform Expansion

The Zpool plugin has been updated to support BSD and Linux in addition to
Solaris.

### RPM version parsing on AIX

The packages plugin now correctly parses RPM package name / version
information on AIX systems.

### Additional Platform Support

Ohai now properly detects the [Clear](https://clearlinux.org/) and
[ClearOS](https://www.clearos.com/) Linux distributions.

#### Clear Linux

- platform: clearlinux
- platform_family: clearlinux

#### ClearOS

- platform: clearos
- platform_family: rhel

## New Deprecations

### Removal of IpScopes plugin. (OHAI-13)

<https://docs.chef.io/deprecations_ohai_ipscopes.html>

In Chef/Ohai 14 (April 2018) we will remove the IpScopes plugin. The data
returned by this plugin is nearly identical to information already returned by
individual network plugins and this plugin required the installation of an
additional gem into the Chef installation. We believe that few users were
installing the gem and users would be better served by the data returned from
the network plugins.
2017-09-10 14:43:41 +00:00
taca
e47371d025 Update ruby-hashie to 3.5.6.
## [3.5.6] - 2017-07-12

[3.5.6]: https://github.com/intridea/hashie/compare/v3.5.5...v3.5.6

### Miscellaneous

* [#416](https://github.com/intridea/hashie/pull/416): Fix `warning: instance
  variable @disable_warnings not initialized` -
  [@axfcampos](https://github.com/axfcampos).
2017-09-10 14:40:05 +00:00
taca
ca49d75268 Update ruby-bundler to 1.15.4.
## 1.15.4 (2017-08-19)

Bugfixes:

  - handle file conflicts gracefully in `bundle gem` (@rafaelfranca, @segiddins)
  - bundler will fail gracefully when the bundle path contains the system path
    separator (#5485, ajwann)
  - failed gem downloads will be retried consistently across different
    RubyGems versions (@shayonj)
  - `bundle pristine` will respect build options while re-building native
    extensions (@NickLaMuro)

## 1.15.3 (2017-07-21)

Bugfixes:

  - ensure that empty strings passed to `bundle config` are serialized &
    parsed properly (#5881, @segiddins)
  - avoid printing an outdated version warning when running a parseable
    command (@segiddins)

## 1.15.2 (2017-07-17)

Features:

  - new gemfiles created by bundler will include an explicit `github` git
    source that uses `https` (@segiddins)

Bugfixes:

  - inline gemfiles work when `BUNDLE_BIN` is set (#5847, @segiddins)
  - avoid using the old dependency API when there are no changes to the
    compact index files (#5373, @greysteil)
  - fail gracefully when the full index serves gemspecs with invalid
    dependencies (#5797, @segiddins)
  - support installing gemfiles that use `eval_gemfile`, `:path` gems with
    relative paths, and `--deployment` simultaneously (@NickLaMuro)
  - `bundle config` will print settings as the type they are interpreted as
    (@segiddins)
  - respect the `no_proxy` environment variable when making network requests
    (#5781, @jakauppila)
  - commands invoked with `--verbose` will not have default flags printed
    (@segiddins)
  - allow `bundle viz` to work when another gem has a requirable `grapviz`
    file (#5707, @segiddins)
  - ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent
    order (#5696, @segiddins)
2017-09-10 14:28:42 +00:00
ryoon
74f17f8ff1 Fix build with modular xorg under NetBSD/amd64-current
* Link static libraries, libjpeg.a instread of libjpeg from openjdk8.
  Reported by wiz@
2017-09-10 11:30:15 +00:00
dholland
66fce17ce0 Wants curses and not just termcap. 2017-09-10 01:01:34 +00:00
dholland
0df7487e60 Signedness fixes to make it build again with clang. 2017-09-10 01:00:01 +00:00
jaapb
9ccb13efae Obviously, we can't install opam using opam, as it hasn't been installed
yet, so do it explicitly using the opam-installer we just built
2017-09-08 19:10:21 +00:00
jaapb
55c99288a9 Updated package to latest version, 2.0.0beta4. Changes include:
* Building with OCaml < 4.02.3 is no longer supported
* Support compilation with a built-in mccs solver (removing run-time dependency
  to aspcud). Integrated half-working "heuristics" dropped.
* Remove jsonm and transitive uutf dependency.
* Switch build systems to `jbuilder`, including `lib-ext` support
* Allow repeated and or'd arguments to the `list` command
* Many code and build system portability fixes (Windows, BSD)
* Add `switch export --full` to include package definitions
* Add `announce:` and `stamp:` fields to repositories (`repo` files)
* Add a global cache of git objects (greatly speeding up multiple cloning)
* Allow `opam pin URL` without a package name
* Many error handling, messages and corner case fixes
* Updated the versions of dependencies
* Removed the unused `features:` field, and proposal for a new syntax
* More informative exit codes, and documentation thereof
2017-09-08 16:50:46 +00:00
jaapb
410a1001fa Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
ryoon
5bd9ca4ef6 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
leot
3cf9af27e4 Instead of (wrongly) use the SUBST framework just patch Makefile (that is
already patched!) introducing a MANDIR variable instead of hardcoding
`share/man' and pass PKGMANDIR via MAKE_ENV.

No PKGREVISION bump since it should fix the build on platforms where moreutils
was already broken.

Pointed out by Joyent's Darwin bulk build.
2017-09-07 08:18:44 +00:00
wiz
6dbf2b6475 Follow a redirect. 2017-09-07 07:54:25 +00:00
leot
0285fd3317 isutf8 needs c99 due getline(3)
Pointed out by SmartOS Joyent's bulk builds.
2017-09-06 12:38:32 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
ryoon
6a23a6f319 Recursive revbump from poppler update 2017-09-04 20:20:53 +00:00
wiz
ff22ec594f Follow some redirects. 2017-09-04 18:08:18 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
wiz
43d2eb37ae Recursive bump for poppler 0.58 shlib bump. 2017-09-04 15:08:51 +00:00
wiz
7b58333b15 Updated todoman to 3.2.1.
v3.2.1
------

* Fix start-up crash caused by click_log interface change.
* Dropped runtime dependency: ``click_log``.
2017-09-04 14:44:58 +00:00
wiz
34c16f99af Updated py-anki2 to 2.0.47.
Fixes an issue that could allow a specially crafted .apkg file to
write files outside the media folder during import. AnkiWeb shared
decks were not affected, but upgrading is strongly recommended if
you import .apkg files from third party sources. A big thanks to
David Bailey for discovering this issue.
2017-09-04 14:43:59 +00:00
leot
c8bd7e0995 + moreutils 2017-09-04 09:45:07 +00:00
leot
ccc86e41ee Import moreutils-0.60 as misc/moreutils
moreutils is a growing collection of the unix tools that nobody
thought to write long ago when unix was young.

It consists of these tools:

 - chronic: runs a command quietly unless it fails
 - combine: combine the lines in two files using boolean operations
 - errno: look up errno names and descriptions
 - ifdata: get network interface info without parsing ifconfig output
 - isutf8: check if a file or standard input is utf-8
 - ifne: run a command if the standard input is not empty
 - lckdo: execute a program with a lock held (deprecated)
 - mispipe: pipe two commands, returning the exit status of the first
 - parallel: run multiple jobs at once
 - pee: tee standard input to pipes
 - sponge: soak up standard input and write to a file
 - ts: timestamp standard input
 - vidir: edit a directory in your text editor
 - vipe: insert a text editor into a pipe
 - zrun: automatically uncompress arguments to command

Originally packaged in pkgsrc-wip by myself and <wiz>.
2017-09-04 09:44:41 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
wiz
c0fe3330e6 Bump libzip ABI depends and PKGREVISIONs of its users for bzip2 dependency. 2017-09-02 22:02:24 +00:00
taca
ff604d1357 Change dependency to devel/ruby-hike1.
Bump PKGREVISION.
2017-09-02 14:58:36 +00:00
ryoon
6616a81484 Restore DIST_SUBDIR=libreoffice
Noticed by pgoyette@. Thank you.
2017-09-02 10:09:06 +00:00
ryoon
82012dcbb8 Update to 5.4.1.2
Changelog:
Bugs fixed compared to 5.4.1 rc1):

    tdf#83562 FILESAVE: Automatic font color of text not persisted if cell has line break and non-automatic font color [Dennis Francis]
    tdf#99692 FILEOPEN: Crash on opening odt with change tracking [Michael Stahl]
    tdf#108292 CRASH: When copying/pasting a Calc Sheet (multi_type_vector::get_type#1613: block position not found!) (steps in comment 8) [Eike Rathke]
    tdf#108709 cli_ assemblies are not correctly versioned [Michael Stahl]
    tdf#110988 Middle click does not paste primary selection [Noel Grandin]
    tdf#111943 unable to open XLSX files in Calc [Eike Rathke]


Bugs fixed compared to 5.4.0 final (rc3):
    bnc#825305 RTF import: fix missing paragraph background [Miklos Vajna]
    coverity#1416135 dereference after null check [Caolán McNamara]
    coverity#1416137 dereference after null check [Caolán McNamara]
    i#64360 crash after set text format in outline view [Eike Rathke]
    ofz#2759 null dereference [Caolán McNamara]
    ofz#2766 ensure palette is large enough for all colors [Caolán McNamara]
    ofz#2833 null deref [Caolán McNamara]
    ofz#2846 null deref [Caolán McNamara]
    ofz#2852 korean table entries start at 0xF not 0x7 [Caolán McNamara]
    ofz#2867 null deref [Caolán McNamara]
    ofz#2877 crash in SVTB16Short [Caolán McNamara]
    ofz#2899 increment pos before check, like all the other cases [Caolán McNamara]
    tdf#33692 Drag and drop copying not working for shape (rectangle etc.) [Caolán McNamara]
    tdf#44715 FILEOPEN: rtf import fails to set cell borders correctly [Miklos Vajna]
    tdf#55469 Different line spacing across platforms [Caolán McNamara]
    tdf#68787 FILESAVE: DOCX export: Footnote separator line problem [Justin Luth]
    tdf#71409 Excessive duplicate accessible focused events for Calc input line [a11y] [Dennis Francis]
    tdf#72125 Expert config dialog takes too much time to come up [Caolán McNamara]
    tdf#75256 (Sifr-Icon-Theme) [META] Incomplete Sifr icon theme [Matthias Freund]
    tdf#79304 FORMATTING: Copy/paste: strikethrough attribute is not exported [Sean Stangl]
    tdf#79933 Insert Hyperlink shortcut is wrong in spanish UI [Yousuf Philips]
    tdf#90352 Calc error when graphing data with source format [Dennis Francis]
    tdf#90510 FILEOPEN:Calc correctly reads but does not apply pie label settings [Dennis Francis]
    tdf#91687 FILESAVE: Doc exporter scales up rotated watermarks [Caolán McNamara]
    tdf#93328 Editing circular reference causes #VALUE! error [Dennis Francis]
    tdf#93745 gtk3: UI - Writer letter wizard, Step 2, using headed paper, shows squashed spinbuttons [Caolán McNamara]
    tdf#95489 Character styles applied through the Styles menu does not function in some locales [Yousuf Philips]
    tdf#98315 Function Wizard showing Breeze icons when in Sifr theme [Matthias Freund]
    tdf#99071 Navigator heading is Truncated when mouse click [Caolán McNamara]
    tdf#99286 Cropped image disappear after compress [Caolán McNamara]
    tdf#99692 FILEOPEN: Crash on opening odt with change tracking [Michael Stahl]
    tdf#100491 FILEOPEN: Docx arrows not correctly rendered [Vasily Melenchuk]
    tdf#103984 FILEOPEN: DOCX: Bubble not displayed in chart [Dennis Francis]
    tdf#104883 It is not allowed to install fonts on request [Samuel Mehrbrodt]
    tdf#105705 Libreoffice Writer crashes on inserting Zotero citations [Michael Stahl]
    tdf#106029 Expand word space on lines with manual line breaks in justified paragraphs setting ignored when exporting to docx [nikki]
    tdf#106132 FILEOPEN, DOCX: Frame (text box) around image cuts into image and caption [Miklos Vajna]
    tdf#106533 Sifr icon for "Index Entry" needed [Yousuf Philips]
    tdf#106872 Very slow when selecting column (with filter and freeze Rows or Columns enable) [Caolán McNamara]
    tdf#106953 FILEOPEN: RTF: First line indent is ignored [Miklos Vajna]
    tdf#107033 After import of docx the length of Footnote Separator Line is 0% [Justin Luth]
    tdf#107584 Background transparency not preserved over FILESAVE [Katarina Behrens]
    tdf#107723 FILEOPEN: DOCX schema font name not honored [Samuel Mehrbrodt]
    tdf#107975 CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long) [Michael Stahl]
    tdf#108802 Crash in: SfxBindings::GetSlotPos(unsigned short,unsigned short) Editing. ( steps in comment 10 ) [Dennis Francis]
    tdf#108824 Slide Shows Settings not Saved [Samuel Mehrbrodt]
    tdf#108867 Assertion failed when adding/removing/adding text box to a shape [Michael Stahl]
    tdf#108881 Crash in: SfxItemPool::IsInRange(unsigned short) [Dennis Francis]
    tdf#108887 Crash in: SfxItemPool::GetDefaultItem(unsigned short) [Caolán McNamara, Dennis Francis]
    tdf#108921 PIVOT CHARTS: filters that leave no data available [Dennis Francis]
    tdf#108925 Too small bullet size confuses the user [Tamás Zolnai]
    tdf#108944 FILEOPEN: DOCX: footnote separators missing [Justin Luth]
    tdf#108951 FILEOPEN: RTF: Custom bullets are displayed as standard bullets [Miklos Vajna]
    tdf#108955 FILESAVE: RTF: Background colour lost after roundtrip [Miklos Vajna]
    tdf#108986 PIVOT CHARTS: drop down list arrow shouldn't appear on "Data" button in the pivot chart controls [Dennis Francis]
    tdf#108991 Bad allocation or crash on cut text in attached ODT (with Non-Printing Characters hidden) (LibreOffice not maximized?) [Michael Stahl]
    tdf#109050 Moving table object with ALT+Arrow keys does not work properly [Tamás Zolnai]
    tdf#109053 DOCX: Multipage table is not imported properly - fix by avoid floating table conversion [Tamás Zolnai]
    tdf#109080 ODF: LibreOffice writes invalid element <style:header-first> [Luke Deller]
    tdf#109081 EDITING: LibreOffice hangs while selecting text ( with Formatting Marks ) ( LibreOffice not maximized ) [Michael Stahl]
    tdf#109107 Sidebar's fontheight field is not updated by moving cursor in an Impress table [Tamás Zolnai]
    tdf#109177 Dialogs: vertical scrollbar automatically changed to horizontal [Stephan Bergmann]
    tdf#109188 AutoText Preview doesn't work when default template is read-only [Samuel Mehrbrodt]
    tdf#109194 KDE: Firefox opens links only in the background []
    tdf#109223 PPTX: Vertical flip of child shape is not imported correctly [Tamás Zolnai]
    tdf#109228 FILESAVE: ODT: Anchor changed from 'as character' to 'to character' after RT [Tamás Zolnai]
    tdf#109242 FILESAVE: Button Label still align on y [Caolán McNamara]
    tdf#109289 Setting gridline color in options for Calc does not have effect [Caolán McNamara]
    tdf#109304 Signature infobars not shown in Math [Katarina Behrens]
    tdf#109314 Changing watermark doesn't update first page if th
    tdf#109347 Crashreport: link isn't displayed in Linux [Markus Mohrhard]
    tdf#109523 PIVOT TABLE - crash after removing a pivot table + creating new pivot chart [Dennis Francis]
    tdf#109790 FILEOPEN: RTF: Imported text has incorrect font size [Miklos Vajna]
    tdf#109856 Crash in: SdrObjList::GetObjCount() ( steps in comment 12 ) [Caolán McNamara]
    tdf#109858 FILEOPEN:Importer correctly reads but does not apply pie label settings of XLSX and DOCX [Dennis Francis]
    tdf#109859 Crash in: sclo.dll [Dennis Francis]
    tdf#109863 Crash in: XPropertyList::Count() [Julien Nabet]
    tdf#110440 FILOPEN: XSLX attribute "invisible" is ignored for a group of shapes [Miklos Vajna]
    tdf#110743 Crash on new master page, if first master page has image as background [Pranav Kant]
    tdf#110997 Some forms stall with 100% on open - It's a date field problem [Lionel Elie Mamane]
    tdf#111080 Edit form, use 'replace with' to change the type of control - nothing happens [Caolán McNamara]
    tdf#111087 Missing icons in 3D extrusion toolbar dropdowns [Caolán McNamara]
    tdf#111173 FILEOPEN Calc crashes when opening XLSX with chart. [Marco Cecchetti]
    tdf#111308 Crash in: rtl_uString_assign [Caolán McNamara]
    tdf#111331 Rename 'Moderate' template [heiko tietze]
    tdf#111432 AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation [Julien Nabet]
    tdf#111492 XHTML export does not honor numbering levels [Samuel Mehrbrodt]
    tdf#111497 CoreTextGlyphFallbackSubstitution::FindFontSubstitute() leaks memory on invocation [Julien Nabet]
    tdf#111567 Template Manager memory leak in TemplateLocalView::insertItems() [Julien Nabet]
    tdf#111571 writer crash when modeless dialog is left opened [Caolán McNamara]
2017-09-02 04:09:21 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
adam
62d3f1ac1b Revbump for boost update 2017-08-24 20:02:56 +00:00
jperkin
6056a61a90 Add tmate. 2017-08-23 18:56:41 +00:00
jperkin
20b8a7f9a4 Import tmate version 2.2.1 as misc/tmate.
tmate provides an instant pairing solution, allowing you to share a
terminal with one or several teammates.  Together with a voice call, it's
almost like pairing in person.  The terminal sharing works by using SSH
connections to backend servers maintained by tmate upstream developers.
Teammates need to be given a randomly-generated token to be able to join a
session.

tmate is a modified version of tmux, and uses the same configurations such
as keybindings, color schemes etc.
2017-08-23 18:56:14 +00:00
jlam
5e16225ef6 misc/vfu: Install manpages into ${PKGMANDIR}.
Modify the install script to copy manpages into the correct
location under ${PKGMANDIR}.
2017-08-19 00:26:37 +00:00
ryoon
91ed34586e Do not conflict PLIST with security/gpgme 1.8 like sysutils/kdepim4
* Bump PKGREVISION
* Fix PR pkg/52463
2017-08-18 12:19:23 +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
ryoon
623da7c1c9 Fix DIST_SUBDIR to avoid unnecessary distfiles fetch 2017-08-15 11:42:26 +00:00
nros
e92a24e6f5 Revbump due to poppler update to version 0.57.0. 2017-08-15 11:19:56 +00:00
adam
2c389794f4 Version 1.3.5:
* look for locales directory at PROGRAM_DIRECTORY\locale on Windows
* look for config at PROGRAM_DIRECTORY\rhashrc on Windows
* support LibRhash bindings to PHP7
* Bugfix: illegal instruction error on macOS
* improve utf-8 support on Windows
* Bugfix: fix access to long paths on Windows
* add ca, fr, ro translations
* full Spanish translation
* correct build/install command for freebsd
* compilation fixes for aarch64 and musl
* improve support of clang on macOS
2017-08-15 08:37:47 +00:00
wiz
38a7c3a6db Updated py-anki2 to 2.0.46.
Changes in 2.0.46

Released 2017-08-02.

    Fix an issue where mplayer would not work for some Linux users.

    Fix an issue with the edit screen that may have lead to crashes later on.
2017-08-14 19:23:06 +00:00
ryoon
80ec83f26e Bump PKGREVISION from upstream distfile change
Reported by Paul Goyette on pkgsrc-users@.
2017-08-13 12:31:06 +00:00
markd
f5ce34d099 Don't try to build tests. 2017-08-07 11:05:02 +00:00
markd
867df8bfc6 Coexist with the gpgme++ that is now in the base gpgme package 2017-08-06 06:35:35 +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
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00