pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/atf Update to 0.5. Release details:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ff7dd87f6f2
branches:  trunk
changeset: 542087:2ff7dd87f6f2
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu May 01 15:14:21 2008 +0000

description:
Update to 0.5.  Release details:

Release date: May 1st, 2008
Status:       Experimental

* Clauses 3 and 4 of the BSD license used by the project were dropped.
  All the code is now under a 2-clause BSD license compatible with the
  GNU General Public License (GPL).

* Added a C-only binding so that binary test programs do not need to be
  tied to C++ at all.  This binding is now known as the atf-c library.

* Renamed the C++ binding to atf-c++ for consistency with the new atf-c.

* Renamed the POSIX shell binding to atf-sh for consistency with the new
  atf-c and atf-c++.

* Added a -w flag to test programs through which it is possible to specify
  the work directory to be used.  This was possible in prior releases by
  defining the workdir configuration variable (-v workdir=...), but was a
  conceptually incorrect mechanism.

* Test programs now preserve the execution order of test cases when they
  are given in the command line.  Even those mentioned more than once are
  executed multiple times to comply with the user's requests.

diffstat:

 devel/atf/Makefile |    6 +-
 devel/atf/PLIST    |  133 +++++++++++++++++++++++++++++++++++-----------------
 devel/atf/distinfo |    8 +-
 3 files changed, 96 insertions(+), 51 deletions(-)

diffs (211 lines):

diff -r 4974b0a2add8 -r 2ff7dd87f6f2 devel/atf/Makefile
--- a/devel/atf/Makefile        Thu May 01 13:51:56 2008 +0000
+++ b/devel/atf/Makefile        Thu May 01 15:14:21 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/02/04 20:19:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/01 15:14:21 jmmv Exp $
 #
 
-DISTNAME=      atf-0.4
+DISTNAME=      atf-0.5
 CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/0.4/
+MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/0.5/
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
 HOMEPAGE=      http://www.NetBSD.org/~jmmv/atf/
diff -r 4974b0a2add8 -r 2ff7dd87f6f2 devel/atf/PLIST
--- a/devel/atf/PLIST   Thu May 01 13:51:56 2008 +0000
+++ b/devel/atf/PLIST   Thu May 01 15:14:21 2008 +0000
@@ -1,29 +1,52 @@
-@comment $NetBSD: PLIST,v 1.4 2008/02/04 20:19:33 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/05/01 15:14:21 jmmv Exp $
 bin/atf-compile
 bin/atf-config
 bin/atf-report
 bin/atf-run
 bin/atf-version
-include/atf.hpp
-include/atf/application.hpp
-include/atf/atffile.hpp
-include/atf/config.hpp
-include/atf/env.hpp
-include/atf/exceptions.hpp
-include/atf/expand.hpp
-include/atf/formats.hpp
-include/atf/fs.hpp
-include/atf/io.hpp
-include/atf/macros.hpp
-include/atf/parser.hpp
-include/atf/sanity.hpp
-include/atf/tests.hpp
-include/atf/text.hpp
-include/atf/ui.hpp
-include/atf/user.hpp
-include/atf/utils.hpp
-lib/libatf.la
-lib/pkgconfig/atf.pc
+include/atf-c++.hpp
+include/atf-c++/application.hpp
+include/atf-c++/atffile.hpp
+include/atf-c++/config.hpp
+include/atf-c++/env.hpp
+include/atf-c++/exceptions.hpp
+include/atf-c++/expand.hpp
+include/atf-c++/formats.hpp
+include/atf-c++/fs.hpp
+include/atf-c++/io.hpp
+include/atf-c++/macros.hpp
+include/atf-c++/parser.hpp
+include/atf-c++/sanity.hpp
+include/atf-c++/tests.hpp
+include/atf-c++/text.hpp
+include/atf-c++/ui.hpp
+include/atf-c++/user.hpp
+include/atf-c++/utils.hpp
+include/atf-c.h
+include/atf-c/config.h
+include/atf-c/defs.h
+include/atf-c/dynstr.h
+include/atf-c/env.h
+include/atf-c/error.h
+include/atf-c/expand.h
+include/atf-c/fs.h
+include/atf-c/io.h
+include/atf-c/list.h
+include/atf-c/macros.h
+include/atf-c/map.h
+include/atf-c/object.h
+include/atf-c/sanity.h
+include/atf-c/signals.h
+include/atf-c/tc.h
+include/atf-c/tcr.h
+include/atf-c/text.h
+include/atf-c/tp.h
+include/atf-c/ui.h
+include/atf-c/user.h
+lib/libatf-c++.la
+lib/libatf-c.la
+lib/pkgconfig/atf-c++.pc
+lib/pkgconfig/atf-c.pc
 libexec/atf-cleanup
 libexec/atf-exec
 libexec/atf-format
@@ -39,6 +62,7 @@
 man/man1/atf-test-program.1
 man/man1/atf-version.1
 man/man3/atf-c++-api.3
+man/man3/atf-c-api.3
 man/man3/atf-sh-api.3
 man/man4/atf-test-case.4
 man/man5/atf-formats.5
