summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 12:55:55 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 12:55:55 +0800
commitbcc00c2ee625bfbe4928768eb87cddccddda3fa1 (patch)
tree2f5388463415564cf595bb9ff6368cddf3e587c9
parent3ef64fcffe2edefb71ed5be2ab45697ec7685b50 (diff)
downloadmarcuscom-ports-bcc00c2ee625bfbe4928768eb87cddccddda3fa1.tar
marcuscom-ports-bcc00c2ee625bfbe4928768eb87cddccddda3fa1.tar.gz
marcuscom-ports-bcc00c2ee625bfbe4928768eb87cddccddda3fa1.tar.bz2
marcuscom-ports-bcc00c2ee625bfbe4928768eb87cddccddda3fa1.tar.lz
marcuscom-ports-bcc00c2ee625bfbe4928768eb87cddccddda3fa1.tar.xz
marcuscom-ports-bcc00c2ee625bfbe4928768eb87cddccddda3fa1.tar.zst
marcuscom-ports-bcc00c2ee625bfbe4928768eb87cddccddda3fa1.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8789 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--deskutils/gnome-pim/Makefile54
-rw-r--r--deskutils/gnome-pim/distinfo3
-rw-r--r--deskutils/gnome-pim/files/patch-ab14
-rw-r--r--deskutils/gnome-pim/files/patch-ad19
-rw-r--r--deskutils/gnome-pim/files/patch-configure10
-rw-r--r--deskutils/gnome-pim/pkg-descr4
-rw-r--r--deskutils/gnome-pim/pkg-plist113
7 files changed, 217 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile
new file mode 100644
index 000000000..5eb07c9d6
--- /dev/null
+++ b/deskutils/gnome-pim/Makefile
@@ -0,0 +1,54 @@
+# New ports collection makefile for: gnomepim
+# Date created: 17 Jan 1999
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-pim
+PORTVERSION= 1.4.9
+PORTREVISION= 4
+CATEGORIES= deskutils gnome
+MASTER_SITES= http://www.jroger.in-berlin.de/gnome-pim/
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gnome pim package
+
+USE_X_PREFIX= yes
+USE_BISON= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+
+CPPFLAGS= -I${LOCALBASE}/include
+LIBS= -L${LOCALBASE}/lib
+.if !defined(WITHOUT_PILOT)
+CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+.endif
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
+ LIBS="${LIBS}"
+
+pre-extract:
+ @${ECHO_MSG}
+.if defined(WITHOUT_PILOT)
+ @${ECHO_MSG} "Palm Pilot support disabled. You will not be able to syncronize"
+ @${ECHO_MSG} "your palm with gnomecard and gnomecal."
+.else
+ @${ECHO_MSG} "You can disable Palm Pilot support by defining WITHOUT_PILOT."
+.endif
+ @${ECHO_MSG}
+
+post-patch:
+.for file in vcc.y vobject.c
+ @${REINPLACE_CMD} -e "s/malloc[.]h/stdlib.h/g" ${WRKSRC}/libversit/${file}
+.endfor
+
+pre-install:
+ ${MKDIR} ${PREFIX}/share/gnome/help/gnomecard/C \
+ ${PREFIX}/share/gnome/help/gnomecard/eu
+
+.include <bsd.port.mk>
diff --git a/deskutils/gnome-pim/distinfo b/deskutils/gnome-pim/distinfo
new file mode 100644
index 000000000..f1db632fc
--- /dev/null
+++ b/deskutils/gnome-pim/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome/gnome-pim-1.4.9.tar.gz) = 849babfa25e08eb7616d20e826f7fb6d
+SHA256 (gnome/gnome-pim-1.4.9.tar.gz) = 2176396e7e02d3af8d2974cfce4d8a8c2b68a1a745d4200bbb4adc5b8d19c9ea
+SIZE (gnome/gnome-pim-1.4.9.tar.gz) = 1467095
diff --git a/deskutils/gnome-pim/files/patch-ab b/deskutils/gnome-pim/files/patch-ab
new file mode 100644
index 000000000..e27b3092b
--- /dev/null
+++ b/deskutils/gnome-pim/files/patch-ab
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- gncal/Makefile.in.orig Thu Dec 6 11:29:15 2001
++++ gncal/Makefile.in Thu Dec 6 11:29:15 2001
+@@ -138,7 +138,7 @@
+ gnorbadir = $(sysconfdir)/CORBA/servers
+ gnorba_DATA = gnomecal.gnorba
+
+-help_base = $(datadir)/gnome/help/cal
++help_base = $(datadir)/gnome/help/gnomecal
+
+ bin_PROGRAMS = gnomecal
+
diff --git a/deskutils/gnome-pim/files/patch-ad b/deskutils/gnome-pim/files/patch-ad
new file mode 100644
index 000000000..7a5f6345a
--- /dev/null
+++ b/deskutils/gnome-pim/files/patch-ad
@@ -0,0 +1,19 @@
+--- 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/files/patch-configure b/deskutils/gnome-pim/files/patch-configure
new file mode 100644
index 000000000..db3c8d027
--- /dev/null
+++ b/deskutils/gnome-pim/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Fri May 31 16:29:25 2002
++++ configure Fri May 31 16:30:03 2002
+@@ -6413,6 +6413,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/deskutils/gnome-pim/pkg-descr b/deskutils/gnome-pim/pkg-descr
new file mode 100644
index 000000000..4405d73a9
--- /dev/null
+++ b/deskutils/gnome-pim/pkg-descr
@@ -0,0 +1,4 @@
+A GNOME Personal Information Manager (PIM), consisting of the iCal-based
+GNOME Calendar and the vCard-based GNOME Address Book.
+
+WWW: http://www.gnome.org/gnome-office/gnome-pim.shtml
diff --git a/deskutils/gnome-pim/pkg-plist b/deskutils/gnome-pim/pkg-plist
new file mode 100644
index 000000000..32f9389c4
--- /dev/null
+++ b/deskutils/gnome-pim/pkg-plist
@@ -0,0 +1,113 @@
+bin/gnomecal
+bin/gnomecard
+etc/CORBA/servers/gnomecal.gnorba
+etc/CORBA/servers/gnomecard.gnorba
+share/gnome/apps/Applications/gncal.desktop
+share/gnome/apps/Applications/gnomecard.desktop
+share/gnome/help/gnomecal/C/c26.html
+share/gnome/help/gnomecal/C/c61.html
+share/gnome/help/gnomecal/C/c67.html
+share/gnome/help/gnomecal/C/images/cal-props.png
+share/gnome/help/gnomecal/C/images/calday.png
+share/gnome/help/gnomecal/C/images/calmonth.png
+share/gnome/help/gnomecal/C/images/calweek.png
+share/gnome/help/gnomecal/C/images/calyear.png
+share/gnome/help/gnomecal/C/index.html
+share/gnome/help/gnomecal/C/topic.dat
+share/gnome/help/gnomecal/C/x102.html
+share/gnome/help/gnomecal/C/x164.html
+share/gnome/help/gnomecal/C/x83.html
+share/gnome/help/gnomecard/C/c12.html
+share/gnome/help/gnomecard/C/c16.html
+share/gnome/help/gnomecard/C/index.html
+share/gnome/help/gnomecard/C/topic.dat
+share/gnome/help/gnomecard/C/x36.html
+share/gnome/help/gnomecard/C/x39.html
+share/gnome/help/gnomecard/C/x81.html
+share/gnome/help/gnomecard/C/x84.html
+share/idl/GnomeCal.idl
+share/idl/gnome-pim.idl
+share/locale/az/LC_MESSAGES/gnome-pim.mo
+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/eu/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/nn/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/sk/LC_MESSAGES/gnome-pim.mo
+share/locale/sl/LC_MESSAGES/gnome-pim.mo
+share/locale/sv/LC_MESSAGES/gnome-pim.mo
+share/locale/tr/LC_MESSAGES/gnome-pim.mo
+share/locale/uk/LC_MESSAGES/gnome-pim.mo
+share/locale/vi/LC_MESSAGES/gnome-pim.mo
+share/locale/wa/LC_MESSAGES/gnome-pim.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-pim.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-pim.mo
+share/mime-info/gnome-pim.keys
+share/pixmaps/gnome-calendar-conduit.png
+share/pixmaps/gnome-gnomecard.png
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/no/LC_MESSAGES
+@dirrmtry share/locale/no
+@dirrmtry share/locale/nn/LC_MESSAGES
+@dirrmtry share/locale/nn
+@dirrmtry share/locale/kw/LC_MESSAGES
+@dirrmtry share/locale/kw
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gv/LC_MESSAGES
+@dirrmtry share/locale/gv
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/gd/LC_MESSAGES
+@dirrmtry share/locale/gd
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrm share/gnome/help/gnomecard/eu
+@dirrm share/gnome/help/gnomecard/C
+@dirrm share/gnome/help/gnomecard
+@dirrm share/gnome/help/gnomecal/C/images
+@dirrm share/gnome/help/gnomecal/C
+@dirrm share/gnome/help/gnomecal