aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
Diffstat (limited to 'palm')
-rw-r--r--palm/gnome-pilot-conduits/Makefile36
-rw-r--r--palm/gnome-pilot-conduits/distinfo1
-rw-r--r--palm/gnome-pilot-conduits/files/patch-configure10
-rw-r--r--palm/gnome-pilot-conduits/files/patch-email_email_conduit.c11
-rw-r--r--palm/gnome-pilot-conduits/pkg-descr3
-rw-r--r--palm/gnome-pilot-conduits/pkg-plist41
-rw-r--r--palm/gnome-pilot/Makefile34
-rw-r--r--palm/gnome-pilot/distinfo1
-rw-r--r--palm/gnome-pilot/files/patch-aa19
-rw-r--r--palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c11
-rw-r--r--palm/gnome-pilot/pkg-descr6
-rw-r--r--palm/gnome-pilot/pkg-plist93
-rw-r--r--palm/pilot-link-devel/Makefile33
-rw-r--r--palm/pilot-link-devel/distinfo1
-rw-r--r--palm/pilot-link-devel/files/patch-aa13
-rw-r--r--palm/pilot-link-devel/files/patch-ab77
-rw-r--r--palm/pilot-link-devel/manpages.mk18
-rw-r--r--palm/pilot-link-devel/pkg-descr6
-rw-r--r--palm/pilot-link-devel/pkg-plist102
-rw-r--r--palm/synce-kde/Makefile27
-rw-r--r--palm/synce-kde/distinfo1
-rw-r--r--palm/synce-kde/pkg-descr6
-rw-r--r--palm/synce-kde/pkg-plist29
-rw-r--r--palm/synce-vdccm/Makefile28
-rw-r--r--palm/synce-vdccm/distinfo1
-rw-r--r--palm/synce-vdccm/pkg-descr5
-rw-r--r--palm/synce-vdccm/pkg-plist2
27 files changed, 0 insertions, 615 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile
deleted file mode 100644
index a37c05b0ab78..000000000000
--- a/palm/gnome-pilot-conduits/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: gnomepilot-conduits2
-# Date created: 15 April 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomepilot-conduits2
-PORTVERSION= 2.0.10
-CATEGORIES= palm comms gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-pilot-conduits/2.0
-DISTNAME= gnome-pilot-conduits-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Additional conduits for gnome-pilot2
-
-LIB_DEPENDS= gpilotd.3:${PORTSDIR}/palm/gnomepilot2
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_BISON= yes
-USE_GNOME= gnomeprefix gnomehack libgnome
-USE_LIBTOOL= yes
-USE_REINPLACE= yes
-CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
- ${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c
-
-.include <bsd.port.mk>
diff --git a/palm/gnome-pilot-conduits/distinfo b/palm/gnome-pilot-conduits/distinfo
deleted file mode 100644
index ba087ac7fefe..000000000000
--- a/palm/gnome-pilot-conduits/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/gnome-pilot-conduits-2.0.10.tar.bz2) = f6c0c608b04fabe6c83431ed2bda1ec3
diff --git a/palm/gnome-pilot-conduits/files/patch-configure b/palm/gnome-pilot-conduits/files/patch-configure
deleted file mode 100644
index f195f07b43c6..000000000000
--- a/palm/gnome-pilot-conduits/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed Dec 11 18:31:51 2002
-+++ configure Thu Dec 12 12:07:17 2002
-@@ -7414,6 +7414,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/palm/gnome-pilot-conduits/files/patch-email_email_conduit.c b/palm/gnome-pilot-conduits/files/patch-email_email_conduit.c
deleted file mode 100644
index e10f9f7c1de5..000000000000
--- a/palm/gnome-pilot-conduits/files/patch-email_email_conduit.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- email/email_conduit.c.orig Tue Apr 15 02:29:36 2003
-+++ email/email_conduit.c Tue Apr 15 02:30:00 2003
-@@ -47,7 +47,7 @@
- prefix = g_strdup_printf("/gnome-pilot.d/email-conduit/Pilot_%u/",pilotId);
-
- gnome_config_push_prefix(prefix);
-- (*c)->sendmail = gnome_config_get_string( "sendmail=/usr/lib/sendmail -t -i");
-+ (*c)->sendmail = gnome_config_get_string( "sendmail=/usr/sbin/sendmail -t -i");
- (*c)->fromAddr = gnome_config_get_string( "from_address" );
- (*c)->sendAction = gnome_config_get_string( "send_action=file");
- (*c)->mhDirectory = gnome_config_get_string( "mh_directory" );
diff --git a/palm/gnome-pilot-conduits/pkg-descr b/palm/gnome-pilot-conduits/pkg-descr
deleted file mode 100644
index a4dec8905fca..000000000000
--- a/palm/gnome-pilot-conduits/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Additional conduits for gnome-pilot2.
-
-WWW: http://www.gnome.org/gnome-pilot/
diff --git a/palm/gnome-pilot-conduits/pkg-plist b/palm/gnome-pilot-conduits/pkg-plist
deleted file mode 100644
index f2aab9dd5ccc..000000000000
--- a/palm/gnome-pilot-conduits/pkg-plist
+++ /dev/null
@@ -1,41 +0,0 @@
-lib/gnome-pilot/conduits/libemail_conduit.so
-lib/gnome-pilot/conduits/libexpense_conduit.so
-lib/gnome-pilot/conduits/libmal_conduit.so
-lib/gnome-pilot/conduits/libmemo_file_conduit.so
-lib/gnome-pilot/conduits/libtime_conduit.so
-share/gnome/gnome-pilot/conduits/expense.conduit
-share/gnome/gnome-pilot/conduits/mal.conduit
-share/gnome/gnome-pilot/conduits/memofile.conduit
-share/gnome/gnome-pilot/conduits/sendmail.conduit
-share/gnome/gnome-pilot/conduits/time.conduit
-share/gnome/pixmaps/avantgo.png
-share/locale/az/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/be/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/ca/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/cs/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/da/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/de/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/el/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/es/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/fi/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/fr/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/gl/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/he/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/hu/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/ja/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/nl/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/nn/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/no/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/pl/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/pt/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/ru/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/sk/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/sr/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/sr@Latn/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/sv/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/tr/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/uk/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/vi/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/wa/LC_MESSAGES/gnome-pilot-conduits.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-pilot-conduits.mo
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile
deleted file mode 100644
index 3b403e86e8ef..000000000000
--- a/palm/gnome-pilot/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gnomepilot2
-# Date created: 12 March 2003
-# Whom: Joe Marcus Clarke <marcus@marcuscom.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomepilot2
-PORTVERSION= 2.0.10
-CATEGORIES= palm comms gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-pilot/2.0
-DISTNAME= gnome-pilot-${PORTVERSION}
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= 3Com PalmPilot conduit system for GNOME 2
-
-BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2
-LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gpilot-install-file.1
-
-.include <bsd.port.mk>
diff --git a/palm/gnome-pilot/distinfo b/palm/gnome-pilot/distinfo
deleted file mode 100644
index 2f77d7e9a273..000000000000
--- a/palm/gnome-pilot/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome/gnome-pilot-2.0.10.tar.bz2) = 840ed31beddf1398ea4bb3c01b6caa70
diff --git a/palm/gnome-pilot/files/patch-aa b/palm/gnome-pilot/files/patch-aa
deleted file mode 100644
index 27a95c91d287..000000000000
--- a/palm/gnome-pilot/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Mon Apr 14 16:24:54 2003
-+++ configure Mon Apr 14 21:12:15 2003
-@@ -7162,6 +7162,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -10653,7 +10654,7 @@
-
-
- cat >>confdefs.h <<_ACEOF
--#define GNOME_ICONDIR "${prefix}/share/pixmaps"
-+#define GNOME_ICONDIR "${datadir}/pixmaps"
- _ACEOF
-
-
diff --git a/palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c b/palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c
deleted file mode 100644
index 82bf09dd7847..000000000000
--- a/palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgpilotdCM/gnome-pilot-conduit-management.c.orig Thu Feb 6 03:35:48 2003
-+++ libgpilotdCM/gnome-pilot-conduit-management.c Wed Mar 12 23:12:10 2003
-@@ -235,7 +235,7 @@
- GList *iterator;
-
- /* Do read of all .conduit files here */
-- conduit_files = self_get_conduit_file_names ("share/gnome-pilot/conduits", ".conduit");
-+ conduit_files = self_get_conduit_file_names ("share/gnome/gnome-pilot/conduits", ".conduit");
-
- LOCK_MY_HASHES;
- conduitname_to_datastruct = g_hash_table_new (g_str_hash,g_str_equal);
diff --git a/palm/gnome-pilot/pkg-descr b/palm/gnome-pilot/pkg-descr
deleted file mode 100644
index 75f9272d488f..000000000000
--- a/palm/gnome-pilot/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Gnome-pilot is a package with a daemon that monitors for pilot
-connects on one or more devices. It has a conduit system, and is
-accompanied by a few conduits, basically for installing files
-and backing up db's from the pilot.
-
-WWW: http://www.gnome.org/gnome-pilot/
diff --git a/palm/gnome-pilot/pkg-plist b/palm/gnome-pilot/pkg-plist
deleted file mode 100644
index ff7627d27c12..000000000000
--- a/palm/gnome-pilot/pkg-plist
+++ /dev/null
@@ -1,93 +0,0 @@
-bin/gnome-pilot-make-password
-bin/gpilot-install-file
-bin/gpilotd-control-applet
-bin/gpilotd-session-wrapper
-etc/gconf/gconf.xml.defaults/schemas/apps/gpilot_applet/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gpilot_applet/prefs/%gconf.xml
-etc/gconf/schemas/pilot.schemas
-include/gpilotd/gnome-pilot-client.h
-include/gpilotd/gnome-pilot-conduit-backup.h
-include/gpilotd/gnome-pilot-conduit-file.h
-include/gpilotd/gnome-pilot-conduit-standard-abs.h
-include/gpilotd/gnome-pilot-conduit-standard.h
-include/gpilotd/gnome-pilot-conduit-sync-abs.h
-include/gpilotd/gnome-pilot-conduit.h
-include/gpilotd/gnome-pilot-dbinfo.h
-include/gpilotd/gnome-pilot-structures.h
-include/gpilotd/gnome-pilot.h
-include/libgpilotdCM/gnome-pilot-conduit-config.h
-include/libgpilotdCM/gnome-pilot-conduit-management.h
-lib/gnome-pilot/conduits/libbackup_conduit.so
-lib/gnome-pilot/conduits/libfile_conduit.so
-lib/gnome-pilot/conduits/libtest_conduit.so
-lib/libgpilotd.a
-lib/libgpilotd.so
-lib/libgpilotd.so.3
-lib/libgpilotdcm.a
-lib/libgpilotdcm.so
-lib/libgpilotdcm.so.2
-lib/libgpilotdconduit.a
-lib/libgpilotdconduit.so
-lib/libgpilotdconduit.so.2
-libdata/bonobo/servers/GNOME_PilotApplet.server
-libdata/bonobo/servers/GNOME_Pilot_Daemon.server
-libdata/pkgconfig/gnome-pilot-2.0.pc
-libexec/gpilot-applet
-libexec/gpilotd
-share/gnome/control-center-2.0/capplets/gpilotd-control-applet.desktop
-share/gnome/gnome-pilot/conduits/backup.conduit
-share/gnome/gnome-pilot/conduits/file.conduit
-share/gnome/gnome-pilot/conduits/test.conduit
-share/gnome/gnome-pilot/glade/gnome-palm.png
-share/gnome/gnome-pilot/glade/gnome-pilot-watermark.png
-share/gnome/gnome-pilot/glade/gpilotd-capplet.glade
-share/gnome/gnome-pilot/glade/pilot-applet.glade
-share/gnome/help/gnome-pilot/C/gnome-pilot.xml
-share/gnome/idl/gnome-pilot.idl
-share/gnome/mime-info/palm.keys
-share/gnome/mime-info/palm.mime
-share/gnome/omf/gnome-pilot/gnome-pilot-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-pilot/gnome-pilot-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/pixmaps/gnome-palm-conduit.png
-share/gnome/pixmaps/gnome-palm.png
-share/gnome/pixmaps/sync_broken.png
-share/gnome/pixmaps/sync_icon.png
-share/gnome/pixmaps/sync_paused.png
-share/gnome/pixmaps/syncing_icon.png
-share/locale/am/LC_MESSAGES/gnome-pilot.mo
-share/locale/az/LC_MESSAGES/gnome-pilot.mo
-share/locale/ca/LC_MESSAGES/gnome-pilot.mo
-share/locale/cs/LC_MESSAGES/gnome-pilot.mo
-share/locale/cy/LC_MESSAGES/gnome-pilot.mo
-share/locale/da/LC_MESSAGES/gnome-pilot.mo
-share/locale/de/LC_MESSAGES/gnome-pilot.mo
-share/locale/el/LC_MESSAGES/gnome-pilot.mo
-share/locale/es/LC_MESSAGES/gnome-pilot.mo
-share/locale/fi/LC_MESSAGES/gnome-pilot.mo
-share/locale/fr/LC_MESSAGES/gnome-pilot.mo
-share/locale/gl/LC_MESSAGES/gnome-pilot.mo
-share/locale/he/LC_MESSAGES/gnome-pilot.mo
-share/locale/hu/LC_MESSAGES/gnome-pilot.mo
-share/locale/ja/LC_MESSAGES/gnome-pilot.mo
-share/locale/nl/LC_MESSAGES/gnome-pilot.mo
-share/locale/nn/LC_MESSAGES/gnome-pilot.mo
-share/locale/no/LC_MESSAGES/gnome-pilot.mo
-share/locale/pl/LC_MESSAGES/gnome-pilot.mo
-share/locale/pt/LC_MESSAGES/gnome-pilot.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-pilot.mo
-share/locale/ru/LC_MESSAGES/gnome-pilot.mo
-share/locale/sk/LC_MESSAGES/gnome-pilot.mo
-share/locale/sv/LC_MESSAGES/gnome-pilot.mo
-share/locale/tr/LC_MESSAGES/gnome-pilot.mo
-share/locale/uk/LC_MESSAGES/gnome-pilot.mo
-share/locale/vi/LC_MESSAGES/gnome-pilot.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-pilot.mo
-@dirrm share/gnome/omf/gnome-pilot
-@dirrm share/gnome/help/gnome-pilot/C
-@dirrm share/gnome/help/gnome-pilot
-@dirrm share/gnome/gnome-pilot/glade
-@dirrm include/libgpilotdCM
-@dirrm include/gpilotd
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpilot_applet/prefs
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gpilot_applet
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-pilot/gnome-pilot-C.omf 2>/dev/null || /usr/bin/true
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
deleted file mode 100644
index 6e4a346ae15f..000000000000
--- a/palm/pilot-link-devel/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: pilot-link
-# Date created: November, 1997
-# Whom: Paul Traina <pst@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pilot-link
-PORTVERSION= 0.11.7
-PORTREVISION= 2
-CATEGORIES= palm comms tk83
-MASTER_SITES= http://www.pilot-link.org/source/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PalmPilot communications utilities (backup/restore/install/debug/...)
-
-LIB_DEPENDS= tk83:${PORTSDIR}/x11-toolkits/tk83 \
- iconv.3:${PORTSDIR}/converters/libiconv
-
-USE_GETOPT_LONG=yes
-USE_BZIP2= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-USE_PERL5= yes
-
-CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-perl5=${PERL5} --with-libiconv=${LOCALBASE}
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
-
-.include "${.CURDIR}/manpages.mk"
-
-.include <bsd.port.mk>
diff --git a/palm/pilot-link-devel/distinfo b/palm/pilot-link-devel/distinfo
deleted file mode 100644
index 4121502055ef..000000000000
--- a/palm/pilot-link-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pilot-link-0.11.7.tar.bz2) = 7d06c1101707125b1e385dbd3cd7ce91
diff --git a/palm/pilot-link-devel/files/patch-aa b/palm/pilot-link-devel/files/patch-aa
deleted file mode 100644
index da18b7fbaa39..000000000000
--- a/palm/pilot-link-devel/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Thu Mar 21 07:31:21 2002
-+++ Makefile.in Wed Mar 27 12:33:16 2002
-@@ -100,8 +100,8 @@
- TCLLIBS = @TCLLIBS@
- TCLTKFLAGS = @TCLTKFLAGS@
- TCLTKLIBS = @TCLTKLIBS@
--TCLTK_FLAGS = @TCLTK_FLAGS@
--TCLTK_LIBS = @TCLTK_LIBS@
-+TCLTK_FLAGS = @TCLTK_FLAGS@ -I/usr/X11R6/include
-+TCLTK_LIBS = -L/usr/lib @TCLTK_LIBS@
- TCL_BIN = @TCL_BIN@
- TCL_INC = @TCL_INC@
- TCL_LIBS = @TCL_LIBS@
diff --git a/palm/pilot-link-devel/files/patch-ab b/palm/pilot-link-devel/files/patch-ab
deleted file mode 100644
index a6cb9e0069aa..000000000000
--- a/palm/pilot-link-devel/files/patch-ab
+++ /dev/null
@@ -1,77 +0,0 @@
---- configure.orig Sat Aug 21 10:57:14 1999
-+++ configure Sat Aug 21 11:05:26 1999
-@@ -876,9 +876,9 @@
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
- # It thinks the first close brace ends the variable substitution.
--test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-+INSTALL_PROGRAM='${INSTALL}'
-
- test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
-
--test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-+INSTALL_DATA='${INSTALL} -m 644'
-
- # Extract the first word of "ranlib", so it can be a program name with args.
-@@ -2643,5 +2643,5 @@
- if test "x$with_tcl" = "xyes" || test "x$with_tcl" = "x" ; then
- for tcl_path in /usr/local/tcl8.3 /usr/local/tcl8.0 /usr/local/tcl7.6 /usr/local/tcl7.5 /usr/local /usr /usr/local/tcl7.4; do
-- if test -f $tcl_path/lib/tclConfig.sh; then
-+ if test -f $tcl_path/lib/tcl8.3/tclConfig.sh; then
- with_tcl=$tcl_path; break
- elif test -f $tcl_path/lib/itcl/tclConfig.sh; then
-@@ -2684,5 +2684,5 @@
- echo "$ac_t""not used" 1>&6
- else
-- tclConfig="$with_tcl/lib$itcl/tclConfig.sh"
-+ tclConfig="$with_tcl/lib/tcl8.3$itcl/tclConfig.sh"
- if test ! -f $tclConfig; then
- echo "$ac_t""Unable to find tclConfig.sh" 1>&6
-@@ -2690,5 +2690,5 @@
- . $tclConfig
- echo "$ac_t""version $TCL_VERSION from $tclConfig" 1>&6
-- TCL_INC="-I$TCL_PREFIX/include$itcl"
-+ TCL_INC="-I$TCL_PREFIX/include/tcl8.3$itcl"
- TCL_BIN="$TCL_EXEC_PREFIX/bin"
- TCLLIBS="$TCL_LIB_SPEC $TCL_LIBS"
-@@ -2701,5 +2701,5 @@
- if test "x$with_itcl" = "xyes" || test "x$with_itcl" = "x"; then
- for itcl_path in $with_tcl; do
-- if test -f $itcl_path/lib$itcl/itclConfig.sh; then
-+ if test -f $itcl_path/lib/tcl8.3$itcl/itclConfig.sh; then
- with_itcl=$itcl_path; break
- fi
-@@ -2719,5 +2719,5 @@
- echo "$ac_t""not used" 1>&6
- else
-- itclConfig="$with_itcl/lib$itcl/itclConfig.sh"
-+ itclConfig="$with_itcl/lib/tcl8.3$itcl/itclConfig.sh"
- if test ! -f $itclConfig; then
- echo "$ac_t""Unable to find itclConfig.sh" 1>&6
-@@ -2725,5 +2725,5 @@
- . $itclConfig
- echo "$ac_t""version $ITCL_VERSION from $itclConfig" 1>&6
-- ITCL_INC="-I$TK_PREFIX/include$itcl"
-+ ITCL_INC="-I$TK_PREFIX/include/tcl8.3$itcl"
- #TK_BIN="$TK_EXEC_PREFIX/bin"
- #TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
-@@ -2743,5 +2743,5 @@
- if test "x$with_tk" = "xyes" || test "x$with_tk" = "x"; then
- for tk_path in $with_tcl; do
-- if test -f $tk_path/lib$itcl/tkConfig.sh; then
-+ if test -f $tk_path/lib/tk8.3$itcl/tkConfig.sh; then
- with_tk=$tk_path; break
- fi
-@@ -2761,5 +2761,5 @@
- echo "$ac_t""not used" 1>&6
- else
-- tkConfig="$with_tk/lib$itcl/tkConfig.sh"
-+ tkConfig="$with_tk/lib/tk8.3$itcl/tkConfig.sh"
- if test ! -f $tkConfig; then
- echo "$ac_t""Unable to find tkConfig.sh" 1>&6
-@@ -2767,5 +2767,5 @@
- . $tkConfig
- echo "$ac_t""version $TK_VERSION from $tkConfig" 1>&6
-- TK_INC="-I$TK_PREFIX/include$itcl"
-+ TK_INC="-I$TK_PREFIX/include/tk8.3$itcl"
- TK_BIN="$TK_EXEC_PREFIX/bin"
- TKLIBS="$TK_LIB_SPEC $TCL_LIB_SPEC $TK_LIBS"
diff --git a/palm/pilot-link-devel/manpages.mk b/palm/pilot-link-devel/manpages.mk
deleted file mode 100644
index f9829ea0277d..000000000000
--- a/palm/pilot-link-devel/manpages.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-MAN1+= addresses.1
-MAN1+= dlpsh.1
-MAN1+= hinotes.1
-MAN1+= ietf2datebook.1
-MAN1+= install-datebook.1
-MAN1+= install-expenses.1
-MAN1+= install-hinote.1
-MAN1+= install-memo.1
-MAN1+= install-netsync.1
-MAN1+= install-user.1
-MAN1+= pi-getram.1
-MAN1+= pi-getrom.1
-MAN1+= pilot-addresses.1
-MAN1+= pilot-xfer.1
-MAN1+= read-ical.1
-MAN1+= read-notepad.1
-MAN1+= read-palmpix.1
-MAN7+= pilot-link.7
diff --git a/palm/pilot-link-devel/pkg-descr b/palm/pilot-link-devel/pkg-descr
deleted file mode 100644
index 1fe1e3b2d1a0..000000000000
--- a/palm/pilot-link-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-pilot-link is a series of tools designed to extract and add data to a PalmPilot
-organizer. There are programs in here to transfer data, debug the pilot,
-synchronize with calendars, and a set of include files and libraries with which
-you may build your own applications in C, C++, Perl5, Tcl, Java, and Python.
-
-WWW: http://www.pilot-link.org/
diff --git a/palm/pilot-link-devel/pkg-plist b/palm/pilot-link-devel/pkg-plist
deleted file mode 100644
index 2e5e54852d38..000000000000
--- a/palm/pilot-link-devel/pkg-plist
+++ /dev/null
@@ -1,102 +0,0 @@
-bin/addresses
-bin/ccexample
-bin/debugsh
-bin/dlpsh
-bin/hinotes
-bin/install-datebook
-bin/install-expenses
-bin/install-hinote
-bin/install-memo
-bin/install-netsync
-bin/install-todo
-bin/install-todos
-bin/install-user
-bin/memos
-bin/money2qif
-bin/pi-csd
-bin/pi-getram
-bin/pi-getrom
-bin/pi-getromtoken
-bin/pi-nredir
-bin/pilot-addresses
-bin/pilot-archive
-bin/pilot-clip
-bin/pilot-datebook
-bin/pilot-dedupe
-bin/pilot-file
-bin/pilot-prc
-bin/pilot-schlep
-bin/pilot-xfer
-bin/read-expenses
-bin/read-ical
-bin/read-notepad
-bin/read-palmpix
-bin/read-todos
-bin/reminders
-include/pi-address.h
-include/pi-address.hxx
-include/pi-appinfo.h
-include/pi-appinfo.hxx
-include/pi-args.h
-include/pi-cmp.h
-include/pi-datebook.h
-include/pi-datebook.hxx
-include/pi-debug.h
-include/pi-dlp.h
-include/pi-dlp.hxx
-include/pi-expense.h
-include/pi-file.h
-include/pi-header.h
-include/pi-hinote.h
-include/pi-inet.h
-include/pi-macros.h
-include/pi-mail.h
-include/pi-md5.h
-include/pi-memo.h
-include/pi-memo.hxx
-include/pi-money.h
-include/pi-net.h
-include/pi-notepad.h
-include/pi-padp.h
-include/pi-palmpix.h
-include/pi-serial.h
-include/pi-slp.h
-include/pi-sockaddr.h
-include/pi-socket.h
-include/pi-source.h
-include/pi-sync.h
-include/pi-sys.h
-include/pi-syspkt.h
-include/pi-todo.h
-include/pi-todo.hxx
-include/pi-usb.h
-include/pi-util.h
-include/pi-version.h
-lib/libpisock++.a
-lib/libpisock++.la
-lib/libpisock++.so
-lib/libpisock++.so.0
-lib/libpisock.a
-lib/libpisock.la
-lib/libpisock.so
-lib/libpisock.so.8
-lib/libpisync.a
-lib/libpisync.la
-lib/libpisync.so
-lib/libpisync.so.0
-share/aclocal/pilot-link.m4
-share/pilot-link/getrom.prc
-share/pilot-link/getrom2.prc
-share/pilot-link/pix/b1.gif
-share/pilot-link/pix/b2.gif
-share/pilot-link/pix/b3.gif
-share/pilot-link/pix/b4.gif
-share/pilot-link/pix/b5.gif
-share/pilot-link/pix/b6.gif
-share/pilot-link/pix/b7.gif
-share/pilot-link/pix/case.gif
-share/pilot-link/pix/case.xbm
-share/pilot-link/pix/casemask.xbm
-@dirrm share/pilot-link/pix
-@dirrm share/pilot-link
-@dirrm share/aclocal
diff --git a/palm/synce-kde/Makefile b/palm/synce-kde/Makefile
deleted file mode 100644
index 6cfe90818fcd..000000000000
--- a/palm/synce-kde/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: rapip
-# Date created: 15 June 2003
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
-# $FreeBSD$
-
-PORTNAME= rapip
-PORTVERSION= 0.4.1
-CATEGORIES= palm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= synce
-
-MAINTAINER= boris@brooknet.com.au
-COMMENT= KIO-slave and trayapp for access to WinCE devices
-
-LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce \
- rapi.2:${PORTSDIR}/palm/synce-librapi2
-RUN_DEPENDS+= synce-serial-start:${PORTSDIR}/palm/synce-serial \
- dccm:${PORTSDIR}/palm/synce-dccm
-
-USE_KDELIBS_VER=3
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-.include <bsd.port.mk>
diff --git a/palm/synce-kde/distinfo b/palm/synce-kde/distinfo
deleted file mode 100644
index 450ccdec2b2d..000000000000
--- a/palm/synce-kde/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (rapip-0.4.1.tar.gz) = 49730187d3c6ca246147593e5133d6ef
diff --git a/palm/synce-kde/pkg-descr b/palm/synce-kde/pkg-descr
deleted file mode 100644
index 89ef4536beb1..000000000000
--- a/palm/synce-kde/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-SynCE is a project for connecting to devices running Windows CE or Pocket PC.
-Rapip is a KIO-slave giving KDE users transparent access to the files and
-information on their Windows CE device as if it were a local folder. Raki
-is a tray application giving instant access to these functions.
-
-WWW: http://synce.sourceforge.net/
diff --git a/palm/synce-kde/pkg-plist b/palm/synce-kde/pkg-plist
deleted file mode 100644
index 8ffed8718c94..000000000000
--- a/palm/synce-kde/pkg-plist
+++ /dev/null
@@ -1,29 +0,0 @@
-bin/raki
-lib/kde3/kio_rapip.la
-lib/kde3/kio_rapip.so
-share/applnk/Utilities/raki.desktop
-share/doc/HTML/en/raki/index.cache.bz2
-share/doc/HTML/en/raki/index.docbook
-share/icons/hicolor/16x16/apps/raki.png
-share/icons/hicolor/16x16/apps/raki_bw.png
-share/icons/hicolor/16x16/apps/rapip.png
-share/icons/hicolor/16x16/apps/rapip_bw.png
-share/icons/hicolor/22x22/apps/raki.png
-share/icons/hicolor/22x22/apps/raki_bw.png
-share/icons/hicolor/22x22/apps/rapip.png
-share/icons/hicolor/22x22/apps/rapip_bw.png
-share/icons/hicolor/32x32/apps/raki.png
-share/icons/hicolor/32x32/apps/raki_bw.png
-share/icons/hicolor/32x32/apps/rapip.png
-share/icons/hicolor/32x32/apps/rapip_bw.png
-share/icons/hicolor/48x48/apps/raki.png
-share/icons/hicolor/48x48/apps/raki_bw.png
-share/icons/hicolor/48x48/apps/rapip.png
-share/icons/hicolor/48x48/apps/rapip_bw.png
-share/icons/hicolor/64x64/apps/raki.png
-share/icons/hicolor/64x64/apps/raki_bw.png
-share/icons/hicolor/64x64/apps/rapip.png
-share/icons/hicolor/64x64/apps/rapip_bw.png
-share/services/rapip.protocol
-@dirrm share/doc/HTML/en/raki/common
-@dirrm share/doc/HTML/en/raki
diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile
deleted file mode 100644
index 67bbe5cd6052..000000000000
--- a/palm/synce-vdccm/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: synce-dccm
-# Date created: 14 June 2003
-# Whom: Sam Lawrance <boris@brooknet.com.au>
-#
-# $FreeBSD$
-
-PORTNAME= synce-dccm
-PORTVERSION= 0.8
-CATEGORIES= palm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= synce
-
-MAINTAINER= boris@brooknet.com.au
-COMMENT= Listener daemon for connections from WinCE devices
-
-LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
-LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
-
-MAN1= dccm.1 synce-sound.1
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
-CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
-
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.mk>
diff --git a/palm/synce-vdccm/distinfo b/palm/synce-vdccm/distinfo
deleted file mode 100644
index 29593c3e01bb..000000000000
--- a/palm/synce-vdccm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (synce-dccm-0.8.tar.gz) = 4e1367c7b2a90c4cfe4b9a814549cc69
diff --git a/palm/synce-vdccm/pkg-descr b/palm/synce-vdccm/pkg-descr
deleted file mode 100644
index 92a7070accf9..000000000000
--- a/palm/synce-vdccm/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-SynCE is a project for connecting to devices running Windows CE or Pocket PC.
-Dccm is a daemon that listens for connections from a Windows CE device.
-Once connected, the synce-librapi tools are able to interact with the device.
-
-WWW: http://synce.sourceforge.net/
diff --git a/palm/synce-vdccm/pkg-plist b/palm/synce-vdccm/pkg-plist
deleted file mode 100644
index 9a16a315830c..000000000000
--- a/palm/synce-vdccm/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/dccm
-bin/synce-sound