Commit graph

249058 commits

Author SHA1 Message Date
leot
5fb8468202 Updated textproc/the_silver_searcher to 0.32.0 2016-05-17 10:22:55 +00:00
leot
591659a5cc Update textproc/the_silver_searcher to 0.32.0
pkgsrc changes:
o Take the MAINTAINERship

Changes:
0.32.0
------
o add support for Chapel language
o add support for .factor file types
o add kotlin language file types
o add support for julia file types
o add support for qml files
o add support for typescript files
o add support for rdoc files
o add a cython filetype (#771)
o add support for velocity file types
o add support for rst file types
o add TOML file types support
o add support for crystal files
o default to smart-case when using file match (-g and -G). Fixes #724.
o add support for BitBake source files
o misc improvements and bug fixes
2016-05-17 10:22:44 +00:00
wiz
e3a623858d ftp.OpenBSD.org does not provide public ftp any longer, only http. 2016-05-17 09:28:06 +00:00
wiz
5d785e2202 Updated x11/xproto to 7.0.29 2016-05-16 21:54:39 +00:00
wiz
4f64a9ba0f Updated xproto to 7.0.29.
Alan Coopersmith (1):
      Incorrect guard block in HPkeysym.h

James Clarke (1):
      Don't let XFD_SETSIZE exceed FD_SETSIZE

Julien Cristau (1):
      xproto 7.0.29

Olivier Fourdan (1):
      Raise the number of FD on WIN32 as well
2016-05-16 21:54:29 +00:00
morr
daee979675 Note update of net/haproxy 2016-05-16 21:45:33 +00:00
morr
bc328679bf Update to version 1.6.5.
ChangeLog:
- BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted
- BUILD: namespaces: fix a potential build warning in namespaces.c
- DOC: add encoding to json converter example
- BUG/MINOR: conf: "listener id" expects integer, but its not checked
- DOC: Clarify tunes.vars.xxx-max-size settings
- BUG/MEDIUM: peers: fix incorrect age in frequency counters
- BUG/MEDIUM: Fix RFC5077 resumption when more than TLS_TICKETS_NO are present
- BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers
- BUG/MINOR: lua: can't load external libraries
- DOC: "addr" parameter applies to both health and agent checks
- DOC: timeout client: pointers to timeout http-request
- DOC: typo on stick-store response
- DOC: stick-table: amend paragraph blaming the loss of table upon reload
- DOC: typo: ACL subdir match
- DOC: typo: maxconn paragraph is wrong due to a wrong buffer size
- DOC: regsub: parser limitation about the inability to use closing square brackets
- DOC: typo: req.uri is now replaced by capture.req.uri
- DOC: name set-gpt0 mismatch with the expected keyword
- BUG/MEDIUM: stick-tables: some sample-fetch doesn't work in the connection state.
- DOC: fix "needed" typo
- BUG/MINOR: dns: inapropriate way out after a resolution timeout
- BUG/MINOR: dns: trigger a DNS query type change on resolution timeout
- BUG/MINOR : allow to log cookie for tarpit and denied request
- OPTIM/MINOR: session: abort if possible before connecting to the backend
- BUG/MEDIUM: trace.c: rdtsc() is defined in two files
- BUG/MEDIUM: channel: fix miscalculation of available buffer space (2nd try)
- BUG/MINOR: cfgparse: couple of small memory leaks.
- BUG/MEDIUM: sample: initialize the pointer before parse_binary call.
- DOC: fix discrepancy in the example for http-request redirect
- DOC: Clarify IPv4 address / mask notation rules
- CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept()
- BUG/MEDIUM: fix maxaccept computation on per-process listeners
- BUG/MINOR: listener: stop unbound listeners on startup
- BUG/MINOR: fix maxaccept computation according to the frontend process range
- MEDIUM: unblock signals on startup.
- BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected
- BUG/MEDIUM: channel: incorrect polling condition may delay event delivery
- BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try)
- BUG/MEDIUM: log: fix risk of segfault when logging HTTP fields in TCP mode
- BUG/MEDIUM: lua: protects the upper boundary of the argument list for converters/fetches.
- BUG/MINOR: log: fix a typo that would cause %HP to log <BADREQ>
- MINOR: channel: add new function channel_congested()
- BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client
- BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try)
- BUG/MEDIUM: stream: ensure the SI_FL_DONT_WAKE flag is properly cleared
- BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers
- BUG/MEDIUM: stats: show servers state may show an empty or incomplete result
- BUG/MEDIUM: stats: show backend may show an empty or incomplete result
- MINOR: stats: fix typo in help messages
- MINOR: stats: show stat resolvers missing in the help message
- BUG/MINOR: dns: fix DNS header definition
- BUG/MEDIUM: dns: fix alignment issue when building DNS queries
- CLEANUP/MINOR: stats: fix accidental addition of member "env" in the applet ctx

