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
 - 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, py311-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.
¦ ¦ ¦ ¦ 
- 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
    |
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.034 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.034 10 Jul 2022 00:04:52
    |
Dan Langille (dvl)  |
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
    |
Dan Langille (dvl)  |
textproc/p5-YAML-PP: Update to 0.032 |
0.031 30 Jan 2022 23:08:02
    |
Dag-Erling Smørgrav (des)  |
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
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.020_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.020_1 25 Feb 2020 22:08:01
  |
dvl  |
Fix PLIST
PR: 244412
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> |
0.020 25 Feb 2020 12:12:34
  |
dvl  |
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
  |
wen  |
- Update to 0.016
PR: 237292
Submitted by: wenheping2000@hotmail.com(myself)
Approved by: maintainer |
0.005 28 Mar 2018 13:09:43
  |
dvl  |
Add Yet Another YAML Framework, which aims to parse YAML 1.2 and
conform to the spc. |