pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libyaml



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  6 06:50:40 UTC 2018

Modified Files:
        pkgsrc/textproc/libyaml: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/libyaml/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/libyaml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/libyaml/Makefile
diff -u pkgsrc/textproc/libyaml/Makefile:1.10 pkgsrc/textproc/libyaml/Makefile:1.11
--- pkgsrc/textproc/libyaml/Makefile:1.10       Thu Sep  1 16:22:02 2016
+++ pkgsrc/textproc/libyaml/Makefile    Fri Jul  6 06:50:40 2018
@@ -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 @@ HOMEPAGE=     http://pyyaml.org/wiki/LibYAML
 COMMENT=       YAML 1.1 parser and emitter written in C
 LICENSE=       mit
 
-GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    yaml-0.1.pc.in
 TEST_TARGET=           check
 

Index: pkgsrc/textproc/libyaml/distinfo
diff -u pkgsrc/textproc/libyaml/distinfo:1.9 pkgsrc/textproc/libyaml/distinfo:1.10
--- pkgsrc/textproc/libyaml/distinfo:1.9        Thu Sep  1 16:22:02 2016
+++ pkgsrc/textproc/libyaml/distinfo    Fri Jul  6 06:50:40 2018
@@ -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