150787 Commits

Author SHA1 Message Date
afresh1
db27bfc345 Import mail/p5-Catalyst-View-Email
This module sends out emails from a stash key specified in the
configuration settings.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:43:28 +00:00
afresh1
1c95575747 +www/p5-HTML-FormFu-MultiForm
+www/p5-Catalyst-Controller-ActionRole
+www/p5-Catalyst-ActionRole-ACL
+www/p5-CatalystX-LeakChecker
+www/p5-CatalystX-InjectComponent
+www/p5-CatalystX-Profile
+www/p5-CatalystX-REPL
+www/p5-Catalyst-Plugin-Session-Store-Delegate
+www/p5-Catalyst-Model-Adaptor
+www/p5-Catalyst-Plugin-Session-Store-DBIC
2020-10-09 02:41:40 +00:00
afresh1
192ac54421 Import www/p5-Catalyst-Plugin-Session-Store-DBIC
This storage module will store session data in a database using DBIx::Class.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:40:44 +00:00
afresh1
472226f7fd Import www/p5-Catalyst-Model-Adaptor
Catalyst::Model::Adaptor use a plain class as a Catalyst model.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:39:25 +00:00
afresh1
adc6af3bdc Import www/p5-Catalyst-Plugin-Session-Store-Delegate
This store plugins makes delegating session storage to a first class object
model easy.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:37:53 +00:00
bcallah
a815c1ca90 Update to gnuastro-0.13 -- note the major bump to the shlib due to removed
symbols.
Full changelog is here:
https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v0.13
testing on macppc and ok cwen@
2020-10-09 02:36:44 +00:00
afresh1
bde5b370af Import www/p5-CatalystX-REPL
A read-eval-print-loop for debugging your Catalyst application.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:35:08 +00:00
afresh1
68911a1e55 Import www/p5-CatalystX-Profile
CatalystX::Profile adds support for profiling your Catalyst application,
without profiling all the crap that happens during setup. This noise can
make finding the real profiling stuff trickier, so profiling is disabled
while this happens.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 02:34:06 +00:00
bcallah
97c4b24c0f Add devel/help2man to BDEPS -- latest arm64 bulk failed because of this.
Alerted by naddy@
2020-10-09 02:33:40 +00:00
afresh1
93116a385a Import www/p5-CatalystX-InjectComponent
CatalystX::InjectComponent will inject Controller, Model, and View
components into your Catalyst application at setup (run)time. It does
this by creating a new package on-the-fly, having that package extend
the given component, and then having Catalyst setup the new component
(via ->setup_component)

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 02:32:39 +00:00
afresh1
889a308aec Import www/p5-CatalystX-LeakChecker
Debug memory leaks in Catalyst applications.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 02:31:36 +00:00
afresh1
08f2a06d85 Import www/p5-Catalyst-ActionRole-ACL
Provides a reusable action role for user role-based authorization. ACLs
are applied via the assignment of attributes to application action
subroutines.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 02:30:35 +00:00
afresh1
075dae37b8 Import www/p5-Catalyst-Controller-ActionRole
Catalyst::Controller::ActionRole is a perl module that apply roles to
action instances.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 02:28:46 +00:00
afresh1
91aca691b0 Import www/p5-HTML-FormFu-MultiForm
HTML::FormFu::MultiForm handles multi-page/stage forms with FormFu.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:26:19 +00:00
afresh1
42dcc887fd +devel/p5-Devel-LexAlias
+devel/p5-Lexical-Persistence
+devel/p5-Devel-StackTrace-WithLexicals
+devel/p5-MooseX-RelatedClassRoles
+devel/p5-MooseX-Object-Pluggable
+devel/p5-Devel-REPL
+devel/p5-Carp-REPL
2020-10-09 02:02:36 +00:00
afresh1
1570c1de4f Import devel/p5-Carp-REPL
read-eval-print-loop on die and/or warn.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 02:01:34 +00:00
afresh1
b368a0e479 Import devel/p5-Devel-REPL
This is an interactive shell for Perl, commonly known as a REPL -
Read, Evaluate, Print, Loop. The shell provides for rapid development
or testing of code without the need to create a temporary source code
file.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:00:31 +00:00
afresh1
eb08bc0642 Import devel/p5-MooseX-Object-Pluggable
This module is meant to be loaded as a role from Moose-based classes
it will add five methods and four attributes to assist you with the
loading and handling of plugins and extensions for plugins. I
understand that this may pollute your namespace, however I took great
care in using the least ambiguous names possible.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 01:59:11 +00:00
afresh1
e49d96c02e Import devel/p5-MooseX-RelatedClassRoles
Apply roles to a class related to yours.

