Skip to content

Commit

Permalink
devel/xdg-dbus-proxy: add new port
Browse files Browse the repository at this point in the history
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
part of the flatpak project, but it has been broken out as a standalone module
to facilitate using it in other contexts.

https://github.com/flatpak/xdg-dbus-proxy
  • Loading branch information
jbeich committed Aug 23, 2023
1 parent 759dd1d commit bdb7ade
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -7799,6 +7799,7 @@
SUBDIR += xbyak
SUBDIR += xc3sprog
SUBDIR += xcscope.el
SUBDIR += xdg-dbus-proxy
SUBDIR += xdg-user-dirs
SUBDIR += xdg-utils
SUBDIR += xdgpaths
Expand Down
28 changes: 28 additions & 0 deletions devel/xdg-dbus-proxy/Makefile
@@ -0,0 +1,28 @@
PORTNAME= xdg-dbus-proxy
DISTVERSION= 0.1.5
CATEGORIES= devel

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Filtering proxy for D-Bus connections
WWW= https://github.com/flatpak/xdg-dbus-proxy

LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING

TEST_DEPENDS= dbus-daemon:devel/dbus

USES= gnome meson pkgconfig
USE_GITHUB= yes
USE_GNOME= glib20
GH_ACCOUNT= flatpak
PLIST_FILES= bin/${PORTNAME}

OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES

MANPAGES_BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
xsltproc:textproc/libxslt
MANPAGES_MESON_ENABLED= man
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/xdg-dbus-proxy/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1691394793
SHA256 (flatpak-xdg-dbus-proxy-0.1.5_GH0.tar.gz) = 3c937118f4d011bed26ac9b47e13345d975b394d49908f3e21331090b2e047bb
SIZE (flatpak-xdg-dbus-proxy-0.1.5_GH0.tar.gz) = 56755
3 changes: 3 additions & 0 deletions devel/xdg-dbus-proxy/pkg-descr
@@ -0,0 +1,3 @@
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
part of the flatpak project, but it has been broken out as a standalone module
to facilitate using it in other contexts.

0 comments on commit bdb7ade

Please sign in to comment.