Port details |
- p5-Data-Sah-Resolve Resolve Sah schema
- 0.011 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-09-05 06:21:27
- Last Update: 2024-09-05 06:11:16
- Commit Hash: f09e409
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/Data-Sah-Resolve
- Description:
- Data::Sah::Resolve provides resolve_schema. Sah schemas can be defined in terms
of other schemas as base. The resolving process follows the (outermost) base
schema until it finds a builtin type as the (innermost) base. It then returns a
hash result (a DefHash with v=2) containing the type as well other information
like the collected clause sets and others.
This routine performs the following steps:
1. Normalize the schema
Unless schema_is_normalized option is true, in which case schema is assumed
to be normalized already.
2. Check if the schema's type is a builtin type
Currently this is done by checking if the module of the name
Data::Sah::Type::<type> is loadable. If it is a builtin type then we are
done.
3. Check if the schema's type is the name of another schema
This is done by checking if Sah::Schema::<name> module exists and is
loadable. If this is the case then we retrieve the base schema from the
$schema variable in the Sah::Schema::<name> package and repeat the process
while accumulating and/or merging the clause sets.
4. If schema's type is neither, we die.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-Sah-Resolve>0:devel/p5-Data-Sah-Resolve
- To install the port:
- cd /usr/ports/devel/p5-Data-Sah-Resolve/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-Sah-Resolve
- pkg install p5-Data-Sah-Resolve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-Sah-Resolve
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724084456
SHA256 (Data-Sah-Resolve-0.011.tar.gz) = 37e94da1b2178dc85fa7248e0267282cfdbc77c53db308beb4cba90ecc3d5384
SIZE (Data-Sah-Resolve-0.011.tar.gz) = 20307
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-Data-ModeMerge>=0 : devel/p5-Data-ModeMerge
- p5-Data-Sah-Normalize>=0.051 : devel/p5-Data-Sah-Normalize
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Data-Dmp>=0.241 : devel/p5-Data-Dmp
- p5-Test-Deep>=0 : devel/p5-Test-Deep
- p5-Test-Exception>=0 : devel/p5-Test-Exception
- p5-Test-Needs>=0 : devel/p5-Test-Needs
- Runtime dependencies:
-
- p5-Data-ModeMerge>=0 : devel/p5-Data-ModeMerge
- p5-Data-Sah-Normalize>=0.051 : devel/p5-Data-Sah-Normalize
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Data-Sah-Resolve
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.011 05 Sep 2024 06:11:16 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-Sah-Resolve: Add p5-Data-Sah-Resolve 0.011
Data::Sah::Resolve provides resolve_schema. Sah schemas can be defined in terms
of other schemas as base. The resolving process follows the (outermost) base
schema until it finds a builtin type as the (innermost) base. It then returns a
hash result (a DefHash with v=2) containing the type as well other information
like the collected clause sets and others.
This routine performs the following steps:
1. Normalize the schema
Unless schema_is_normalized option is true, in which case schema is assumed
to be normalized already.
2. Check if the schema's type is a builtin type
Currently this is done by checking if the module of the name
Data::Sah::Type::<type> is loadable. If it is a builtin type then we are
done.
3. Check if the schema's type is the name of another schema
This is done by checking if Sah::Schema::<name> module exists and is
loadable. If this is the case then we retrieve the base schema from the
$schema variable in the Sah::Schema::<name> package and repeat the process
while accumulating and/or merging the clause sets.
4. If schema's type is neither, we die. |
Number of commits found: 1
|