@@ -58,6 +82,44 @@
 @comment in xmlcatmgr: share/xml/catalog
 share/xsl/atf/tests-results.xsl
 tests/atf/Atffile
+tests/atf/atf-c++/Atffile
+tests/atf/atf-c++/t_config
+tests/atf/atf-c++/t_env
+tests/atf/atf-c++/t_expand
+tests/atf/atf-c++/t_fs
+tests/atf/atf-c++/t_io
+tests/atf/atf-c++/t_macros
+tests/atf/atf-c++/t_parser
+tests/atf/atf-c++/t_signals
+tests/atf/atf-c++/t_tests
+tests/atf/atf-c++/t_text
+tests/atf/atf-c++/t_user
+tests/atf/atf-c++/t_utils
+tests/atf/atf-c/Atffile
+tests/atf/atf-c/t_config
+tests/atf/atf-c/t_dynstr
+tests/atf/atf-c/t_env
+tests/atf/atf-c/t_error
+tests/atf/atf-c/t_expand
+tests/atf/atf-c/t_fs
+tests/atf/atf-c/t_io
+tests/atf/atf-c/t_list
+tests/atf/atf-c/t_macros
+tests/atf/atf-c/t_map
+tests/atf/atf-c/t_sanity
+tests/atf/atf-c/t_signals
+tests/atf/atf-c/t_tc
+tests/atf/atf-c/t_tcr
+tests/atf/atf-c/t_text
+tests/atf/atf-c/t_ui
+tests/atf/atf-c/t_user
+tests/atf/atf-sh/Atffile
+tests/atf/atf-sh/h_misc
+tests/atf/atf-sh/t_atf_check
+tests/atf/atf-sh/t_config
+tests/atf/atf-sh/t_normalize
+tests/atf/atf-sh/t_tc
+tests/atf/atf-sh/t_tp
 tests/atf/data/Atffile
 tests/atf/data/t_pkg_config
 tests/atf/formats/Atffile
@@ -230,14 +292,8 @@
 tests/atf/formats/h_parser
 tests/atf/formats/t_parsers
 tests/atf/formats/t_writers
-tests/atf/sh_interface/Atffile
-tests/atf/sh_interface/h_misc
-tests/atf/sh_interface/t_atf_check
-tests/atf/sh_interface/t_config
-tests/atf/sh_interface/t_normalize
-tests/atf/sh_interface/t_tc
-tests/atf/sh_interface/t_tp
 tests/atf/test_programs/Atffile
+tests/atf/test_programs/h_c
 tests/atf/test_programs/h_cpp
 tests/atf/test_programs/h_sh
 tests/atf/test_programs/t_cleanup
@@ -260,25 +316,13 @@
 tests/atf/tools/t_atf_killpg
 tests/atf/tools/t_atf_report
 tests/atf/tools/t_atf_run
-tests/atf/units/Atffile
-tests/atf/units/t_config
-tests/atf/units/t_env
-tests/atf/units/t_expand
-tests/atf/units/t_fs
-tests/atf/units/t_io
-tests/atf/units/t_parser
-tests/atf/units/t_sanity
-tests/atf/units/t_signals
-tests/atf/units/t_tests
-tests/atf/units/t_text
-tests/atf/units/t_user
-tests/atf/units/t_utils
-@dirrm tests/atf/units
 @dirrm tests/atf/tools
 @dirrm tests/atf/test_programs
-@dirrm tests/atf/sh_interface
 @dirrm tests/atf/formats
 @dirrm tests/atf/data
+@dirrm tests/atf/atf-sh
+@dirrm tests/atf/atf-c++
+@dirrm tests/atf/atf-c
 @dirrm tests/atf
 @dirrm tests
 @dirrm share/xsl/atf
@@ -288,4 +332,5 @@
 @dirrm share/examples/atf
 @dirrm share/doc/atf
 @dirrm share/atf
-@dirrm include/atf
+@dirrm include/atf-c++
+@dirrm include/atf-c
diff -r 4974b0a2add8 -r 2ff7dd87f6f2 devel/atf/distinfo
--- a/devel/atf/distinfo        Thu May 01 13:51:56 2008 +0000
+++ b/devel/atf/distinfo        Thu May 01 15:14:21 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/02/04 20:19:33 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2008/05/01 15:14:21 jmmv Exp $
 
-SHA1 (atf-0.4.tar.gz) = dce4885a2f2d55d73d5f248fe482d5ac3101ce86
-RMD160 (atf-0.4.tar.gz) = 63c13062c1ef25cfb50671819eee5d8f53a73674
-Size (atf-0.4.tar.gz) = 496371 bytes
+SHA1 (atf-0.5.tar.gz) = 63cb8541608518cdb214a10e71228d3e8c8af514
+RMD160 (atf-0.5.tar.gz) = 2e0e95f22d525bea50be5c47bf3a6620ae426d40
+Size (atf-0.5.tar.gz) = 550846 bytes



Home | Main Index | Thread Index | Old Index