diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-12-06 21:57:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-12-06 21:57:00 +0800 |
commit | 01a04a2164a8ad5bc04ceaa85da6afae0e070b6d (patch) | |
tree | 0ec89c9e6911fb138274bdf029ef9a920796e3a8 /net-im/folks04 | |
parent | 6eba7e8a4b63ce5467ffabf0bbbf24af0b084fa4 (diff) | |
download | marcuscom-ports-01a04a2164a8ad5bc04ceaa85da6afae0e070b6d.tar marcuscom-ports-01a04a2164a8ad5bc04ceaa85da6afae0e070b6d.tar.gz marcuscom-ports-01a04a2164a8ad5bc04ceaa85da6afae0e070b6d.tar.bz2 marcuscom-ports-01a04a2164a8ad5bc04ceaa85da6afae0e070b6d.tar.lz marcuscom-ports-01a04a2164a8ad5bc04ceaa85da6afae0e070b6d.tar.xz marcuscom-ports-01a04a2164a8ad5bc04ceaa85da6afae0e070b6d.tar.zst marcuscom-ports-01a04a2164a8ad5bc04ceaa85da6afae0e070b6d.zip |
Readd folks 0.4.x. This is needed for empathy 2.3x.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16606 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/folks04')
-rw-r--r-- | net-im/folks04/Makefile | 35 | ||||
-rw-r--r-- | net-im/folks04/distinfo | 2 | ||||
-rw-r--r-- | net-im/folks04/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/folks04/pkg-plist | 28 |
4 files changed, 72 insertions, 0 deletions
diff --git a/net-im/folks04/Makefile b/net-im/folks04/Makefile new file mode 100644 index 000000000..1a35ec5f4 --- /dev/null +++ b/net-im/folks04/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: folks +# Date created: 23 July 2010 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= folks +PORTVERSION= 0.4.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 + +CONFLICTS= folks-0.[6-9].[0-9]* + +USE_BZIP2= yes +USE_LDCONFIG= yes +USE_GMAKE= yes +USE_GNOME= gnomehack intlhack +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +PLIST_SUB= VERSION=22 + +.include <bsd.port.mk> diff --git a/net-im/folks04/distinfo b/net-im/folks04/distinfo new file mode 100644 index 000000000..a309c99ef --- /dev/null +++ b/net-im/folks04/distinfo @@ -0,0 +1,2 @@ +SHA256 (folks-0.4.3.tar.bz2) = e5a5bbe1524130ff5b6400726db3e12299b12ffefa108bc89169509f343d925e +SIZE (folks-0.4.3.tar.bz2) = 635168 diff --git a/net-im/folks04/pkg-descr b/net-im/folks04/pkg-descr new file mode 100644 index 000000000..21280dabf --- /dev/null +++ b/net-im/folks04/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/folks04/pkg-plist b/net-im/folks04/pkg-plist new file mode 100644 index 000000000..f7666d376 --- /dev/null +++ b/net-im/folks04/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 |