Commit graph

290390 commits

Author SHA1 Message Date
schmonz
420adb152f Update to 0.10.7. From the changelog:
- Better handling of read EAGAIN (sslserver may hang).
- Include socket_dualstack option (required for OS with IPv6_V6ONLY).
- fehQlibs-10 required.
2018-12-14 22:52:45 +00:00
schmonz
3ebe28ec4e doc: Updated net/ucspi-tcp6 to 1.10.1 2018-12-14 22:52:21 +00:00
schmonz
a9fab2a44b Update to 1.10.1. From the changelog:
- Added socket_dualstack option for OS using IPv6_V6ONLY as default.
- fehQlibs-10 required.
2018-12-14 22:52:15 +00:00
schmonz
c5c6fa5c64 doc: Updated net/fehqlibs to 0.9.10 2018-12-14 22:51:38 +00:00
schmonz
daccd4438f Update to fehQlibs-10 (versioned here as "0.9.10" to compare newer than
the previous 0.9). From the changelog:

- Added IPV6_V6ONLY setsockoptions call.
- Improved poll handling in iopause.c considering poll RC.
- Added building of shared libraries + updated docs.

pkgsrc does not yet build shared libraries.
2018-12-14 22:51:32 +00:00
rillig
50ad4eebad chat/xchat: fix YAGNI code for GCONF_SCHEMAS
The loop would not have worked with multiple GCONF_SCHEMAS anyway because
there was no semicolon at the end of the @.s.@ expansion. Since
INSTALL_DATA can handle multiple source arguments, there is no need to
use the complicated form.
2018-12-14 21:35:43 +00:00
triaxx
0644fe6a5a warzone2100: option to select backend (sdl2/qt5) 2018-12-14 17:29:32 +00:00
triaxx
976cdce0b1 doc: Updated games/warzone2100 to 3.2.3 2018-12-14 17:28:10 +00:00
triaxx
f9f96c917c warzone2100: update to 3.2.3
ChangeLog:
A lot a things since 2.3.2!
See https://github.com/Warzone2100/warzone2100/blob/master/ChangeLog
2018-12-14 17:27:01 +00:00
bsiegert
0e88fa5e7b agg: fix build with newer automake.
Skip the examples directory. Switch to using autoreconf.
2018-12-14 17:03:04 +00:00
gson
8c7d03b7b4 poppler: require GCC 4.9 for dependencies, too
Without this, dependent packages such as web2c and luatex will not
successfully link with poppler on NetBSD 7.2.
2018-12-14 16:04:28 +00:00
bsiegert
cef88ebe26 libunrar: add a buildlink3.mk file.
wip/kodi depends on it but there has never been one AFAICS.
2018-12-14 16:02:55 +00:00
leot
2632a6f1d8 webkit-gtk: Avoid to depends on flex and minor cleanup
- The flex requirements can be just satisfied via USE_TOOLS (the
  version was from older webkit-gtk-s and it should be just a tool
  dependency).
