svn commit: r355715 - in head/sysutils: . contractor

Olivier Duchateau olivierd at FreeBSD.org
Thu May 29 17:11:40 UTC 2014


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 at 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
+ at dirrmtry share/dbus-1/services
+ at dirrmtry share/dbus-1


More information about the svn-ports-all mailing list