143411 Commits

Author SHA1 Message Date
jcs
a132be995e += arduino-adafruit-{gfx,ra8875} 2019-12-17 21:56:42 +00:00
jcs
a98cb97149 import arduino-adafruit-ra8875-1.3.5 2019-12-17 21:55:08 +00:00
jcs
42961260cd import arduino-adafruit-gfx-1.7.0 2019-12-17 21:54:18 +00:00
sthen
977d8bf2bc update to doh 20191105 2019-12-17 21:51:24 +00:00
bket
4085ca4230 +py-CherryPy,python3 2019-12-17 21:26:14 +00:00
bket
4c9e0698a8 update to py-CherryPy-17.4.2
This is an LTS release for bug and security fixes, which supports both
python2 and python3. The rather long changelog can be found at
https://github.com/cherrypy/cherrypy/blob/v17.4.2/CHANGES.rst.

This update also provides a python3 FLAVOR.

Thank you pamela@ for the help!

OK pamela@
2019-12-17 21:25:25 +00:00
bket
fc24d77643 Update to py-cheroot-8.2.1
Long overdue update. List of changes can be found at
https://github.com/cherrypy/cheroot/blob/v8.2.1/CHANGES.rst.

This update is needed for bringing in a newer version of py-CherryPy.

OK pamela@
2019-12-17 21:14:39 +00:00
bket
eb7ff5d0b9 +py-portend{,python3} 2019-12-17 21:07:20 +00:00
bket
7c50cb99f3 import net/py-portend
DESCR:
portend is a python module for monitoring TCP ports for bound or unbound
states.

OK pamela@
2019-12-17 21:05:17 +00:00
bket
6c0bac4e8c +py-tempora{,python3} 2019-12-17 21:02:03 +00:00
bket
b5d790808b import devel/py-tempora
DESCR:
Objects and routines pertaining to date and time (tempora). Modules include:

- tempora (top level package module) contains miscellaneous utilities and
  constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.
- utc contains routines for getting datetime-aware UTC values (Python 3 only).

OK pamela@
2019-12-17 20:57:26 +00:00
sthen
b4f2dcb9ef update HOMEPAGE 2019-12-17 18:03:22 +00:00
pvk
e76b984698 Update mattermost-server 5.17.1 -> 5.18.0
Changelog: https://docs.mattermost.com/administration/changelog.html
2019-12-17 16:52:36 +00:00
bcallah
3bbb16960a +gigalomania 2019-12-17 16:17:23 +00:00
bcallah
2131815904 Import games/gigalomania, an open source 2D real time strategy god game.
macppc testing from cwen@, ok solene@

Gigalomania is an open source 2D Real Time Strategy god game. The
gameplay consists of researching and developing new technology with
which to conquer your enemies, from rocks and sticks to nuclear weapons
and spaceships. You can advance through ten different ages, from the
stone age to the future. There are 28 different maps to play through.
2019-12-17 16:17:06 +00:00
visa
461f7ad539 Fix build on mips64*.
Fix suggested by Donovan Watteau
OK jsg@
2019-12-17 15:26:10 +00:00
sthen
d3c6fdb928 update to libmagic-5.38 2019-12-17 14:52:01 +00:00
kurt
5fbb2db630 Add debug package support.
The jdk has options for controlling debug symbol generation. However,
these options don't line up well with our debug package support. Using
--with-native-debug-symbols=internal bloats the jdk package by
including debug info in the jmod's. Using external mode doesn't do
this but results in debug info files and debug links that don't match
our debug package setup. To get decent results the following was done:

* Use --with-native-debug-symbols=external
* Patch the jdk to copy the full bin/lib to the .debuginfo file
  instead of using objcopy --only-keep-debug.
* In post-build move/copy the .debuginfo files over their stripped
  versions.
* Fixup a few cases where the debuginfo file wasn't installed into
  the images directories.
2019-12-17 14:22:30 +00:00
sthen
4fd6b85d82 add edig/ehost/enslookup symlinks
move another pledge to a better place, drop some rpath
2019-12-17 14:18:43 +00:00
kmos
5faa517ff9 Add the now-defunct python2 flavor of py-semver to quirks 2019-12-17 14:14:30 +00:00
kmos
73da14f6ee py-semver is not python3-only. Drop MODPY_FLAVOR from it as a dependency
and bump REVISION
2019-12-17 14:12:36 +00:00
kmos
a2f9bd8ca4 Update textproc/py-semver 2.8.1 -> 2.9.0
Only consumer is python3-only, so drop python2 flavor.

