Skip to content

Commit

Permalink
sysutils/sndy: new port
Browse files Browse the repository at this point in the history
sndy is an audio switching program that allows you to redirect sound
output to any port of your computer.  The buttons in the program toggle
the sound output to a different device.  The scroll bar can be used to
change the volume level.

PR:		268570
Reviewed by:	diizzy, grahamperrin
Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38518
  • Loading branch information
Clockwork6400 authored and clausecker committed Feb 14, 2023
1 parent 09490ac commit d61ab0f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysutils/Makefile
Expand Up @@ -1352,6 +1352,7 @@
SUBDIR += smug
SUBDIR += snap
SUBDIR += snapraid
SUBDIR += sndy
SUBDIR += snmp_exporter
SUBDIR += snooze
SUBDIR += sockaddr
Expand Down
29 changes: 29 additions & 0 deletions sysutils/sndy/Makefile
@@ -0,0 +1,29 @@
PORTNAME= sndy
DISTVERSION= 0.0.4
CATEGORIES= sysutils audio tcl

MAINTAINER= Clockwork6400@protonmail.com
COMMENT= Sound Switcher
WWW= https://github.com/Clockwork6400/sndy

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= shebangfix tcl tk

USE_GITHUB= yes
GH_ACCOUNT= Clockwork6400

SHEBANG_FILES= sndy
tk_OLD_CMD+= /usr/local/bin/wish8.6

NO_ARCH= yes
NO_BUILD= yes

PLIST_FILES= bin/sndy \
share/applications/sndy.desktop

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sndy ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sndy.desktop ${STAGEDIR}${PREFIX}/share/applications
.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions sysutils/sndy/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1676403681
SHA256 (Clockwork6400-sndy-0.0.4_GH0.tar.gz) = 2cbd7a7a3c26b0f95b757fb65e9a4d7e937b9b900986cca0c455a903b89ce604
SIZE (Clockwork6400-sndy-0.0.4_GH0.tar.gz) = 2972
4 changes: 4 additions & 0 deletions sysutils/sndy/pkg-descr
@@ -0,0 +1,4 @@
sndy is an audio switching program that allows you to redirect sound
output to any port of your computer. The buttons in the program toggle
the sound output to a different device. The scroll bar can be used to
change the volume level.

0 comments on commit d61ab0f

Please sign in to comment.