pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libyaml libyaml: updated to 0.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cce8d9f9b68
branches:  trunk
changeset: 310119:8cce8d9f9b68
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 06 06:50:40 2018 +0000

description:
libyaml: updated to 0.2.1

0.2.1:
Fixed most compiler warnings -Wall -Wextra
Support static and dynamic libraries
Use .gitignore instead of .hgignore
Add support for `make test` and travis
Dockerfile for testing
Apply old fix for `\/` that is not in master.
Update license to include all years until now.
Port bug fix from Perl binding
Fix misspell: preceed
Removed trailing-whitespaces
Fix typo
added an examples directory with a few yaml examples
Added missing Cflags path in pkg-config file
add unit tests to cmake configuration
Include an example of a custom tag from Python
Include an example of a %YAML tag
Added an example of using a global tag
Fix -Wformat compilation errors in tests
Update bug report URL in LibYAML
Use AM_CPPFLAGS since autotools deprecated INCLUDE
Update bug report URL in README
Add travis and Makefile support for libyaml-test
Add Dockerfile for Fedora 25
WIP: Enable all warnings (-Wall) in libyaml and tests
Fix typo
Move travis script guts to separate file
`yaml/libyaml-test` should become part of `yaml/libyaml`
Add a GNUMakefile for immediate make targets
Switch from test blacklist to whitelist
Update defs for MingGW support on Windows
Improve CMakeLists
README: Update libyaml link
Skip 5 tests in libyaml-emitter.list
Forbid escaped singlequote in doublequotes
Undefined PTRDIFF_MAX on HP-UX
Fixed most compiler warnings -Wall -Wextra
Fix problems in CI failures (travis and semaphore)
appveyor.yml: add mingw-w64 builds
add -no-undefined to src/Makefile.am
Added alpine linux testing to dockerfiles
remove need for PTRDIFF_MAX
.gitignore: major cleanup

diffstat:

 textproc/libyaml/Makefile |   6 +++---
 textproc/libyaml/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 5544a5072940 -r 8cce8d9f9b68 textproc/libyaml/Makefile
--- a/textproc/libyaml/Makefile Fri Jul 06 03:54:24 2018 +0000
+++ b/textproc/libyaml/Makefile Fri Jul 06 06:50:40 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/09/01 16:22:02 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/07/06 06:50:40 adam Exp $
 
-DISTNAME=      yaml-0.1.7
+DISTNAME=      yaml-0.2.1
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  http://pyyaml.org/download/libyaml/
@@ -10,8 +10,8 @@
 COMMENT=       YAML 1.1 parser and emitter written in C
 LICENSE=       mit
 
+USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    yaml-0.1.pc.in
 TEST_TARGET=           check
 
diff -r 5544a5072940 -r 8cce8d9f9b68 textproc/libyaml/distinfo
--- a/textproc/libyaml/distinfo Fri Jul 06 03:54:24 2018 +0000
+++ b/textproc/libyaml/distinfo Fri Jul 06 06:50:40 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/09/01 16:22:02 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/07/06 06:50:40 adam Exp $
 
-SHA1 (yaml-0.1.7.tar.gz) = 3590cbf092ef4c71bc0a9b404c00a626b1e04dee
-RMD160 (yaml-0.1.7.tar.gz) = e41df050417f2640f7ba0ee905c0b4cc3eb603f3
-SHA512 (yaml-0.1.7.tar.gz) = 1ee5007dd10db137b5ee80f8117f07390ec04af98d087a5f5475dd2b38d87c699b79ab1676e6c7bfa263323fcdf8edd69fada2b0b7f9c57bef4e46cd65f1e975
-Size (yaml-0.1.7.tar.gz) = 527518 bytes
+SHA1 (yaml-0.2.1.tar.gz) = 125a3113681f06320dcdfde48bab47cba9031263
+RMD160 (yaml-0.2.1.tar.gz) = 9247c42fd370324b197b9fa0e7ab077cc2852160
+SHA512 (yaml-0.2.1.tar.gz) = 97ebeea2a2c877b24de2e1ffbf175d07d97d5c8b90e06d21fd057e1114d10b96c04fd92c2ed4e956db751b7ac1686b3fd5778927912ca5bb0d096908a1351235
+Size (yaml-0.2.1.tar.gz) = 599727 bytes



Home | Main Index | Thread Index | Old Index