FreshPorts -- The Place For Ports Tue, 14 Oct 2008 12:14 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
synce-kde 0.9.1_5 palm on this many watch lists=1 search for ports that depend on this port
Broken BROKEN: No longer supported by developers
Deprecated DEPRECATED: No longer supported by developers
Expired This port expired on: 2008-08-24
Ignore IGNORE: is marked as broken: No longer supported by developers
SynCE KDE Utilities

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: 14 Jan 2005 02:25:34
Also Listed In: ipv6


SynCE is a project for connecting to devices running Windows CE or Pocket PC.
Synce-KDE provides KDE users transparent access to the files and information
on their Windows CE device as if it were a local folder. It also provides
a system tray application and PDA connection manager.

WWW: http://synce.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11-toolkits/qt33, devel/gmake, devel/libtool15
Required To Run: palm/synce-serial, x11-toolkits/qt33
Required Libraries: palm/synce-libsynce, palm/synce-librapi2, palm/synce-librra, archivers/libdynamite, archivers/liborange, archivers/unshield, x11/kdelibs3, converters/libiconv, devel/gettext

To install the port: cd /usr/ports/palm/synce-kde/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
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/
http://heanet.dl.sourceforge.net/sourceforge/synce/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from palm/rapip on 2005-01-08
    REASON: renamed

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.9.1_5
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
27 Jul 2008 15:36:31
Original commit files touched by this commit  0.9.1_5
miwi search for other commits by this committer
- Mark as deprecate and set schedule it for removal (no longer supported by
developers)
17 Jun 2008 23:52:16
Original commit files touched by this commit  0.9.1_4
araujo search for other commits by this committer
- Dependency has been renamed to liborange.
- Bump PORTREVISION.

PR:             ports/124402
Submitted by:   Alexander Logvinov <ports@logvinov.com>
07 Jun 2008 03:57:36
Original commit files touched by this commit  0.9.1_3
araujo search for other commits by this committer
- Fix pkg-plist.
- Reset maintainer.

Noticed by:     itetcu
06 Jun 2008 14:55:21
Original commit files touched by this commit  0.9.1_3
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
05 Jun 2008 21:29:26
Original commit files touched by this commit  0.9.1_2
araujo search for other commits by this committer
- Update is needed because dynamite has been renamed to libdynamite.
- Bump PORTREVISION.

PR:             ports/123941
Submitted by:   Alexander Logvinov <ports@logvinov.com)
29 Jun 2007 17:29:19
Original commit files touched by this commit  0.9.1_1
araujo search for other commits by this committer
- Change my mail address to araujo@.

Approved by:    stas (mentor)
19 May 2007 21:32:57
Original commit files touched by this commit  0.9.1_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
12 Feb 2007 20:27:09
Original commit files touched by this commit  0.9.1
anray search for other commits by this committer
Remove not needed dccm from RUN_DEPENDS. Internal vdccm is generalization of
dccm.

Reported by:    pointyhat via kris, pav
07 Jan 2007 12:44:07
Original commit files touched by this commit  0.9.1
itetcu search for other commits by this committer
- update to 0.9.1 [1]
-pass maintainership to submitter [1]

PR:             ports/107598 [1]
Submitted by:   Marcelo Araujo [1]
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.8.0_3
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.8.0_2
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.8.0_2
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.
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.8.0_2
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
29 Oct 2005 05:25:00
Original commit files touched by this commit  0.8.0_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.
12 Apr 2005 14:00:32
Original commit files touched by this commit  0.8.0_1
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.8.0_1
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.8.0_1
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'.
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.8.0_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
14 Jan 2005 02:15:15
Original commit files touched by this commit  0.8.0
edwin search for other commits by this committer
[maintainer] palm/synce-kde: update to 0.8.0; transform from rapip

        Transform the ageing rapip into shiny synce-kde 0.8.0

PR:             ports/76058
Submitted by:   Sam Lawrance <boris@brooknet.com.au>

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19307
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 13
new 48 hours24
new 7 days45
new fortnight79
new month139

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.181 seconds.