Index: ossp-pkg/xds/.cvsignore RCS File: /v/ossp/cvs/ossp-pkg/xds/.cvsignore,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/xds/.cvsignore,v' 2>/dev/null --- .cvsignore 2001/08/11 15:28:53 1.8 +++ .cvsignore 2002/03/17 10:25:52 1.9 @@ -1,8 +1,16 @@ -.*.t .*.l -xds.3 -xds.h Makefile configure -xds-config -xds-config.1 +.*.t +Makefile +config.guess config.h +config.h.in +config.sub +configure libtool +libtool.m4 +ltmain.sh +shtool +xds-config +xds-config.1 +xds.3 +xds.h Index: ossp-pkg/xds/LICENSE RCS File: /v/ossp/cvs/ossp-pkg/xds/LICENSE,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/xds/LICENSE,v' 2>/dev/null --- LICENSE 2002/01/02 17:13:44 1.3 +++ LICENSE 2002/03/17 10:25:52 1.4 @@ -1,9 +1,9 @@ -XDS - OSSP Extensible Data Serialization Library +OSSP xds - Extensible Data Serialization Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) -This file is part of OSSP XDS, an extensible data serialization -library which can be found at http://www.ossp.org/pkg/xds/. +This file is part of OSSP xds, an extensible data serialization +library which can be found at http://www.ossp.org/pkg/lib/xds/. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/xds/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/xds/Makefile.in,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/xds/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/01/02 18:10:41 1.37 +++ Makefile.in 2002/03/17 10:25:52 1.38 @@ -1,10 +1,10 @@ ## -## XDS - OSSP Extensible Data Serialization Library +## OSSP xds - Extensible Data Serialization ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) ## -## This file is part of OSSP XDS, an extensible data serialization -## library which can be found at http://www.ossp.org/pkg/xds/. +## This file is part of OSSP xds, an extensible data serialization +## library which can be found at http://www.ossp.org/pkg/lib/xds/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/xds/README RCS File: /v/ossp/cvs/ossp-pkg/xds/README,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/xds/README,v' 2>/dev/null --- README 2002/01/02 17:13:44 1.5 +++ README 2002/03/17 10:25:52 1.6 @@ -1,18 +1,24 @@ - - OSSP XDS - eXtensible Data Serialization + _ + __ ____| |___ + \ \/ / _` / __| + > < (_| \__ \ + /_/\_\__,_|___/ + + OSSP xds - eXtensible Data Serialization Version 0.9.0 (11-Aug-2001) ABSTRACT - The OSSP XDS library is [...] + The OSSP xds library is generic and extensible encoding and decoding + framework for the serialization of arbitrary ISO-C data types. COPYRIGHT AND LICENSE Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) - This file is part of OSSP XDS, an extensible data serialization - library which can be found at http://www.ossp.org/pkg/xds/. + This file is part of OSSP xds, an extensible data serialization + library which can be found at http://www.ossp.org/pkg/lib/xds/. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that @@ -36,6 +42,6 @@ The documentation and latest release can be found on - o http://www.ossp.org/pkg/xds/ - o ftp://ftp.ossp.org/pkg/xds/ + o http://www.ossp.org/pkg/lib/xds/ + o ftp://ftp.ossp.org/pkg/lib/xds/ Index: ossp-pkg/xds/TODO RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/TODO,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/TODO,v' 2>/dev/null --- TODO 2002/01/02 18:36:00 1.28 +++ TODO 2002/03/17 10:25:52 1.29 @@ -1,61 +1,3 @@ -TODO LIST AND MILESTONES -======================== - -o M1 (peti) [11-Jun-2001] - - evaluation checklist for XDS and AMP - done: 100% [-> EVAL] - -o M2 (peti+rse) [25-Jun-2001] - - design/architecture paper (authentication+encryption framework) - (< 10KB Text + 1x Figure) - done: 30% [-> architecture.fig] - -o M3 (peti+rse) [2-Jul-2001] - - design libxds API - done: 100% [-> libxds/xds.h + libxds/xds.pod] - -o M4 (peti) [4 weeks until 30-Jul-2001] - - implementation of libxds library framework - done: 100% [-> libxds/xds.c] - - - implementation XDR engines for basic data types. - done: 100% [-> libxds/xds_engine_xdr.c] - - - implementation XML engines for basic data types. - done: 100% [-> libxds/xds_engine_xml.c] - - - regression tests for libxds (make check) - done: 100% [-> xds_test_*.c] - - - UFT-8 RFC: rfc2279.txt - done: 100% - - - conversion of LaTeX documentation into POD source format - for Unix manual page xds(3). - done: 100% - - - autoconf should find the types for int32 etc. even if they're not - defined in sys/types.h. And it should fallback to own types in - case no vendor supplied type is found. - done: 0% - -o M5 (peti+rse) [1 week until 06-Aug-2001] - - [peti] documentation for libxds (xds.pod) - - [rse] OSSP adjustments for libxds - done: 100% - -o M6 (peti+rse) [1 week until 13-Aug-2001] - - design API for libamp - -o M7 (peti) [4 weeks until 10-Sep-2001] - - implementation of libamp library framework - - implementation of libamp backends SHM, TCP and UDP - - regression tests for libamp - -o M8 (peti+rse) [1 week until 17-Sep-2001] - - [peti] documentation for libamp - - [rse] OSSP adjustments for libamp - - ---- change xds_init() to return xds_rc_t + Index: ossp-pkg/xds/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/xds/aclocal.m4,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/xds/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2002/01/02 17:13:44 1.5 +++ aclocal.m4 2002/03/17 10:25:53 1.6 @@ -1,10 +1,10 @@ dnl ## -dnl ## XDS - OSSP Extensible Data Serialization Library +dnl ## OSSP xds - Extensible Data Serialization dnl ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) dnl ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) dnl ## -dnl ## This file is part of OSSP XDS, an extensible data serialization -dnl ## library which can be found at http://www.ossp.org/pkg/xds/. +dnl ## This file is part of OSSP xds, an extensible data serialization +dnl ## library which can be found at http://www.ossp.org/pkg/lib/xds/. dnl ## dnl ## Permission to use, copy, modify, and distribute this software for dnl ## any purpose with or without fee is hereby granted, provided that @@ -37,7 +37,6 @@ dnl ## AC_DEFUN(AC_HEADLINE,[dnl -AC_DIVERT_PUSH(NOTICE)dnl # configuration header if test ".`echo dummy [$]@ | grep help`" = .; then # bootstrapping shtool @@ -64,7 +63,6 @@ $3_HEX="`$ac_shtool version -l c -d hex $ac_srcdir/$4`" AC_SUBST($3_HEX) fi -AC_DIVERT_POP() ])dnl dnl ## @@ -149,7 +147,6 @@ *-pipe* ) ;; * ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;; esac - AC_COMPILER_OPTION(ggdb3, -ggdb3, -ggdb3, CFLAGS="$CFLAGS -ggdb3") CFLAGS="$CFLAGS -pedantic" CFLAGS="$CFLAGS -Wall" WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline" Index: ossp-pkg/xds/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/xds/configure.ac,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/xds/configure.ac,v' 2>/dev/null --- configure.ac 2002/01/31 09:09:01 1.24 +++ configure.ac 2002/03/17 10:25:53 1.25 @@ -1,10 +1,10 @@ dnl ## -dnl ## XDS - OSSP Extensible Data Serialization Library +dnl ## OSSP xds - Extensible Data Serialization dnl ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) dnl ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) dnl ## -dnl ## This file is part of OSSP XDS, an extensible data serialization -dnl ## library which can be found at http://www.ossp.org/pkg/xds/. +dnl ## This file is part of OSSP xds, an extensible data serialization +dnl ## library which can be found at http://www.ossp.org/pkg/lib/xds/. dnl ## dnl ## Permission to use, copy, modify, and distribute this software for dnl ## any purpose with or without fee is hereby granted, provided that @@ -27,9 +27,8 @@ dnl ## configure.ac: autoconf script source dnl ## -AC_PREREQ(2.52) -AC_REVISION(1.0) -AC_INIT(xds.h.in) +AC_PREREQ(2.53) +AC_INIT AC_HEADLINE(dnl OSSP xds, eXtensible Data Serialization, dnl @@ -37,10 +36,9 @@ [Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)]) AC_PLATFORM(PLATFORM) -AC_CONFIG_HEADERS(config.h) AC_MSG_PART(Build Tools) -AC_SET_MAKE +AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_PROG(LATEX, latex, latex, :) AC_CHECK_PROG(POD2MAN, pod2man, pod2man, :) @@ -55,6 +53,7 @@ AC_CONFIGURE_XDS AC_MSG_PART(Output Substitution) +AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES(xds.h xds-config Makefile docs/Makefile) AC_CONFIG_COMMANDS([default], [chmod a+x xds-config; chmod -w xds.h Makefile docs/Makefile]) AC_OUTPUT Index: ossp-pkg/xds/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/xds/devtool.conf,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/xds/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/01/02 18:10:41 1.1 +++ devtool.conf 2002/03/17 10:25:53 1.2 @@ -3,9 +3,9 @@ ## %autogen - @autogen shtool 1.5.4 "1.5.*" all + @autogen shtool 1.6.0 "1.6.*" all @autogen libtool 1.4.2 "1.4*" - @autogen autoconf 2.52 "2.5.*" + @autogen autoconf 2.53 "2.5[3-9]*" %autoclean @autoclean shtool @@ -21,7 +21,7 @@ "$@" %version - ./shtool version -l c -n "OSSP XDS" -p "xds_" -e xds_version.c + ./shtool version -l c -n "OSSP xds" -p "xds_" -e xds_version.c %dist make distclean >/dev/null 2>&1 Index: ossp-pkg/xds/devtool.func RCS File: /v/ossp/cvs/ossp-pkg/xds/devtool.func,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/xds/devtool.func,v' 2>/dev/null --- devtool.func 2002/01/02 18:10:41 1.1 +++ devtool.func 2002/03/17 10:25:53 1.2 @@ -33,6 +33,7 @@ echo "generating (GNU Autoconf $autoconf_version): configure config.h.in" autoconf autoheader 2>&1 | grep -v "is unchanged" + rm -rf autom4te.cache >/dev/null 2>&1 ;; libtool ) libtoolize_version=`devtool_require libtoolize --version 4 "$1" "$2"` Index: ossp-pkg/xds/xds-config.in RCS File: /v/ossp/cvs/ossp-pkg/xds/xds-config.in,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/xds/xds-config.in,v' 2>/dev/null --- xds-config.in 2002/01/02 17:13:44 1.4 +++ xds-config.in 2002/03/17 10:25:53 1.5 @@ -1,11 +1,11 @@ #!/bin/sh ## -## XDS - OSSP Extensible Data Serialization Library +## OSSP xds - Extensible Data Serialization ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) ## -## This file is part of OSSP XDS, an extensible data serialization -## library which can be found at http://www.ossp.org/pkg/xds/. +## This file is part of OSSP xds, an extensible data serialization +## library which can be found at http://www.ossp.org/pkg/lib/xds/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -81,7 +81,7 @@ exit 0 ;; --version|-v) - echo "OSSP XDS $xds_version" + echo "OSSP xds $xds_version" exit 0 ;; --all) Index: ossp-pkg/xds/xds-config.pod RCS File: /v/ossp/cvs/ossp-pkg/xds/xds-config.pod,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/xds/xds-config.pod,v' 2>/dev/null --- xds-config.pod 2002/01/02 17:13:44 1.4 +++ xds-config.pod 2002/03/17 10:25:53 1.5 @@ -1,10 +1,10 @@ ## -## XDS - OSSP Extensible Data Serialization Library +## OSSP xds - Extensible Data Serialization ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) ## -## This file is part of OSSP XDS, an extensible data serialization -## library which can be found at http://www.ossp.org/pkg/xds/. +## This file is part of OSSP xds, an extensible data serialization +## library which can be found at http://www.ossp.org/pkg/lib/xds/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -35,7 +35,7 @@ =head1 VERSION -OSSP XDS XDS_VERSION_STR +OSSP xds XDS_VERSION_STR =head1 SYNOPSIS Index: ossp-pkg/xds/xds-xml.dtd RCS File: /v/ossp/cvs/ossp-pkg/xds/xds-xml.dtd,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/xds/xds-xml.dtd,v' 2>/dev/null --- xds-xml.dtd 2002/01/02 17:13:44 1.4 +++ xds-xml.dtd 2002/03/17 10:25:53 1.5 @@ -1,10 +1,10 @@