From Paco Esteban. Thanks again!
2019-12-17 14:11:33 +00:00
sthen
e6c52ec954 add missing --quiet on the mutt example configs, pointed out by bket@, thanks! 2019-12-17 13:15:04 +00:00
ajacoutot
d39a051653 Update terraform providers. 2019-12-17 09:50:54 +00:00
ajacoutot
62b9809e9b Looks like I forgot to commit this yesterday...
Unbreak with pango >=1.44
Adding harfbuzz headers, closes #1941 (upstrem)
2019-12-17 09:26:26 +00:00
ajacoutot
671c4e2aae Update to psutils-1.91. 2019-12-17 08:17:15 +00:00
bcallah
4e589e248c +cmb 2019-12-17 03:36:25 +00:00
bcallah
ad7f8b7047 Import sysutils/cmb, a combinatorics library/utility from FreeBSD.
ok kn@

cmb is a combinatorics library/utility.

It is both a novel algorithm and the fastest implementation we have for
complex combinatorics. It is faster than python's itertools, faster than
numpy, faster than Perl, faster than Perl XS, faster than comb in R.

It is a port of cmb(1)/cmb(3) from FreeBSD.
2019-12-17 03:36:07 +00:00
jcs
e38a6fe7ee update Arduino to 1.8.10, ArduinoCore-avr to 1.8.2, and add in
Adafruit's latest boards.txt to help arduino-makefile

help from sthen and jca
2019-12-17 02:21:53 +00:00
sthen
33b647a4ee move down the second ratchetted pledge in the ports-BIND version of dig,
it should have been done after loading a tsig keyfile.

drop rpath from that pledge, it used to be needed for charset conversion
with idn names, but this just prints "Cannot represent '%s' in the current
locale" now for !utf8 locales (maybe as a result of dropping the !utf8
ctype files?)
2019-12-17 00:46:15 +00:00
sthen
e687a55587 +gmail-oauth2 2019-12-16 22:03:50 +00:00
sthen
e9bb81dbb8 import ports/mail/gmail-oauth2, ok kmos@
oauth2.py is a script that can be used as a standalone utility for
generating and authorizing OAuth tokens, and for generating OAuth2
authentication strings from OAuth tokens.

This can be used with mutt to allow oauth2 logins to Gmail.
2019-12-16 22:03:26 +00:00
jung
4fc6f9c550 update to 0.6 to cope with filter protocol changes
ok giovanni
2019-12-16 21:32:02 +00:00
ajacoutot
6b78badea4 Update to libical-3.0.7. 2019-12-16 20:42:57 +00:00
ajacoutot
12c60cb75e SECURITY update to cyrus-imapd-3.0.13.
CVE-2019-19783, a privilege escalation vulnerability that permits creation of
arbitrary mailboxes using the 'fileinto' directive in user sieve scripts.
2019-12-16 19:50:06 +00:00
ajacoutot
5c5e874ebf Respect CFLAGS so DEBUG_PACKAGES are useful. 2019-12-16 19:46:52 +00:00
zhuk
5d1ad0f6ea Create postgres (super)user by default after creating test DB cluster.
This was in my tree for ages, triggered again by thread on ports@.
Since this port module is used only for tests, bulk builds won't be affected.

@afresh1 agress this is a nice thing to have by default.
2019-12-16 19:14:09 +00:00
kmos
ce2823a1d6 Move all of the upt modules (except upt-openbsd for now) to running
tests via MODPY_PYTEST
2019-12-16 18:35:10 +00:00
bcallah
c7a5a18c76 Update to handbrake-1.3.0
Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.0
ok aja@
2019-12-16 17:23:58 +00:00
tb
959ef604e5 Update wycheproof-testvectors to HEAD as of Dec 14.
No change to existing test vectors. This adds HMAC(3) that will be
picked up by wycheproof.go. All these tests currently pass.

ok sthen
2019-12-16 17:15:49 +00:00
tb
ffdf54efa4 update to protobuf 3.11.2.
ok sthen
2019-12-16 17:12:23 +00:00
ajacoutot
d4a5897181 FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS, from upstream.
Needed after the recent pango update.
2019-12-16 15:52:59 +00:00
ajacoutot
9ea20c2030 Temporatily mark broken after recent pango update
(updating to a newer release should fix it).
2019-12-16 15:52:08 +00:00
ajacoutot
c1442dad17 Remove uneeded patch now that we have pango >=1.44 2019-12-16 15:51:07 +00:00
ajacoutot
82e65374f5 Fix build with pango >= 1.44 2019-12-16 15:50:42 +00:00
ajacoutot
02e2712411 BROKEN after recent pango update.
Not sure I want to fix this, this is super old stuff...
2019-12-16 15:50:08 +00:00
ajacoutot
19e9b21bb4 Major update to pango-1.44.7. 2019-12-16 15:49:03 +00:00
jasper
958701ba27 +squashfs-tools 2019-12-16 15:36:37 +00:00
jasper
9efb67d96b import squashfs-tools-4.4
Tools to create and extract Squashfs filesystems.

ok sthen@
2019-12-16 15:35:26 +00:00
jasper
05c5e605ac update to suricata-5.0.1
ok gonzalo@ (MAINTAINER)
2019-12-16 15:33:27 +00:00