./www/p5-Dancer2, Lightweight yet powerful web application framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0, Package name: p5-Dancer2-1.1.0, Maintainer: pkgsrc-users

Dancer2 is the new generation of Dancer, the lightweight web-framework
for Perl. Dancer2 is a complete rewrite based on Moo.


Required to run:
[textproc/p5-YAML] [www/p5-URI] [www/p5-libwww] [www/p5-Template-Toolkit] [lang/perl5] [devel/p5-Module-Pluggable] [converters/p5-JSON] [devel/p5-App-Cmd] [www/p5-HTTP-Body] [devel/p5-Config-Any] [textproc/p5-YAML-LibYAML] [devel/p5-Capture-Tiny] [textproc/p5-Template-Tiny] [www/p5-Plack] [www/p5-HTTP-Message] [www/p5-HTTP-Date] [devel/p5-Moo] [devel/p5-Hash-Merge-Simple] [devel/p5-Role-Tiny] [devel/p5-Safe-Isa] [devel/p5-MooX-Types-MooseLike] [security/p5-Crypt-URandom] [devel/p5-MooX-Types-MooseLike-Numeric] [devel/p5-Return-MultiLevel] [converters/p5-JSON-MaybeXS] [devel/p5-Type-Tiny] [www/p5-Plack-Middleware-RemoveRedundantBody] [www/p5-Plack-Middleware-FixMissingBodyInRedirect] [www/p5-HTTP-Headers-Fast] [devel/p5-File-Share] [devel/p5-Ref-Util]

Required to build:
[devel/p5-ExtUtils-MakeMaker] [devel/p5-Test-Memory-Cycle] [time/p5-Test-MockTime] [net/p5-Test-TCP] [devel/p5-Test-Fatal] [devel/p5-File-ShareDir-Install] [devel/p5-Exporter-Tiny] [www/p5-LWP-Protocol-PSGI] [pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 401.97 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-07 02:36:12 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.1.0

Upstream changes:
1.1.0     2023-12-11 20:28:26-05:00 America/New_York
    [ ENHANCEMENTS ]
    * GH #33: Named routes; add uri_for_route keyword (Sawyer X)
   2023-10-22 06:28:30 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.0.0

1.0.0     2023-10-09 10:10:10-04:00 America/New_York

    [ BUG FIXES ]
    * GH #1663: Allow overriding of prefix in add_route (GeekRuthie)
    * GH #1675: Stringify VERSION_FROM correctly in Makefile.PL (Jason
      A. Crome)
    * GH #1677: Don't deserialize multipart form data on post (Emil
      Perhinschi)
    * GH #1694: Update JS assets in Dancer2 app skel (Jason A. Crome)

    [ ENHANCEMENTS ]
    * PR #1682: Bump minimum version of Perl to 5.14 (Jason A. Crome)

    [ DOCUMENTATION ]
    * GH #1580: Document the purpose of the .dancer file (Jason A. Crome)
    * GH #1669: Show correct usage of Dancer2::Core::Error (GeekRuthie)
    * GH #1674: Fix POD for input_handle() (mauke)
    * GH #1414: Add documentation resources to the doc map (Jason A.
      Crome, Yanick Champoux)
    * PR #1684: Remove shumphrey from core developers (Steven Humphrey)
    * GH #1685: Document the versioning scheme and Dancer2 release
      process (Jason A. Crome)
    * PR #1688: Fixed various bugs/issues in Dancer2 Pod (Jason A. Crome)
    * PR #1691: Update the contribution guidelines (Jason A. Crome)
    * PR #1692: Change README extension .mkdn -> .md (Jason A. Crome)

    [ DEPRECATED ]
    * GH #1645: Deprecated Dancer2::Test (Jason A. Crome)
    * GH #1646: Deprecated keyword: push_header (Jason A. Crome)
    * GH #1647: Deprecated keyword: header (Jason A. Crome)
    * GH #1648: Deprecated keyword: headers (Jason A. Crome)
    * GH #1649: Deprecated keyword: context (Jason A. Crome)
    * GH #1650: Deprecated: splat/capture named placeholders (Jason A.
      Crome)
    * GH #1651: Deprecated core Request instance method:
      request->dispatch_path (Jason A. Crome)
    * GH #1652: Deprecated keyword in plugins: plugin_setting (Jason A.
      Crome)
    * GH #1653: Deprecated keyword in plugins: dancer_app (Jason A. Crome)
    * GH #1654: Deprecated keyword in plugins: request (Jason A. Crome)
    * GH #1655: Deprecated keyword in plugins: var (Jason A. Crome)
    * GH #1656: Deprecated keyword in plugins: hook (Jason A. Crome)

    [ MISC ]
    * GH #1659: Rename `master` branch to be `main` (Yanick Champoux)
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-04-29 10:03:22 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.400001

Upstream changes:
0.400001  2023-02-05 18:41:48-05:00 America/New_York

    [ BUG FIXES ]
    * PR #1247: Fix edge case in plugin compat (Sawyer X)
    * GH #1621: Fix recursion error in TT after longjump (Andy Beverley,
      Russell @veryrusty Jenkins)
    * PR #1667: Remove failing module from GitHub Actions
      config (Jason A. Crome)

    [ ENHANCEMENTS ]
    * GH #769, PR #829, #1662: Rename show_errors as show_stacktrace
      (Nuno Ramos Carvalho, Sawyer X)
    * GH #1594: Use Unicode::UTF8 if available (Sawyer X)

    [ DOCUMENTATION ]
    * GH #1657: Fix the Dancer2::DeprecationPolicy abstract (Jason A. Crome)
    * GH #1661: Add 'gen' command to 'dancer2' runs (Steve Bertrand)
    * PR #1671: Fix broken links in POD; avoid passive voice (Tom Hukins)
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-03-20 03:17:14 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.400000

Upstream changes:
0.400000  2022-03-13 22:16:13-04:00 America/New_York

    [ BUG FIXES ]
    * PR #1634: Fix CI push setting to run tests on branches with / in the
      name (Stefan Hornburg - Racke)
    * PR #1641: Fix uninitialized warnings from parsing routes with mixed
      regex/splats (Russell @veryrusty Jenkins)

    [ ENHANCEMENTS ]
    * PR #1627: Set minimum Perl to 5.10.1 (Peter Mottram - SysPete)
    * PR #1643: Set minimum Perl to 5.12.5 (Jason A. Crome)

    [ DOCUMENTATION ]
    * PR #1633: Fix YAML example in the tutorial (Tina Müller)
    * PR #1644: Add deprecation policy to docs; link git guide (Jason A.
      Crome)
   2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030)
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts):
www/nghttp2/distinfo

Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz