From b2e4c9b2339e717b06172766c70e83965c90b324 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 23 Jan 2011 17:06:28 +0000 Subject: Update to 0.3.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15077 df743ca5-7f9a-e211-a948-0013205c9059 --- net-im/folks/Makefile | 33 +++++++++++++++++++++++++++++++++ net-im/folks/distinfo | 2 ++ net-im/folks/pkg-descr | 7 +++++++ net-im/folks/pkg-plist | 28 ++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 net-im/folks/Makefile create mode 100644 net-im/folks/distinfo create mode 100644 net-im/folks/pkg-descr create mode 100644 net-im/folks/pkg-plist diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile new file mode 100644 index 000000000..addcad2f5 --- /dev/null +++ b/net-im/folks/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: folks +# Date created: 23 July 2010 +# Whom: Koop Mast +# +# $FreeBSD$ +# $MCom: ports/net-im/folks/Makefile,v 1.8 2010/10/26 08:47:55 kwm Exp $ +# + +PORTNAME= folks +PORTVERSION= 0.3.3 +CATEGORIES= net-im +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= library to aggregates people from multiple sources + +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ + g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ + telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib + +USE_BZIP2= yes +USE_LDCONFIG= yes +USE_GMAKE= yes +USE_GNOME= gnomehack +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_SUB= VERSION=19 + +.include diff --git a/net-im/folks/distinfo b/net-im/folks/distinfo new file mode 100644 index 000000000..f322b23c0 --- /dev/null +++ b/net-im/folks/distinfo @@ -0,0 +1,2 @@ +SHA256 (folks-0.3.3.tar.bz2) = 3ed6124518e783ddbbf0ad70403002bae92368e530a65f6f904f3434f6af17f9 +SIZE (folks-0.3.3.tar.bz2) = 565614 diff --git a/net-im/folks/pkg-descr b/net-im/folks/pkg-descr new file mode 100644 index 000000000..21280dabf --- /dev/null +++ b/net-im/folks/pkg-descr @@ -0,0 +1,7 @@ +libfolks is a library that aggregates people from multiple sources +(eg, Telepathy connection managers and eventually evolution data server, +Facebook, etc.) to create metacontacts. It's written in Vala (in part to +evaluate Vala). The initial goal is for GObject/C support, though the Vala +bindings should basically automatic. + +WWW: http://telepathy.freedesktop.org/wiki/Folks diff --git a/net-im/folks/pkg-plist b/net-im/folks/pkg-plist new file mode 100644 index 000000000..f7666d376 --- /dev/null +++ b/net-im/folks/pkg-plist @@ -0,0 +1,28 @@ +bin/folks-import +include/folks/folks-telepathy.h +include/folks/folks.h +lib/folks/%%VERSION%%/backends/key-file/libfolks-backend-key-file.la +lib/folks/%%VERSION%%/backends/key-file/libfolks-backend-key-file.so +lib/folks/%%VERSION%%/backends/telepathy/libfolks-backend-telepathy.la +lib/folks/%%VERSION%%/backends/telepathy/libfolks-backend-telepathy.so +lib/libfolks-telepathy.la +lib/libfolks-telepathy.so +lib/libfolks-telepathy.so.%%VERSION%% +lib/libfolks.la +lib/libfolks.so +lib/libfolks.so.%%VERSION%% +libdata/pkgconfig/folks-telepathy.pc +libdata/pkgconfig/folks.pc +share/locale/de/LC_MESSAGES/folks.mo +share/vala/vapi/folks-telepathy.deps +share/vala/vapi/folks-telepathy.vapi +share/vala/vapi/folks.deps +share/vala/vapi/folks.vapi +@dirrmtry share/vala/vapi +@dirrmtry share/vala +@dirrm lib/folks/%%VERSION%%/backends/telepathy +@dirrm lib/folks/%%VERSION%%/backends/key-file +@dirrm lib/folks/%%VERSION%%/backends +@dirrm lib/folks/%%VERSION%% +@dirrm lib/folks +@dirrm include/folks -- cgit v1.2.3