pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/synce-rra Initial import of synce-rra-0.9.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4723754a84ed
branches: trunk
changeset: 500859:4723754a84ed
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 13 16:57:41 2005 +0000
description:
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:
comms/synce-rra/DESCR | 4 ++++
comms/synce-rra/Makefile | 19 +++++++++++++++++++
comms/synce-rra/PLIST | 13 +++++++++++++
comms/synce-rra/distinfo | 11 +++++++++++
comms/synce-rra/patches/patch-aa | 13 +++++++++++++
comms/synce-rra/patches/patch-ab | 17 +++++++++++++++++
comms/synce-rra/patches/patch-ac | 13 +++++++++++++
comms/synce-rra/patches/patch-ad | 13 +++++++++++++
comms/synce-rra/patches/patch-ae | 13 +++++++++++++
comms/synce-rra/patches/patch-af | 8 ++++++++
10 files changed, 124 insertions(+), 0 deletions(-)
diffs (164 lines):
diff -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/DESCR Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/Makefile Thu Oct 13 16:57:41 2005 +0000
@@ -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@localhost
+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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/PLIST Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/distinfo Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/patches/patch-aa Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/patches/patch-ab Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/patches/patch-ac Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/patches/patch-ad Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/patches/patch-ae Thu Oct 13 16:57:41 2005 +0000
@@ -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 -r 7523d81eb91e -r 4723754a84ed comms/synce-rra/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/synce-rra/patches/patch-af Thu Oct 13 16:57:41 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index