22498 Commits

Author SHA1 Message Date
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
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
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
feinerer
cfdcd8650f Update CVE quirk for telephony/coturn
Fixes CVE-2020-6061 and CVE-2020-6062.
2020-05-17 10:21:44 +00:00
ajacoutot
8ef0aa7b90 symbolextractor: add support for OpenBSD. 2020-05-16 17:03:29 +00:00
sthen
9f9ee7db1e fix PERMIT_PACKAGE, spotted by bluhm@.
add graphics to CATEGORIES; bluhm suggested putting the port in graphics/
but I had already committed in devel (to go with gobject-related ports)
and don't really like doing moves with cvs.
2020-05-16 11:53:00 +00:00
sthen
8076933aeb +p5-Cairo-GObject 2020-05-16 11:04:12 +00:00
sthen
dd47e76113 import ports/devel/p5-Cairo-GObject, tweak/ok aja@
Cairo::GObject registers Cairo's types (Cairo::Context, Cairo::Surface,
etc.) with Glib's type systems so that they can be used normally in
signals and properties. If you have encountered an error akin to this:

GType CairoContext (15497280) is not registered with gperl

-- then you need to use Cairo::GObject.
2020-05-16 11:03:30 +00:00
bket
17406cf14b Update CVE quirk for openconnect (CVE-2020-12823) 2020-05-16 10:24:02 +00:00
ajacoutot
3b2640a27d Update to meson-0.54.2. 2020-05-16 09:39:38 +00:00
rsadowski
f7928df776 Update jenkins to 2.236 2020-05-16 06:11:34 +00:00
rsadowski
2169a0c356 Update pycharm to 2020.1.1
Change maintainer email address (Forget in the last commit)

Update diff from Lucas Raab (maintainer)
2020-05-16 06:11:13 +00:00
rsadowski
282c617479 Update jenkins-stable to 2.222.3 2020-05-16 06:10:02 +00:00
rsadowski
846ccec0dd Update intellij to 2020.1.1
Update diff from Lucas Raab (maintainer)
2020-05-16 06:09:33 +00:00
rsadowski
2f44d362a0 Update kdevelop to 5.5.1 2020-05-16 05:57:15 +00:00
bluhm
2de395bd15 update p5-FFI-CheckLib to 0.27 2020-05-15 22:08:12 +00:00
bluhm
f5153b0e0f update p5-MCE to 1.868
from wen heping; OK sthen@
2020-05-15 22:00:37 +00:00
kili
c1eafae641 Update to happy-0.19.10.
From Greg Steuck. Thanks!

In addition to Gregs diff, I also removed charset from WANTLIB (not
used, test results with and without libcharset.so are identical).
2020-05-15 21:50:23 +00:00
bluhm
fc4031404e update p5-Exporter-Tiny to 1.002002 2020-05-15 21:27:47 +00:00
ajacoutot
6c1e09696d Move bash completions in their proper directory.
Regen all PLISTs while here.

ok stsp@ (maintainer)
2020-05-15 14:47:40 +00:00
sthen
95307979d9 remove py2-only databases/py-mysql and provide an upgrade path to the
(compatible) databases/py-mysqlclient. ok jasper@
2020-05-15 10:23:59 +00:00
ajacoutot
89d953d682 Add bash completions. 2020-05-15 09:32:47 +00:00
jcs
0df2ad34a7 update maintainer email address 2020-05-14 21:08:01 +00:00
rsadowski
0b547029f3 Update doxygen (gui) to 1.8.18 2020-05-14 19:50:52 +00:00
rsadowski
3a91c29eab Update doxygen to 1.8.18 2020-05-14 19:50:14 +00:00
rsadowski
29199a2591 Update catch2 to 2.12.1 2020-05-14 19:43:27 +00:00
kn
aa0b16755d Update to leiningen 2.9.3
Do not depend on bash as the lein script is compatible with our ksh.
2020-05-14 18:59:22 +00:00
cwen
afef7543ff p5-Test-utf8: update to 1.02.
The only change brought by this release is to add the possibility to do
the build without '.' in @INC (we still have '.' in @INC). While here,
modify my maintainer email address.

From Wen Heping, thanks!
2020-05-14 17:29:44 +00:00
ajacoutot
188116de37 Register removal of shared-color-targets, argyll and libcroco. 2020-05-14 16:25:00 +00:00
juanfra
b5b52ac537 Update to mercurial 5.4. 2020-05-14 15:52:55 +00:00
jasper
624d73ac57 missing full stop in DESCR 2020-05-14 15:42:40 +00:00
ajacoutot
665d42dfa6 No more gtk+4-cloudprint. 2020-05-14 15:31:06 +00:00
jasper
9598a04789 fix a wrapped line in README 2020-05-14 15:30:46 +00:00
jasper
ced3d844b8 register gnome-planner and gnome-recipes removal 2020-05-14 15:21:01 +00:00
jasper
10b8ac47fb update to glade-3.36.0 2020-05-14 15:13:34 +00:00
jasper
d0fa350345 update to vte3-0.60.2 2020-05-14 15:01:23 +00:00
jasper
8f9a2bf8d9 - update to libpeas-1.26.0
- disable python2 loaders
2020-05-14 14:57:37 +00:00
jasper
1c732142b0 update to gobject-introspection-1.64.1 2020-05-14 14:56:40 +00:00
jasper
29f1dc61c5 +spidermonkey68 2020-05-14 14:54:41 +00:00
jasper
391c8be6d0 import spidermonkey68-68.8.0
SpiderMonkey is Mozilla's JavaScript engine written in C and C++.

feedback and ok aja@
2020-05-14 14:54:11 +00:00
ajacoutot
0350a1e7c9 Update to py-gobject3-3.36.1. 2020-05-14 14:53:12 +00:00
ajacoutot
102cceeb9c Update to libwnck3-3.36.0. 2020-05-14 14:52:42 +00:00
ajacoutot
184baeceff Update to libsoup-2.70.0. 2020-05-14 14:52:22 +00:00
ajacoutot
21896c0b57 Update to gsettings-desktop-schemas-3.36.1. 2020-05-14 14:52:05 +00:00
ajacoutot
76eddf858f Update to glib2mm-2.64.2. 2020-05-14 14:51:32 +00:00
ajacoutot
6e2a2892b5 Update to dconf-0.36.0. 2020-05-14 14:51:08 +00:00