Port details |
- libyaml YAML 1.1 parser and emitter written in C
- 0.2.5 textproc =39 0.2.5Version of this port present on the latest quarterly branch.
- Maintainer: adamw@FreeBSD.org
- Port Added: 2006-09-01 09:50:48
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libffi, libxml2, ca_root_nss, expat, pkg
- License: MIT
- WWW:
- https://pyyaml.org/wiki/LibYAML
- Description:
- LibYAML is a YAML 1.1 parser and emitter written in C.
LibYAML covers presenting and parsing processes. Thus LibYAML defines the
following two processors:
* Parser, which takes an input stream of bytes and produces a sequence
of parsing events.
* Emitter, which takes a sequence of events and produces a stream of
bytes.
The processes of parsing and presenting are inverse to each other. Any
sequence of events produced by parsing a well-formed YAML document should
be acceptable by the Emitter, which should produce an equivalent document.
Similarly, any document produced by emitting a sequence of events should
be acceptable for the Parser, which should produce an equivalent sequence
of events.
The job of resolving implicit tags, composing and serializing representation
trees, as well as constructing and representing native objects is left to
applications and bindings. Although some of these processes may be covered
in the latter releases, they are not in the scope of the initial release of
LibYAML.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libyaml>0:textproc/libyaml
- To install the port:
- cd /usr/ports/textproc/libyaml/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libyaml
- pkg install libyaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libyaml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1591522833
SHA256 (yaml-0.2.5.tar.gz) = c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4
SIZE (yaml-0.2.5.tar.gz) = 609454
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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
-
- audio/essentia
- audio/tagutil
- audio/zrythm
- cad/camotics
- databases/pgbackrest
- databases/tarantool
- databases/tarantool2
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_libyaml
- USES:
- cpe gmake libtool pathfix
- FreshPorts was unable to extract/find any pkg message
- 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.2.5 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.2.5 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.5 02 Mar 2021 02:43:46 |
adamw |
textproc/libyaml: Take maintainership |
0.2.5 02 Mar 2021 00:51:54 |
jpaetzel |
deorbit jpaetzel |
0.2.5 15 Jun 2020 15:23:22 |
jpaetzel |
Update to 0.2.5
Build now explicitly requires gmake
per https://github.com/yaml/libyaml/releases/tag/0.2.5
the following changes have been made
- #105
Allow question marks in plain scalars in flow collections
- #186
Emitter: Don't output trailing space for empty scalar nodes
- #185
Emitter: Output space after an alias mapping key (Only the first 15 lines of the commit message are shown above ) |
0.2.4 22 Apr 2020 15:45:53 |
jpaetzel |
Update to 0.2.4
libyaml release changes:
- https://github.com/yaml/libyaml/pull/143
Add packaging/docker-dist to Makefile.am
- https://github.com/yaml/libyaml/pull/174
Fix logic for document end before directive
FreeBSD port improvement:
- Enable make test target
- Use correct license file
- Switch download mirror to HTTPS
PR: 245813
Submitted by: daniel.engberg.lists@pyret.net |
0.2.2 11 Apr 2019 15:56:40 |
jpaetzel |
Update to 0.2.2
Fix portlint errors in Makefile
Changes in 0.2.2:
* https://github.com/yaml/libyaml/pull/95 -- build: do not install config.h
* https://github.com/yaml/libyaml/pull/97 -- appveyor.yml: fix Release build
* https://github.com/yaml/libyaml/pull/103 -- Remove unused code in
yaml_document_delete
* https://github.com/yaml/libyaml/pull/104 -- Allow colons in plain scalars
inside flow collections
* https://github.com/yaml/libyaml/pull/109 -- Fix comparison in
tests/run-emitter.c
* https://github.com/yaml/libyaml/pull/117 -- Fix typo error
* https://github.com/yaml/libyaml/pull/119 -- The closing single quote needs to
be indented...
* https://github.com/yaml/libyaml/pull/121 -- fix token name typos in comments
* https://github.com/yaml/libyaml/pull/122 -- Revert removing of open_ended
after top level plain scalar
* https://github.com/yaml/libyaml/pull/125 -- Cherry-picks from PR 27
* https://github.com/yaml/libyaml/pull/135 -- Windows/C89 compatibility
* https://github.com/yaml/libyaml/pull/136 -- allow override of Windows static
lib name |
0.2.1 24 Oct 2018 09:30:13 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
0.2.1 08 Oct 2018 03:05:59 |
jpaetzel |
Update to 0.2.1 |
0.1.6_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.1.6_2 12 Apr 2015 01:20:45 |
jpaetzel |
Add CPE info
PR: 199370
Submitted by: shun.fbsd.pr@dropcut.net |
0.1.6_2 13 Jan 2015 17:58:00 |
jpaetzel |
Patch port for CVE
PR: 195956
Submitted by: yasu@utahime.org |
0.1.6_1 28 Aug 2014 12:52:33 |
tijl |
Add USES=libtool and INSTALL_TARGET=install-strip |
0.1.6 03 Aug 2014 14:15:09 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine) |
0.1.6 02 Apr 2014 02:16:10 |
jpaetzel |
Update to 0.1.6
PR: ports/188075
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
0.1.4_3 14 Feb 2014 14:59:33 |
miwi |
- Stage support |
0.1.4_3 01 Feb 2014 22:39:00 |
jpaetzel |
Patches that address CVE-2013-6393 |
0.1.4_2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.1.4_2 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.1.4_2 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
0.1.4_2 13 Feb 2012 15:10:10 |
jpaetzel |
Update libyaml to generate the correct pkg-config
PR: ports/165091
Submitted by: David Demelier <demelier.david@gmail.com> |
0.1.4_1 20 Aug 2011 15:04:30 |
naddy |
Put pkgconfig under libdata as per FreeBSD standards.
Don't try to delete the pkgconfig directory.
Approved by: jpaetzel |
0.1.4 01 Jul 2011 14:01:51 |
jpaetzel |
Upstream rerolled distfile to fix compilation bug in VB studio. |
0.1.4 30 May 2011 15:06:42 |
jpaetzel |
Update to version 0.1.4 |
0.1.3 12 Sep 2009 01:14:55 |
jpaetzel |
Update devel/py-yaml and textproc/libyaml to latest versions
PR: ports/138401
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: itetcu@ (mentor) |
0.1.2_1 03 Mar 2009 21:26:16 |
jpaetzel |
Fix plist error in textproc/libyaml
Approved by: linimon (mentor) |
0.1.2 02 Mar 2009 19:36:39 |
jpaetzel |
Remove uneeded patch file.
Approved by: linimon (mentor) |
0.1.2 01 Mar 2009 01:47:51 |
jpaetzel |
Update libyaml to 0.1.2
Approved by: linimon (mentor) |
0.1.1 12 Jan 2009 05:59:37 |
jpaetzel |
Update MAINTAINER to my @freebsd.org address
Approved by: linimon (mentor) |
0.1.1 07 Jan 2009 22:41:17 |
ijliao |
pass maintainership to Josh Paetzel
Submitted by: private mail |
0.1.1 25 Oct 2007 07:06:24 |
ijliao |
upgrade to 0.1.1 |
0.0.1 01 Sep 2006 09:50:25 |
ijliao |
add libyaml 0.0.1
A YAML 1.1 parser and emitter written in C
PR: 102712 |