View | Details | Raw Unified | Return to bug 277270
Collapse All | Expand All

(-)b/audio/mixertui/Makefile (-6 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	mixertui
1
PORTNAME=	mixertui
2
DISTVERSION=	1.4.2
2
DISTVERSIONPREFIX=	v
3
PORTREVISION=	2
3
DISTVERSION=	1.5
4
CATEGORIES=	audio
4
CATEGORIES=	audio
5
5
6
MAINTAINER=	alfix86@gmail.com
6
MAINTAINER=	alfix86@gmail.com
Lines 10-22 WWW= https://gitlab.com/alfix/mixertui/ Link Here
10
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
LIB_DEPENDS=	libsysctlmibinfo2.so:devel/libsysctlmibinfo2
13
LIB_DEPENDS=	libbsddialog.so:devel/bsddialog \
14
		libsysctlmibinfo2.so:devel/libsysctlmibinfo2
14
15
15
USES=	ncurses
16
USES=		ncurses
16
USE_GITLAB=	yes
17
USE_GITLAB=	yes
17
18
GL_ACCOUNT=	alfix
18
GL_ACCOUNT=	alfix
19
GL_TAGNAME=	4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f
20
19
21
PLIST_FILES=	sbin/${PORTNAME} \
20
PLIST_FILES=	sbin/${PORTNAME} \
22
		share/man/man8/${PORTNAME}.8.gz
21
		share/man/man8/${PORTNAME}.8.gz
(-)b/audio/mixertui/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1617884298
1
TIMESTAMP = 1708720307
2
SHA256 (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 072c1d7d16758b5f65ab31777e6d6482848fb17368b1db52e7bdb85e2d7a1e7c
2
SHA256 (mixertui-v1.5.tar.bz2) = 3e4a8451b0a8e21cae3a1dc5443b2fd59ba9f21ad7f6f71707bb9b0deab46ba7
3
SIZE (alfix-mixertui-4d9092861f57bbb4a8e64d14b29ec6aaa1c9190f_GL0.tar.gz) = 65652
3
SIZE (mixertui-v1.5.tar.bz2) = 58468
(-)b/audio/mixertui/pkg-descr (-4 / +9 lines)
Lines 1-4 Link Here
1
MixerTUI is an audio mixer with a Terminal User Interface built on the FreeBSD
1
MixerTUI is an audio mixer with a terminal user interface (TUI) for the FreeBSD
2
sound system. It can show the current sound driver configuration, select an
2
sound system.  Switch easily between laptop and HDMI, headphones and speakers,
3
audio device to get its information, change the volume or to set it as default
3
and so on.
4
(switching easily audio from/to laptop and hdmi, headphones and speakers, etc).
4
5
Features include:
6
7
* show the current driver configuration
8
* select an audio device to get information, change the volume, or make the
9
  device the default.

Return to bug 277270