Port details |
- p5-Data-Sah-Filter Filtering for Data::Sah
- 0.025 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:24
- Last Update: 2024-09-05 06:11:16
- Commit Hash: 52d5769
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/Data-Sah-Filter
- Description:
- Data::Sah::Filter contains a standard set of filter rules for Data::Sah (to be
used in prefilters and postfilters clauses). It is separated from the Data-Sah
distribution and can be used independently.
A filter rule is put in Data::Sah::Filter::$COMPILER::$CATEGORY:$DESCRIPTION
module, for example: Data::Sah::Filter::perl::Str::trim for trimming whitespace
at the beginning and end of string.
Basically, a filter rule will provide an expression (in expr_filter) in the
target language (e.g. Perl, JavaScript, or others) to convert one data to
another. Multiple filter rules can be combined to form the final filtering code.
This code can be used by Data::Sah when generating validator code from Sah
schema, or can be used directly. Some projects which use filtering rules
directly include: App::orgadb (which lets users specify filters from the
command-line).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-Sah-Filter>0:devel/p5-Data-Sah-Filter
- To install the port:
- cd /usr/ports/devel/p5-Data-Sah-Filter/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Data-Sah-Filter
- pkg install p5-Data-Sah-Filter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Data-Sah-Filter
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724084454
SHA256 (Data-Sah-Filter-0.025.tar.gz) = 8315f330b50830e0ce19f174165c6d33a863035d50a3c6abcd6e0c79cd18a6e0
SIZE (Data-Sah-Filter-0.025.tar.gz) = 36028
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-Dmp>=0.242 : devel/p5-Data-Dmp
- p5-IPC-System-Options>=0.339 : devel/p5-IPC-System-Options
- p5-JSON>=0 : converters/p5-JSON
- p5-Log-ger>=0.038 : devel/p5-Log-ger
- p5-Nodejs-Util>=0.007 : www/p5-Nodejs-Util
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Data-Dmp>=0.242 : devel/p5-Data-Dmp
- p5-IPC-System-Options>=0.339 : devel/p5-IPC-System-Options
- p5-JSON>=0 : converters/p5-JSON
- p5-Log-ger>=0.038 : devel/p5-Log-ger
- p5-Nodejs-Util>=0.007 : www/p5-Nodejs-Util
- 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-Filter
- 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.025 05 Sep 2024 06:11:16 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Data-Sah-Filter: Add p5-Data-Sah-Filter 0.025
Data::Sah::Filter contains a standard set of filter rules for Data::Sah (to be
used in prefilters and postfilters clauses). It is separated from the Data-Sah
distribution and can be used independently.
A filter rule is put in Data::Sah::Filter::$COMPILER::$CATEGORY:$DESCRIPTION
module, for example: Data::Sah::Filter::perl::Str::trim for trimming whitespace
at the beginning and end of string.
Basically, a filter rule will provide an expression (in expr_filter) in the
target language (e.g. Perl, JavaScript, or others) to convert one data to
another. Multiple filter rules can be combined to form the final filtering code.
This code can be used by Data::Sah when generating validator code from Sah
schema, or can be used directly. Some projects which use filtering rules
directly include: App::orgadb (which lets users specify filters from the
command-line). |
Number of commits found: 1
|