diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-13 16:57:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-13 16:57:41 +0000 |
commit | eee6f284b8a8bf86d8ba8b3fccd8615bf31a6cf9 (patch) | |
tree | d822e24df3e21675dfb80f7ca22fa253bd911ec3 /comms/synce-rra | |
parent | da56ea19602b5756c9bd0f3c149f473382a64608 (diff) | |
download | pkgsrc-eee6f284b8a8bf86d8ba8b3fccd8615bf31a6cf9.tar.gz |
Initial import of synce-rra-0.9.1.
SynCE is a project for connecting to devices running Windows CE or
Pocket PC. RRA implements the Remote Replication Agent Connection
protocol for synchronising objects between a Windows CE device and
another computer.
Diffstat (limited to 'comms/synce-rra')
-rw-r--r-- | comms/synce-rra/DESCR | 4 | ||||
-rw-r--r-- | comms/synce-rra/Makefile | 19 | ||||
-rw-r--r-- | comms/synce-rra/PLIST | 13 | ||||
-rw-r--r-- | comms/synce-rra/distinfo | 11 | ||||
-rw-r--r-- | comms/synce-rra/patches/patch-aa | 13 | ||||
-rw-r--r-- | comms/synce-rra/patches/patch-ab | 17 | ||||
-rw-r--r-- | comms/synce-rra/patches/patch-ac | 13 | ||||
-rw-r--r-- | comms/synce-rra/patches/patch-ad | 13 | ||||
-rw-r--r-- | comms/synce-rra/patches/patch-ae | 13 | ||||
-rw-r--r-- | comms/synce-rra/patches/patch-af | 8 |
10 files changed, 124 insertions, 0 deletions
diff --git a/comms/synce-rra/DESCR b/comms/synce-rra/DESCR new file mode 100644 index 00000000000..86985d03361 --- /dev/null +++ b/comms/synce-rra/DESCR @@ -0,0 +1,4 @@ +SynCE is a project for connecting to devices running Windows CE or +Pocket PC. RRA implements the Remote Replication Agent Connection +protocol for synchronising objects between a Windows CE device and +another computer. diff --git a/comms/synce-rra/Makefile b/comms/synce-rra/Makefile new file mode 100644 index 00000000000..5eec9f34539 --- /dev/null +++ b/comms/synce-rra/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ +# + +DISTNAME= synce-rra-0.9.1 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://synce.sourceforge.net/ +COMMENT= Remote Replication Agent Connection protocol library + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../comms/synce-librapi2/buildlink3.mk" +.include "../../comms/synce-libsynce/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/libmimedir/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/synce-rra/PLIST b/comms/synce-rra/PLIST new file mode 100644 index 00000000000..3022d513a8e --- /dev/null +++ b/comms/synce-rra/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ +bin/synce-matchmaker +include/rra/appointment.h +include/rra/contact.h +include/rra/matchmaker.h +include/rra/syncmgr.h +include/rra/task.h +include/rra/timezone.h +include/rra/uint32vector.h +lib/librra.la +man/man1/synce-matchmaker.1 +share/aclocal/rra.m4 +@dirrm include/rra diff --git a/comms/synce-rra/distinfo b/comms/synce-rra/distinfo new file mode 100644 index 00000000000..cfb816c5da6 --- /dev/null +++ b/comms/synce-rra/distinfo @@ -0,0 +1,11 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ + +SHA1 (synce-rra-0.9.1.tar.gz) = 9532427890404a5f095df6b95e140c11e20e2e9c +RMD160 (synce-rra-0.9.1.tar.gz) = af3b87221f28db88a744039b9c709f2a534d4602 +Size (synce-rra-0.9.1.tar.gz) = 379075 bytes +SHA1 (patch-aa) = 9ee2701ee684022e6cba60988915a36bc2649330 +SHA1 (patch-ab) = da7a149c9a7ef3569845af795b9bf47441bcd19c +SHA1 (patch-ac) = c32888b506572d8bf858f4b75836cc8c38c1a277 +SHA1 (patch-ad) = 7d5bcf1b6e26355cec79522e5caa64528d7a8d82 +SHA1 (patch-ae) = 49264cf568a81f68f661aba254c1f4e34f65f3c1 +SHA1 (patch-af) = bb2771e8c28e620ab913e4cdd3fbe226ef57f8aa diff --git a/comms/synce-rra/patches/patch-aa b/comms/synce-rra/patches/patch-aa new file mode 100644 index 00000000000..991089bf78d --- /dev/null +++ b/comms/synce-rra/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ + +--- lib/contact.c.orig 2005-05-13 13:35:28.000000000 +0200 ++++ lib/contact.c +@@ -684,7 +684,7 @@ static uint32_t address_ids[ADDRESS_FIEL + {ID_HOME_COUNTRY, ID_WORK_COUNTRY, ID_OTHER_COUNTRY} /* country */ + }; + +-static char* strdup_quoted_printable(const char* source)/*{{{*/ ++static char* strdup_quoted_printable(const unsigned char* source)/*{{{*/ + { + char* result = malloc(strlen(source) + 1); + char* dest = result; diff --git a/comms/synce-rra/patches/patch-ab b/comms/synce-rra/patches/patch-ab new file mode 100644 index 00000000000..9353baa3a67 --- /dev/null +++ b/comms/synce-rra/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ + +--- lib/parser.c.orig 2005-05-13 13:31:07.000000000 +0200 ++++ lib/parser.c +@@ -55,10 +55,10 @@ struct _Parser + size_t propval_count; + }; + +-bool parser_duration_to_seconds(const char* duration, int* result)/*{{{*/ ++bool parser_duration_to_seconds(const unsigned char* duration, int* result)/*{{{*/ + { + enum { dur_sign, dur_p, dur_any, dur_time, dur_end } state = dur_sign; +- const char *p; ++ const unsigned char *p; + struct tm time_struct; + int sign = 1; + int value = 0; diff --git a/comms/synce-rra/patches/patch-ac b/comms/synce-rra/patches/patch-ac new file mode 100644 index 00000000000..d455bc566d4 --- /dev/null +++ b/comms/synce-rra/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ + +--- lib/parser.h.orig 2004-01-04 21:22:08.000000000 +0100 ++++ lib/parser.h +@@ -27,7 +27,7 @@ void parser_component_add_parser_compone + void parser_component_add_parser_property (ParserComponent* self, ParserProperty* pt); + + /* helper functions */ +-bool parser_duration_to_seconds (const char* duration, int* seconds); ++bool parser_duration_to_seconds (const unsigned char* duration, int* seconds); + bool parser_datetime_to_struct (const char* datetime, struct tm* tm, bool* is_utc); + bool parser_datetime_to_unix_time(const char* datetime, time_t* unix_time, bool* is_utc); + diff --git a/comms/synce-rra/patches/patch-ad b/comms/synce-rra/patches/patch-ad new file mode 100644 index 00000000000..a35e0650572 --- /dev/null +++ b/comms/synce-rra/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ + +--- lib/rrac.c.orig 2004-08-01 20:02:51.000000000 +0200 ++++ lib/rrac.c +@@ -11,8 +11,6 @@ + + #define LETOH16(x) x = letoh16(x) + #define LETOH32(x) x = letoh32(x) +-#define HTOLE16(x) x = htole16(x) +-#define HTOLE32(x) x = htole32(x) + + #define LE16(p) letoh16(*(uint16_t*)p) + #define LE32(p) letoh32(*(uint32_t*)p) diff --git a/comms/synce-rra/patches/patch-ae b/comms/synce-rra/patches/patch-ae new file mode 100644 index 00000000000..3df12432b7c --- /dev/null +++ b/comms/synce-rra/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ + +--- lib/timezone.c.orig 2005-03-05 21:37:51.000000000 +0100 ++++ lib/timezone.c +@@ -126,7 +126,7 @@ exit: + void rra_timezone_create_id(RRA_Timezone* tzi, char** id)/*{{{*/ + { + char* name = wstr_to_ascii(tzi->StandardName); +- char* p; ++ unsigned char* p; + char buffer[128]; + + if (!id) diff --git a/comms/synce-rra/patches/patch-af b/comms/synce-rra/patches/patch-af new file mode 100644 index 00000000000..0a1e1c21574 --- /dev/null +++ b/comms/synce-rra/patches/patch-af @@ -0,0 +1,8 @@ +$NetBSD: patch-af,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $ + +--- src/rra-timezone.c.orig 2005-10-13 18:13:44.000000000 +0200 ++++ src/rra-timezone.c 2005-10-13 18:14:15.000000000 +0200 +@@ -1,0 +2 @@ ++#if 0 +@@ -3,0 +5 @@ ++#endif |