147225 Commits

Author SHA1 Message Date
afresh1
a4484db528 Import p5-String-Escape-2010.002
Backslash escapes, quoted phrase, word elision, etc.

From wen heping <wenheping2000 () hotmail ! com>
OK bluhm@
2020-05-17 23:21:02 +00:00
cwen
a3988f54be grace: update to 5.1.25
PDF support is no more available, it requires pdflib>=5, and the new licensing
terms don't allow us to distribute it. Upstream dropped TIFF support. Also,
move HOMEPAGE to https.

OK jca@
2020-05-17 23:04:49 +00:00
cwen
cb3a2616c3 p5-Email-FolderType: add a missing run depends, remove it from p5-Email-Filter
afresh1@ found out that the previous fix that targeted p5-Email-Filter was
actually for p5-Email-FolderType, so fix it there instead.

Module::Pluggable has been removed from core some times ago, add the module
to RUN_DEPENDS. While here make spacing consistent around '=', and add a
missing TEST_DEPENDS.

input and OK afresh1@
2020-05-17 22:37:08 +00:00
cwen
04c769866a p5-Email-Filter: add a missing run depends
Module::Pluggable has been removed from core some times ago, add the module
to RUN_DEPENDS. While here remove the "BUILD_DEPENDS = ${RUN_DEPENDS}"
construct that is not needed.

OK afresh1@
2020-05-17 21:30:21 +00:00
bcallah
30f91d548d Update to endless-sky-0.9.12
Changelog: https://github.com/endless-sky/endless-sky/releases/tag/v0.9.12
2020-05-17 21:08:07 +00:00
bcallah
3c5903ba12 Update to lookat-2.0.1
Changelog: https://savannah.nongnu.org/forum/forum.php?forum_id=9722
2020-05-17 20:46:33 +00:00
bcallah
289d4bc097 Update to bfs-1.7
Changelog: https://github.com/tavianator/bfs/releases/tag/1.7
2020-05-17 20:43:09 +00:00
bcallah
d0faafd33c Update to gawk-5.1.0
Changelog: http://git.savannah.gnu.org/cgit/gawk.git/tree/NEWS
amd64 and sparc64 testing by me
macppc testing by cwen@
octeon testing by jj
ok kn@ cwen@
2020-05-17 20:26:40 +00:00
millert
f2e2edc713 Update py-dulwich to 0.19.16 and make python3 the default flavor.
Passes its tests and verified working with mercurial 5.3.2 and the
latest hg-git from foss.heptapod.net.  OK kn@
2020-05-17 20:20:08 +00:00
afresh1
2bc579fa18 + p5-Twitter-API 2020-05-17 18:48:47 +00:00
afresh1
1af58e0834 Import p5-Twitter-API-1.0005
Twitter::API provides an interface to the Twitter REST API for perl.

Features:
* full support for all Twitter REST API endpoints
* not dependent on a new distribution for new endpoint support
* optionally specify access tokens per API call
* error handling via an exception object that captures the full
  request/response context
* full support for OAuth handshake and Xauth authentication

Additional features are available via optional traits:
* convenient methods for API endpoints with simplified argument
  handling via ApiMethods
* normalized booleans (Twitter likes 'true' and 'false', except when
  it doesn't) via NormalizeBooleans
* automatic decoding of HTML entities via DecodeHtmlEntities
* automatic retry on transient errors via RetryOnError
* "the whole enchilada" combines all the above traits via Enchilada
* app-only (OAuth2) support via AppAuth
* automatic rate limiting via RateLimiting

OK sthen@
2020-05-17 18:48:07 +00:00
afresh1
93a3646755 + p5-HTTP-Thin p5-URL-Encode p5-WWW-OAuth 2020-05-17 18:47:22 +00:00
afresh1
5ba44bc34c Import p5-WWW-OAuth-1.000
WWW::OAuth implements OAuth 1.0 request authentication according to RFC
5849 <http://tools.ietf.org/html/rfc5849> (sometimes referred to as
OAuth 1.0A). It does not implement the user agent requests needed for
the complete OAuth 1.0 authorization flow; it only prepares and signs
requests, leaving the rest up to your application. It can authenticate
requests for LWP::UserAgent, Mojo::UserAgent, HTTP::Tiny, and can be
extended to operate on other types of requests.

