Port details |
- p5-YAML-PP YAML which aims to parse YAML 1.2 & conform to the spec
- 0.034 textproc
=2 0.034Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2018-03-28 13:13:53
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://github.com/perlpunk/YAML-PP-p5
- Description:
- YAML::PP is a modular YAML processor for YAML 1.2.
Additionally to loading and dumping it provides a parser and emitter. The
parsing events are compatible to the YAML Test Suite and other libraries like
libyaml.
Loading and Dumping can be customized.
It supports the YAML 1.2 Failsafe, JSON and Core Schemas.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-YAML-PP>0:textproc/p5-YAML-PP
- To install the port:
- cd /usr/ports/textproc/p5-YAML-PP/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-YAML-PP
- pkg install p5-YAML-PP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-YAML-PP
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1657410748
SHA256 (YAML-PP-0.034.tar.gz) = 6af37ff0757ee962cbda32184177b5282a772adfb126461f744659058dd1eab3
SIZE (YAML-PP-0.034.tar.gz) = 212391
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-Pegex
- devel/p5-XXX
- for Run
-
- devel/p5-Pegex
- devel/p5-XXX
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-YAML-PP
- USES:
- perl5
- pkg-message:
- If upgrading from < 0.031:
- Scripts renamed from:
bin/yamlpp5-events
bin/yamlpp5-highlight
bin/yamlpp5-load
bin/yamlpp5-load-dump
bin/yamlpp5-parse-emit
to:
bin/yamlpp-events
bin/yamlpp-highlight
bin/yamlpp-load
bin/yamlpp-load-dump
bin/yamlpp-parse-emit
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.034 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.034 10 Jul 2022 00:04:52
![commit hash: 52018a30fd62c8d577de23c30946f698b40585a8 commit hash: 52018a30fd62c8d577de23c30946f698b40585a8](/images/git.png) ![commit hash: 52018a30fd62c8d577de23c30946f698b40585a8 commit hash: 52018a30fd62c8d577de23c30946f698b40585a8](/images/codeberg.svg) ![commit hash: 52018a30fd62c8d577de23c30946f698b40585a8 commit hash: 52018a30fd62c8d577de23c30946f698b40585a8](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dan Langille (dvl) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
textproc/p5-YAML-PP: Update to 0.034
re: https://github.com/perlpunk/YAML-PP-p5/releases/tag/v0.034 |
0.032 18 Jun 2022 13:44:32
![commit hash: 1c704cc1db8cdfe024f59d1f8f881ccf65ad2bdf commit hash: 1c704cc1db8cdfe024f59d1f8f881ccf65ad2bdf](/images/git.png) ![commit hash: 1c704cc1db8cdfe024f59d1f8f881ccf65ad2bdf commit hash: 1c704cc1db8cdfe024f59d1f8f881ccf65ad2bdf](/images/codeberg.svg) ![commit hash: 1c704cc1db8cdfe024f59d1f8f881ccf65ad2bdf commit hash: 1c704cc1db8cdfe024f59d1f8f881ccf65ad2bdf](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dan Langille (dvl) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
textproc/p5-YAML-PP: Update to 0.032 |
0.031 30 Jan 2022 23:08:02
![commit hash: fc0f13453d8daa4f44dd6616ef2372e5482afa84 commit hash: fc0f13453d8daa4f44dd6616ef2372e5482afa84](/images/git.png) ![commit hash: fc0f13453d8daa4f44dd6616ef2372e5482afa84 commit hash: fc0f13453d8daa4f44dd6616ef2372e5482afa84](/images/codeberg.svg) ![commit hash: fc0f13453d8daa4f44dd6616ef2372e5482afa84 commit hash: fc0f13453d8daa4f44dd6616ef2372e5482afa84](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dag-Erling Smørgrav (des) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
textproc/p5-YAML-PP: upgrade to 0.031.
PR: 261466
Reported by: Danilo G. Baio
Approved by: maintainer (dvl) |
0.020_1 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.020_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.020_1 25 Feb 2020 22:08:01
![Revision:527140 Revision:527140](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dvl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix PLIST
PR: 244412
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> |
0.020 25 Feb 2020 12:12:34
![Revision:527077 Revision:527077](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dvl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
update to 0.020
fixes devel/p5-XXX which needs p5-YAML-PP>=0.018:textproc/p5-YAML-PP
Reported by: DutchDaemon |
0.016 20 May 2019 13:20:31
![Revision:502113 Revision:502113](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
wen ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.016
PR: 237292
Submitted by: wenheping2000@hotmail.com(myself)
Approved by: maintainer |
0.005 28 Mar 2018 13:09:43
![Revision:465806 Revision:465806](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dvl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add Yet Another YAML Framework, which aims to parse YAML 1.2 and
conform to the spc. |