Port details |
- p5-Kwalify Implementation of Kwalify parser, validator and data binding tool
- 1.23 textproc
=0 1.23Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2008-10-24 09:35:44
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON.
This package provides a Perl 5 implementation of Kwalify.
WWW: https://metacpan.org/release/Kwalify
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Kwalify>0:textproc/p5-Kwalify
- To install the port:
- cd /usr/ports/textproc/p5-Kwalify/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Kwalify
- pkg install p5-Kwalify
- PKGNAME: p5-Kwalify
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1582355000
SHA256 (Kwalify-1.23.tar.gz) = a8f42260d431404253747de1122951a7616a6660755090eb765a6f2305e395c0
SIZE (Kwalify-1.23.tar.gz) = 16613
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Test-Fixture-DBIC-Schema
- for Run
-
- devel/p5-Test-Fixture-DBIC-Schema
- Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Kwalify
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.23
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Feb 2020 15:59:28
1.23
|
sunpoet  |
Update to 1.23
Changes: https://metacpan.org/changes/distribution/Kwalify |
02 Feb 2020 11:06:25
1.22_1
|
sunpoet  |
Add PORTSCOUT
- Add NO_ARCH
- Sort PLIST |
27 May 2018 20:15:20
1.22_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.22_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
14 Sep 2015 12:19:50
1.22_1
|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
26 Nov 2014 13:08:38
1.22_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
18 Nov 2014 10:38:27
1.22
|
mat  |
Take miwi's old perl ports into perl@'s fold.
Sponsored by: Absolight |
18 Nov 2014 09:37:33
1.22
|
bapt  |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
21 Jan 2014 14:04:00
1.22
|
mat  |
* Convert to staging
* Add license
* pet portlint
Sponsored by: Absolight |
20 Sep 2013 23:17:32
1.22
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
11 Sep 2013 07:41:00
1.22
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
09 Jun 2013 19:27:01
1.22
|
miwi  |
- Update to 1.22
- Trim header |
20 Jun 2011 09:03:27
1.21
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
03 Nov 2009 11:30:15
1.21
|
miwi  |
- Update to 1.21 |
03 Sep 2009 21:56:01
1.20
|
miwi  |
- Update to 1.20 |
24 Oct 2008 09:35:07
1.19
|
miwi  |
Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON.
This package provides a Perl 5 implementation of Kwalify.
WWW: http://search.cpan.org/dist/Kwalify/ |