| Port details |
- p5-Dancer2-Plugin-LogReport Logging, exceptions and translations in Dancer2 via Log::Report
- 2.03 devel
=0 2.02Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-12-19 11:21:07
- Last Update: 2026-04-27 13:07:02
- Commit Hash: 982bd00
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/Dancer2-Plugin-LogReport
- Description:
- Dancer2::Plugin::LogReport provides easy access to the extensive logging
facilities provided by Log::Report. Along with Dancer2::Logger::LogReport, this
brings together all the internal Dancer2 logging, handling for expected and
unexpected exceptions, translations and application logging.
Logging is extremely flexible using many of the available dispatchers. Multiple
dispatchers can be used, each configured separately to display different
messages in different formats. By default, messages are logged to a session
variable for display on a webpage, and to STDERR.
Messages within this plugin use the extended Dancer2::Logger::LogReport::Message
class rather than the standard Log::Report::Message class.
Note that it is currently recommended to use the plugin in all apps within a
Dancer2 program, not only some. Therefore, wherever you use Dancer2 you should
also use Dancer2::Plugin::LogReport. This does not apply if using the same app
name (use Dancer2 appname, 'Already::Exists'). In all other modules, you can
just use Log::Report.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- p5-Dancer2-Plugin-LogReport>0:devel/p5-Dancer2-Plugin-LogReport
- To install the port:
- cd /usr/ports/devel/p5-Dancer2-Plugin-LogReport/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Dancer2-Plugin-LogReport
- pkg install p5-Dancer2-Plugin-LogReport
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Dancer2-Plugin-LogReport
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1777252552
SHA256 (Dancer2-Plugin-LogReport-2.03.tar.gz) = ca5e32fb53ac821469c4252517a8fd4d23b879be17e50874461759a4126e743d
SIZE (Dancer2-Plugin-LogReport-2.03.tar.gz) = 24697
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Dancer2>=0.207 : www/p5-Dancer2
- p5-Log-Report>=1.45 : devel/p5-Log-Report
- p5-Log-Report-Template>=0 : devel/p5-Log-Report-Template
- perl5>=5.42.r<5.43 : lang/perl5.42
- perl5>=5.42.r<5.43 : lang/perl5.42
- Runtime dependencies:
-
- p5-Dancer2>=0.207 : www/p5-Dancer2
- p5-Log-Report>=1.45 : devel/p5-Log-Report
- p5-Log-Report-Template>=0 : devel/p5-Log-Report-Template
- perl5>=5.42.r<5.43 : lang/perl5.42
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Dancer2-Plugin-LogReport
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.03 27 Apr 2026 13:07:02
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Dancer2-Plugin-LogReport: Update to 2.03
Changes: https://metacpan.org/dist/Dancer2-Plugin-LogReport/changes |
2.02 19 Dec 2025 11:10:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/p5-Dancer2-Plugin-LogReport: Add p5-Dancer2-Plugin-LogReport 2.02
Dancer2::Plugin::LogReport provides easy access to the extensive logging
facilities provided by Log::Report. Along with Dancer2::Logger::LogReport, this
brings together all the internal Dancer2 logging, handling for expected and
unexpected exceptions, translations and application logging.
Logging is extremely flexible using many of the available dispatchers. Multiple
dispatchers can be used, each configured separately to display different
messages in different formats. By default, messages are logged to a session
variable for display on a webpage, and to STDERR.
Messages within this plugin use the extended Dancer2::Logger::LogReport::Message
class rather than the standard Log::Report::Message class.
Note that it is currently recommended to use the plugin in all apps within a
Dancer2 program, not only some. Therefore, wherever you use Dancer2 you should
also use Dancer2::Plugin::LogReport. This does not apply if using the same app
name (use Dancer2 appname, 'Already::Exists'). In all other modules, you can
just use Log::Report. |