diff options
Diffstat (limited to 'palm/gnome-pilot')
-rw-r--r-- | palm/gnome-pilot/Makefile | 37 | ||||
-rw-r--r-- | palm/gnome-pilot/distinfo | 3 | ||||
-rw-r--r-- | palm/gnome-pilot/files/patch-aa | 11 | ||||
-rw-r--r-- | palm/gnome-pilot/files/patch-gpilotd_Makefile.in | 20 | ||||
-rw-r--r-- | palm/gnome-pilot/files/patch-gpilotd__gpilotd.c | 87 | ||||
-rw-r--r-- | palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c | 11 | ||||
-rw-r--r-- | palm/gnome-pilot/files/patch-libgpilotdCM_Makefile.in | 11 | ||||
-rw-r--r-- | palm/gnome-pilot/pkg-descr | 6 | ||||
-rw-r--r-- | palm/gnome-pilot/pkg-plist | 114 |
9 files changed, 0 insertions, 300 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile deleted file mode 100644 index 844bad45a1e2..000000000000 --- a/palm/gnome-pilot/Makefile +++ /dev/null @@ -1,37 +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.13 -PORTREVISION= 5 -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 intlhack -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-pisock=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gpilot-install-file.1 -GCONF_SCHEMAS= pilot.schemas - -.include <bsd.port.mk> diff --git a/palm/gnome-pilot/distinfo b/palm/gnome-pilot/distinfo deleted file mode 100644 index b6226ebaa708..000000000000 --- a/palm/gnome-pilot/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gnome-pilot-2.0.13.tar.bz2) = 662aae1d5915e81e64ee1a6c732c627d -SHA256 (gnome/gnome-pilot-2.0.13.tar.bz2) = bd3c00e17de56d159f747d2b5ce0a2b880d2c14a70e91001204ba6ab88ad9603 -SIZE (gnome/gnome-pilot-2.0.13.tar.bz2) = 923217 diff --git a/palm/gnome-pilot/files/patch-aa b/palm/gnome-pilot/files/patch-aa deleted file mode 100644 index fe734c76b010..000000000000 --- a/palm/gnome-pilot/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Apr 14 16:24:54 2003 -+++ configure Mon Apr 14 21:12:15 2003 -@@ -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-gpilotd_Makefile.in b/palm/gnome-pilot/files/patch-gpilotd_Makefile.in deleted file mode 100644 index dd048e721643..000000000000 --- a/palm/gnome-pilot/files/patch-gpilotd_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- gpilotd/Makefile.in.orig Thu Apr 21 20:56:17 2005 -+++ gpilotd/Makefile.in Thu Apr 21 21:00:38 2005 -@@ -70,7 +70,7 @@ - "$(DESTDIR)$(libgpilotdincludedir)" - gpilotdlibsLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(gpilotdlibs_LTLIBRARIES) --libgpilotd_la_LIBADD = -+libgpilotd_la_LIBADD = $(GNOME_PILOT_LIBS) - am__objects_1 = - am__objects_2 = gnome-pilot-common.lo gnome-pilot-skels.lo \ - gnome-pilot-stubs.lo $(am__objects_1) -@@ -78,7 +78,7 @@ - am_libgpilotd_la_OBJECTS = $(am__objects_2) $(am__objects_3) \ - $(am__objects_1) - libgpilotd_la_OBJECTS = $(am_libgpilotd_la_OBJECTS) --libgpilotdconduit_la_LIBADD = -+libgpilotdconduit_la_LIBADD = $(GNOME_PILOT_LIBS) - am__objects_4 = gnome-pilot-conduit.lo gnome-pilot-conduit-file.lo \ - gnome-pilot-conduit-backup.lo gnome-pilot-conduit-standard.lo \ - $(am__objects_1) diff --git a/palm/gnome-pilot/files/patch-gpilotd__gpilotd.c b/palm/gnome-pilot/files/patch-gpilotd__gpilotd.c deleted file mode 100644 index 5af6804f7117..000000000000 --- a/palm/gnome-pilot/files/patch-gpilotd__gpilotd.c +++ /dev/null @@ -1,87 +0,0 @@ ---- gpilotd/gpilotd.c.orig Thu Sep 2 11:43:47 2004 -+++ gpilotd/gpilotd.c Sun Apr 24 15:56:14 2005 -@@ -27,6 +27,8 @@ - #include "config.h" - #endif - -+#define freebsd -+ - /* for crypt () */ - #ifdef USE_XOPEN_SOURCE - #ifndef _XOPEN_SOURCE -@@ -903,7 +905,7 @@ - } - - fclose (f); -- -+ - if (visor_exists) { - l = context->devices; - while (l) { -@@ -928,6 +930,49 @@ - } - - #endif -+#ifdef freebsd -+static gboolean -+visor_devices_timeout (gpointer data) -+{ -+ GPilotContext *context = data; -+ GPilotDevice *device; -+ GList *l; -+ int i; -+ gboolean visor_exists = FALSE, visor_net = TRUE; -+ -+ g_assert (context != NULL); -+ -+ if (context->paused) -+ return FALSE; -+ -+ l = context->devices; -+ while (l) { -+ struct stat dummy; -+ -+ device = l->data; -+ -+ /* Make sure usb device exists */ -+ if (stat(device->port, &dummy) == 0) { -+ if (device->type == PILOT_DEVICE_USB_VISOR) { -+ if (!visor_net) -+ device->type = PILOT_DEVICE_SERIAL; -+ -+ /* just try to synch. Until I can talk to -+ * the kernel guys this is the best way to -+ * go. */ -+ sync_device (device, context); -+ if (!visor_net) -+ device->type = PILOT_DEVICE_USB_VISOR; -+ } -+ } -+ l = l->next; -+ -+ } -+ -+ return TRUE; -+} -+ -+#endif - #endif - - void monitor_channel (GPilotDevice *dev,GPilotContext *context) -@@ -959,16 +1004,12 @@ - #endif /* WITH_NETWORK */ - } if (dev->type == PILOT_DEVICE_USB_VISOR) { - #ifdef WITH_USB_VISOR --#ifdef linux - /* We want to watch the /proc/bus/usb/devices file once - * per context, and then check all devices each time it is - * woken up. */ - if (visor_timeout_id == -1) { - visor_timeout_id = g_timeout_add (2000, visor_devices_timeout, context); - } --#else /* linux*/ -- g_assert_not_reached (); --#endif /* linux */ - #endif /* WITH_USB_VISOR */ - dev->device_exists = FALSE; - } 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/files/patch-libgpilotdCM_Makefile.in b/palm/gnome-pilot/files/patch-libgpilotdCM_Makefile.in deleted file mode 100644 index b53e0ee3cbe9..000000000000 --- a/palm/gnome-pilot/files/patch-libgpilotdCM_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgpilotdCM/Makefile.in.orig Thu Apr 21 23:51:24 2005 -+++ libgpilotdCM/Makefile.in Thu Apr 21 23:51:39 2005 -@@ -60,7 +60,7 @@ - "$(DESTDIR)$(libgpilotdcmincludedir)" - gpilotdcmlibsLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(gpilotdcmlibs_LTLIBRARIES) --libgpilotdcm_la_LIBADD = -+libgpilotdcm_la_LIBADD = $(GNOME_PILOT_LIBS) - am__objects_1 = gnome-pilot-conduit-management.lo \ - gnome-pilot-conduit-config.lo - am_libgpilotdcm_la_OBJECTS = $(am__objects_1) diff --git a/palm/gnome-pilot/pkg-descr b/palm/gnome-pilot/pkg-descr deleted file mode 100644 index 735a2311cacb..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-office/ diff --git a/palm/gnome-pilot/pkg-plist b/palm/gnome-pilot/pkg-plist deleted file mode 100644 index c5badbcd3812..000000000000 --- a/palm/gnome-pilot/pkg-plist +++ /dev/null @@ -1,114 +0,0 @@ -bin/gnome-pilot-make-password -bin/gpilot-install-file -bin/gpilotd-control-applet -bin/gpilotd-session-wrapper -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.a -lib/gnome-pilot/conduits/libbackup_conduit.la -lib/gnome-pilot/conduits/libbackup_conduit.so -lib/gnome-pilot/conduits/libfile_conduit.a -lib/gnome-pilot/conduits/libfile_conduit.la -lib/gnome-pilot/conduits/libfile_conduit.so -lib/gnome-pilot/conduits/libtest_conduit.a -lib/gnome-pilot/conduits/libtest_conduit.la -lib/gnome-pilot/conduits/libtest_conduit.so -lib/libgpilotd.a -lib/libgpilotd.la -lib/libgpilotd.so -lib/libgpilotd.so.3 -lib/libgpilotdcm.a -lib/libgpilotdcm.la -lib/libgpilotdcm.so -lib/libgpilotdcm.so.2 -lib/libgpilotdconduit.a -lib/libgpilotdconduit.la -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/devices.xml -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 -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/en_CA/LC_MESSAGES/gnome-pilot.mo -share/locale/en_GB/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/hr/LC_MESSAGES/gnome-pilot.mo -share/locale/hu/LC_MESSAGES/gnome-pilot.mo -share/locale/ja/LC_MESSAGES/gnome-pilot.mo -share/locale/ko/LC_MESSAGES/gnome-pilot.mo -share/locale/mk/LC_MESSAGES/gnome-pilot.mo -share/locale/ml/LC_MESSAGES/gnome-pilot.mo -share/locale/ms/LC_MESSAGES/gnome-pilot.mo -share/locale/nb/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/pa/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/rw/LC_MESSAGES/gnome-pilot.mo -share/locale/sk/LC_MESSAGES/gnome-pilot.mo -share/locale/sr/LC_MESSAGES/gnome-pilot.mo -share/locale/sr@Latn/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/xh/LC_MESSAGES/gnome-pilot.mo -share/locale/zh_CN/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 -@dirrmtry share/gnome/gnome-pilot/conduits -@dirrmtry share/gnome/gnome-pilot -@dirrmtry lib/gnome-pilot/conduits -@dirrmtry lib/gnome-pilot |