diff options
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r-- | palm/gnomepilot2/Makefile | 38 | ||||
-rw-r--r-- | palm/gnomepilot2/distinfo | 1 | ||||
-rw-r--r-- | palm/gnomepilot2/files/patch-aa | 35 | ||||
-rw-r--r-- | palm/gnomepilot2/files/patch-ag | 10 | ||||
-rw-r--r-- | palm/gnomepilot2/files/patch-ah | 11 | ||||
-rw-r--r-- | palm/gnomepilot2/files/patch-ai | 55 | ||||
-rw-r--r-- | palm/gnomepilot2/pkg-comment | 1 | ||||
-rw-r--r-- | palm/gnomepilot2/pkg-descr | 6 | ||||
-rw-r--r-- | palm/gnomepilot2/pkg-plist | 100 |
9 files changed, 0 insertions, 257 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile deleted file mode 100644 index a209b743ad7e..000000000000 --- a/palm/gnomepilot2/Makefile +++ /dev/null @@ -1,38 +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 -CATEGORIES= palm comms gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/gnome-pilot -DISTNAME= gnome-pilot-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org - -BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob -LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ - xml.5:${PORTSDIR}/textproc/libxml \ - glade.4:${PORTSDIR}/devel/libglade - -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 |