Date: Fri, 12 Mar 2004 13:31:03 +1100 (EST) From: Sam Lawrance <boris@brooknet.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64135: [NEW PORT] palm/synce-rra: Remote Replication Agent Connection protocol library Message-ID: <20040312023103.7C1E51A1A@localhost> Resent-Message-ID: <200403120230.i2C2U8ZU076882@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64135 >Category: ports >Synopsis: [NEW PORT] palm/synce-rra: Remote Replication Agent Connection protocol library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 18:30:08 PST 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Mar 5 02:18:44 EST >Description: 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 other computer. WWW: http://synce.sourceforge.net/ (This port will be used by a few others I plan to submit soon) >How-To-Repeat: >Fix: Dearest committer, * this port requires libmimedir, submitted in PR ports/64132. * files/patch-ab contains cvs Id tags, add as binary. --- synce-rra-0.8.9.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # synce-rra # synce-rra/Makefile # synce-rra/files # synce-rra/files/patch-aa # synce-rra/files/patch-ab # synce-rra/distinfo # synce-rra/pkg-descr # synce-rra/pkg-plist # echo c - synce-rra mkdir -p synce-rra > /dev/null 2>&1 echo x - synce-rra/Makefile sed 's/^X//' >synce-rra/Makefile << 'END-of-synce-rra/Makefile' X# New ports collection makefile for: synce-rra X# Date created: March 2004 X# Whom: Sam Lawrance <boris@brooknet.com.au> X# X# $FreeBSD$ X XPORTNAME= synce-rra XPORTVERSION= 0.8.9 XCATEGORIES= palm XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= synce X XPATCH_SITES= http://sam.stral.net/freebsd/ XPATCHFILES= librra-synce-kde-0.7-freebsd.diff X XMAINTAINER= boris@brooknet.com.au XCOMMENT= Remote Replication Agent Connection protocol library X XLIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ X synce.0:${PORTSDIR}/palm/synce-libsynce \ X rapi.2:${PORTSDIR}/palm/synce-librapi2 XBUILD_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir XRUN_DEPENDS= ${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir X XMAN1= synce-matchmaker.1 X XUSE_LIBTOOL= yes XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} XINSTALLS_SHLIB= yes X X.include <bsd.port.mk> END-of-synce-rra/Makefile echo c - synce-rra/files mkdir -p synce-rra/files > /dev/null 2>&1 echo x - synce-rra/files/patch-aa sed 's/^X//' >synce-rra/files/patch-aa << 'END-of-synce-rra/files/patch-aa' X--- src/rra-decode.c.orig Thu Mar 11 22:13:04 2004 X+++ src/rra-decode.c Thu Mar 11 22:13:26 2004 X@@ -218,7 +218,7 @@ X time_t unix_time = filetime_to_unix_time(&propvals[i].val.filetime); X char* time_str = ctime(&unix_time); X time_str[strlen(time_str)-1] = '\0'; /* remove trailing newline */ X- printf("%s (%lu)", time_str, unix_time); X+ printf("%s (%lu)", time_str, (long unsigned)unix_time); X db_dump(&propvals[i].val.filetime, sizeof(FILETIME)); X } X break; END-of-synce-rra/files/patch-aa echo x - synce-rra/files/patch-ab sed 's/^X//' >synce-rra/files/patch-ab << 'END-of-synce-rra/files/patch-ab' X--- src/rra-timezone.c.orig Thu Mar 11 22:26:25 2004 X+++ src/rra-timezone.c Thu Mar 11 22:26:39 2004 X@@ -1,5 +1,4 @@ X /* $Id: rra-timezone.c,v 1.6 2003/12/08 09:44:02 twogood Exp $ */ X-#define _POSIX_C_SOURCE 2 /* for getopt */ X #define _BSD_SOURCE X #include "../lib/timezone.h" X #include "../lib/generator.h" END-of-synce-rra/files/patch-ab echo x - synce-rra/distinfo sed 's/^X//' >synce-rra/distinfo << 'END-of-synce-rra/distinfo' XMD5 (synce-rra-0.8.9.tar.gz) = f7ff0ee6478e8a7dc424731ccee94313 XSIZE (synce-rra-0.8.9.tar.gz) = 246733 XMD5 (librra-synce-kde-0.7-freebsd.diff) = f3fc24bd674b348ad939baecd9ec5559 XSIZE (librra-synce-kde-0.7-freebsd.diff) = 4181 END-of-synce-rra/distinfo echo x - synce-rra/pkg-descr sed 's/^X//' >synce-rra/pkg-descr << 'END-of-synce-rra/pkg-descr' XSynCE is a project for connecting to devices running Windows CE or Pocket PC. XRRA implements the Remote Replication Agent Connection protocol for Xsynchronising objects between a Windows CE device and other computer. X XWWW: http://synce.sourceforge.net/ END-of-synce-rra/pkg-descr echo x - synce-rra/pkg-plist sed 's/^X//' >synce-rra/pkg-plist << 'END-of-synce-rra/pkg-plist' X@dirrm include/rra Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII Xbin/synce-matchmaker Xinclude/rra/appointment.h Xinclude/rra/contact.h Xinclude/rra/matchmaker.h Xinclude/rra/syncmgr.h Xinclude/rra/task.h Xinclude/rra/timezone.h Xinclude/rra/uint32vector.h Xlib/librra.a Xlib/librra.la Xlib/librra.so Xlib/librra.so.0 Xshare/aclocal/rra.m4 END-of-synce-rra/pkg-plist exit --- synce-rra-0.8.9.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040312023103.7C1E51A1A>