[Midnightbsd-cvs] mports [18484] trunk/net: add geoclue port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 29 14:13:09 EDT 2015


Revision: 18484
          http://svnweb.midnightbsd.org/mports/?rev=18484
Author:   laffer1
Date:     2015-03-29 14:13:09 -0400 (Sun, 29 Mar 2015)
Log Message:
-----------
add geoclue port

Modified Paths:
--------------
    trunk/net/Makefile
    trunk/net/php5-ldap/Makefile

Added Paths:
-----------
    trunk/net/geoclue/
    trunk/net/geoclue/Makefile
    trunk/net/geoclue/distinfo
    trunk/net/geoclue/pkg-descr
    trunk/net/geoclue/pkg-plist

Removed Paths:
-------------
    trunk/net/gnome-netstatus/
    trunk/net/openldap23-client/
    trunk/net/openldap23-sasl-client/
    trunk/net/openldap23-server/

Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile	2015-03-29 18:10:39 UTC (rev 18483)
+++ trunk/net/Makefile	2015-03-29 18:13:09 UTC (rev 18484)
@@ -19,9 +19,9 @@
 SUBDIR += dhcp6
 SUBDIR += dhcpdump
 SUBDIR += fping
+SUBDIR += geoclue
 SUBDIR += glib-networking
 SUBDIR += gnet2
-SUBDIR += gnome-netstatus
 SUBDIR += gnome-nettool
 SUBDIR += gnome-online-accounts
 SUBDIR += gtk-vnc
@@ -56,9 +56,6 @@
 SUBDIR += nload
 SUBDIR += nss_ldap
 SUBDIR += ntp
-SUBDIR += openldap23-client
-SUBDIR += openldap23-sasl-client
-SUBDIR += openldap23-server
 SUBDIR += openldap24-client
 SUBDIR += openldap24-sasl-client
 SUBDIR += openldap24-server

Added: trunk/net/geoclue/Makefile
===================================================================
--- trunk/net/geoclue/Makefile	                        (rev 0)
+++ trunk/net/geoclue/Makefile	2015-03-29 18:13:09 UTC (rev 18484)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME=	geoclue
+PORTVERSION=	2.1.10
+CATEGORIES=	net devel gnome
+MASTER_SITES=	http://www.freedesktop.org/software/geoclue/releases/2.1/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	D-Bus service that provides location information
+
+LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+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 intlhack 
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+CONFIGURE_ARGS=	--disable-3g-source \
+		--disable-cdma-source \
+		--disable-modem-gps-source
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+.include <bsd.port.mk>


Property changes on: trunk/net/geoclue/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/geoclue/distinfo
===================================================================
--- trunk/net/geoclue/distinfo	                        (rev 0)
+++ trunk/net/geoclue/distinfo	2015-03-29 18:13:09 UTC (rev 18484)
@@ -0,0 +1,2 @@
+SHA256 (geoclue-2.1.10.tar.xz) = f1d7e7a9c60633d3d747f55fee848299114b3222a4d65e955c2cbcd297d01c68
+SIZE (geoclue-2.1.10.tar.xz) = 334916


Property changes on: trunk/net/geoclue/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/geoclue/pkg-descr
===================================================================
--- trunk/net/geoclue/pkg-descr	                        (rev 0)
+++ trunk/net/geoclue/pkg-descr	2015-03-29 18:13:09 UTC (rev 18484)
@@ -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/


Property changes on: trunk/net/geoclue/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/geoclue/pkg-plist
===================================================================
--- trunk/net/geoclue/pkg-plist	                        (rev 0)
+++ trunk/net/geoclue/pkg-plist	2015-03-29 18:13:09 UTC (rev 18484)
@@ -0,0 +1,11 @@
+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/interfaces/org.freedesktop.GeoClue2.Agent.xml
+share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
+share/dbus-1/system-services/org.freedesktop.GeoClue2.service


Property changes on: trunk/net/geoclue/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/net/php5-ldap/Makefile
===================================================================
--- trunk/net/php5-ldap/Makefile	2015-03-29 18:10:39 UTC (rev 18483)
+++ trunk/net/php5-ldap/Makefile	2015-03-29 18:13:09 UTC (rev 18484)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:	php5-ldap
-# Date created:			7 Jul 2004
-# Whom:				Alex Dupre <ale at FreeBSD.org>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/net/php5-ldap/Makefile,v 1.1 2004/07/19 09:14:47 ale Exp $
-#
 
 CATEGORIES=	net
 



More information about the Midnightbsd-cvs mailing list