diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 11:56:38 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-22 11:56:38 +0800 |
commit | 452c832c77533593c8c803f8161bee9020dcef7b (patch) | |
tree | e42170e1a0c5a3a06aef8e0e9f02f826ffcdf219 /databases | |
parent | e9aafe3987c0e5ab9b161fb2430a4a0561a908d7 (diff) | |
download | freebsd-ports-gnome-452c832c77533593c8c803f8161bee9020dcef7b.tar.gz freebsd-ports-gnome-452c832c77533593c8c803f8161bee9020dcef7b.tar.zst freebsd-ports-gnome-452c832c77533593c8c803f8161bee9020dcef7b.zip |
Google contacts and calendar akonadi resource. It allows syncing your calendar
and contacts with your google account.
WWW: http://code.google.com/p/libgcal/
PR: ports/137996
Submitted by: Troels Kofoed Jacobsen <tkjacobsen at gmail.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/akonadi-googledata/Makefile | 25 | ||||
-rw-r--r-- | databases/akonadi-googledata/distinfo | 3 | ||||
-rw-r--r-- | databases/akonadi-googledata/pkg-descr | 4 | ||||
-rw-r--r-- | databases/akonadi-googledata/pkg-plist | 26 |
5 files changed, 59 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 380a8472d1d3..d4b166415776 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -9,6 +9,7 @@ SUBDIR += adodb5 SUBDIR += adstudio SUBDIR += akonadi + SUBDIR += akonadi-googledata SUBDIR += animenfo-client SUBDIR += animenfo-client-gtk SUBDIR += aolserver-nsmysql diff --git a/databases/akonadi-googledata/Makefile b/databases/akonadi-googledata/Makefile new file mode 100644 index 000000000000..e14741df9d44 --- /dev/null +++ b/databases/akonadi-googledata/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: akonadi-googledata +# Date created: 2009-08-16 +# Whom: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= akonadi-googledata +PORTVERSION= 1.0 +CATEGORIES= databases +MASTER_SITES= http://libgcal.googlecode.com/files/ + +MAINTAINER= tkjacobsen@gmail.com +COMMENT= Akonadi Resources for Google Contacts and Calendar + +LIB_DEPENDS= gcal:${PORTSDIR}/deskutils/libgcal + +USE_BZIP2= yes +USE_CMAKE= yes +USE_GETTEXT= yes +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build rcc_build moc_build uic_build dbus gui network sql svg xml +USE_KDE4= kdelibs kdeprefix pimlibs automoc4 akonadi + +.include <bsd.port.mk> diff --git a/databases/akonadi-googledata/distinfo b/databases/akonadi-googledata/distinfo new file mode 100644 index 000000000000..ee9b23cd7775 --- /dev/null +++ b/databases/akonadi-googledata/distinfo @@ -0,0 +1,3 @@ +MD5 (akonadi-googledata-1.0.tar.bz2) = c96cd17cf63288aeb9c857735497ce48 +SHA256 (akonadi-googledata-1.0.tar.bz2) = 1e4147ad16235d12f0b4bece59babd3f260990620eb5078b666949872a00426c +SIZE (akonadi-googledata-1.0.tar.bz2) = 104420 diff --git a/databases/akonadi-googledata/pkg-descr b/databases/akonadi-googledata/pkg-descr new file mode 100644 index 000000000000..650f219f8b58 --- /dev/null +++ b/databases/akonadi-googledata/pkg-descr @@ -0,0 +1,4 @@ +Google contacts and calendar akonadi resource. It allows syncing your calendar +and contacts with your google account. + +WWW: http://code.google.com/p/libgcal/ diff --git a/databases/akonadi-googledata/pkg-plist b/databases/akonadi-googledata/pkg-plist new file mode 100644 index 000000000000..0642f888c35a --- /dev/null +++ b/databases/akonadi-googledata/pkg-plist @@ -0,0 +1,26 @@ +bin/akonadi_gcal_resource +bin/akonadi_googledata_resource +share/akonadi/agents/gcalresource.desktop +share/akonadi/agents/googledataresource.desktop +share/locale/de/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/en_GB/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/es/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/et/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/fr/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/gl/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/km/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/lt/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/nds/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/nl/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/pt/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/pt_BR/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/sk/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/sv/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/tr/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/uk/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/zh_CN/LC_MESSAGES/akonadi_gcal_resource.mo +share/locale/zh_TW/LC_MESSAGES/akonadi_gcal_resource.mo +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/akonadi/agents +@dirrmtry share/akonadi +@dirrmtry include/KDE |