Commit graph

6422 commits

Author SHA1 Message Date
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
wiz
ef6d0c6c56 fbreader: remove qt3 option 2017-09-26 09:43:28 +00:00
wiz
d1836bd8c8 celestia: remove kde (KDE3) option 2017-09-26 09:43:03 +00:00
joerg
ab8e866991 Don't use bundled six, it conflicts with newer installed versions
required i.e. by py-html5lib.
2017-09-25 22:30:43 +00:00
joerg
eb62eb28aa Bump revision for podofo changes. 2017-09-25 22:26:51 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
taca
891ff02004 misc/ruby-ohai: update to 13.4.0
13.4.0 (2017-09-11)

* Add Arch Linux support to package plugin #1042
* Detect LXC if LXC and Docker are on the same host #1055
* Add Azure metadata endpoint support #1033
* Move all requires into the plugin definitions #1045
* Improve detection of Windows EC2 nodes by using UUID information #1052
* Add error handling in Linux filesystem plugin #1047
* Properly handle uptimes over a year on AIX #1049
* Handle situations where /proc/cpuinfo lacks core data #1038
2017-09-18 04:18:34 +00:00
taca
9e8b2102d5 misc/ruby-progressbar: update to 1.8.3
Version v1.8.3 - September 13, 2017

* Update warning_filter to fix require_relative

Version v1.8.2 - December 10, 2016

Fix

* Predicates not available on 1.8.7

Add

* progressbar as a gem build target

Removed

* reek
2017-09-18 00:59:47 +00:00
taca
5f3fcfdfc7 misc/ruby-mini_portile2: update to 2.3.0
### 2.2.1 / 2017-09-13

#### Enhancements

* Verify checksums of files at extraction time (in addition to at download time). (#56)
* Clarify error message if a `tar` command can't be found. (#81)
2017-09-18 00:58:32 +00:00
wiz
f365925489 p5-Mac-PropertyList: update to 1.412.
Add missing dependency.

1.412 2017-07-30T18:27:33Z
	* Fix for plist files with comments (bram.stappers@tiobe.com) RT #122466
	and GitHub #5 (as a pull request)
	* Note that this module does not handle ASCII or JSON formats (but they
	are in the wishlist now) (anonymous Yahoo! user)

1.411 2017-07-19T02:10:42Z
	* Bram Stappers fixed a regression with XML comments

1.41_01 2015-01-29T04:41:09Z
	- RT #101795: Mis-parse or hang while parsing non-pretty XML (Tom Wyant)
	- RT #101796: Wide character in print warning in t/read_binary.t (Tom Wyant)
2017-09-17 20:23:14 +00:00
wiz
23cf6eb179 p5-Locale-libintl: update to 1.28.
bumped version number to 1.28
    git ignore in sample
    editorial changes
    use new class methods for xgettext options
    quote import tags in docs
    updated copyright date
    git ignore
    updated FAQ
    new class methods options, flags, and keywords
    This will produce the default keyword and flag definitions for xgettext
    for Locale::TextDomain.
    updated ChangeLog
    updated NEWS
    updated fsf address
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=114731
    updated NEWS
    do not require modules from relative paths
    Fixes https://security-tracker.debian.org/tracker/CVE-2016-1238
    updated ChangeLog
    do not generate files in distribution
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=119014
    bumped version number to 1.27
    fix building on Perl without "." in @INC
    Fixes https://rt.cpan.org/Public/Bug/Display.html?id=120446
    updated
    typo
    generate README from markdown file
2017-09-17 20:19:39 +00:00
wiz
a4e8c253bc p5-Locale-Codes: update to 3.54.
Bug fix release, for more details see
http://search.cpan.org/~sbeck/Locale-Codes-3.54/lib/Locale/Codes/Changes.pod
2017-09-17 20:16:12 +00:00
taca
1cba77e264 misc: delete ruby-mini_portile 2017-09-17 15:57:54 +00:00
taca
3405939147 misc/ruby-mini_portile: remove package
Now no packages use misc/ruby-mini_portile, remove it.
(All packages are switch to use misc/ruby-mini_portile2.)
2017-09-17 15:57:19 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
tnn
a861e4dc52 sword: build fix for NetBSD-current 2017-09-16 15:42:13 +00:00
wiz
3df3771d5d basket: improve HOMEPAGE. Comment out dead master site. 2017-09-16 08:32:38 +00:00
wiz
447c117809 todoman: update to 3.2.4.
v3.2.4

    Deploy new versions to PyPI using twine. Travis doesn’t seem
    to be working.

v3.2.3

    Tests should no longer fail with pyicu installed.
    Improved documentation regarding how to test locally.

v3.2.2

    Initial support for (bash) autocompletion.
    The location field is not printed as part of --porcelain.
2017-09-13 08:40:02 +00:00
wiz
a08ccc4150 recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
dholland
08e8149dda Remove bashism in configure script. 2017-09-12 08:31:20 +00:00
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