diff options
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 47 | ||||
-rw-r--r-- | deskutils/gnome-pim/distinfo | 1 | ||||
-rw-r--r-- | deskutils/gnome-pim/files/extra-patch-nopilot | 26 | ||||
-rw-r--r-- | deskutils/gnome-pim/files/patch-ab | 23 | ||||
-rw-r--r-- | deskutils/gnome-pim/files/patch-ad | 19 | ||||
-rw-r--r-- | deskutils/gnome-pim/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/gnome-pim/pkg-descr | 1 | ||||
-rw-r--r-- | deskutils/gnome-pim/pkg-plist | 72 |
8 files changed, 0 insertions, 190 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile deleted file mode 100644 index b43099783102..000000000000 --- a/deskutils/gnome-pim/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gnomepim -# Date created: 17 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomepim -PORTVERSION= 1.2.0 -CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-pim -DISTNAME= gnome-pim-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org - -.if defined(WITH_GNOMEPILOT) -LIB_DEPENDS+= gpilotd.0:${PORTSDIR}/palm/gnomepilot -PILOTINC= "-I${LOCALBASE}/pilot/include" -PILOTLIB= "-L${LOCALBASE}/pilot/lib" -PLIST_SUB+= GNOMEPILOT:="" -.else -CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot -PLIST_SUB+= GNOMEPILOT:="@comment " -.endif - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PILOTINC}" \ - LIBS="-L${LOCALBASE}/lib ${PILOTLIB}" - -.if !defined(WITH_GNOMEPILOT) -pre-extract: - @${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT" -.endif - -pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|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/deskutils/gnome-pim/distinfo b/deskutils/gnome-pim/distinfo deleted file mode 100644 index 277f4e65d5f2..000000000000 --- a/deskutils/gnome-pim/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-pim-1.2.0.tar.gz) = d0af4da54851fa996b59d4f738ff2920 diff --git a/deskutils/gnome-pim/files/extra-patch-nopilot b/deskutils/gnome-pim/files/extra-patch-nopilot deleted file mode 100644 index 546fad85c5a5..000000000000 --- a/deskutils/gnome-pim/files/extra-patch-nopilot +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Fri Jun 2 12:19:04 2000 -+++ configure Fri Jun 2 12:19:38 2000 -@@ -3629,23 +3629,7 @@ - - echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6 - echo "configure:3632: checking for gnome-pilot environment" >&5 --if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- -- if test "x$GNOME_CONFIG" = "xno"; then - gnome_cv_pilot_found=no -- else -- # gnome-config doesn't return a useful error status, -- # so we check if it outputs anything to stderr -- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then -- gnome_cv_pilot_found=yes -- else -- gnome_cv_pilot_found=no -- fi -- fi -- --fi - - echo "$ac_t""$gnome_cv_pilot_found" 1>&6 - diff --git a/deskutils/gnome-pim/files/patch-ab b/deskutils/gnome-pim/files/patch-ab deleted file mode 100644 index a64463dc909a..000000000000 --- a/deskutils/gnome-pim/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- gncal/Makefile.in.orig Sat May 20 20:52:50 2000 -+++ gncal/Makefile.in Wed Aug 2 10:27:30 2000 -@@ -143,3 +143,3 @@ - --help_base = $(datadir)/help/cal -+help_base = $(datadir)/help/gnomecal - -@@ -174,3 +174,3 @@ - --libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) -+libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) -avoid-version - ---- gnomecard/Makefile.in.orig Sat May 20 20:52:58 2000 -+++ gnomecard/Makefile.in Fri Jun 2 12:42:28 2000 -@@ -206,7 +206,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I.. - LIBS = @LIBS@ --libaddress_conduit_la_LDFLAGS = -+libaddress_conduit_la_LDFLAGS = -avoid-version - libaddress_conduit_la_DEPENDENCIES = ../libversit/libversit.la - libaddress_conduit_la_OBJECTS = card.lo my.lo address-conduit.lo - PROGRAMS = $(bin_PROGRAMS) diff --git a/deskutils/gnome-pim/files/patch-ad b/deskutils/gnome-pim/files/patch-ad deleted file mode 100644 index 7a5f6345a27e..000000000000 --- a/deskutils/gnome-pim/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ ---- gnomecard/address-conduit.c.orig Tue Mar 14 01:39:27 2000 -+++ gnomecard/address-conduit.c Fri Jun 2 12:36:08 2000 -@@ -241,8 +241,16 @@ - { - if (card->rev.prop.used) { - time_t syncTime, revTime; -+#ifdef __FreeBSD__ -+ struct tm *tmptm; -+#endif - syncTime = GET_CONDUIT_DATA(abs)->dbi->pu->lastSyncDate; -+#ifdef __FreeBSD__ -+ tmptm = localtime(&syncTime); -+ revTime = mktime(&card->rev.tm) - tmptm->tm_gmtoff; -+#else - revTime = mktime(&card->rev.tm)-timezone; -+#endif - LOG("Comparing rev time %lu with sync time %lu",revTime,syncTime); - if (revTime > syncTime) return TRUE; - } diff --git a/deskutils/gnome-pim/pkg-comment b/deskutils/gnome-pim/pkg-comment deleted file mode 100644 index c3e7f3958055..000000000000 --- a/deskutils/gnome-pim/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gnome pim package diff --git a/deskutils/gnome-pim/pkg-descr b/deskutils/gnome-pim/pkg-descr deleted file mode 100644 index c04c82c67d97..000000000000 --- a/deskutils/gnome-pim/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -gnome pim package. diff --git a/deskutils/gnome-pim/pkg-plist b/deskutils/gnome-pim/pkg-plist deleted file mode 100644 index ad35d9235e36..000000000000 --- a/deskutils/gnome-pim/pkg-plist +++ /dev/null @@ -1,72 +0,0 @@ -%%GNOMEPILOT:%%bin/address-conduit-capplet -%%GNOMEPILOT:%%bin/calendar-conduit-control-applet -%%GNOMEPILOT:%%bin/calendar-pilot-sync -bin/gnomecal -bin/gnomecard -etc/CORBA/servers/gnomecal.gnorba -etc/CORBA/servers/gnomecard.gnorba -%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libaddress_conduit.so -%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libcalendar_conduit.so -share/gnome/apps/Applications/gncal.desktop -share/gnome/apps/Applications/gnomecard.desktop -%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/address-conduit-capplet.desktop -%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/calendar-conduit-control-applet.desktop -%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/address-conduit-capplet.desktop -%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/calendar-conduit-control-applet.desktop -%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecal.conduit -%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecard.conduit -share/gnome/help/gnomecal/C/calappoint.html -share/gnome/help/gnomecal/C/calsetup.html -share/gnome/help/gnomecal/C/caluse.html -share/gnome/help/gnomecal/C/cmdline.html -share/gnome/help/gnomecal/C/docbook.css -share/gnome/help/gnomecal/C/gcal.html -share/gnome/help/gnomecal/C/gnomecal.html -share/gnome/help/gnomecal/C/images/cal-props.gif -share/gnome/help/gnomecal/C/images/calday.gif -share/gnome/help/gnomecal/C/images/calmonth.gif -share/gnome/help/gnomecal/C/images/calweek.gif -share/gnome/help/gnomecal/C/images/calyear.gif -share/gnome/help/gnomecal/C/ln20.html -share/gnome/help/gnomecal/C/tech.html.html -share/gnome/help/gnomecal/C/topic.dat -share/gnome/idl/GnomeCal.idl -share/gnome/idl/gnome-pim.idl -share/gnome/mime-info/gnome-pim.keys -share/gnome/pixmaps/gnome-calendar-conduit.png -share/gnome/pixmaps/gnome-gnomecard.png -share/locale/ca/LC_MESSAGES/gnome-pim.mo -share/locale/cs/LC_MESSAGES/gnome-pim.mo -share/locale/cy/LC_MESSAGES/gnome-pim.mo -share/locale/da/LC_MESSAGES/gnome-pim.mo -share/locale/de/LC_MESSAGES/gnome-pim.mo -share/locale/el/LC_MESSAGES/gnome-pim.mo -share/locale/en_GB/LC_MESSAGES/gnome-pim.mo -share/locale/es/LC_MESSAGES/gnome-pim.mo -share/locale/et/LC_MESSAGES/gnome-pim.mo -share/locale/fi/LC_MESSAGES/gnome-pim.mo -share/locale/fr/LC_MESSAGES/gnome-pim.mo -share/locale/ga/LC_MESSAGES/gnome-pim.mo -share/locale/gd/LC_MESSAGES/gnome-pim.mo -share/locale/gl/LC_MESSAGES/gnome-pim.mo -share/locale/gv/LC_MESSAGES/gnome-pim.mo -share/locale/hu/LC_MESSAGES/gnome-pim.mo -share/locale/it/LC_MESSAGES/gnome-pim.mo -share/locale/ja/LC_MESSAGES/gnome-pim.mo -share/locale/ko/LC_MESSAGES/gnome-pim.mo -share/locale/kw/LC_MESSAGES/gnome-pim.mo -share/locale/lt/LC_MESSAGES/gnome-pim.mo -share/locale/nl/LC_MESSAGES/gnome-pim.mo -share/locale/no/LC_MESSAGES/gnome-pim.mo -share/locale/pl/LC_MESSAGES/gnome-pim.mo -share/locale/pt/LC_MESSAGES/gnome-pim.mo -share/locale/pt_BR/LC_MESSAGES/gnome-pim.mo -share/locale/ru/LC_MESSAGES/gnome-pim.mo -share/locale/sv/LC_MESSAGES/gnome-pim.mo -share/locale/uk/LC_MESSAGES/gnome-pim.mo -share/locale/wa/LC_MESSAGES/gnome-pim.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-pim.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-pim.mo -@dirrm share/gnome/help/gnomecal/C/images -@dirrm share/gnome/help/gnomecal/C -@dirrm share/gnome/help/gnomecal |