From owner-svn-ports-all@freebsd.org Mon Dec 21 14:15:45 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C8444BBAE7; Mon, 21 Dec 2020 14:15:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D01hx36r1z3P5T; Mon, 21 Dec 2020 14:15:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E0DB22F89; Mon, 21 Dec 2020 14:15:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BLEFjLc081978; Mon, 21 Dec 2020 14:15:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BLEFiEu081973; Mon, 21 Dec 2020 14:15:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012211415.0BLEFiEu081973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Dec 2020 14:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558825 - in head/sysutils: . basu X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/sysutils: . basu X-SVN-Commit-Revision: 558825 X-SVN-Commit-Repository: ports 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.34 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: Mon, 21 Dec 2020 14:15:45 -0000 Author: jbeich Date: Mon Dec 21 14:15:44 2020 New Revision: 558825 URL: https://svnweb.freebsd.org/changeset/ports/558825 Log: sysutils/basu: add new port Some projects rely on the sd-bus library for DBus support. However not all systems have systemd or elogind installed. This library provides just sd-bus (and the "busctl" utility). https://github.com/emersion/basu Added: head/sysutils/basu/ head/sysutils/basu/Makefile (contents, props changed) head/sysutils/basu/distinfo (contents, props changed) head/sysutils/basu/pkg-descr (contents, props changed) head/sysutils/basu/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Dec 21 14:07:20 2020 (r558824) +++ head/sysutils/Makefile Mon Dec 21 14:15:44 2020 (r558825) @@ -101,6 +101,7 @@ SUBDIR += barrier SUBDIR += bashtop SUBDIR += bastille + SUBDIR += basu SUBDIR += batmon SUBDIR += battmond SUBDIR += battray Added: head/sysutils/basu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/basu/Makefile Mon Dec 21 14:15:44 2020 (r558825) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= basu +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0-38 # https://github.com/emersion/basu/pull/32 +DISTVERSIONSUFFIX= -gd8475bb +CATEGORIES= sysutils + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= cc178bcb6873.patch:-p1 # https://github.com/emersion/basu/pull/31 +PATCHFILES+= 6bb477cf3ee0.patch:-p1 # https://github.com/emersion/basu/pull/31 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= sd-bus library, extracted from systemd + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL2.1 + +USES= compiler:c11 gperf meson python:build shebangfix +USE_GITHUB= yes +USE_LDCONFIG= yes +GH_ACCOUNT= emersion +SHEBANG_FILES= src/basic/generate-gperfs.py + +.if exists(/usr/bin/ld.lld) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld +# bus-error.c:(.text.bus_error_name_to_errno+0x9a): undefined reference to '__start_BUS_ERROR_MAP' +LDFLAGS+= -fuse-ld=lld +.endif + +.include Added: head/sysutils/basu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/basu/distinfo Mon Dec 21 14:15:44 2020 (r558825) @@ -0,0 +1,7 @@ +TIMESTAMP = 1608488144 +SHA256 (emersion-basu-v0.1.0-38-gd8475bb_GH0.tar.gz) = ba444fcf844c476d9896546576fade7a52aad30d302c6bb3f32e91da44f9599e +SIZE (emersion-basu-v0.1.0-38-gd8475bb_GH0.tar.gz) = 241646 +SHA256 (cc178bcb6873.patch) = 34d0a31b195030e7fad033b864f39981aac1c1aa5b0b5a039e72d9415be0bfd4 +SIZE (cc178bcb6873.patch) = 1903 +SHA256 (6bb477cf3ee0.patch) = a3f5eae90c90f81b910b18d659cf649ce7c039198d51df632f2e25098ce50d19 +SIZE (6bb477cf3ee0.patch) = 850 Added: head/sysutils/basu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/basu/pkg-descr Mon Dec 21 14:15:44 2020 (r558825) @@ -0,0 +1,5 @@ +Some projects rely on the sd-bus library for DBus support. However not all +systems have systemd or elogind installed. This library provides just sd-bus +(and the "busctl" utility). + +WWW: https://github.com/emersion/basu Added: head/sysutils/basu/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/basu/pkg-plist Mon Dec 21 14:15:44 2020 (r558825) @@ -0,0 +1,9 @@ +bin/basuctl +include/basu/_sd-common.h +include/basu/sd-bus-protocol.h +include/basu/sd-bus-vtable.h +include/basu/sd-bus.h +include/basu/sd-id128.h +lib/libbasu.so +lib/libbasu.so.0 +libdata/pkgconfig/basu.pc