While here, update HOMEPAGE to better one.
2016-05-16 21:44:44 +00:00
richard
44a97fcfa9 netpbm should use flex tool instead of lex and, while we're here, enable
vasprintf for SunOS.
bump PKGREVISION
2016-05-16 21:23:31 +00:00
adam
6dd96cbe63 Updated graphics/pstoedit to 3.70 2016-05-16 20:18:18 +00:00
adam
70544752ac New or changed in 3.70:
some code improvements as suggested by Coverity. See current Coverity status here: https://scan.coverity.com/projects/498
removed the -DBUGGYGPP compile flag since now g++ can compile the code without it. The former work-arounds are still there but will be removed later.
enabled more warnings when compiling with g++ and fixed some resulting warnings.
changed the autoconf part to better support the inclusion of libzip for the pptx driver.
included a lot of documentation corrections contributed by Peter Dyballa. Many thanks!
using non case sensitive comparison when determining the target format from the file suffix.
using more STL classes instead of older private replacements (string and vector). In this context also some hard coded limits were removed.
fixed an assertion violation when using -ssp and a closepath occurred.
added the dump of the font name for the DXF format.
prototype of a "simulate fill" option for emulating filling by stroking. This is based on fillpoly.c from the hp2xx project. Thanks also to Gary Langthorne for pointing out this option. This is still kind of experimental.
2016-05-16 20:17:10 +00:00
adam
a302f5ab7d Fixes for ImageMagick v7. 2016-05-16 19:41:17 +00:00
nils
50ee259f07 Added devel/py-cookiecutter version 1.3.0 2016-05-16 15:07:36 +00:00
nils
5c727ebc7e add and enable py-cookiecutter 2016-05-16 15:06:36 +00:00
nils
604ffdfd7f Initial import of py-cookiecutter, version 1.3.0,
into the NetBSD Packages Collection.

Cookiecutter is a command-line utility that creates
projects from cookiecutters (project templates),
e.g. creating a Python package project from a
Python package project template.
2016-05-16 15:05:48 +00:00
nils
e2fd1c1a26 Added devel/py-binaryornot version 0.4.0 2016-05-16 14:22:49 +00:00
nils
c82296bfd2 add and enable py-binaryornot 2016-05-16 14:21:29 +00:00
nils
73e72ae795 Initial import of py-binaryornot, version 0.4.0,
into the NetBSD Packages Collection.

Ultra-lightweight pure Python package to guess
whether a file is binary or text, using a heuristic
similar to Perl's pp_fttext and its analysis by @eliben.
2016-05-16 14:20:56 +00:00
nils
70d8307f75 Added devel/py-whichcraft version 0.1.1 2016-05-16 14:07:47 +00:00
nils
7704aa35be add and enable py-whichcraft 2016-05-16 14:06:52 +00:00
nils
afc7135a23 Initial import of py-whichcraft, version 0.1.1,
into the NetBSD Packages Collection.

This package provides cross-platform cross-python
shutil.which functionality.
2016-05-16 14:06:06 +00:00
he
1716244104 Note update of graphics/jasper to 1.900.1nb12. 2016-05-16 14:04:43 +00:00
he
06d2094ae5 Add fixes for CVE-2008-3520 and CVE-2008-3522, patches from
https://bugs.gentoo.org/show_bug.cgi?id=222819

Bump PKGREVISION.
2016-05-16 14:03:40 +00:00
nils
3831816ba1 Added devel/py-ruamel-yaml version 0.10.23 2016-05-16 13:55:48 +00:00
fhajny
0722b5fa5d Updated textproc/py-xlsxwriter to 0.8.7 2016-05-16 13:54:01 +00:00
fhajny
17b9370d3d Update textproc/py-xlsxwriter to 0.8.7.
* Fix for issue when inserting read-only images on Windows.

* Added :func:`get_worksheet_by_name()` method to allow the
  retrieval of a worksheet from a workbook via its name.

* Fixed issue where internal file creation and modification dates
  where in the local timezone instead of UTC.
2016-05-16 13:53:49 +00:00
nils
68904ade41 add and enable py-ruamel-yaml 2016-05-16 13:53:34 +00:00
nils
47550bd519 Initial import of py-ruamel-yaml, version 0.10.23,
into the NetBSD Packages Collection.

ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation
of comments, seq/map flow style, and map key order
2016-05-16 13:52:54 +00:00
nils
0406539398 Added devel/py-ruamel-base version 1.0.0 2016-05-16 13:44:06 +00:00
nils
88daa3c865 add and enable py-ruamel-base 2016-05-16 13:42:50 +00:00
nils
a1b41035d8 Initial import of py-ruamel-base, version 1.0.0,
into the NetBSD Packages Collection.