OK sthen@
2020-05-17 18:46:50 +00:00
afresh1
97f38e9531 Import p5-URL-Encode-0.03
This module provides functions to encode and decode strings into and
from the "application/x-www-form-urlencoded" encoding.

OK sthen@
2020-05-17 18:46:05 +00:00
afresh1
6a0fe78215 Import p5-HTTP-Thin-0.006
HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability
to pass in HTTP::Request objects and get back HTTP::Response objects.
The maintainers of HTTP::Tiny, justifiably, don't want to have to
maintain compatibility but many other projects already consume the
HTTP::Message objects. This is just glue code doing what it does
best.

OK sthen@
2020-05-17 18:45:28 +00:00
afresh1
910bc22a57 + p5-Class-Tiny-Chained p5-MooX-Aliases p5-MooX-Traits p5-Test-Spec 2020-05-17 18:44:09 +00:00
afresh1
d5f306c68a Import p5-Test-Spec-0.54
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a. examples)
are named with strings instead of subroutine names, so your fingers
will suffer less fatigue from underscore-itis, with the side benefit
that the test reports are more legible.

This module is inspired by and borrows heavily from RSpec, a BDD
tool for the Ruby programming language.

OK sthen@
2020-05-17 18:42:47 +00:00
afresh1
0401e4c70a Import p5-MooX-Traits-0.005
This module is the same thing as MooseX::Traits and MouseX::Traits,
only for Moo.

OK sthen@
2020-05-17 18:41:57 +00:00
afresh1
34e24734a1 Import p5-MooX-Aliases-0.001006
The MooX::Aliases module will allow you to quickly alias methods in Moo.
It provides an alias parameter for has() to generate aliased accessors
as well as the standard ones. Attributes can also be initialized in the
constructor via their aliased names.

OK sthen@
2020-05-17 18:41:06 +00:00
afresh1
03bc02b885 Import p5-Class-Tiny-Chained-0.004
Class::Tiny::Chained is a wrapper around Class::Tiny which makes the
generated attribute accessors chainable; that is, when setting an
attribute value, the object is returned so that further methods can be
called.

OK sthen@
2020-05-17 18:39:54 +00:00
rsadowski
878eaffe60 Unbreak poppler build
Remove hardcoded poppler-glib SOVERSION

Spotted by naddy aja, ok kili (maintainer)
2020-05-17 18:29:37 +00:00
ajacoutot
8acc05f944 Update to shared-mime-info-2.0. 2020-05-17 18:16:24 +00:00
kili
8a30a11788 On i386, explicitely set GHC_CC_OPTS to -Wl,-znotext -Wl,-z,wxneeded.
Also, drop -fno-pie from CFLAGS.

Unbreaks build as noticed by sthen and also fixes ghci.
2020-05-17 18:06:07 +00:00
ajacoutot
69a141d92c Remove stray line. 2020-05-17 17:55:22 +00:00
ajacoutot
358f84329f Update to yaru-20.10.1. 2020-05-17 17:54:05 +00:00
fcambus
4675531817 Fix build with adplug 2.3.2.
Thanks to ajacoutot@ and naddy@ for reporting the issue.
2020-05-17 16:42:38 +00:00
rsadowski
9dfdf63f6a Remove quazip qtwebkit as dependency.
quazip and qtwebkit are no longer required. Regen WANTLIB and bump.

