Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.0_1 03 May 2025 23:28:45
    |
Nuno Teixeira (eduardo)  Author: Einar Bjarni Halldórsson |
www/p5-Dancer-Plugin-Swagger: Missing dependancy on p5-Module-Version
www/p5-Dancer-Plugin-Swagger is missing a dependency on
devel/p5-Module-Version since 0.3.0
PR: 282631 |
0.3.0 30 Sep 2024 14:02:02
    |
Robert Clausecker (fuz)  Author: Geoffroy Desvernay |
www/p5-Dancer-Plugin-Swagger: update to 0.3.0
Maintaines's mail changed, and little update to 0.3.0:
From https://metacpan.org/dist/Dancer-Plugin-Swagger/changes :
0.3.0 2021-06-03
[ENHANCEMENTS]
- use Module::Version for API version munging. (GH#3, Mike Whitaker)
0.2.1 2021-05-30
[BUG FIXES]
- no default type for params defined by schema. (GH#2, Mike Whitaker)
PR: 277165 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.0 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.2.0 18 Apr 2019 15:02:23
  |
kai  |
New port: www/p5-Dancer-Plugin-Swagger
This plugin provides tools to create and access a Swagger specification file
for a Dancer REST web service.
Overview of Dancer::Plugin::Swagger's features:
* Can create a /swagger.json REST specification file.
* Can auto-discover routes and add them to the swagger file.
* Can provide a Swagger UI version of the swagger documentation.
WWW: https://metacpan.org/pod/Dancer::Plugin::Swagger
PR: 237109
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19919 |