FreshPorts -- The Place For Ports Fri, 22 Aug 2008 1:29 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
synce-rra 0.9.1 palm Deleted on this many watch lists=0 search for ports that depend on this port
Remote Replication Agent Connection protocol library

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Mar 2004 21:56:48


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/
CVSWeb : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/libmimedir, devel/libtool15
Required To Run: devel/libmimedir
Required Libraries: palm/synce-libsynce, palm/synce-librapi2, converters/libiconv

No installation instructions: this port has been deleted.

The package name of this deleted port was: synce-rra


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/sourceforge/synce/
http://nchc.dl.sourceforge.net/sourceforge/synce/
http://kent.dl.sourceforge.net/sourceforge/synce/
http://easynews.dl.sourceforge.net/sourceforge/synce/
http://ufpr.dl.sourceforge.net/sourceforge/synce/
http://umn.dl.sourceforge.net/sourceforge/synce/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port deleted on 2008-07-27
    REASON: Port was renamed

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
27 Jul 2008 14:52:46
Original commit files touched by this commit  0.9.1
miwi search for other commits by this committer
- Remove synce-rra (Project was renamed to synce-librra)
23 Mar 2007 22:02:30
Original commit files touched by this commit  0.9.1
pav search for other commits by this committer
- Fix after objformat removal
23 Mar 2007 22:00:42
Original commit files touched by this commit  0.9.1
pav search for other commits by this committer
- Desupport 4.X
23 Mar 2007 22:00:00
Original commit files touched by this commit  0.9.1
  Sanity Test Failure
pav search for other commits by this committer
- Builds fine on my amd64, so give this a shot
15 Aug 2006 01:56:24
Original commit files touched by this commit  0.9.1
clsung search for other commits by this committer
- 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 <gslin_AT_gslin dot org>
24 Jun 2006 01:32:20
Original commit files touched by this commit  0.9.1
linimon search for other commits by this committer
Mark broken on amd64 (needs -fPIC).
13 May 2006 02:03:17
Original commit files touched by this commit  0.9.1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with P
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.9.1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
25 Nov 2005 17:09:22
Original commit files touched by this commit  0.9.1
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.9.1
ade search for other commits by this committer
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.
29 Oct 2005 05:25:00
Original commit files touched by this commit  0.9.1
lawrance search for other commits by this committer
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.
01 Aug 2005 18:25:35
Original commit files touched by this commit  0.9.1
lawrance search for other commits by this committer
Update to 0.9.1

PR:             ports/84335
Submitted by:   Andrej Zverev <az@inec.ru>
12 Apr 2005 14:00:32
Original commit files touched by this commit  0.9.0
lawrance search for other commits by this committer
Set my ports to their shiny new MAINTAINER address.

Approved by:    clement (mentor)
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.9.0
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.9.0
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
08 Jan 2005 21:39:58
Original commit files touched by this commit  0.9.0
pav search for other commits by this committer
- Update to 0.9.0

PR:             ports/72245, ports/72246, ports/72247, ports/72248,
                ports/72249, ports/72250, ports/72251
Submitted by:   Sam Lawrance <boris@brooknet.com.au> (maintainer)
13 Aug 2004 17:51:56
Original commit files touched by this commit  0.8.9
pav search for other commits by this committer
- Fix build with gcc-3.4

PR:             ports/70417
Submitted by:   Sam Lawrance <boris@brooknet.com.au> (maintainer)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.8.9
ade search for other commits by this committer
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.
13 Mar 2004 21:44:14
Original commit files touched by this commit  0.8.9
pav search for other commits by this committer
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 <boris@brooknet.com.au>

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby19Aug 16
ruby19Aug 16

9 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19043
Broken 162
Deprecated 92
Ignore 430
Forbidden 6
Restricted 310
No CDROM 130
Vulnerable 50
Expired 16
Set to expire 71
Interactive 78
new 24 hours 2
new 48 hours5
new 7 days40
new fortnight146
new month242

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.256 seconds.