From wen heping <wenheping2000 () hotmail ! com>
OK cwen@
2020-10-09 01:57:40 +00:00
afresh1
9a88a271bf Import devel/p5-Devel-StackTrace-WithLexicals
The Devel::StackTrace module contains two classes, Devel::StackTrace
and Devel::StackTrace::Frame. These objects encapsulate the information
that can retrieved via Perl's caller function, as well as providing
a simple interface to this data.

From wen heping <wenheping2000 () hotmail ! com>
Tweaks + OK cwen@
2020-10-09 01:56:17 +00:00
afresh1
59f1b9fc20 Import devel/p5-Lexical-Persistence
Lexical::Persistence does a few things, all related. Note that all the
behaviors listed here are the defaults. Subclasses can override nearly
every aspect of Lexical::Persistence's behavior.

From wen heping <wenheping2000 () hotmail ! com>
Tweaks + OK cwen@
2020-10-09 01:52:49 +00:00
afresh1
1e65486151 Import devel/p5-Devel-LexAlias
Devel::LexAlias provides the ability to alias a lexical variable in a
subroutines scope to one of your choosing.

From wen heping <wenheping2000@hotmail.com>
Tweaks and OK cwen@
2020-10-09 01:50:20 +00:00
kn
7e0d3a4b3e Remove py-augeas Python 2 FLAVOR (no consumers)
OK kmos
2020-10-08 23:12:03 +00:00
daniel
000dce6fc5 Make py-patsy and py-scs python3 only so scipy can be updated.
ok bket@, kmos@
2020-10-08 20:34:52 +00:00
sthen
a4449754d5 graphics/glew: update to 2.2.0, from Brad, been through bulk on i386 2020-10-08 20:18:25 +00:00
sthen
c06543f652 graphics/gd: switch to cmake build, from Brad, been through bulk on i386 2020-10-08 20:17:19 +00:00
sthen
2d13a5ae06 graphics/gd: switch to cmake build, from Brad, been through bulk on i386 2020-10-08 20:16:56 +00:00
kn
4e3feb151e Remove glimpse
From Stefan Hagen:
"""
 Glimpse is functional, but
 upstream is dead for years. Glimpse (the indexer) is completely gone
 and can only be found on mirrors and archive.org. Webglimpse originally
 was the webfrontend for glimpse, but is mentioned as homepage in the
 port (which is not correct, the port does not contain the web part).

 Anyway, webglimpse.net is also gone. There is a backup version on
 github (last commit 2014). https://github.com/gvelez17/webglimpse

 The gimpse version we're installing is from 1998. There is no more
 recent one.

 Good source code indexers are rare, but this one might just be
 too old by now.

 Also:
 $ make 2>&1 | grep -i warning | wc -l
 970
"""

No port depends on it anymore after I removed the dependency on it from
misc/tkman.

No objection schwarze
OK kmos
2020-10-08 19:54:31 +00:00
sthen
0213100e3d update to solr-8.6.3 2020-10-08 14:14:35 +00:00
kn
7d907c4ecb Update to varnish 6.5.1
https://github.com/varnishcache/varnish-cache/blob/6.5/doc/changes.rst

