From owner-svn-src-all@freebsd.org Tue Apr 12 23:30:58 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C9A6B0E795; Tue, 12 Apr 2016 23:30:58 +0000 (UTC) (envelope-from phil@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28996143E; Tue, 12 Apr 2016 23:30:58 +0000 (UTC) (envelope-from phil@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CNUvec090268; Tue, 12 Apr 2016 23:30:57 GMT (envelope-from phil@FreeBSD.org) Received: (from phil@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3CNUvA6090264; Tue, 12 Apr 2016 23:30:57 GMT (envelope-from phil@FreeBSD.org) Message-Id: <201604122330.u3CNUvA6090264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: phil set sender to phil@FreeBSD.org using -f From: Phil Shafer Date: Tue, 12 Apr 2016 23:30:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r297894 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/m4 lib/libxo X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 23:30:58 -0000 Author: phil Date: Tue Apr 12 23:30:56 2016 New Revision: 297894 URL: https://svnweb.freebsd.org/changeset/base/297894 Log: Merge libxo 0.4.6 Reviewed by: sjg Approved by: sjg (mentor) Added: head/contrib/libxo/.gitignore - copied unchanged from r297891, vendor/Juniper/libxo/dist/.gitignore head/contrib/libxo/.svnignore - copied unchanged from r297891, vendor/Juniper/libxo/dist/.svnignore head/contrib/libxo/doc/libxo-manual.html - copied unchanged from r297891, vendor/Juniper/libxo/dist/doc/libxo-manual.html head/lib/libxo/add.man (contents, props changed) Replaced: head/contrib/libxo/libxo/xo_config.h.in - copied unchanged from r297891, vendor/Juniper/libxo/dist/libxo/xo_config.h.in Deleted: head/contrib/libxo/install-sh head/contrib/libxo/libxo/add.man head/contrib/libxo/m4/libtool.m4 head/contrib/libxo/m4/ltoptions.m4 head/contrib/libxo/m4/ltsugar.m4 head/contrib/libxo/m4/ltversion.m4 head/contrib/libxo/m4/lt~obsolete.m4 Modified: head/contrib/libxo/configure.ac head/contrib/libxo/libxo/libxo.c head/contrib/libxo/libxo/xo_open_container.3 head/contrib/libxo/libxo/xo_open_list.3 head/lib/libxo/xo_config.h Directory Properties: head/contrib/libxo/ (props changed) head/contrib/libxo/doc/ (props changed) head/contrib/libxo/encoder/ (props changed) head/contrib/libxo/encoder/cbor/ (props changed) head/contrib/libxo/encoder/test/ (props changed) head/contrib/libxo/libxo/ (props changed) head/contrib/libxo/tests/ (props changed) head/contrib/libxo/tests/core/ (props changed) head/contrib/libxo/tests/gettext/ (props changed) head/contrib/libxo/tests/xo/ (props changed) head/contrib/libxo/xo/ (props changed) head/contrib/libxo/xohtml/ (props changed) head/contrib/libxo/xolint/ (props changed) head/contrib/libxo/xopo/ (props changed) Copied: head/contrib/libxo/.gitignore (from r297891, vendor/Juniper/libxo/dist/.gitignore) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/contrib/libxo/.gitignore Tue Apr 12 23:30:56 2016 (r297894, copy of r297891, vendor/Juniper/libxo/dist/.gitignore) @@ -0,0 +1,46 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.app + +*~ +*.orig + +aclocal.m4 +ar-lib +autom4te.cache +build +compile +config.guess +config.h.in +config.sub +depcomp +install-sh +ltmain.sh +missing +m4 + +Makefile.in +configure +.DS_Store + +xoconfig.h.in +xo_config.h.in + +.gdbinit +.gdbinit.local +xtest +xtest.dSYM +tests/w Copied: head/contrib/libxo/.svnignore (from r297891, vendor/Juniper/libxo/dist/.svnignore) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/contrib/libxo/.svnignore Tue Apr 12 23:30:56 2016 (r297894, copy of r297891, vendor/Juniper/libxo/dist/.svnignore) @@ -0,0 +1,18 @@ +Makefile.in +aclocal.m4 +ar-lib +autom4te.cache +bin* +build* +compile +configure +config.guess +config.sub +depcomp +doc/Makefile.in +info* +install-sh +ltmain.sh +m4 +missing +patches* Modified: head/contrib/libxo/configure.ac ============================================================================== --- head/contrib/libxo/configure.ac Tue Apr 12 23:22:32 2016 (r297893) +++ head/contrib/libxo/configure.ac Tue Apr 12 23:30:56 2016 (r297894) @@ -12,7 +12,7 @@ # AC_PREREQ(2.2) -AC_INIT([libxo], [0.4.5], [phil@juniper.net]) +AC_INIT([libxo], [0.4.6], [phil@juniper.net]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) # Support silent build rules. Requires at least automake-1.11. Copied: head/contrib/libxo/doc/libxo-manual.html (from r297891, vendor/Juniper/libxo/dist/doc/libxo-manual.html) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/contrib/libxo/doc/libxo-manual.html Tue Apr 12 23:30:56 2016 (r297894, copy of r297891, vendor/Juniper/libxo/dist/doc/libxo-manual.html) @@ -0,0 +1,27134 @@ + + + + +libxo: The Easy Way to Generate text, XML, JSON, and HTML output + + +