Date: Thu, 29 May 2014 17:11:39 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355715 - in head/sysutils: . contractor Message-ID: <201405291711.s4THBdmj011066@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291711.s4THBdmj011066>