svn commit: r360351 - in head/sysutils: . bamf bamf/files
Olivier Duchateau
olivierd at FreeBSD.org
Thu Jul 3 10:18:26 UTC 2014
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 at 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 <bsd.port.mk>
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
+ at dirrm include/libbamf3/libbamf
+ at dirrm include/libbamf3
+ at dirrm libexec/bamf
More information about the svn-ports-all
mailing list