diff options
-rw-r--r-- | www/evolution-webcal/Makefile | 28 | ||||
-rw-r--r-- | www/evolution-webcal/distinfo | 2 | ||||
-rw-r--r-- | www/evolution-webcal/pkg-descr | 7 | ||||
-rw-r--r-- | www/evolution-webcal/pkg-plist | 9 |
4 files changed, 46 insertions, 0 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile new file mode 100644 index 000000000..483138127 --- /dev/null +++ b/www/evolution-webcal/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: evolution-webcal +# Date created: Mon Apr 26 18:08:00 CEST 2004 +# Whom: Koop Mast <kwm@rainbow-runner.nl> +# +# $FreeBSD$ +# + +PORTNAME= webcal +PORTVERSION= 1.0.3 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/1.0 +PKGNAMEPREFIX= evolution- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= kwm@rainbow-runner.nl +COMMENT= Webcal(endar) handler for gnome + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL= yes +USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/www/evolution-webcal/distinfo b/www/evolution-webcal/distinfo new file mode 100644 index 000000000..0dc33e6f1 --- /dev/null +++ b/www/evolution-webcal/distinfo @@ -0,0 +1,2 @@ +MD5 (evolution-webcal-1.0.3.tar.bz2) = 020efc0242f5282e78eba30f8278156b +SIZE (evolution-webcal-1.0.3.tar.bz2) = 99692 diff --git a/www/evolution-webcal/pkg-descr b/www/evolution-webcal/pkg-descr new file mode 100644 index 000000000..ab2f04e9d --- /dev/null +++ b/www/evolution-webcal/pkg-descr @@ -0,0 +1,7 @@ +Evolution Webcal installs a GNOME URL Handler for "webcal:". +This will pop up a subscription dialog when you point your web browser at it. +The calendars will automaticaly appear in Evolution 1.5.x if it is running, +or will show up the next time you start Evolution. + +It also works for non-GNOME applications. These applications need to set +there URL handler to be "gnome-open". diff --git a/www/evolution-webcal/pkg-plist b/www/evolution-webcal/pkg-plist new file mode 100644 index 000000000..8488fe015 --- /dev/null +++ b/www/evolution-webcal/pkg-plist @@ -0,0 +1,9 @@ +etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/webcal/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/webcal/%gconf.xml +etc/gconf/schemas/evolution-webcal.schemas +libexec/evolution-webcal +share/gnome/application-registry/evolution-webcal.applications +share/locale/ja/LC_MESSAGES/evolution-webcal.mo +share/locale/sq/LC_MESSAGES/evolution-webcal.mo +@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/webcal +@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/webcal |