(future) place for elements common to multiple packages
2016-05-16 13:41:59 +00:00
ryoon
7626984b57 Updated devel/ninja-build to 1.7.1 2016-05-16 11:56:34 +00:00
ryoon
d2000f5016 Update to 1.7.1
* Update MASTER_SITES and HOMEPAGE

Changelog:
I've tagged a new release of Ninja, version v1.7.1

(I've also tagged v1.7.0, but don't use that.)

This is the first release after moving the homepage to https://ninja-build.org
and the repo to github.com/ninja-build.

== Release notes
* New feature: Implicit outputs (#989)
  Documented in the manual at https://ninja-build.org/manual.html#ref_outputs
* Output formatting changes
  + in non-interactive mode, print commands when finished, not when started --
    build output is now always preceded by the command that produced it (#999)
  + as a consequence, the default NINJA_STATUS is now "[%f/%t] " and %p
    is percentage of finished edges instead of percentage of started (#1142)
  + for failing commands, print "FAILED: output name" followed by the
    faiilng command on a new line, instead of "FAILED: command" (#1033)

* Several documentation updates

* Minor changes and bugfixes
  + "./" in paths is no longer an error but instead canonicalizes to nothing
    (#1076)
  + New debugging flag `-d keepdepfile` (#1098)
  + `-w dupbuild=err` now works in subninjas (#1095)
  + Don't loop forever in dry-run mode if the generator rule is dirty (#1069)
  + `msvc_deps_prefix` can now be set per-rule, not just globally (#1043)
  + allow non-ANSI characters in depfiles (#763)
  + `-k 0` now works better with pools (#1017, #1023, #1126)

* `-t browse` changes
  + new --port and --no-browser flags; default to 'all' target (#1112)
  + make tool work if main build file isn't called build.ninja (#1116)

* Windows-specific changes
  + don't crash with deps=msvc if the compiler prints very long include notes
    (#973)

* POSIX-specific changes
  + Clean up build on SIGHUP (#964)
  + subprocesses are now spawned via posix_spawn instead of fork/exec, which
    speeds up builds on some systems (e.g Mac OS X) (#1118)
  + child processes no longer detached from terminal, restoring 1.5.0 behavior
    (#1113)
  + experimentally expose deps=msvc on non-Windows too (#1125)

* Changes to building ninja itself
  + allow bootstrapping ninja itself in an out-of-source build dir (#979)
  + make ninja build on AIX (#1007)
  + ninja's source compiles with MSVC2015 (#1003, #1110, #1130)
  + ninja's source now also compiles with MSVC2008 (!) (#1101)
  + ninja's source builds with libc++ on Linux (#1134)

* Changes to scripts
  + zsh target completion is faster (#1046)
  + bash target completion is faster (#1047)
  + ninja_syntax: don't wrap long words in comments (#1042)
  + ninja_syntax: support implicit outputs
2016-05-16 11:56:11 +00:00
ryoon
0a7c0b1cc7 Update mozc packages to 2.17.2313.102 2016-05-16 11:53:13 +00:00
ryoon
c3666e5646 Update to 2.17.2313.102
Changelog:
2.17.2288.102 - 2.17.2313.102 / 2016-01-03 - 2016-01-10

Summary of changes between 2.17.2288.102 and 2.17.2313.102 as follows.

    Third party libraries:
        None.
    Build related changes:
        None.
    Major changes:
        Update system dictionary.
        Status icons for OS X are updated with Noto font.
    Fixed issues:
        #344: Support icon_prop_key entry in ibus-mozc
        #345: Mozc for Android keeps crashing
        #347: Software keyboard is not rendered correctly on Android 6 if non-material theme is selected
        #350: Status icon is not updated when using Windows Store Apps in desktop mode on Windows 10
        #351: Mozc cannot be activated in the search box on the task bar when configured to be the default IME on Windows 10
        Following issues are not completely fixed yet, but at least worked around.
            #348: DirectWrite may fail to render text in certain enviromnents
            #349: Word suggestion can be unexpectedly suppressed on Chromium
    Total commits:
        29 commits.


2.17.2285.102 - 2.17.2287.102 / 2016-01-01 - 2016-01-02

Summary of changes between 2.17.2285.102 and 2.17.2287.102 as follows.

    Third party libraries:
        None.
    Build related changes:
        None.
    Major changes:
        None.
    Fixed issues:
        None.
    Total commits:
        4 commits.


2.17.2241.102 - 2.17.2284.102 / 2015-11-15 - 2015-12-31

Summary of changes between 2.17.2241.102 and 2.17.2284.102 as follows.

    Third party libraries:
        fontTools: 5ba7d98 -> 8724513
    Build related changes:
        Reference Dockerfile for Fedora now uses Fedora 23 base image.
        Default SDKROOT for OS X build is switched from macosx10.8 to macosx10.9.
    Major changes:
        CalculatorRewriter is now triggered not only by inputs end with = but also by inputs start with =. For instance, now =1+1 triggers CalculatorRewriter. See the commit message of 5d423b0b and its unittests as for how it works.
        Performance improvements in LOUDS. See commits 3591f5e7 and cac14650 for details.
    Fixed issues:
        #317: session_handler_scenario_test is flaky in Linux build on Travis-CI
        #341: 1d*= should not trigger language-aware rewriter
    Total commits:
        48 commits.
2016-05-16 11:51:49 +00:00
nils
d0b2fc80d9 Added devel/py-ruamel-ordereddict version 0.4.9 2016-05-16 10:38:37 +00:00
nils
b539d8a943 add and enable py-ruamel-ordereddict 2016-05-16 10:36:50 +00:00
nils
e73b3de8c3 Initial import of py-ruamel-ordereddict, version 0.4.9,
into the NetBSD Packages Collection.

This is an implementation of an ordered dictionary with Key Insertion Order
(KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key's position is removed and
put at the back).
The standard library module OrderedDict, implemented later, implements
a subset of ordereddict functionality.

Sorted dictionaries are also provided.
Currently only with Key Sorted Order (KSO, no sorting function can be
specified but you can specify a transform to apply on the key before
comparison (e.g. string.lower)).
2016-05-16 10:35:20 +00:00
nils
4e4df0683c Added devel/py-wheel version 0.26.0 2016-05-16 07:57:13 +00:00
nils
bf8417fbaf add & enable py-wheel 2016-05-16 07:55:00 +00:00
nils
dbe7ec2f40 Initial import of devel/py-wheel, version 0.26.0, into the NetBSD Packages Collection.
Wheel is a built-package format for Python.
2016-05-16 07:53:02 +00:00
taca
bc99ae92a7 This package is not for PHP 5.5.x but 5.6.x. Noted by Edgar Fuß via
privaet E-mail.
2016-05-16 04:13:59 +00:00
abs
039f8a6291 Updated net/syncthing to 0.12.24 2016-05-15 22:30:29 +00:00
abs
649b056a38 Updated net/syncthing to 0.12.24
Fixes the upgrade system breakage in v0.12.23
2016-05-15 22:30:10 +00:00
abs
ac279e6176 Update distinfo for changed source distfile. Extracted zip is unchanged 2016-05-15 22:23:56 +00:00
taca
8382b5edde Note update of Ruby's tzinfo packages:
time/ruby-tzinfo03	0.3.49
	time/ruby-tzinfo-data	1.2016.4
2016-05-15 15:57:39 +00:00
taca
5621d5ebee Update ruby-tzinfo-data to 1.2016.4.
1.2016.4

Based on version 2016d of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-April/000038.html).

1.2016.3

Based on version 2016c of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-March/000037.html).
2016-05-15 15:56:46 +00:00
taca
9053cc054d Update ruby-tzinfo03 to 0.3.49.
== Version 0.3.49 (tzdata v2016d) - 18-Apr-2016

* Updated to tzdata version 2016d
  (https://mm.icann.org/pipermail/tz-announce/2016-April/000038.html).


== Version 0.3.48 (tzdata v2016c) - 23-Mar-2016

* Updated to tzdata version 2016c
  (https://mm.icann.org/pipermail/tz-announce/2016-March/000037.html).
2016-05-15 15:55:40 +00:00
taca
6339cf920a Note update of ruby23, ruby23-base and implicit ruby-mode package to 2.3.1.
lang/ruby23-base	2.3.1
	lang/ruby23		2.3.1
	devel/ruby-mode		2.3.1
2016-05-15 14:21:55 +00:00
taca
8ccbcf2535 Update ruby23 and ruby23-base to 2.3.1.
Ruby 2.3.1 Released			Posted by nagachika on 26 Apr 2016

Ruby 2.3.1 has been released.

This is the first TEENY version release of the stable 2.3 series.

There are many bugfixes. See the ChangeLog for details.
2016-05-15 14:19:56 +00:00
taca
270715c375 Note update of Ruby 2.1 packages:
lang/ruby21-base	2.1.10 [taca 2016-05-15]
	lang/ruby21		2.1.10 [taca 2016-05-15]
2016-05-15 14:18:59 +00:00