From owner-svn-ports-head@FreeBSD.ORG Thu May 29 17:11:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B2B5A52; Thu, 29 May 2014 17:11:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE1F2013; Thu, 29 May 2014 17:11:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4THBdZf011071; Thu, 29 May 2014 17:11:39 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4THBdmj011066; Thu, 29 May 2014 17:11:39 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201405291711.s4THBdmj011066@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 29 May 2014 17:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355715 - in head/sysutils: . contractor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 17:11:40 -0000 Author: olivierd Date: Thu May 29 17:11:38 2014 New Revision: 355715 URL: http://svnweb.freebsd.org/changeset/ports/355715 QAT: https://qat.redports.org/buildarchive/r355715/ Log: Contractor is an extension service that allows applications to use the exposed functionnality of registered apps. This way, applications don't have to have the functions hard coded into them. WWW: https://launchpad.net/contractor Added: head/sysutils/contractor/ head/sysutils/contractor/Makefile (contents, props changed) head/sysutils/contractor/distinfo (contents, props changed) head/sysutils/contractor/pkg-descr (contents, props changed) head/sysutils/contractor/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu May 29 16:56:36 2014 (r355714) +++ head/sysutils/Makefile Thu May 29 17:11:38 2014 (r355715) @@ -134,6 +134,7 @@ SUBDIR += consolehm SUBDIR += consolekit SUBDIR += contool + SUBDIR += contractor SUBDIR += copytape SUBDIR += coreutils SUBDIR += cotty Added: head/sysutils/contractor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/contractor/Makefile Thu May 29 17:11:38 2014 (r355715) @@ -0,0 +1,23 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= contractor +PORTVERSION= 0.3.1 +CATEGORIES= sysutils +MASTER_SITES= https://launchpadlibrarian.net/176424633/ \ + https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ +DIST_SUBDIR= eos + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Desktop-wide extension service + +LICENSE= GPLv3 + +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala +LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee + +USE_GCC= yes +USES= cmake pkgconfig +USE_GNOME= glib20 + +.include Added: head/sysutils/contractor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/contractor/distinfo Thu May 29 17:11:38 2014 (r355715) @@ -0,0 +1,2 @@ +SHA256 (eos/contractor-0.3.1.tar.gz) = 96806a7a1c206df72118320bbb6d337f003684fd085ebe68cd37c44553f45ef9 +SIZE (eos/contractor-0.3.1.tar.gz) = 13596 Added: head/sysutils/contractor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/contractor/pkg-descr Thu May 29 17:11:38 2014 (r355715) @@ -0,0 +1,5 @@ +Contractor is an extension service that allows applications to use the +exposed functionnality of registered apps. This way, applications don't have +to have the functions hard coded into them. + +WWW: https://launchpad.net/contractor Added: head/sysutils/contractor/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/contractor/pkg-plist Thu May 29 17:11:38 2014 (r355715) @@ -0,0 +1,4 @@ +bin/contractor +share/dbus-1/services/org.elementary.contractor.service +@dirrmtry share/dbus-1/services +@dirrmtry share/dbus-1