View | Details | Raw Unified | Return to bug 276897 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 1050-1055 Link Here
1050
    SUBDIR += polkit-gnome
1050
    SUBDIR += polkit-gnome
1051
    SUBDIR += polkit-qt
1051
    SUBDIR += polkit-qt
1052
    SUBDIR += polkit-qt-1-devel
1052
    SUBDIR += polkit-qt-1-devel
1053
    SUBDIR += posixmqcontrol
1053
    SUBDIR += pot
1054
    SUBDIR += pot
1054
    SUBDIR += potnet
1055
    SUBDIR += potnet
1055
    SUBDIR += poweralertd
1056
    SUBDIR += poweralertd
(-)b/sysutils/posixmqcontrol/Makefile (+16 lines)
Added Link Here
1
PORTNAME=	posixmqcontrol
2
DISTVERSION=	v0.0.10
3
CATEGORIES=	sysutils
4
5
MAINTAINER=	unitrunker@unitrunker.net
6
COMMENT=	Manage POSIX message queues
7
WWW=		https://www.github.com/Unitrunker/posixmqcontrol/
8
9
LICENSE=	BSD2CLAUSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
USES=		cmake compiler
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	Unitrunker
15
16
.include <bsd.port.mk>
(-)b/sysutils/posixmqcontrol/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1707714276
2
SHA256 (Unitrunker-posixmqcontrol-v0.0.10_GH0.tar.gz) = 7510d23bc970e91b37af30bd3c25bade7f088a2894b1da12064a30de80eebda0
3
SIZE (Unitrunker-posixmqcontrol-v0.0.10_GH0.tar.gz) = 10314
(-)b/sysutils/posixmqcontrol/pkg-descr (+6 lines)
Added Link Here
1
posixmqcontrol is a command line utility to create, alter, and
2
remove POSIX message queues. It can also send messages to one or
3
more queues or drain a single message from a single queue.
4
5
The main purpose is to de-couple message queue administration from
6
application code.
(-)b/sysutils/posixmqcontrol/pkg-plist (+2 lines)
Added Link Here
1
bin/posixmqcontrol
2
man/man1/posixmqcontrol.1.gz

Return to bug 276897