Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151141680
D38518.id117241.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D38518.id117241.diff
View Options
diff --git a/sysutils/Makefile b/sysutils/Makefile
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1352,6 +1352,7 @@
SUBDIR += smug
SUBDIR += snap
SUBDIR += snapraid
+ SUBDIR += sndy
SUBDIR += snmp_exporter
SUBDIR += snooze
SUBDIR += sockaddr
diff --git a/sysutils/sndy/Makefile b/sysutils/sndy/Makefile
new file mode 100644
--- /dev/null
+++ b/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>
diff --git a/sysutils/sndy/distinfo b/sysutils/sndy/distinfo
new file mode 100644
--- /dev/null
+++ b/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
diff --git a/sysutils/sndy/pkg-descr b/sysutils/sndy/pkg-descr
new file mode 100644
--- /dev/null
+++ b/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.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 7, 9:14 AM (5 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31022828
Default Alt Text
D38518.id117241.diff (1 KB)
Attached To
Mode
D38518: [New Port] sysutils/sndy: sound switcher
Attached
Detach File
Event Timeline
Log In to Comment