OK gonzalo
2020-10-08 12:34:23 +00:00
gonzalo
77467f4f0c x11/wxWidgets is LIB_DEPENDS
Spotted by aja@ thanks!
2020-10-08 12:19:59 +00:00
daniel
1759e5ee1d Update matplotlib to v3.0.3 which is now python3 only.
ok bket@
2020-10-08 12:03:49 +00:00
daniel
cdf3acca33 move tsung to python3 so matplotlib can be updated.
ok bket@
2020-10-08 11:59:33 +00:00
sthen
a4ca47eb4e update to MariaDB 10.5.6, from Brad. CVE-2020-15180 2020-10-08 11:40:09 +00:00
sthen
ce75d4d24c update unifi/testing to 6.0.27, needs beta forum access for now 2020-10-08 11:36:07 +00:00
ajacoutot
4de2c3ce99 Oops, bumped the wrong subpackage. 2020-10-08 06:47:45 +00:00
cwen
799d1206dd kitty: build only on hardware accelerated, OpenGL>=3.3, archs
Since kitty offloads the rendering to the GPU, it doesn't make much sense
to run it without hardware acceleration.

Spotted while fixing the build on macppc. Thanks to Brad for proposing
to use ONLY_FOR_ARCHS instead of not building the port on macppc only.
Aarch64 has been added since it supports amdgpu(4) and radeondrm(4).

OK thfr@ (maintainer, on my first proposal)
2020-10-08 00:12:29 +00:00
cwen
4a65ef4ab8 +jpeginfo 2020-10-07 22:36:04 +00:00
cwen
830728c596 Import graphics/jpeginfo, from Mikolaj Kucharski
< mikolaj at kucharski dot name >.

OK sthen@

Comment:
prints information and tests integrity of JPEG files

Description:
Jpeginfo is an utility to generate informative listings from JPEG files,
and to check JPEG files for errors. Program also supports automagic
deletion of broken JPEGs.

WWW: https://www.kokkonen.net/tjko/projects.html


+jpeginfo
2020-10-07 22:35:03 +00:00
thfr
af069b9b70 update to fnaify 3.0
changelog: https://github.com/rfht/fnaify/releases/tag/3.0
given recent mojoshader API changes, you may need to run with
'-F 20.09' until there is a ports FNA.dll
2020-10-07 22:14:12 +00:00
sthen
ea01c54501 update to PowerDNS (authoritative server) 4.3.1, ok otto@ 2020-10-07 21:20:45 +00:00
jca
a207d83f98 Prevent gnulib compat code from using snprintf("...%n") for no good reason
Heavier fix in upstream gnulib:
https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html

ok naddy@ (maintainer)
2020-10-07 21:14:35 +00:00
naddy
f1a61fe4c2 our vsnprintf works properly; skip test that uses %n 2020-10-07 20:28:59 +00:00
jeremy
226758747d Update to rack 2.2.3
Drop test code as the rack gem no longer ships with tests.
2020-10-07 20:01:32 +00:00
cwen
1d88ab2233 qemu: allow to boot {Net,Open}BSD/hppa
« Go ahead » Brad (maintainer)
2020-10-07 19:55:57 +00:00
bket
439c8cce29 Update to borgbackup-1.1.14
Changes: https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst

OK rsadowski@
2020-10-07 18:28:08 +00:00
kn
a255d66579 Update to Mumble 1.3.3
Fixed: Chatbox invisble (zero height) (#4388)
Fixed: Handling of invalid packet sizes (#4394)
Fixed: Race-condition leading to loss of shortcuts (#4430)
Fixed: Link in About dialog is now clickable again (#4454)
Fixed: Sizing issues in ACL-Editor (#4455)
2020-10-07 16:58:34 +00:00
sthen
8c5c2eb394 update to py-acme/certbot 1.9.0 2020-10-07 13:32:49 +00:00
sthen
891bf21b9c update to py-passlib-1.7.3, switch to py3-only 2020-10-07 13:32:27 +00:00
sthen
0900a7fc68 update unifi/testing to 6.0.26 2020-10-07 13:26:52 +00:00