The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD palm : synce-rra

Remote Replication Agent Connection protocol library

 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. 

http://synce.sourceforge.net/



synce-rra history


v. 1.16
date: 2007/03/23 22:02:30;  author: pav;  state: Exp;  lines: +1 -1
- Fix after objformat removal

v. 1.15 date: 2007/03/23 22:00:42; author: pav; state: Exp; lines: +0 -4 - Desupport 4.X
v. 1.14 date: 2007/03/23 22:00:00; author: pav; state: Exp; lines: +1 -7 - Builds fine on my amd64, so give this a shot
v. 1.13 date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.12 date: 2006/06/24 00:32:20; author: linimon; state: Exp; lines: +4 -0 Mark broken on amd64 (needs -fPIC).
v. 1.11 date: 2006/05/13 01:03:09; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.10 date: 2006/02/23 10:38:42; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.9 date: 2005/11/15 06:50:47; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.8 date: 2005/10/29 04:25:00; author: lawrance; state: Exp; lines: +1 -1 Drop maintainership since I no longer have a pocket pc. I'll be keeping an eye on these, especially uppc-kmod in case anyone wants to take it over and keep it working.
v. 1.7 date: 2005/08/01 17:25:35; author: lawrance; state: Exp; lines: +1 -1 Update to 0.9.1 PR: ports/84335 Submitted by: Andrej Zverev
v. 1.6 date: 2005/04/12 13:00:32; author: lawrance; state: Exp; lines: +1 -1 Set my ports to their shiny new MAINTAINER address. Approved by: clement (mentor)
v. 1.5 date: 2005/04/12 03:26:22; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.4 date: 2005/04/11 08:03:45; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.3 date: 2005/01/08 21:39:57; author: pav; state: Exp; lines: +10 -8 - Update to 0.9.0 PR: ports/72245, ports/72246, ports/72247, ports/72248, ports/72249, ports/72250, ports/72251 Submitted by: Sam Lawrance (maintainer)
v. 1.2 date: 2004/03/14 06:17:13; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.1 date: 2004/03/13 21:44:14; author: pav; state: Exp; Add synce-rra, 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. PR: ports/64135 Submitted by: Sam Lawrance ============================================================================= v. 1.16 date: 2007/03/23 22:02:30; author: pav; state: Exp; lines: +1 -1 - Fix after objformat removal
v. 1.15 date: 2007/03/23 22:00:42; author: pav; state: Exp; lines: +0 -4 - Desupport 4.X
v. 1.14 date: 2007/03/23 22:00:00; author: pav; state: Exp; lines: +1 -7 - Builds fine on my amd64, so give this a shot
v. 1.13 date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.12 date: 2006/06/24 00:32:20; author: linimon; state: Exp; lines: +4 -0 Mark broken on amd64 (needs -fPIC).
v. 1.11 date: 2006/05/13 01:03:09; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.10 date: 2006/02/23 10:38:42; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.9 date: 2005/11/15 06:50:47; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.8 date: 2005/10/29 04:25:00; author: lawrance; state: Exp; lines: +1 -1 Drop maintainership since I no longer have a pocket pc. I'll be keeping an eye on these, especially uppc-kmod in case anyone wants to take it over and keep it working.
v. 1.7 date: 2005/08/01 17:25:35; author: lawrance; state: Exp; lines: +1 -1 Update to 0.9.1 PR: ports/84335 Submitted by: Andrej Zverev
v. 1.6 date: 2005/04/12 13:00:32; author: lawrance; state: Exp; lines: +1 -1 Set my ports to their shiny new MAINTAINER address. Approved by: clement (mentor)
v. 1.5 date: 2005/04/12 03:26:22; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.4 date: 2005/04/11 08:03:45; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.3 date: 2005/01/08 21:39:57; author: pav; state: Exp; lines: +10 -8 - Update to 0.9.0 PR: ports/72245, ports/72246, ports/72247, ports/72248, ports/72249, ports/72250, ports/72251 Submitted by: Sam Lawrance (maintainer)
v. 1.2 date: 2004/03/14 06:17:13; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.1 date: 2004/03/13 21:44:14; author: pav; state: Exp; Add synce-rra, 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. PR: ports/64135 Submitted by: Sam Lawrance ============================================================================= v. 1.16 date: 2007/03/23 22:02:30; author: pav; state: Exp; lines: +1 -1 - Fix after objformat removal
v. 1.15 date: 2007/03/23 22:00:42; author: pav; state: Exp; lines: +0 -4 - Desupport 4.X
v. 1.14 date: 2007/03/23 22:00:00; author: pav; state: Exp; lines: +1 -7 - Builds fine on my amd64, so give this a shot
v. 1.13 date: 2006/08/15 00:56:21; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.12 date: 2006/06/24 00:32:20; author: linimon; state: Exp; lines: +4 -0 Mark broken on amd64 (needs -fPIC).
v. 1.11 date: 2006/05/13 01:03:09; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with P
v. 1.10 date: 2006/02/23 10:38:42; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.9 date: 2005/11/15 06:50:47; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.8 date: 2005/10/29 04:25:00; author: lawrance; state: Exp; lines: +1 -1 Drop maintainership since I no longer have a pocket pc. I'll be keeping an eye on these, especially uppc-kmod in case anyone wants to take it over and keep it working.
v. 1.7 date: 2005/08/01 17:25:35; author: lawrance; state: Exp; lines: +1 -1 Update to 0.9.1 PR: ports/84335 Submitted by: Andrej Zverev
v. 1.6 date: 2005/04/12 13:00:32; author: lawrance; state: Exp; lines: +1 -1 Set my ports to their shiny new MAINTAINER address. Approved by: clement (mentor)
v. 1.5 date: 2005/04/12 03:26:22; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.4 date: 2005/04/11 08:03:45; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.3 date: 2005/01/08 21:39:57; author: pav; state: Exp; lines: +10 -8 - Update to 0.9.0 PR: ports/72245, ports/72246, ports/72247, ports/72248, ports/72249, ports/72250, ports/72251 Submitted by: Sam Lawrance (maintainer)
v. 1.2 date: 2004/03/14 06:17:13; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.1 date: 2004/03/13 21:44:14; author: pav; state: Exp; Add synce-rra, 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. PR: ports/64135 Submitted by: Sam Lawrance =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm