diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-01 23:44:44 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-01 23:44:44 +0000 |
commit | b74f1a775ec210fb1b3d3b06e191d03ff557655a (patch) | |
tree | f373da9f8d880d46526ae6a2dd402afe5406ce79 /audio/Makefile | |
parent | 70797567d6cebdfb9a036460126fe2f99f591462 (diff) | |
download | FreeBSD-ports-b74f1a775ec210fb1b3d3b06e191d03ff557655a.zip FreeBSD-ports-b74f1a775ec210fb1b3d3b06e191d03ff557655a.tar.gz |
Add xmmsctrl.
xmmsctrl is a small utility to control XMMS from the command line. Its
goal is to be used coupled with sh to test XMMS state and perform an
appropriate action, e.g. if playing then pause else play. The interest
of this is to bind keys in a window manager to have control over XMMS
with keys that do play/next/pause, prev, control sound...
WWW: http://user.it.uu.se/~adavid/utils/
PR: ports/86534
Submitted by: Jason E. Hale <jhale@bluebottle.com>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2c30171..420e04a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -574,6 +574,7 @@ SUBDIR += xmms-wma SUBDIR += xmms-xf86audio SUBDIR += xmms-xymms + SUBDIR += xmmsctrl SUBDIR += xmp SUBDIR += xmpeg3 SUBDIR += xmradio |