From: Markus M. <ms...@us...> - 2005-03-07 01:51:46
|
Update of /cvsroot/multisync/multisync/plugins/sunbird_plugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30137 Modified Files: Tag: branch_08X Makefile README config.h config.h.in config.log config.status configure configure.in libtool Log Message: added webdav support Index: config.h =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/config.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- config.h 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ config.h 7 Mar 2005 01:51:31 -0000 1.1.2.2 @@ -1,36 +1,170 @@ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define to specific EGD socket path */ +/* #undef EGD_PATH */ + +/* Define if EGD should be supported */ +/* #undef ENABLE_EGD */ + +/* Define if GSS_C_NT_HOSTBASED_SERVICE is not defined otherwise */ +/* #undef GSS_C_NT_HOSTBASED_SERVICE */ + +/* Define to 1 if you have the <arpa/inet.h> header file. */ +/* #undef HAVE_ARPA_INET_H */ + +/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. + */ +/* #undef HAVE_DECL_STPCPY */ + +/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you + don't. */ +#define HAVE_DECL_STRERROR_R 1 + /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 +/* Define to 1 if you have the <errno.h> header file. */ +#define HAVE_ERRNO_H 1 + +/* Define to 1 if you have the `gai_strerror' function. */ +/* #undef HAVE_GAI_STRERROR */ + +/* Define to 1 if you have the `getaddrinfo' function. */ +/* #undef HAVE_GETADDRINFO */ + +/* Define if GSSAPI support is enabled */ +/* #undef HAVE_GSSAPI */ + +/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ +/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ + +/* Define to 1 if you have the <gssapi/gssapi.h> header file. */ +/* #undef HAVE_GSSAPI_GSSAPI_H */ + +/* Define to 1 if you have the <gssapi.h> header file. */ +/* #undef HAVE_GSSAPI_H */ + +/* Define to 1 if you have the `gss_init_sec_context' function. */ +/* #undef HAVE_GSS_INIT_SEC_CONTEXT */ + +/* Define to 1 if you have the `hstrerror' function. */ +/* #undef HAVE_HSTRERROR */ + +/* Define to 1 if you have the `inet_ntop' function. */ +/* #undef HAVE_INET_NTOP */ + /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 +/* Define to 1 if you have the <limits.h> header file. */ +/* #undef HAVE_LIMITS_H */ + /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 +/* Define to 1 if you have the <netdb.h> header file. */ +/* #undef HAVE_NETDB_H */ + +/* Define to 1 if you have the <netinet/in.h> header file. */ +/* #undef HAVE_NETINET_IN_H */ + +/* Define to 1 if you have the <netinet/tcp.h> header file. */ +/* #undef HAVE_NETINET_TCP_H */ + +/* Define to 1 if you have the <openssl/opensslv.h> header file. */ +/* #undef HAVE_OPENSSL_OPENSSLV_H */ + +/* Define to 1 if you have the <openssl/ssl.h> header file. */ +/* #undef HAVE_OPENSSL_SSL_H */ + +/* Define to 1 if you have the `setsockopt' function. */ +/* #undef HAVE_SETSOCKOPT */ + +/* Define to 1 if you have the `setvbuf' function. */ +/* #undef HAVE_SETVBUF */ + +/* Define to 1 if you have the `signal' function. */ +/* #undef HAVE_SIGNAL */ + +/* Define to 1 if you have the <signal.h> header file. */ +/* #undef HAVE_SIGNAL_H */ + +/* Define to 1 if you have the `snprintf' function. */ +#define HAVE_SNPRINTF 1 + +/* Define to 1 if you have the <socks.h> header file. */ +/* #undef HAVE_SOCKS_H */ + +/* Define to 1 if you have the <stdarg.h> header file. */ +#define HAVE_STDARG_H 1 + /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 +/* Define to 1 if you have the `stpcpy' function. */ +/* #undef HAVE_STPCPY */ + +/* Define to 1 if you have the `strcasecmp' function. */ +/* #undef HAVE_STRCASECMP */ + +/* Define to 1 if you have the `strerror_r' function. */ +#define HAVE_STRERROR_R 1 + /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 +/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ +/* #undef HAVE_STRUCT_TM_TM_GMTOFF */ + +/* Define to 1 if you have the <sys/select.h> header file. */ +/* #undef HAVE_SYS_SELECT_H */ + +/* Define to 1 if you have the <sys/socket.h> header file. */ +/* #undef HAVE_SYS_SOCKET_H */ + /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 +/* Define to 1 if you have the <sys/time.h> header file. */ +/* #undef HAVE_SYS_TIME_H */ + /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 +/* Define to 1 if you have the <trio.h> header file. */ +/* #undef HAVE_TRIO_H */ + /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the `vsnprintf' function. */ +#define HAVE_VSNPRINTF 1 + +/* Define to be the neon version string */ +#define NEON_VERSION "0.24.7" + +/* Define to be major number of neon version */ +#define NEON_VERSION_MAJOR (0) + +/* Define to be minor number of neon version */ +#define NEON_VERSION_MINOR (24) + +/* Define to be printf format string for off_t */ +#define NE_FMT_OFF_T "ld" + +/* Define to be printf format string for size_t */ +#define NE_FMT_SIZE_T "u" + +/* Define to be printf format string for ssize_t */ +#define NE_FMT_SSIZE_T "d" + /* Name of package */ #define PACKAGE "sunbird_plugin" @@ -49,8 +183,56 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "" +/* The size of a `int', as computed by sizeof. */ +#define SIZEOF_INT 4 + +/* The size of a `long', as computed by sizeof. */ +#define SIZEOF_LONG 4 + +/* The size of a `long long', as computed by sizeof. */ +#define SIZEOF_LONG_LONG 8 + +/* The size of a `off_t', as computed by sizeof. */ +#define SIZEOF_OFF_T 4 + +/* The size of a `size_t', as computed by sizeof. */ +#define SIZEOF_SIZE_T 4 + +/* The size of a `ssize_t', as computed by sizeof. */ +#define SIZEOF_SSIZE_T 4 + /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 +/* Define to 1 if strerror_r returns char *. */ +#define STRERROR_R_CHAR_P 1 + +/* Define if getaddrinfo supports AI_ADDRCONFIG */ +/* #undef USE_GAI_ADDRCONFIG */ + +/* Define if getaddrinfo() should be used */ +/* #undef USE_GETADDRINFO */ + /* Version number of package */ #define VERSION "0.82" + +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +/* #undef WORDS_BIGENDIAN */ + +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ + +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +/* #undef inline */ + +/* Define to `long' if <sys/types.h> does not define. */ +/* #undef off_t */ + +/* Define to `unsigned' if <sys/types.h> does not define. */ +/* #undef size_t */ + +#if defined(HAVE_STPCPY) && !HAVE_DECL_STPCPY && !defined(stpcpy) +char *stpcpy(char *, const char *); +#endif Index: config.h.in =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/config.h.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- config.h.in 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ config.h.in 7 Mar 2005 01:51:31 -0000 1.1.2.2 @@ -1,35 +1,169 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define to specific EGD socket path */ +#undef EGD_PATH + +/* Define if EGD should be supported */ +#undef ENABLE_EGD + +/* Define if GSS_C_NT_HOSTBASED_SERVICE is not defined otherwise */ +#undef GSS_C_NT_HOSTBASED_SERVICE + +/* Define to 1 if you have the <arpa/inet.h> header file. */ +#undef HAVE_ARPA_INET_H + +/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. + */ +#undef HAVE_DECL_STPCPY + +/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you + don't. */ +#undef HAVE_DECL_STRERROR_R + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H +/* Define to 1 if you have the <errno.h> header file. */ +#undef HAVE_ERRNO_H + +/* Define to 1 if you have the `gai_strerror' function. */ +#undef HAVE_GAI_STRERROR + +/* Define to 1 if you have the `getaddrinfo' function. */ +#undef HAVE_GETADDRINFO + +/* Define if GSSAPI support is enabled */ +#undef HAVE_GSSAPI + +/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_GENERIC_H + +/* Define to 1 if you have the <gssapi/gssapi.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + +/* Define to 1 if you have the <gssapi.h> header file. */ +#undef HAVE_GSSAPI_H + +/* Define to 1 if you have the `gss_init_sec_context' function. */ +#undef HAVE_GSS_INIT_SEC_CONTEXT + +/* Define to 1 if you have the `hstrerror' function. */ +#undef HAVE_HSTRERROR + +/* Define to 1 if you have the `inet_ntop' function. */ +#undef HAVE_INET_NTOP + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <limits.h> header file. */ +#undef HAVE_LIMITS_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the <netdb.h> header file. */ +#undef HAVE_NETDB_H + +/* Define to 1 if you have the <netinet/in.h> header file. */ +#undef HAVE_NETINET_IN_H + +/* Define to 1 if you have the <netinet/tcp.h> header file. */ +#undef HAVE_NETINET_TCP_H + +/* Define to 1 if you have the <openssl/opensslv.h> header file. */ +#undef HAVE_OPENSSL_OPENSSLV_H + +/* Define to 1 if you have the <openssl/ssl.h> header file. */ +#undef HAVE_OPENSSL_SSL_H + +/* Define to 1 if you have the `setsockopt' function. */ +#undef HAVE_SETSOCKOPT + +/* Define to 1 if you have the `setvbuf' function. */ +#undef HAVE_SETVBUF + +/* Define to 1 if you have the `signal' function. */ +#undef HAVE_SIGNAL + +/* Define to 1 if you have the <signal.h> header file. */ +#undef HAVE_SIGNAL_H + +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF + +/* Define to 1 if you have the <socks.h> header file. */ +#undef HAVE_SOCKS_H + +/* Define to 1 if you have the <stdarg.h> header file. */ +#undef HAVE_STDARG_H + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `stpcpy' function. */ +#undef HAVE_STPCPY + +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + +/* Define to 1 if you have the `strerror_r' function. */ +#undef HAVE_STRERROR_R + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ +#undef HAVE_STRUCT_TM_TM_GMTOFF + +/* Define to 1 if you have the <sys/select.h> header file. */ +#undef HAVE_SYS_SELECT_H + +/* Define to 1 if you have the <sys/socket.h> header file. */ +#undef HAVE_SYS_SOCKET_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <trio.h> header file. */ +#undef HAVE_TRIO_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `vsnprintf' function. */ +#undef HAVE_VSNPRINTF + +/* Define to be the neon version string */ +#undef NEON_VERSION + +/* Define to be major number of neon version */ +#undef NEON_VERSION_MAJOR + +/* Define to be minor number of neon version */ +#undef NEON_VERSION_MINOR + +/* Define to be printf format string for off_t */ +#undef NE_FMT_OFF_T + +/* Define to be printf format string for size_t */ +#undef NE_FMT_SIZE_T + +/* Define to be printf format string for ssize_t */ +#undef NE_FMT_SSIZE_T + /* Name of package */ #undef PACKAGE @@ -48,8 +182,56 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of a `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + +/* The size of a `off_t', as computed by sizeof. */ +#undef SIZEOF_OFF_T + +/* The size of a `size_t', as computed by sizeof. */ +#undef SIZEOF_SIZE_T + +/* The size of a `ssize_t', as computed by sizeof. */ +#undef SIZEOF_SSIZE_T + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to 1 if strerror_r returns char *. */ +#undef STRERROR_R_CHAR_P + +/* Define if getaddrinfo supports AI_ADDRCONFIG */ +#undef USE_GAI_ADDRCONFIG + +/* Define if getaddrinfo() should be used */ +#undef USE_GETADDRINFO + /* Version number of package */ #undef VERSION + +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +#undef inline + +/* Define to `long' if <sys/types.h> does not define. */ +#undef off_t + +/* Define to `unsigned' if <sys/types.h> does not define. */ +#undef size_t + +#if defined(HAVE_STPCPY) && !HAVE_DECL_STPCPY && !defined(stpcpy) +char *stpcpy(char *, const char *); +#endif Index: configure =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/configure,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- configure 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ configure 7 Mar 2005 01:51:31 -0000 1.1.2.2 @@ -467,7 +467,7 @@ # include <unistd.h> #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE PKG_CONFIG PACKAGE_CFLAGS PACKAGE_LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB LIBTOOL MULTISYNC_VERSION LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE PKG_CONFIG PACKAGE_CFLAGS PACKAGE_LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB LIBTOOL NEON_CONFIG LIBOBJS NEON_SUPPORTS_ZLIB NEON_SUPPORTS_SSL KRB5_CONFIG NEON_CFLAGS NEON_LIBS NEON_LTLIBS NEON_BUILD_BUNDLED MULTISYNC_VERSION LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1019,6 +1019,11 @@ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld default=no [...7259 lines suppressed...] @@ -9433,8 +16638,16 @@ s,@RANLIB@,$RANLIB,;t t s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t s,@LIBTOOL@,$LIBTOOL,;t t -s,@MULTISYNC_VERSION@,$MULTISYNC_VERSION,;t t +s,@NEON_CONFIG@,$NEON_CONFIG,;t t s,@LIBOBJS@,$LIBOBJS,;t t +s,@NEON_SUPPORTS_ZLIB@,$NEON_SUPPORTS_ZLIB,;t t +s,@NEON_SUPPORTS_SSL@,$NEON_SUPPORTS_SSL,;t t +s,@KRB5_CONFIG@,$KRB5_CONFIG,;t t +s,@NEON_CFLAGS@,$NEON_CFLAGS,;t t +s,@NEON_LIBS@,$NEON_LIBS,;t t +s,@NEON_LTLIBS@,$NEON_LTLIBS,;t t +s,@NEON_BUILD_BUNDLED@,$NEON_BUILD_BUNDLED,;t t +s,@MULTISYNC_VERSION@,$MULTISYNC_VERSION,;t t s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF Index: configure.in =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/configure.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- configure.in 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ configure.in 7 Mar 2005 01:51:32 -0000 1.1.2.2 @@ -1,5 +1,7 @@ dnl Process this file with autoconf to produce a configure script. +m4_include([macros/neon.m4]) + AC_INIT(configure.in) AM_INIT_AUTOMAKE(sunbird_plugin, 0.82) AM_CONFIG_HEADER(config.h) @@ -14,6 +16,7 @@ AM_PROG_CC_STDC AC_HEADER_STDC AC_PROG_LIBTOOL +NEON_LIBRARY dnl Info for the RPM MULTISYNC_TOP="../.." Index: Makefile =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/Makefile,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ Makefile 7 Mar 2005 01:51:31 -0000 1.1.2.2 @@ -75,7 +75,7 @@ INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s LIBTOOL = $(SHELL) $(top_builddir)/libtool LN_S = ln -s -MULTISYNC_VERSION = 0.82 +MULTISYNC_VERSION = OBJDUMP = @OBJDUMP@ PACKAGE = sunbird_plugin PACKAGE_CFLAGS = -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2 Index: config.status =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/config.status,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- config.status 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ config.status 7 Mar 2005 01:51:31 -0000 1.1.2.2 @@ -504,7 +504,7 @@ s,@PACKAGE_CFLAGS@,-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2 ,;t t s,@PACKAGE_LIBS@,-pthread -Wl,--export-dynamic -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lXcursor -lpangoxft-1.0 -lXft -lfreetype -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lm -lgmodule-2.0 -ldl -lglib-2.0 ,;t t s,@CC@,gcc,;t t -s,@CFLAGS@,-g -O2,;t t +s,@CFLAGS@,-g -O2 -I/usr/local/include/neon -DNEON_ZLIB,;t t s,@LDFLAGS@,,;t t s,@CPPFLAGS@,,;t t s,@ac_ct_CC@,gcc,;t t @@ -532,8 +532,16 @@ s,@RANLIB@,ranlib,;t t s,@ac_ct_RANLIB@,ranlib,;t t s,@LIBTOOL@,$(SHELL) $(top_builddir)/libtool,;t t -s,@MULTISYNC_VERSION@,0.82,;t t +s,@NEON_CONFIG@,/usr/local/bin/neon-config,;t t s,@LIBOBJS@,,;t t +s,@NEON_SUPPORTS_ZLIB@,yes,;t t +s,@NEON_SUPPORTS_SSL@,no,;t t +s,@KRB5_CONFIG@,,;t t +s,@NEON_CFLAGS@,,;t t +s,@NEON_LIBS@, -L/usr/local/lib -lneon -lz -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lxml2 -lz -lpthread -lm,;t t +s,@NEON_LTLIBS@,,;t t +s,@NEON_BUILD_BUNDLED@,yes,;t t +s,@MULTISYNC_VERSION@,,;t t s,@LTLIBOBJS@,,;t t CEOF @@ -827,6 +835,36 @@ ${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD} +${ac_dA}SIZEOF_INT${ac_dB}SIZEOF_INT${ac_dC}4${ac_dD} +${ac_dA}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}4${ac_dD} +${ac_dA}SIZEOF_LONG_LONG${ac_dB}SIZEOF_LONG_LONG${ac_dC}8${ac_dD} +${ac_dA}HAVE_ERRNO_H${ac_dB}HAVE_ERRNO_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_STDARG_H${ac_dB}HAVE_STDARG_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD} +${ac_dA}SIZEOF_SIZE_T${ac_dB}SIZEOF_SIZE_T${ac_dC}4${ac_dD} +${ac_dA}NE_FMT_SIZE_T${ac_dB}NE_FMT_SIZE_T${ac_dC}"u"${ac_dD} +${ac_dA}SIZEOF_OFF_T${ac_dB}SIZEOF_OFF_T${ac_dC}4${ac_dD} +${ac_dA}NE_FMT_OFF_T${ac_dB}NE_FMT_OFF_T${ac_dC}"ld"${ac_dD} +${ac_dA}SIZEOF_SSIZE_T${ac_dB}SIZEOF_SSIZE_T${ac_dC}4${ac_dD} +${ac_dA}NE_FMT_SSIZE_T${ac_dB}NE_FMT_SSIZE_T${ac_dC}"d"${ac_dD} +${ac_dA}HAVE_DECL_STRERROR_R${ac_dB}HAVE_DECL_STRERROR_R${ac_dC}1${ac_dD} +${ac_dA}HAVE_STRERROR_R${ac_dB}HAVE_STRERROR_R${ac_dC}1${ac_dD} +${ac_dA}STRERROR_R_CHAR_P${ac_dB}STRERROR_R_CHAR_P${ac_dC}1${ac_dD} +${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD} +${ac_dA}HAVE_VSNPRINTF${ac_dB}HAVE_VSNPRINTF${ac_dC}1${ac_dD} +${ac_dA}NEON_VERSION${ac_dB}NEON_VERSION${ac_dC}"0.24.7"${ac_dD} +${ac_dA}NEON_VERSION_MAJOR${ac_dB}NEON_VERSION_MAJOR${ac_dC}(0)${ac_dD} +CEOF + sed -f $tmp/defines.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/defines.sed <<CEOF +/^[ ]*#[ ]*define/!b +t clr +: clr +${ac_dA}NEON_VERSION_MINOR${ac_dB}NEON_VERSION_MINOR${ac_dC}(24)${ac_dD} CEOF sed -f $tmp/defines.sed $tmp/in >$tmp/out rm -f $tmp/in @@ -857,6 +895,36 @@ ${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD} +${ac_uA}SIZEOF_INT${ac_uB}SIZEOF_INT${ac_uC}4${ac_uD} +${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}4${ac_uD} +${ac_uA}SIZEOF_LONG_LONG${ac_uB}SIZEOF_LONG_LONG${ac_uC}8${ac_uD} +${ac_uA}HAVE_ERRNO_H${ac_uB}HAVE_ERRNO_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_STDARG_H${ac_uB}HAVE_STDARG_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD} +${ac_uA}SIZEOF_SIZE_T${ac_uB}SIZEOF_SIZE_T${ac_uC}4${ac_uD} +${ac_uA}NE_FMT_SIZE_T${ac_uB}NE_FMT_SIZE_T${ac_uC}"u"${ac_uD} +${ac_uA}SIZEOF_OFF_T${ac_uB}SIZEOF_OFF_T${ac_uC}4${ac_uD} +${ac_uA}NE_FMT_OFF_T${ac_uB}NE_FMT_OFF_T${ac_uC}"ld"${ac_uD} +${ac_uA}SIZEOF_SSIZE_T${ac_uB}SIZEOF_SSIZE_T${ac_uC}4${ac_uD} +${ac_uA}NE_FMT_SSIZE_T${ac_uB}NE_FMT_SSIZE_T${ac_uC}"d"${ac_uD} +${ac_uA}HAVE_DECL_STRERROR_R${ac_uB}HAVE_DECL_STRERROR_R${ac_uC}1${ac_uD} +${ac_uA}HAVE_STRERROR_R${ac_uB}HAVE_STRERROR_R${ac_uC}1${ac_uD} +${ac_uA}STRERROR_R_CHAR_P${ac_uB}STRERROR_R_CHAR_P${ac_uC}1${ac_uD} +${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD} +${ac_uA}HAVE_VSNPRINTF${ac_uB}HAVE_VSNPRINTF${ac_uC}1${ac_uD} +${ac_uA}NEON_VERSION${ac_uB}NEON_VERSION${ac_uC}"0.24.7"${ac_uD} +${ac_uA}NEON_VERSION_MAJOR${ac_uB}NEON_VERSION_MAJOR${ac_uC}(0)${ac_uD} +CEOF + sed -f $tmp/undefs.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/undefs.sed <<CEOF +/^[ ]*#[ ]*undef/!b +t clr +: clr +${ac_uA}NEON_VERSION_MINOR${ac_uB}NEON_VERSION_MINOR${ac_uC}(24)${ac_uD} s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, CEOF sed -f $tmp/undefs.sed $tmp/in >$tmp/out Index: config.log =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/config.log,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- config.log 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ config.log 7 Mar 2005 01:51:31 -0000 1.1.2.2 @@ -46,98 +46,98 @@ ## Core tests. ## ## ----------- ## -configure:1476: checking for a BSD-compatible install -configure:1530: result: /usr/bin/install -c -configure:1541: checking whether build environment is sane -configure:1584: result: yes -configure:1617: checking for gawk -configure:1633: found /bin/gawk -configure:1643: result: gawk -configure:1653: checking whether make sets $(MAKE) [...1045 lines suppressed...] +#define SIZEOF_SIZE_T 4 +#define SIZEOF_SSIZE_T 4 #define STDC_HEADERS 1 +#define STRERROR_R_CHAR_P 1 #define VERSION "0.82" configure: exit 0 @@ -625,9 +969,9 @@ CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = - $ ./config.status config.h + $ ./config.status src/Makefile depfiles on markus -config.status:771: creating config.h -config.status:878: config.h is unchanged +config.status:675: creating src/Makefile +config.status:1052: executing depfiles commands Index: libtool =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/libtool,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- libtool 4 Feb 2005 09:50:54 -0000 1.1.2.1 +++ libtool 7 Mar 2005 01:51:32 -0000 1.1.2.2 @@ -1605,7 +1605,7 @@ ;; -shrext) - prev=shrext + prev=shrext_cmds continue ;; @@ -3038,7 +3038,7 @@ case $outputname in lib*) name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` - eval shared_ext=\"$shrext\" + eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) @@ -3050,7 +3050,7 @@ if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` - eval shared_ext=\"$shrext\" + eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` @@ -3806,7 +3806,7 @@ fi # Get the real and link names of the library. - eval shared_ext=\"$shrext\" + eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names realname="$2" Index: README =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/sunbird_plugin/Attic/README,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- README 4 Feb 2005 09:50:53 -0000 1.1.2.1 +++ README 7 Mar 2005 01:51:31 -0000 1.1.2.2 @@ -1 +1,18 @@ -This is a plugin for syncing Mozilla Calendar / Sunbird. +Plugin for syncing with Mozilla Calendar / Sunbird +-------------------------------------------------- + +(C) 2005 by Markus Meyer +Licensed under the GNU GPL + +1. Does it work? + +Yes, it does. You can sync one or more calendars, both local and on WebDAV +servers. I am syncing my S55 phone with it, and it works fine. However, +since it has not been widely tested, consider it beta or even alpha quality +code. Therefore it is recommended to make frequent backups of your data. + +2. Where are the settings? + +There is no graphical settings dialog yet. Configuration is done via +environment variables. The following variables are defined: + |