- No need to specify `:build' in USE_TOOLS, it is already the default
- Update the comment regarding PYTHON_VERSIONS_INCOMPATIBLE definition

Bump PKGREVISION
2018-12-14 15:51:13 +00:00
adam
339b58f6c1 Updated devel/py-test, devel/py-tox 2018-12-14 14:47:42 +00:00
adam
be8613b909 py-tox: updated to 3.6.0
v3.6.0:

Bugfixes
- On windows, check sys.executable before others for interpreter version lookup.  This matches what happens on non-windows.
- Don't rewrite {posargs} substitution for absolute paths.
- Correctly fail tox --notest when setup fails.

Documentation
- Update Contributor Covenant URL to use https://
- Correct the capitalization of PyPI throughout the documentation
- Link to related projects (Invoke and Nox) from the documentation

Miscellaneous
- Include the license file in the wheel distribution
2018-12-14 14:47:07 +00:00
adam
700add0377 py-test: updated to 4.0.2
pytest 4.0.2:

Bug Fixes
- Validate arguments from the PYTEST_ADDOPTS environment variable and the addopts ini option separately.
- Fix raises(..., 'code(string)') frame filename.
- When a fixture yields and a log call is made after the test runs, and, if the test is interrupted, capture attributes are None.
- Raise TypeError for with raises(..., match=<non-None falsey value>).
2018-12-14 14:44:21 +00:00
gson
651b90251c poppler: Use GCC_REQD+=, not GCC_REQD=. 2018-12-14 14:34:05 +00:00
adam
ef99ecebc6 Updated www/py-WSGIProxy2, www/py-WebTest 2018-12-14 13:41:27 +00:00
adam
0e503fc9ed py-WebTest: updated to 2.0.32
2.0.32:
- remove invalid email from setup.py

2.0.31:
- py33 is no longer supported. It may works but has been removed from tox config
- Fixed 205: Use empty string as default value for submit and button
- tests use pytest
- docs use the standard Pylons template on RTD
2018-12-14 13:41:08 +00:00
adam
8dd0832877 py-WSGIProxy2: updated to 0.4.5
0.4.5:
- Allow to use URIs with no path
2018-12-14 13:39:16 +00:00
adam
8ec9e4cad2 Updated www/py-WebOb, www/py-PasteDeploy 2018-12-14 13:32:21 +00:00
adam
58d2fad6c5 py-PasteDeploy: updated to 2.0.1
2.0.1
Unknown changes

2.0.0
Python 3 deprecation warning cleanups
Moved code to GitHub under the Pylons Project.
Moved documentation under the Pylons Project, hosted by Read the Docs at https://docs.pylonsproject.org/projects/pastedeploy/en/latest/
2018-12-14 13:29:28 +00:00
gson
ea663eff77 poppler: require c++14 and GCC 4.9
Poppler now uses the C++14 library function std::make_unique.
Require a GCC version that supports it to make the package build
on NetBSD 7.2.
2018-12-14 13:16:26 +00:00
adam
e38ddea087 py-WebOb: updated to 1.8.4
1.8.4:

Bugfix
- Response.content_type now accepts unicode strings on Python 2 and encodes
  them to latin-1.
- Accept header classes now support a .copy() function that may be used to
  create a copy. This allows create_accept_header and other like functions
  to accept an pre-existing Accept header.

Warnings
- Some backslashes introduced with the new accept handling code were causing
  DeprecationWarnings upon compiling the source to pyc files, all of the
  backslashes have been reigned in as appropriate, and users should no longer
  see DeprecationWarnings for invalid escape sequence.


1.8.3:

Bugfix
- acceptparse.AcceptValidHeader, acceptparse.AcceptInvalidHeader, and
  acceptparse.AcceptNoHeader will now always ignore offers that do not
  match the required media type grammar when calling .acceptable_offers().
  Previous versions raised a ValueError for invalid offers in
  AcceptValidHeader and returned them as acceptable in the others.

Feature
- Add Request.remote_host, exposing REMOTE_HOST environment variable.
- Added acceptparse.Accept.parse_offer to codify what types of offers
  are compatible with acceptparse.AcceptValidHeader.acceptable_offers,
  acceptparse.AcceptMissingHeader.acceptable_offers, and
  acceptparse.AcceptInvalidHeader.acceptable_offers. This API also
  normalizes the offer with lowercased type/subtype and parameter names.
2018-12-14 13:14:37 +00:00
ryoon
e8dec1621e Fix build with boost-1.69.0 2018-12-14 13:12:24 +00:00
adam
b848c816b2 extension.mk: remove PY_PEP3147, mention correct patch, clean-up 2018-12-14 13:09:10 +00:00
adam
c313d590ef gedit3: removed commented-out PY_PEP3147=no 2018-12-14 12:40:28 +00:00
adam
c2e25dc2c5 Updated devel/py-gobject 2018-12-14 12:38:42 +00:00
adam
f6362ecd66 py-gobject: Use PEP 3147 filenames 2018-12-14 12:37:21 +00:00
wiz
4eefdc6e63 doc: Updated print/p5-biblatex-biber to 2.11nb2 2018-12-14 12:25:15 +00:00
wiz
39eb451877 p5-biblatex-biber: update to 2.11nb2.
Sort dependencies. Add missing {test,}dependencies, remove non-dependency.
All tests pass now.

Remove manual installation of biber into bin/ - this happens automatically
for perl packages.

Fixes:
pkg_delete: Couldn't remove /usr/pkg/bin/biber
when removing the package.
2018-12-14 12:25:05 +00:00
jperkin
1d922aca3e boost: PTHREAD_STACK_MIN on SunOS is not a constant. 2018-12-14 11:56:48 +00:00
adam
fd176f8982 Added www/py-flask-caching; Updated www/py-flask-common 2018-12-14 10:47:54 +00:00
adam
f032a7455b py-flask-common: updated to 0.3.0
0.3.0:
Unknown changes
2018-12-14 10:47:37 +00:00
adam
b10b6ad7b2 py-flask-caching: added version 1.4.0
This is a fork of the Flask-Cache extension. Adds easy cache support to Flask.
2018-12-14 10:44:40 +00:00
prlw1
a88572624d Fix build with webrtc option.
http://mail-index.netbsd.org/pkgsrc-users/2018/11/10/msg027658.html
2018-12-14 10:21:27 +00:00
wiz
23ad7b74fa boehm-gc: remove obsolete comment. Use standard upstream test target. 2018-12-14 09:21:22 +00:00
adam
cb90d8ea9e Updated www/py-flask-babel 2018-12-14 09:19:01 +00:00
wiz
55b86933d9 musicpd: add option (default-off) for game-music-emu 2018-12-14 09:09:59 +00:00
wiz
fb34a82efe doc: Added audio/game-music-emu version 0.6.2 2018-12-14 09:09:54 +00:00
wiz
b1ec2bed0a audio/Makefile: + game-music-emu 2018-12-14 09:09:44 +00:00
wiz
803a9f3545 audio/game-music-emu: import game-music-emu-0.6.2
Based on the wip/libgme package by Pierre Allegraud with fixes by
Aleksej Saushev and Roland Illig, updated to the latest version.

Game_Music_Emu is a collection of video game music file emulators that
support the following formats and systems:

AY        ZX Spectrum/Amstrad CPC
GBS       Nintendo Game Boy
GYM       Sega Genesis/Mega Drive
HES       NEC TurboGrafx-16/PC Engine
KSS       MSX Home Computer/other Z80 systems (doesn't support FM sound)
NSF/NSFE  Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
SAP       Atari systems using POKEY sound chip
SPC       Super Nintendo/Super Famicom
VGM/VGZ   Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
2018-12-14 09:08:45 +00:00
adam
9886972ee7 py-flask-babel: updated to 0.12.2
0.12.2:
Unknown changes
2018-12-14 08:52:22 +00:00
schmonz
ed7619732d doc: Updated mail/greylisting-spp to 1.1nb1 2018-12-14 07:19:44 +00:00
schmonz
e93ce7fe91 Log tuples if VERBOSE/DEBUG, as the README suggests it does. Bump PKGREVISION. 2018-12-14 07:19:39 +00:00
schmonz
4077468b68 K&R-style braces in rc.d scripts. NFCI. 2018-12-14 06:55:07 +00:00
schmonz
9f3dc4861b doc: Updated mail/qmail-run to 20181214 2018-12-14 06:49:36 +00:00
schmonz
3e091a8b5a Extract most of MESSAGE to README.pkgsrc. (MESSAGE was getting too long.)
Comment out qmail-qfilter-viruscan in control/smtpfilters. It's not a
very precise tool, so the cost (false positives) probably outweighs the
benefit (blocked malware attachments) for many users.

Also not a sensible default: rejecting incoming mail on SPF
explicit-fail. This needs to be an admin decision because, among other
reasons, it would also reject messages forwarded through servers that
haven't configured SRS. Document SPF setup, including how to reject
(with this caveat) and how to greylist SPF explicit-pass (which would
otherwise be exempted from greylisting).

Rename greylisting-spp-with-exemptions to greylisting-spp-wrapper. Add a
feature: to effectively omit IP from the (IP,sender,recipient) tuple,
add GL_WRAPPER_TCPREMOTEIP="127.127.127.127" to control/tcprules/smtp.

rc.d scripts:

- Location of tcprules file is configurable
- By default, CDB is auto-rebuilt as needed on service start
- CDB auto-rebuilding can be configured off

Bump version.
2018-12-14 06:49:30 +00:00
jmcneill
b664388592 Updated sysutils/u-boot-a10-olinuxino-lime to 2018.11
Updated sysutils/u-boot-bananapi-m3 to 2018.11
Updated sysutils/u-boot-bananapi to 2018.11
Updated sysutils/u-boot-beagleboard to 2018.11
Updated sysutils/u-boot-beagleboneblack to 2018.11
Updated sysutils/u-boot-beaglebonewhite to 2018.11
Updated sysutils/u-boot-chip-pro to 2018.11
Updated sysutils/u-boot-chip to 2018.11
Updated sysutils/u-boot-cubieboard2 to 2018.11
Updated sysutils/u-boot-cubieboard4 to 2018.11
Updated sysutils/u-boot-cubietruck to 2018.11
Updated sysutils/u-boot-de0-nanosoc to 2018.11
Updated sysutils/u-boot-hummingbird-a31 to 2018.11
Updated sysutils/u-boot-jetson-tk1 to 2018.11
Updated sysutils/u-boot-jetson-tx1 to 2018.11
Updated sysutils/u-boot-jetson-tx2 to 2018.11
Updated sysutils/u-boot-nanopi-m1 to 2018.11
Updated sysutils/u-boot-nanopi-neo-plus2 to 2018.11
Updated sysutils/u-boot-nanopi-neo to 2018.11
Updated sysutils/u-boot-nanopi-neo2 to 2018.11
Updated sysutils/u-boot-odroid-xu3 to 2018.11
Updated sysutils/u-boot-orangepi-2 to 2018.11
Updated sysutils/u-boot-orangepi-one to 2018.11
Updated sysutils/u-boot-orangepi-plus2e to 2018.11
Updated sysutils/u-boot-orangepi-zero to 2018.11
Updated sysutils/u-boot-orangepi-zero-plus to 2018.11
Updated sysutils/u-boot-pine-h64 to 2018.11
Updated sysutils/u-boot-pine64 to 2018.11
Updated sysutils/u-boot-pocketchip to 2018.11
Updated sysutils/u-boot-sopine-baseboard to 2018.11
Updated sysutils/u-boot to 2018.11
2018-12-14 00:55:12 +00:00
jmcneill
9a609ec531 Update U-Boot to 2018.11. 2018-12-14 00:52:26 +00:00