OK landry@ (maintainer)
2020-05-17 16:35:01 +00:00
rsadowski
fe70fab8e5 Remove useless Qt5*_DIR vars, it comes from our qt5 module
OK edd@ (maintainer)
2020-05-17 16:26:02 +00:00
edd
52b801b607 Update net/syncthing to version 1.5.0.
OK paco@ and bket@. Thank you both.
2020-05-17 16:10:25 +00:00
ajacoutot
364c6e17fe Stupid me, I reversed the logic.
spotted by naddy@
2020-05-17 15:41:04 +00:00
ajacoutot
fdc963bb49 SECURITY update to sane-backends-1.0.30.
CVE-2020-12867, CVE-2020-12862, CVE-2020-12863, CVE-2020-12865,
CVE-2020-12866, CVE-2020-12864
2020-05-17 15:30:11 +00:00
abieber
8921d9c50b Remove PKGNAME, setting DISTNAME is enough.
OK ajacoutot@
2020-05-17 14:33:04 +00:00
ajacoutot
88353e68db Update to libgfbgraph-0.2.4. 2020-05-17 13:42:21 +00:00
sthen
57274a51b2 update to dnsperf-2.3.4 2020-05-17 13:41:22 +00:00
ajacoutot
059e20e3cf BROKEN after the recent update to adplug.
ok sthen@
2020-05-17 13:37:47 +00:00
kn
2b49adfcf0 Update to lowdown 0.6.4
From Lucas Raab, thanks!
No response from MAINTAINER in over a month
2020-05-17 13:31:10 +00:00
ajacoutot
6e2966ef49 No need to extract the zip modules either, go takes care of it.
prodded by and ok abieber@
2020-05-17 13:08:20 +00:00
sthen
2869ec40b2 update to mutt-1.14.1 2020-05-17 11:36:26 +00:00
ajacoutot
197162fc3e Update to osinfo-db-20200515. 2020-05-17 10:51:28 +00:00
kn
a8cf740bb8 Remove unmaintained and now comercial nipper ports
nipper and libnipper became comercial over ten years ago and have not been
updated ever since;  HOMEPAGE doesn't even mention them any longer.

Pointed out by Marcus MERIGHI <mcmer-openbsd at tor dot at>, thanks!
OK sthen jca
2020-05-17 10:36:17 +00:00
ajacoutot
251c3115fb Do not extract mod files. 2020-05-17 10:31:50 +00:00
feinerer
cfdcd8650f Update CVE quirk for telephony/coturn
Fixes CVE-2020-6061 and CVE-2020-6062.
2020-05-17 10:21:44 +00:00
feinerer
e7c073ddc2 Update to coturn 4.5.1.2 2020-05-17 10:14:53 +00:00
ajacoutot
36674ba8e1 SUPDISTFILES is never added to DISTFILES so "make fetch" will not get them.
Move to DISTFILES directly; to be revisited once the go folks are awake but
it should at least fix the breakage seen by naddy@ for now.
2020-05-17 10:08:36 +00:00
ajacoutot
d142a485ae Don't pick up help2man, it breaks the build.
spotted by nigel@
2020-05-17 09:34:23 +00:00
ajacoutot
4b6705d33d Re-enable cpu-used=7+ in codec_aom when libaom major version > 1.
from Brad (maintainer)
2020-05-17 09:29:09 +00:00
ajacoutot
d533c9b174 Re-enable cpu-used=7+ in codec_aom when libaom major version > 1.
from Brad (maintainer)
2020-05-17 09:29:01 +00:00
jca
4fa9faa879 Mention mbedTLS FLAVOR
Suggested by kn@
2020-05-17 08:53:27 +00:00
gonzalo
8223a090bc Update for SMPlayer to 20.4.2
tested by Josh Gross thanks!
2020-05-17 06:09:40 +00:00
rsadowski
d8fa90977c Add missing Qt5WebKit* in WANTLIB
ok gonzalo@ (maintainer)
2020-05-17 05:50:01 +00:00