diff options
Diffstat (limited to 'palm')
43 files changed, 0 insertions, 962 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile deleted file mode 100644 index 590c6ac0bf45..000000000000 --- a/palm/gnome-pilot-conduits/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for:	gnomepilot-conduits -# Date created:		16th March 2000 -# Whom:			Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME=	gnomepilot-conduits -PORTVERSION=	0.4 -CATEGORIES=	palm comms gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	unstable/sources/gnome-pilot-conduits -DISTNAME=	gnome-pilot-conduits-${PORTVERSION} - -MAINTAINER=	gnome@FreeBSD.org - -LIB_DEPENDS=	pisock.4:${PORTSDIR}/palm/pilot-link \ -		gpilotd.0:${PORTSDIR}/palm/gnomepilot - -USE_GMAKE=	yes -USE_X_PREFIX=	yes -USE_GNOMECTRL=	yes -USE_LIBTOOL=	yes -LIBTOOLFILES=	configure mal-conduit/configure -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ -		LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" - -pre-patch: -	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure -	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ -		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ -		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/palm/gnome-pilot-conduits/distinfo b/palm/gnome-pilot-conduits/distinfo deleted file mode 100644 index efd1455c9c8f..000000000000 --- a/palm/gnome-pilot-conduits/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-pilot-conduits-0.4.tar.gz) = a928481c0f8b0e0eea0d7706193f9334 diff --git a/palm/gnome-pilot-conduits/files/patch-aa b/palm/gnome-pilot-conduits/files/patch-aa deleted file mode 100644 index a4e3be47b8d6..000000000000 --- a/palm/gnome-pilot-conduits/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig	Thu Mar 16 10:47:51 2000 -+++ configure	Thu Mar 16 10:51:10 2000 -@@ -1181,10 +1181,10 @@ -       *) # Relative path. -         ac_sub_cache_file="$ac_dots$cache_file" ;; -       esac --  case "$ac_given_INSTALL" in --        [/$]*) INSTALL="$ac_given_INSTALL" ;; --        *) INSTALL="$ac_dots$ac_given_INSTALL" ;; --        esac -+#  case "$ac_given_INSTALL" in -+#        [/$]*) INSTALL="$ac_given_INSTALL" ;; -+#        *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+#        esac -  -       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" -       # The eval makes quoting arguments work. diff --git a/palm/gnome-pilot-conduits/files/patch-ab b/palm/gnome-pilot-conduits/files/patch-ab deleted file mode 100644 index 485d8e8571fb..000000000000 --- a/palm/gnome-pilot-conduits/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- mal-conduit/src/Makefile.in.orig	Wed May 10 01:26:11 2000 -+++ mal-conduit/src/Makefile.in	Tue May 16 17:07:16 2000 -@@ -168,7 +168,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libmal_conduit_la_LDFLAGS =  -+libmal_conduit_la_LDFLAGS = -avoid-version - libmal_conduit_la_DEPENDENCIES =  ../mal/common/libmal_common.la \ - ../mal/client/unix/libmal_client_unix.la \ - ../mal/client/common/libmal_client_common.la diff --git a/palm/gnome-pilot-conduits/pkg-comment b/palm/gnome-pilot-conduits/pkg-comment deleted file mode 100644 index 5c4d80df47e0..000000000000 --- a/palm/gnome-pilot-conduits/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Additional conduits for gnome-pilot diff --git a/palm/gnome-pilot-conduits/pkg-descr b/palm/gnome-pilot-conduits/pkg-descr deleted file mode 100644 index ea9bb0b0229b..000000000000 --- a/palm/gnome-pilot-conduits/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Additional conduits for gnome-pilot - -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 3065fd893c12..000000000000 --- a/palm/gnome-pilot-conduits/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/mal-conduit-control-applet -lib/gnome-pilot/conduits/libmal_conduit.so -share/gnome/apps/Settings/Peripherals/Conduits/mal-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/mal-conduit-control-applet.desktop -share/gnome/gnome-pilot/conduits/mal.conduit -share/gnome/pixmaps/avantgo.png diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile deleted file mode 100644 index bfd1ae50c811..000000000000 --- a/palm/gnome-pilot/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for:	gnomepilot -# Date created:		28th October 1999 -# Whom:			Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# - -PORTNAME=	gnomepilot -PORTVERSION=	0.1.52 -PORTREVISION=	1 -CATEGORIES=	palm comms gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	unstable/sources/gnome-pilot -DISTNAME=	gnome-pilot-${PORTVERSION} - -MAINTAINER=	gnome@FreeBSD.org - -BUILD_DEPENDS=	gob:${PORTSDIR}/x11-toolkits/gob -LIB_DEPENDS=	pisock.4:${PORTSDIR}/palm/pilot-link - -USE_X_PREFIX=	yes -USE_GMAKE=	yes -USE_GNOME=	yes -USE_LIBTOOL=	yes -INSTALLS_SHLIB=	yes -CONFIGURE_ARGS=	--with-pisock=${LOCALBASE}/pilot -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ -		LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" - -pre-patch: -	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure -	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ -		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ -		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/palm/gnome-pilot/distinfo b/palm/gnome-pilot/distinfo deleted file mode 100644 index e5d3246148d5..000000000000 --- a/palm/gnome-pilot/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-pilot-0.1.52.tar.gz) = f31268b4c50bf8a6ba2ae352c36d802a diff --git a/palm/gnome-pilot/files/patch-aa b/palm/gnome-pilot/files/patch-aa deleted file mode 100644 index 4f02722e0dea..000000000000 --- a/palm/gnome-pilot/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig	Wed May 10 00:02:39 2000 -+++ configure	Tue Jun 13 16:40:13 2000 -@@ -1839,8 +1839,8 @@ -    - 		gnome_cv_gnorba_found=no - 		if test x$gnome_cv_orbit_found = xyes; then --			GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" --			GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" -+			GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" -+			GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" - 			if test -n "$GNORBA_LIBS"; then - 				gnome_cv_gnorba_found=yes - 			fi -@@ -1860,8 +1860,8 @@ - fi - 	if test x$gnome_cv_orbit_found = xyes; then - 		 --		GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" --		GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" -+		GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" -+		GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" - 		 - 		 - 	else -@@ -5915,8 +5915,8 @@ - fi -  - GPILOT_LIBDIR='-L${libdir}' --GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `gnome-config --libs gnome` `glib-config --libs glib gmodule`" --GPILOT_INCLUDEDIR="-I${includedir} `gnome-config --cflags gnome` `glib-config --cflags glib gmodule`" -+GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `gnome-config --libs gnome` `$GLIB_CONFIG --libs glib gmodule`" -+GPILOT_INCLUDEDIR="-I${includedir} `gnome-config --cflags gnome` `$GLIB_CONFIG --cflags glib gmodule`" -  -  -  diff --git a/palm/gnome-pilot/files/patch-ag b/palm/gnome-pilot/files/patch-ag deleted file mode 100644 index 47c20628cf94..000000000000 --- a/palm/gnome-pilot/files/patch-ag +++ /dev/null @@ -1,10 +0,0 @@ ---- gpilotd/gpilotd.c.orig	Tue Mar 28 17:44:17 2000 -+++ gpilotd/gpilotd.c	Wed Apr  5 17:08:46 2000 -@@ -6,6 +6,7 @@ -  - #include <pthread.h> - #include <sys/types.h> -+#include <sys/stat.h> - #include <pwd.h> - #include <errno.h> - #include <sys/time.h> diff --git a/palm/gnome-pilot/files/patch-ah b/palm/gnome-pilot/files/patch-ah deleted file mode 100644 index c8bcc5dc63df..000000000000 --- a/palm/gnome-pilot/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig	Fri Mar 31 11:05:19 2000 -+++ Makefile.in	Wed Apr  5 17:16:05 2000 -@@ -156,7 +156,7 @@ -  - bin_SCRIPTS = gnome-pilot-config -  --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gpilotConf.sh -  - EXTRA_DIST =  	gnome-pilot.spec 		gpilotConf.sh.in diff --git a/palm/gnome-pilot/files/patch-ai b/palm/gnome-pilot/files/patch-ai deleted file mode 100644 index 541117e39c51..000000000000 --- a/palm/gnome-pilot/files/patch-ai +++ /dev/null @@ -1,55 +0,0 @@ ---- conduits/backup/Makefile.in.orig	Wed May 10 00:03:11 2000 -+++ conduits/backup/Makefile.in	Tue May 16 16:47:08 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libbackup_conduit_la_LDFLAGS =  -+libbackup_conduit_la_LDFLAGS = -avoid-version - libbackup_conduit_la_DEPENDENCIES =  - libbackup_conduit_la_OBJECTS =  backup_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/email/Makefile.in.orig	Wed May 10 00:03:11 2000 -+++ conduits/email/Makefile.in	Tue May 16 16:47:11 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libemail_conduit_la_LDFLAGS =  -+libemail_conduit_la_LDFLAGS = -avoid-version - libemail_conduit_la_DEPENDENCIES =  - libemail_conduit_la_OBJECTS =  email_conduit.lo parsedate.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/expense/Makefile.in.orig	Wed May 10 00:03:13 2000 -+++ conduits/expense/Makefile.in	Tue May 16 16:47:14 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libexpense_conduit_la_LDFLAGS =  -+libexpense_conduit_la_LDFLAGS = -avoid-version - libexpense_conduit_la_DEPENDENCIES =  - libexpense_conduit_la_OBJECTS =  expense_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/file/Makefile.in.orig	Wed May 10 00:03:10 2000 -+++ conduits/file/Makefile.in	Tue May 16 16:47:17 2000 -@@ -202,7 +202,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libfile_conduit_la_LDFLAGS =  -+libfile_conduit_la_LDFLAGS = -avoid-version - libfile_conduit_la_DEPENDENCIES =  - libfile_conduit_la_OBJECTS =  file_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/memo_file/Makefile.in.orig	Wed May 10 00:03:12 2000 -+++ conduits/memo_file/Makefile.in	Tue May 16 16:47:20 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libmemo_file_conduit_la_LDFLAGS =  -+libmemo_file_conduit_la_LDFLAGS = -avoid-version - libmemo_file_conduit_la_DEPENDENCIES =  - libmemo_file_conduit_la_OBJECTS =  memo_file_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) diff --git a/palm/gnome-pilot/pkg-comment b/palm/gnome-pilot/pkg-comment deleted file mode 100644 index c53d1ee51797..000000000000 --- a/palm/gnome-pilot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -3Com PalmPilot conduit system for GNOME 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 ee272e1cc354..000000000000 --- a/palm/gnome-pilot/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -bin/backup-conduit-control-applet -bin/email-conduit-control-applet -bin/expense-conduit-control-applet -bin/file-conduit-control-applet -bin/gnome-pilot-make-password -bin/gpilot-install-file -bin/gpilotd -bin/gpilotd-client -bin/gpilotd-control-applet -bin/gpilotd-session-wrapper -bin/gpilotdcm-client -bin/memo_file_capplet -bin/pilot_applet -etc/CORBA/servers/gpilotd.gnorba -etc/CORBA/servers/pilot_applet.gnorba -etc/gpilotConf.sh -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.h -include/gpilotd/gnome-pilot-dbinfo.h -include/gpilotd/gnome-pilot.h -include/gpilotd/gpilot-structures.h -include/gpilotd/gpilot-userinfo.h -include/gpilotd/gpilotd-app-dummy-callbacks.h -include/gpilotd/gpilotd-app.h -include/gpilotd/gpilotd-conduit-mgmt.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/libemail_conduit.so -lib/gnome-pilot/conduits/libexpense_conduit.so -lib/gnome-pilot/conduits/libfile_conduit.so -lib/gnome-pilot/conduits/libmemo_file_conduit.so -lib/libgpilotd.a -lib/libgpilotd.so -lib/libgpilotd.so.0 -lib/libgpilotdcm.a -lib/libgpilotdcm.so -lib/libgpilotdcm.so.0 -lib/libgpilotdconduit.a -lib/libgpilotdconduit.so -lib/libgpilotdconduit.so.0 -share/gnome/apps/Settings/Peripherals/Conduits/.directory -share/gnome/apps/Settings/Peripherals/Conduits/backup-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/email-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/expense-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/file-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/memo_file_capplet.desktop -share/gnome/apps/Settings/Peripherals/gpilotd-control-applet.desktop -share/gnome/applets/Utility/pilot_applet.desktop -share/gnome/control-center/Peripherals/Conduits/.directory -share/gnome/control-center/Peripherals/Conduits/backup-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/email-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/expense-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/file-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/memo_file_capplet.desktop -share/gnome/control-center/Peripherals/gpilotd-control-applet.desktop -share/gnome/gnome-pilot/conduits/backup.conduit -share/gnome/gnome-pilot/conduits/expense.conduit -share/gnome/gnome-pilot/conduits/file.conduit -share/gnome/gnome-pilot/conduits/memofile.conduit -share/gnome/gnome-pilot/conduits/sendmail.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/gob/gnome-pilot-client.gob -share/gnome/gob/gnome-pilot-conduit-config.gob -share/gnome/gob/gnome-pilot-conduit-management.gob -share/gnome/idl/gnome-pilot.idl -share/gnome/mime-info/palm.keys -share/gnome/mime-info/palm.mime -share/gnome/pixmaps/gnome-palm.png -share/gnome/pixmaps/sync_broken.png -share/gnome/pixmaps/sync_icon.png -share/gnome/pixmaps/syncing_icon.png -share/locale/da/LC_MESSAGES/gnome-pilot.mo -share/locale/el/LC_MESSAGES/gnome-pilot.mo -share/locale/es/LC_MESSAGES/gnome-pilot.mo -share/locale/fr/LC_MESSAGES/gnome-pilot.mo -share/locale/ja/LC_MESSAGES/gnome-pilot.mo -share/locale/no/LC_MESSAGES/gnome-pilot.mo -share/locale/pl/LC_MESSAGES/gnome-pilot.mo -share/locale/pt_PT/LC_MESSAGES/gnome-pilot.mo -share/locale/ru/LC_MESSAGES/gnome-pilot.mo -share/locale/sv/LC_MESSAGES/gnome-pilot.mo -share/locale/uk/LC_MESSAGES/gnome-pilot.mo -@dirrm share/gnome/gob -@dirrm share/gnome/gnome-pilot/glade -@dirrm share/gnome/gnome-pilot/conduits -@dirrm share/gnome/gnome-pilot -@dirrm share/gnome/control-center/Peripherals/Conduits -@dirrm share/gnome/apps/Settings/Peripherals/Conduits -@dirrm lib/gnome-pilot/conduits -@dirrm lib/gnome-pilot -@dirrm include/libgpilotdCM -@dirrm include/gpilotd diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile deleted file mode 100644 index 590c6ac0bf45..000000000000 --- a/palm/gnomepilot-conduits2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for:	gnomepilot-conduits -# Date created:		16th March 2000 -# Whom:			Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME=	gnomepilot-conduits -PORTVERSION=	0.4 -CATEGORIES=	palm comms gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	unstable/sources/gnome-pilot-conduits -DISTNAME=	gnome-pilot-conduits-${PORTVERSION} - -MAINTAINER=	gnome@FreeBSD.org - -LIB_DEPENDS=	pisock.4:${PORTSDIR}/palm/pilot-link \ -		gpilotd.0:${PORTSDIR}/palm/gnomepilot - -USE_GMAKE=	yes -USE_X_PREFIX=	yes -USE_GNOMECTRL=	yes -USE_LIBTOOL=	yes -LIBTOOLFILES=	configure mal-conduit/configure -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ -		LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" - -pre-patch: -	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure -	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ -		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ -		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/palm/gnomepilot-conduits2/distinfo b/palm/gnomepilot-conduits2/distinfo deleted file mode 100644 index efd1455c9c8f..000000000000 --- a/palm/gnomepilot-conduits2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-pilot-conduits-0.4.tar.gz) = a928481c0f8b0e0eea0d7706193f9334 diff --git a/palm/gnomepilot-conduits2/files/patch-aa b/palm/gnomepilot-conduits2/files/patch-aa deleted file mode 100644 index a4e3be47b8d6..000000000000 --- a/palm/gnomepilot-conduits2/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig	Thu Mar 16 10:47:51 2000 -+++ configure	Thu Mar 16 10:51:10 2000 -@@ -1181,10 +1181,10 @@ -       *) # Relative path. -         ac_sub_cache_file="$ac_dots$cache_file" ;; -       esac --  case "$ac_given_INSTALL" in --        [/$]*) INSTALL="$ac_given_INSTALL" ;; --        *) INSTALL="$ac_dots$ac_given_INSTALL" ;; --        esac -+#  case "$ac_given_INSTALL" in -+#        [/$]*) INSTALL="$ac_given_INSTALL" ;; -+#        *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+#        esac -  -       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" -       # The eval makes quoting arguments work. diff --git a/palm/gnomepilot-conduits2/files/patch-ab b/palm/gnomepilot-conduits2/files/patch-ab deleted file mode 100644 index 485d8e8571fb..000000000000 --- a/palm/gnomepilot-conduits2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- mal-conduit/src/Makefile.in.orig	Wed May 10 01:26:11 2000 -+++ mal-conduit/src/Makefile.in	Tue May 16 17:07:16 2000 -@@ -168,7 +168,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libmal_conduit_la_LDFLAGS =  -+libmal_conduit_la_LDFLAGS = -avoid-version - libmal_conduit_la_DEPENDENCIES =  ../mal/common/libmal_common.la \ - ../mal/client/unix/libmal_client_unix.la \ - ../mal/client/common/libmal_client_common.la diff --git a/palm/gnomepilot-conduits2/pkg-comment b/palm/gnomepilot-conduits2/pkg-comment deleted file mode 100644 index 5c4d80df47e0..000000000000 --- a/palm/gnomepilot-conduits2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Additional conduits for gnome-pilot diff --git a/palm/gnomepilot-conduits2/pkg-descr b/palm/gnomepilot-conduits2/pkg-descr deleted file mode 100644 index ea9bb0b0229b..000000000000 --- a/palm/gnomepilot-conduits2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Additional conduits for gnome-pilot - -WWW: http://www.gnome.org/gnome-pilot/ diff --git a/palm/gnomepilot-conduits2/pkg-plist b/palm/gnomepilot-conduits2/pkg-plist deleted file mode 100644 index 3065fd893c12..000000000000 --- a/palm/gnomepilot-conduits2/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/mal-conduit-control-applet -lib/gnome-pilot/conduits/libmal_conduit.so -share/gnome/apps/Settings/Peripherals/Conduits/mal-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/mal-conduit-control-applet.desktop -share/gnome/gnome-pilot/conduits/mal.conduit -share/gnome/pixmaps/avantgo.png diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile deleted file mode 100644 index bfd1ae50c811..000000000000 --- a/palm/gnomepilot2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for:	gnomepilot -# Date created:		28th October 1999 -# Whom:			Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# - -PORTNAME=	gnomepilot -PORTVERSION=	0.1.52 -PORTREVISION=	1 -CATEGORIES=	palm comms gnome -MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	unstable/sources/gnome-pilot -DISTNAME=	gnome-pilot-${PORTVERSION} - -MAINTAINER=	gnome@FreeBSD.org - -BUILD_DEPENDS=	gob:${PORTSDIR}/x11-toolkits/gob -LIB_DEPENDS=	pisock.4:${PORTSDIR}/palm/pilot-link - -USE_X_PREFIX=	yes -USE_GMAKE=	yes -USE_GNOME=	yes -USE_LIBTOOL=	yes -INSTALLS_SHLIB=	yes -CONFIGURE_ARGS=	--with-pisock=${LOCALBASE}/pilot -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ -		LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" - -pre-patch: -	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ -		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure -	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ -		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ -		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/palm/gnomepilot2/distinfo b/palm/gnomepilot2/distinfo deleted file mode 100644 index e5d3246148d5..000000000000 --- a/palm/gnomepilot2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-pilot-0.1.52.tar.gz) = f31268b4c50bf8a6ba2ae352c36d802a diff --git a/palm/gnomepilot2/files/patch-aa b/palm/gnomepilot2/files/patch-aa deleted file mode 100644 index 4f02722e0dea..000000000000 --- a/palm/gnomepilot2/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig	Wed May 10 00:02:39 2000 -+++ configure	Tue Jun 13 16:40:13 2000 -@@ -1839,8 +1839,8 @@ -    - 		gnome_cv_gnorba_found=no - 		if test x$gnome_cv_orbit_found = xyes; then --			GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" --			GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" -+			GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" -+			GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" - 			if test -n "$GNORBA_LIBS"; then - 				gnome_cv_gnorba_found=yes - 			fi -@@ -1860,8 +1860,8 @@ - fi - 	if test x$gnome_cv_orbit_found = xyes; then - 		 --		GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" --		GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" -+		GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" -+		GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" - 		 - 		 - 	else -@@ -5915,8 +5915,8 @@ - fi -  - GPILOT_LIBDIR='-L${libdir}' --GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `gnome-config --libs gnome` `glib-config --libs glib gmodule`" --GPILOT_INCLUDEDIR="-I${includedir} `gnome-config --cflags gnome` `glib-config --cflags glib gmodule`" -+GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `gnome-config --libs gnome` `$GLIB_CONFIG --libs glib gmodule`" -+GPILOT_INCLUDEDIR="-I${includedir} `gnome-config --cflags gnome` `$GLIB_CONFIG --cflags glib gmodule`" -  -  -  diff --git a/palm/gnomepilot2/files/patch-ag b/palm/gnomepilot2/files/patch-ag deleted file mode 100644 index 47c20628cf94..000000000000 --- a/palm/gnomepilot2/files/patch-ag +++ /dev/null @@ -1,10 +0,0 @@ ---- gpilotd/gpilotd.c.orig	Tue Mar 28 17:44:17 2000 -+++ gpilotd/gpilotd.c	Wed Apr  5 17:08:46 2000 -@@ -6,6 +6,7 @@ -  - #include <pthread.h> - #include <sys/types.h> -+#include <sys/stat.h> - #include <pwd.h> - #include <errno.h> - #include <sys/time.h> diff --git a/palm/gnomepilot2/files/patch-ah b/palm/gnomepilot2/files/patch-ah deleted file mode 100644 index c8bcc5dc63df..000000000000 --- a/palm/gnomepilot2/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig	Fri Mar 31 11:05:19 2000 -+++ Makefile.in	Wed Apr  5 17:16:05 2000 -@@ -156,7 +156,7 @@ -  - bin_SCRIPTS = gnome-pilot-config -  --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gpilotConf.sh -  - EXTRA_DIST =  	gnome-pilot.spec 		gpilotConf.sh.in diff --git a/palm/gnomepilot2/files/patch-ai b/palm/gnomepilot2/files/patch-ai deleted file mode 100644 index 541117e39c51..000000000000 --- a/palm/gnomepilot2/files/patch-ai +++ /dev/null @@ -1,55 +0,0 @@ ---- conduits/backup/Makefile.in.orig	Wed May 10 00:03:11 2000 -+++ conduits/backup/Makefile.in	Tue May 16 16:47:08 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libbackup_conduit_la_LDFLAGS =  -+libbackup_conduit_la_LDFLAGS = -avoid-version - libbackup_conduit_la_DEPENDENCIES =  - libbackup_conduit_la_OBJECTS =  backup_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/email/Makefile.in.orig	Wed May 10 00:03:11 2000 -+++ conduits/email/Makefile.in	Tue May 16 16:47:11 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libemail_conduit_la_LDFLAGS =  -+libemail_conduit_la_LDFLAGS = -avoid-version - libemail_conduit_la_DEPENDENCIES =  - libemail_conduit_la_OBJECTS =  email_conduit.lo parsedate.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/expense/Makefile.in.orig	Wed May 10 00:03:13 2000 -+++ conduits/expense/Makefile.in	Tue May 16 16:47:14 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libexpense_conduit_la_LDFLAGS =  -+libexpense_conduit_la_LDFLAGS = -avoid-version - libexpense_conduit_la_DEPENDENCIES =  - libexpense_conduit_la_OBJECTS =  expense_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/file/Makefile.in.orig	Wed May 10 00:03:10 2000 -+++ conduits/file/Makefile.in	Tue May 16 16:47:17 2000 -@@ -202,7 +202,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libfile_conduit_la_LDFLAGS =  -+libfile_conduit_la_LDFLAGS = -avoid-version - libfile_conduit_la_DEPENDENCIES =  - libfile_conduit_la_OBJECTS =  file_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) ---- conduits/memo_file/Makefile.in.orig	Wed May 10 00:03:12 2000 -+++ conduits/memo_file/Makefile.in	Tue May 16 16:47:20 2000 -@@ -192,7 +192,7 @@ -  - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libmemo_file_conduit_la_LDFLAGS =  -+libmemo_file_conduit_la_LDFLAGS = -avoid-version - libmemo_file_conduit_la_DEPENDENCIES =  - libmemo_file_conduit_la_OBJECTS =  memo_file_conduit.lo - PROGRAMS =  $(bin_PROGRAMS) diff --git a/palm/gnomepilot2/pkg-comment b/palm/gnomepilot2/pkg-comment deleted file mode 100644 index c53d1ee51797..000000000000 --- a/palm/gnomepilot2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -3Com PalmPilot conduit system for GNOME diff --git a/palm/gnomepilot2/pkg-descr b/palm/gnomepilot2/pkg-descr deleted file mode 100644 index 75f9272d488f..000000000000 --- a/palm/gnomepilot2/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/gnomepilot2/pkg-plist b/palm/gnomepilot2/pkg-plist deleted file mode 100644 index ee272e1cc354..000000000000 --- a/palm/gnomepilot2/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -bin/backup-conduit-control-applet -bin/email-conduit-control-applet -bin/expense-conduit-control-applet -bin/file-conduit-control-applet -bin/gnome-pilot-make-password -bin/gpilot-install-file -bin/gpilotd -bin/gpilotd-client -bin/gpilotd-control-applet -bin/gpilotd-session-wrapper -bin/gpilotdcm-client -bin/memo_file_capplet -bin/pilot_applet -etc/CORBA/servers/gpilotd.gnorba -etc/CORBA/servers/pilot_applet.gnorba -etc/gpilotConf.sh -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.h -include/gpilotd/gnome-pilot-dbinfo.h -include/gpilotd/gnome-pilot.h -include/gpilotd/gpilot-structures.h -include/gpilotd/gpilot-userinfo.h -include/gpilotd/gpilotd-app-dummy-callbacks.h -include/gpilotd/gpilotd-app.h -include/gpilotd/gpilotd-conduit-mgmt.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/libemail_conduit.so -lib/gnome-pilot/conduits/libexpense_conduit.so -lib/gnome-pilot/conduits/libfile_conduit.so -lib/gnome-pilot/conduits/libmemo_file_conduit.so -lib/libgpilotd.a -lib/libgpilotd.so -lib/libgpilotd.so.0 -lib/libgpilotdcm.a -lib/libgpilotdcm.so -lib/libgpilotdcm.so.0 -lib/libgpilotdconduit.a -lib/libgpilotdconduit.so -lib/libgpilotdconduit.so.0 -share/gnome/apps/Settings/Peripherals/Conduits/.directory -share/gnome/apps/Settings/Peripherals/Conduits/backup-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/email-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/expense-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/file-conduit-control-applet.desktop -share/gnome/apps/Settings/Peripherals/Conduits/memo_file_capplet.desktop -share/gnome/apps/Settings/Peripherals/gpilotd-control-applet.desktop -share/gnome/applets/Utility/pilot_applet.desktop -share/gnome/control-center/Peripherals/Conduits/.directory -share/gnome/control-center/Peripherals/Conduits/backup-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/email-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/expense-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/file-conduit-control-applet.desktop -share/gnome/control-center/Peripherals/Conduits/memo_file_capplet.desktop -share/gnome/control-center/Peripherals/gpilotd-control-applet.desktop -share/gnome/gnome-pilot/conduits/backup.conduit -share/gnome/gnome-pilot/conduits/expense.conduit -share/gnome/gnome-pilot/conduits/file.conduit -share/gnome/gnome-pilot/conduits/memofile.conduit -share/gnome/gnome-pilot/conduits/sendmail.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/gob/gnome-pilot-client.gob -share/gnome/gob/gnome-pilot-conduit-config.gob -share/gnome/gob/gnome-pilot-conduit-management.gob -share/gnome/idl/gnome-pilot.idl -share/gnome/mime-info/palm.keys -share/gnome/mime-info/palm.mime -share/gnome/pixmaps/gnome-palm.png -share/gnome/pixmaps/sync_broken.png -share/gnome/pixmaps/sync_icon.png -share/gnome/pixmaps/syncing_icon.png -share/locale/da/LC_MESSAGES/gnome-pilot.mo -share/locale/el/LC_MESSAGES/gnome-pilot.mo -share/locale/es/LC_MESSAGES/gnome-pilot.mo -share/locale/fr/LC_MESSAGES/gnome-pilot.mo -share/locale/ja/LC_MESSAGES/gnome-pilot.mo -share/locale/no/LC_MESSAGES/gnome-pilot.mo -share/locale/pl/LC_MESSAGES/gnome-pilot.mo -share/locale/pt_PT/LC_MESSAGES/gnome-pilot.mo -share/locale/ru/LC_MESSAGES/gnome-pilot.mo -share/locale/sv/LC_MESSAGES/gnome-pilot.mo -share/locale/uk/LC_MESSAGES/gnome-pilot.mo -@dirrm share/gnome/gob -@dirrm share/gnome/gnome-pilot/glade -@dirrm share/gnome/gnome-pilot/conduits -@dirrm share/gnome/gnome-pilot -@dirrm share/gnome/control-center/Peripherals/Conduits -@dirrm share/gnome/apps/Settings/Peripherals/Conduits -@dirrm lib/gnome-pilot/conduits -@dirrm lib/gnome-pilot -@dirrm include/libgpilotdCM -@dirrm include/gpilotd diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile deleted file mode 100644 index 96459c070bb1..000000000000 --- a/palm/pilot-link-devel/Makefile +++ /dev/null @@ -1,49 +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.9.5 -CATEGORIES=	palm comms tk83 -MASTER_SITES=	http://www.gnu-designs.com/pilot-link/source/ -DISTNAME=	${PORTNAME}.${PORTVERSION} - -MAINTAINER=	dima@freebsd.org - -LIB_DEPENDS=	tk83:${PORTSDIR}/x11-toolkits/tk83 \ -		giconv:${PORTSDIR}/converters/libiconv - -USE_BZIP2=	yes -USE_LIBTOOL=	yes -INSTALLS_SHLIB=	yes -USE_PERL5=	yes -PREFIX=		${LOCALBASE}/pilot -CONFIGURE_ARGS=	--with-perl5=${PERL5} --with-libiconv=${LOCALBASE} - -MAN1=		dlpsh.1 ietf2datebook.1 install-datebook.1 \ -		install-hinote.1 install-memo.1 install-user.1 \ -		pilot-xfer.1 read-ical.1 -MAN7=		pilot-link.7 - -CFLAGS+=	-I${LOCALBASE}/include - -post-patch: -	# FreeBSD installs -lgiconv instead of -liconv. Patch configure. -	${PERL} -pi -e 's/([^g])iconv.h/\1giconv.h/g;' \ -		-e 's/-liconv/-lgiconv/g' ${WRKSRC}/${CONFIGURE_SCRIPT} \ -		${WRKSRC}/libsock/util.c -	# Remove the FORCE tag, which forced recompiling/relinking -	# of the otherwise up-to-date files. -	${PERL} -pi -e 's/: FORCE/:/;' -e 's/getopt.h//;' ${WRKSRC}/Makefile.in -	# When the day comes, and pilot-link starts using longopt, -	# we'll start using -lgnugetopt. No need for this files: -	${RM} -f ${WRKSRC}/getopt* - -post-install: -	@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh -	@${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh - -.include <bsd.port.mk> diff --git a/palm/pilot-link-devel/distinfo b/palm/pilot-link-devel/distinfo deleted file mode 100644 index 449f11f0e1af..000000000000 --- a/palm/pilot-link-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pilot-link.0.9.5.tar.bz2) = f5f4eb673fe277b2738c889bb355b269 diff --git a/palm/pilot-link-devel/files/patch-aa b/palm/pilot-link-devel/files/patch-aa deleted file mode 100644 index cd68196bf5ed..000000000000 --- a/palm/pilot-link-devel/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in	Tue Oct  7 07:55:21 1997 -+++ Makefile.in	Mon Nov 24 00:13:27 1997 -@@ -15,11 +15,11 @@ - PURIFY = -  - # Libraries needed to link with Tcl & (optionally) Tk --TCLTK_LIBS = @TCLTKLIBS@ -+TCLTK_LIBS = -L/usr/lib @TCLTKLIBS@ - # Include directives needed to compile with Tcl & Tk, and - # -DTCL if Tcl is available, and - # -DTK if Tk is available. --TCLTK_FLAGS = @TCLTKFLAGS@ -+TCLTK_FLAGS = @TCLTKFLAGS@ -I/usr/X11R6/include -  - # Libraries needed to link with GNU readline - RLLIBS = @RLLIBS@ diff --git a/palm/pilot-link-devel/files/patch-ab b/palm/pilot-link-devel/files/patch-ab deleted file mode 100644 index 5d3eee04be8f..000000000000 --- a/palm/pilot-link-devel/files/patch-ab +++ /dev/null @@ -1,84 +0,0 @@ ---- configure.orig	Sat Aug 21 10:57:14 1999 -+++ configure	Sat Aug 21 11:05:26 1999 -@@ -10,5 +10,5 @@ - # Defaults: - ac_help= --ac_default_prefix=/usr/local -+ac_default_prefix=/usr/local/pilot - # Any additions from configure.in: - ac_help="$ac_help -@@ -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/files/patch-af b/palm/pilot-link-devel/files/patch-af deleted file mode 100644 index bb23f83ce9ff..000000000000 --- a/palm/pilot-link-devel/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ -*** pilot-mail.c.orig	Sun Oct 10 23:57:07 1999 ---- pilot-mail.c	Sun Oct 10 23:57:34 1999 -*************** -*** 15,21 **** -  #define POPUSER		"" -  #define POPPASS		"" -  #define PILOTFROM	"" -! #define SENDMAIL	"/usr/lib/sendmail -t -i" -  #define POPKEEP 	"keep" -  #define DISPOSE		"keep" -  #define TOPILOT_MHDIR   "" ---- 15,21 ---- -  #define POPUSER		"" -  #define POPPASS		"" -  #define PILOTFROM	"" -! #define SENDMAIL	"/usr/sbin/sendmail -t -i" -  #define POPKEEP 	"keep" -  #define DISPOSE		"keep" -  #define TOPILOT_MHDIR   "" diff --git a/palm/pilot-link-devel/files/patch-getopt b/palm/pilot-link-devel/files/patch-getopt deleted file mode 100644 index fe00280b89b9..000000000000 --- a/palm/pilot-link-devel/files/patch-getopt +++ /dev/null @@ -1,14 +0,0 @@ -Don'  link  include this  useless  getopt  reimplementations into  every -executable. When/if pilot-link starts to use the longopt/getopt_long, it -should check if the libc or the libgnugetopt has them first. - -+++ Makefile.in	Fri Aug 24 10:17:57 2001 -@@ -102,1 +102,1 @@ PERLEXECS = pilot-undelete ietf2datebook --GETOPT = getopt.o getopt1.o -+GETOPT = ---- pilot-xfer.c	Tue May 22 08:20:05 2001 -+++ pilot-xfer.c	Mon Aug 27 14:44:52 2001 -@@ -33,3 +33,2 @@ - #endif --#include "getopt.h" - #include <sys/stat.h> diff --git a/palm/pilot-link-devel/files/patch-iconv b/palm/pilot-link-devel/files/patch-iconv deleted file mode 100644 index a74bf261bf7e..000000000000 --- a/palm/pilot-link-devel/files/patch-iconv +++ /dev/null @@ -1,7 +0,0 @@ -If we use iconv -- link pisock with it, so others don't have to: - ---- libsock/Makefile.in	Tue Jun 19 12:25:26 2001 -+++ libsock/Makefile.in	Fri Aug 24 10:09:20 2001 -@@ -57,1 +57,1 @@ --		-o libpisock.la $(OBJS) -+		-o libpisock.la $(OBJS) @ICONV_LIBS@ diff --git a/palm/pilot-link-devel/files/pilot-link.sh b/palm/pilot-link-devel/files/pilot-link.sh deleted file mode 100644 index 8db33b4c9a6d..000000000000 --- a/palm/pilot-link-devel/files/pilot-link.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in -	start) -		/sbin/ldconfig -m %%PREFIX%%/lib -		;; -	stop) -		;; -	*) -		echo "" -		echo "Usage: `basename $0` { start | stop }" -		echo "" -		echo 64 -		;; -esac diff --git a/palm/pilot-link-devel/pkg-comment b/palm/pilot-link-devel/pkg-comment deleted file mode 100644 index 1207e4820ba5..000000000000 --- a/palm/pilot-link-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -PalmPilot communications utilities (backup/restore/install/debug/...) diff --git a/palm/pilot-link-devel/pkg-descr b/palm/pilot-link-devel/pkg-descr deleted file mode 100644 index c3c619b075d2..000000000000 --- a/palm/pilot-link-devel/pkg-descr +++ /dev/null @@ -1,8 +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. - -It does NOT (yet) support USB linked PDAa. - -WWW: http://www.gnu-designs.com/pilot-link/ diff --git a/palm/pilot-link-devel/pkg-plist b/palm/pilot-link-devel/pkg-plist deleted file mode 100644 index be02e8f57d17..000000000000 --- a/palm/pilot-link-devel/pkg-plist +++ /dev/null @@ -1,88 +0,0 @@ -@cwd /usr/local -etc/rc.d/pilot-link.sh -@cwd /usr/local/pilot -bin/addresses -bin/ccexample -bin/debugsh -bin/dlpsh -bin/getrom -bin/hinotes -bin/iambicexample -bin/ietf2datebook -bin/install-datebook -bin/install-hinote -bin/install-memo -bin/install-todos -bin/install-user -bin/memos -bin/money2qif -bin/pi-csd -bin/pi-getram -bin/pi-getrom -bin/pi-nredir -bin/pi-port -bin/pilot-addresses -bin/pilot-clip -bin/pilot-debug -bin/pilot-dedupe -bin/pilot-file -bin/pilot-mail -bin/pilot-schlep -bin/pilot-undelete -bin/pilot-xfer -bin/read-expenses -bin/read-ical -bin/read-todos -bin/reminders -bin/sync-plan -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-config-win32.h -include/pi-config.h -include/pi-datebook.h -include/pi-datebook.hxx -include/pi-dlp.h -include/pi-dlp.hxx -include/pi-expense.h -include/pi-file.h -include/pi-hinote.h -include/pi-iambicExpense.h -include/pi-iambicExpense.hxx -include/pi-inet.h -include/pi-inetserial.h -include/pi-macros.h -include/pi-mail.h -include/pi-memo.h -include/pi-memo.hxx -include/pi-money.h -include/pi-padp.h -include/pi-serial.h -include/pi-slp.h -include/pi-sockaddr-win32.h -include/pi-sockaddr.h -include/pi-socket.h -include/pi-source.h -include/pi-sync.h -include/pi-syspkt.h -include/pi-todo.h -include/pi-todo.hxx -include/pi-version.h -lib/libpicc.a -lib/libpisock.a -lib/libpisock.so -lib/libpisock.so.4.0 -lib/pix/b1.gif -lib/pix/b2.gif -lib/pix/b3.gif -lib/pix/b4.gif -lib/pix/b5.gif -lib/pix/b6.gif -lib/pix/b7.gif -lib/pix/case.gif -lib/pix/case.xbm -lib/pix/casemask.xbm -@dirrm lib/pix  | 
