very small, very simple metronome program with mostly NO bells and whistles

and NO complicated options to run it.
This commit is contained in:
espie 2011-03-22 09:17:06 +00:00
parent 2b944bb98b
commit 6654b9187c
4 changed files with 35 additions and 0 deletions

20
audio/metronome/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/22 09:17:06 espie Exp $
COMMENT = simple metronome
CATEGORIES = audio
DISTNAME = metronome-0
MAINTAINER = Marc Espie <espie@openbsd.org>
MASTER_SITES = ftp://quatramaran.ens.fr/pub/espie/
# OpenBSD licence
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
FAKE_FLAGS = BINDIR=${TRUEPREFIX}/bin MANDIR=${TRUEPREFIX}/man/cat
WANTLIB += c m sndio
NO_REGRESS = Yes
.include <bsd.port.mk>

5
audio/metronome/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (metronome-0.tar.gz) = V7/pWj3Inul2RKnKcKAHyg==
RMD160 (metronome-0.tar.gz) = R49vvEujxhqpFm+GXZ9/rVykQCk=
SHA1 (metronome-0.tar.gz) = LAKzehKj/R2Bm2KvXZBwsi0MEbs=
SHA256 (metronome-0.tar.gz) = 7prMioy4uwXjZhvZGkU9VQQ+yYRcrB5y7blXYUXHwtI=
SIZE (metronome-0.tar.gz) = 2361

View File

@ -0,0 +1,7 @@
Metronome is a very simple metronome program.
It just provides ticks on the audio output, at a given bpm.
It can also stress out one tick out of n to count 4 beats and
similar things.
It was written specifically to avoid installing huge toolchains or using
X11 just to get simple tick, tick, tick out of the console.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/22 09:17:06 espie Exp $
@bin bin/metronome
@man man/cat6/metronome.0