diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
commit | dfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch) | |
tree | 3c84ec64b1dd1a9a2618a75efa664a18033890bd /net/geoclue | |
parent | d0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff) | |
download | marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2 marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip |
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/geoclue')
-rw-r--r-- | net/geoclue/Makefile | 26 | ||||
-rw-r--r-- | net/geoclue/distinfo | 2 | ||||
-rw-r--r-- | net/geoclue/pkg-descr | 6 | ||||
-rw-r--r-- | net/geoclue/pkg-plist | 15 |
4 files changed, 49 insertions, 0 deletions
diff --git a/net/geoclue/Makefile b/net/geoclue/Makefile new file mode 100644 index 000000000..931fc71d8 --- /dev/null +++ b/net/geoclue/Makefile @@ -0,0 +1,26 @@ +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= geoclue +PORTVERSION= 2.1.6 +CATEGORIES= net devel gnome +MASTER_SITES= http://www.freedesktop.org/software/geoclue/releases/2.1/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= D-Bus service that provides location information + +LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= glib20 gnomehier intlhack +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-3g-source \ + --disable-modem-gps-source \ + --disable-wifi-source +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/net/geoclue/distinfo b/net/geoclue/distinfo new file mode 100644 index 000000000..ac5b866a0 --- /dev/null +++ b/net/geoclue/distinfo @@ -0,0 +1,2 @@ +SHA256 (geoclue-2.1.6.tar.xz) = ae7befcb07b06c89b5d9d7e837f431a0091573070c0a13a5222315ca6e005677 +SIZE (geoclue-2.1.6.tar.xz) = 328704 diff --git a/net/geoclue/pkg-descr b/net/geoclue/pkg-descr new file mode 100644 index 000000000..309b3a07c --- /dev/null +++ b/net/geoclue/pkg-descr @@ -0,0 +1,6 @@ +Geoclue is a D-Bus service that provides location information. The primary goal of +the Geoclue project is to make creating location-aware applications as simple as +possible, while the secondary goal is to ensure that no application can access location +information without explicit permission from user. + +WWW: http://geoclue.freedesktop.org/ diff --git a/net/geoclue/pkg-plist b/net/geoclue/pkg-plist new file mode 100644 index 000000000..026a384b2 --- /dev/null +++ b/net/geoclue/pkg-plist @@ -0,0 +1,15 @@ +etc/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf +etc/dbus-1/system.d/org.freedesktop.GeoClue2.conf +%%ETCDIR%%/geoclue.conf +libdata/pkgconfig/geoclue-2.0.pc +libexec/geoclue +libexec/geoclue-2.0/demos/where-am-i +share/applications/geoclue-demo-agent.desktop +share/applications/geoclue-where-am-i.desktop +share/dbus-1/system-services/org.freedesktop.GeoClue2.service +%%DATADIR%%-2.0/geoclue-agent-interface.xml +%%DATADIR%%-2.0/geoclue-interface.xml +@dirrm %%DATADIR%%-2.0 +@dirrm libexec/geoclue-2.0/demos +@dirrm libexec/geoclue-2.0 +@dirrm %%ETCDIR%% |