From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 10:18:26 2014 Return-Path: Delivered-To: svn-ports-all@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 8BE27BA9; Thu, 3 Jul 2014 10:18:26 +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 78171250D; Thu, 3 Jul 2014 10:18:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63AIQRc067812; Thu, 3 Jul 2014 10:18:26 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63AIPmX067805; Thu, 3 Jul 2014 10:18:25 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201407031018.s63AIPmX067805@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 3 Jul 2014 10:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360351 - in head/sysutils: . bamf bamf/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 10:18:26 -0000 Author: olivierd Date: Thu Jul 3 10:18:24 2014 New Revision: 360351 URL: http://svnweb.freebsd.org/changeset/ports/360351 QAT: https://qat.redports.org/buildarchive/r360351/ Log: BAMF, is a simple DBus daemon and C wrapper library of applications matching framework. WWW: https://launchpad.net/bamf Added: head/sysutils/bamf/ head/sysutils/bamf/Makefile (contents, props changed) head/sysutils/bamf/distinfo (contents, props changed) head/sysutils/bamf/files/ head/sysutils/bamf/files/patch-configure (contents, props changed) head/sysutils/bamf/pkg-descr (contents, props changed) head/sysutils/bamf/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Jul 3 10:07:29 2014 (r360350) +++ head/sysutils/Makefile Thu Jul 3 10:18:24 2014 (r360351) @@ -56,6 +56,7 @@ SUBDIR += bacula-client-static SUBDIR += bacula-docs SUBDIR += bacula-server + SUBDIR += bamf SUBDIR += bashburn SUBDIR += batmon SUBDIR += battfink Added: head/sysutils/bamf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bamf/Makefile Thu Jul 3 10:18:24 2014 (r360351) @@ -0,0 +1,34 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= bamf +PORTVERSION= 0.4.0 +CATEGORIES= sysutils +MASTER_SITES= https://launchpadlibrarian.net/140100218/ \ + https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= BAMF Application Matching Framework + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LGPL + +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>=2.8.0:${PORTSDIR}/textproc/py-libxml2 \ + ${PYTHON_PKGNAMEPREFIX}libxslt>=1.1.28:${PORTSDIR}/textproc/py-libxslt + +USES= pkgconfig gmake pathfix libtool +GNU_CONFIGURE= yes +USE_GNOME= gtk30 glib20 introspection:build libwnck3 +USE_PYTHON= 2 +USE_XORG= x11 + +CONFIGURE_ARGS+=--disable-webapps \ + --disable-headless-tests \ + --disable-gtktest \ + --disable-gtk-doc-html \ + --without-html-dir + +.include Added: head/sysutils/bamf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bamf/distinfo Thu Jul 3 10:18:24 2014 (r360351) @@ -0,0 +1,2 @@ +SHA256 (bamf-0.4.0.tar.gz) = 65d05e0173336a8548bf5f67a940b46f02eb000bf7dc60a05b13fb9ccd7aade4 +SIZE (bamf-0.4.0.tar.gz) = 550402 Added: head/sysutils/bamf/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bamf/files/patch-configure Thu Jul 3 10:18:24 2014 (r360351) @@ -0,0 +1,11 @@ +--- ./configure.orig 2013-05-17 14:06:54.189515000 +0000 ++++ ./configure 2014-04-02 19:19:29.000000000 +0000 +@@ -14546,7 +14546,7 @@ + rm -f conf.gtktest + + +-CFLAGS="$CFLAGS -Wall -Werror -lm" ++CFLAGS="$CFLAGS -Wall" + + + Added: head/sysutils/bamf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bamf/pkg-descr Thu Jul 3 10:18:24 2014 (r360351) @@ -0,0 +1,4 @@ +BAMF, is a simple DBus daemon and C wrapper library of applications matching +framework. + +WWW: https://launchpad.net/bamf Added: head/sysutils/bamf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bamf/pkg-plist Thu Jul 3 10:18:24 2014 (r360351) @@ -0,0 +1,20 @@ +include/libbamf3/libbamf/bamf-application.h +include/libbamf3/libbamf/bamf-control.h +include/libbamf3/libbamf/bamf-matcher.h +include/libbamf3/libbamf/bamf-tab-source.h +include/libbamf3/libbamf/bamf-tab.h +include/libbamf3/libbamf/bamf-view.h +include/libbamf3/libbamf/bamf-window.h +include/libbamf3/libbamf/libbamf.h +lib/girepository-1.0/Bamf-3.typelib +lib/libbamf3.so +lib/libbamf3.so.1 +lib/libbamf3.so.1.0.0 +libdata/pkgconfig/libbamf3.pc +libexec/bamf/bamfdaemon +share/dbus-1/services/org.ayatana.bamf.service +share/gir-1.0/Bamf-3.gir +share/vala/vapi/libbamf3.vapi +@dirrm include/libbamf3/libbamf +@dirrm include/libbamf3 +@dirrm libexec/bamf